0byt3m1n1
Path:
/
data
/
23
/
2
/
120
/
102
/
2283917
/
meta
/
2509584
/
mysql.backup
/
[
Home
]
File: 1_0322163_1.mysqlcluster9.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster9 Database: 1_0322163_1 -- ------------------------------------------------------ -- 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_feeds` -- DROP TABLE IF EXISTS `wp_ai1ec_event_feeds`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_ai1ec_event_feeds` ( `feed_id` bigint(20) NOT NULL AUTO_INCREMENT, `feed_url` varchar(255) NOT NULL, `feed_name` varchar(255) NOT NULL, `feed_category` varchar(255) NOT NULL, `feed_tags` varchar(255) NOT NULL, `comments_enabled` tinyint(1) NOT NULL DEFAULT '1', `map_display_enabled` tinyint(1) NOT NULL DEFAULT '0', `keep_tags_categories` tinyint(1) NOT NULL DEFAULT '0', `keep_old_events` tinyint(1) NOT NULL DEFAULT '0', `import_timezone` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`feed_id`), UNIQUE KEY `feed` (`feed_url`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_ai1ec_event_feeds` -- LOCK TABLES `wp_ai1ec_event_feeds` WRITE; /*!40000 ALTER TABLE `wp_ai1ec_event_feeds` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_ai1ec_event_feeds` 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=19 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 (3,4428,1478300400,1478307600),(4,4412,1481679000,1481686200),(6,4435,1479362400,1479441600),(10,4441,1482022800,1482033600),(11,4446,1504155600,1504242000),(13,4513,1491004800,1491015600),(16,4532,1491004800,1491015600),(17,4535,1489705200,1489716000),(18,4516,1492270200,1492275600); /*!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 (4412,1481679000,1481686200,'America/Chicago',0,0,NULL,NULL,NULL,NULL,'THE MARY C. O\'KEEFE','','OCEAN SPRINGS MS','','','',0,'','','','','a:2:{s:4:\"cost\";s:5:\"12.50\";s:7:\"is_free\";b:0;}','http://themaryc.org/?event=november-2016-coast-big-band-holiday-show',NULL,NULL,NULL,NULL,'ai1ec-4412@daviddelk.net/band',0,0.000000000000000,0.000000000000000,0),(4428,1478300400,1478307600,'America/Chicago',0,0,NULL,NULL,NULL,NULL,'KAFB','','BILOXI MS','','','',0,'','','','','a:2:{s:4:\"cost\";s:0:\"\";s:7:\"is_free\";b:0;}','http://www.keesler81fss.us',NULL,NULL,NULL,NULL,'ai1ec-4428@daviddelk.net/band',0,0.000000000000000,0.000000000000000,0),(4435,1479362400,1479441600,'America/Chicago',0,0,NULL,NULL,NULL,NULL,'IP CASINO AND SPA','','BILOXI MS','','','',0,'','','','','a:2:{s:4:\"cost\";s:3:\"$15\";s:7:\"is_free\";b:0;}','',NULL,NULL,NULL,NULL,'ai1ec-4435@daviddelk.net/band',0,0.000000000000000,0.000000000000000,0),(4441,1482022800,1482033600,'America/Chicago',0,0,NULL,NULL,NULL,NULL,'','','','','','',0,'','','','','a:2:{s:4:\"cost\";s:0:\"\";s:7:\"is_free\";b:0;}','http://www.gulfport-ms.gov/news/HarborLightsflyer.jpg',NULL,NULL,NULL,NULL,'ai1ec-4441@daviddelk.net/band',0,0.000000000000000,0.000000000000000,0),(4446,1504155600,1504242000,'America/Chicago',1,0,NULL,NULL,NULL,NULL,' ','',' ','','','',0,'','','','','a:2:{s:4:\"cost\";s:0:\"\";s:7:\"is_free\";b:0;}','',NULL,NULL,NULL,NULL,'ai1ec-4446@daviddelk.net/band',0,0.000000000000000,0.000000000000000,0),(4513,1491004800,1491015600,'America/Chicago',0,0,NULL,NULL,NULL,NULL,'Centennial Park','','Highway 90 Gulfport MS','','','',0,'','','','','a:2:{s:4:\"cost\";s:0:\"\";s:7:\"is_free\";b:1;}','http://ms200south.org',NULL,NULL,NULL,NULL,'ai1ec-4513@daviddelk.net/band',0,0.000000000000000,0.000000000000000,0),(4516,1492270200,1492275600,'America/Chicago',0,0,NULL,NULL,NULL,NULL,'Beau Rivage ','','Biloxi MS','','','',0,'','','','','a:2:{s:4:\"cost\";s:0:\"\";s:7:\"is_free\";b:0;}','http://casaharrisoncounty.org',NULL,NULL,NULL,NULL,'ai1ec-4516@daviddelk.net/band',0,0.000000000000000,0.000000000000000,0),(4532,1491004800,1491015600,'America/Chicago',0,0,NULL,NULL,NULL,NULL,'Centennial Park','','Highway 90 Gulfport MS','','','',0,'','','','','a:2:{s:4:\"cost\";s:0:\"\";s:7:\"is_free\";b:1;}','http://ms200south.org',NULL,NULL,NULL,NULL,'ai1ec-4532@daviddelk.net/band',0,0.000000000000000,0.000000000000000,0),(4535,1489705200,1489716000,'America/Chicago',0,0,NULL,NULL,NULL,NULL,'Beau Rivage ','','Biloxi MS','','','',0,'','','','','a:2:{s:4:\"cost\";s:0:\"\";s:7:\"is_free\";b:0;}','http://casaharrisoncounty.org',NULL,NULL,NULL,NULL,'ai1ec-4535@daviddelk.net/band',0,0.000000000000000,0.000000000000000,0); /*!40000 ALTER TABLE `wp_ai1ec_events` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_bwg_album` -- DROP TABLE IF EXISTS `wp_bwg_album`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_bwg_album` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `slug` varchar(255) NOT NULL, `description` mediumtext NOT NULL, `preview_image` mediumtext NOT NULL, `random_preview_image` mediumtext NOT NULL, `order` bigint(20) NOT NULL, `author` bigint(20) NOT NULL, `published` tinyint(1) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_bwg_album` -- LOCK TABLES `wp_bwg_album` WRITE; /*!40000 ALTER TABLE `wp_bwg_album` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_bwg_album` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_bwg_album_gallery` -- DROP TABLE IF EXISTS `wp_bwg_album_gallery`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_bwg_album_gallery` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `album_id` bigint(20) NOT NULL, `is_album` tinyint(1) NOT NULL, `alb_gal_id` bigint(20) NOT NULL, `order` bigint(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_bwg_album_gallery` -- LOCK TABLES `wp_bwg_album_gallery` WRITE; /*!40000 ALTER TABLE `wp_bwg_album_gallery` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_bwg_album_gallery` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_bwg_gallery` -- DROP TABLE IF EXISTS `wp_bwg_gallery`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_bwg_gallery` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `slug` varchar(255) NOT NULL, `description` mediumtext NOT NULL, `page_link` mediumtext NOT NULL, `preview_image` mediumtext NOT NULL, `random_preview_image` mediumtext NOT NULL, `order` bigint(20) NOT NULL, `author` bigint(20) NOT NULL, `published` tinyint(1) NOT NULL, `gallery_type` varchar(32) NOT NULL, `gallery_source` varchar(256) NOT NULL, `autogallery_image_number` int(4) NOT NULL, `update_flag` varchar(32) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_bwg_gallery` -- LOCK TABLES `wp_bwg_gallery` WRITE; /*!40000 ALTER TABLE `wp_bwg_gallery` DISABLE KEYS */; INSERT INTO `wp_bwg_gallery` VALUES (1,'CONCERTS','concerts','<p>Coast Big Band Concerts</p>','','/thumb/IMG_3913.JPG','',1,1,0,'','',12,''); /*!40000 ALTER TABLE `wp_bwg_gallery` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_bwg_image` -- DROP TABLE IF EXISTS `wp_bwg_image`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_bwg_image` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `gallery_id` bigint(20) NOT NULL, `slug` longtext NOT NULL, `filename` varchar(255) NOT NULL, `image_url` mediumtext NOT NULL, `thumb_url` mediumtext NOT NULL, `description` mediumtext NOT NULL, `alt` mediumtext NOT NULL, `date` varchar(128) NOT NULL, `size` varchar(128) NOT NULL, `filetype` varchar(128) NOT NULL, `resolution` varchar(128) NOT NULL, `author` bigint(20) NOT NULL, `order` bigint(20) NOT NULL, `published` tinyint(1) NOT NULL, `comment_count` bigint(20) NOT NULL, `avg_rating` float NOT NULL, `rate_count` bigint(20) NOT NULL, `hit_count` bigint(20) NOT NULL, `redirect_url` varchar(255) NOT NULL, `pricelist_id` bigint(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_bwg_image` -- LOCK TABLES `wp_bwg_image` WRITE; /*!40000 ALTER TABLE `wp_bwg_image` DISABLE KEYS */; INSERT INTO `wp_bwg_image` VALUES (5,1,'IMG 8715 ','IMG 8715','/IMG_8715.JPG','/thumb/IMG_8715.JPG','Aperture: 2.2\nCamera: iPhone 6s\nIso: 320\nOrientation: 1\n','IMG 8715 ','22 August 2016, 03:49','620 KB','JPG','1200 x 900 px',1,5,1,0,0,0,0,'',0),(6,1,'IMG 8706 ','IMG 8706','/IMG_8706.JPG','/thumb/IMG_8706.JPG','Aperture: 2.2\nCamera: iPhone 6s\nIso: 1000\nOrientation: 1\n','IMG 8706 ','22 August 2016, 03:47','740 KB','JPG','900 x 1200 px',1,4,1,0,0,0,0,'',0),(7,1,'IMG 8713 ','IMG 8713','/IMG_8713.JPG','/thumb/IMG_8713.JPG','Aperture: 2.2\nCamera: iPhone 6s\nIso: 1600\nOrientation: 1\n','IMG 8713 ','22 August 2016, 03:46','694 KB','JPG','1200 x 900 px',1,3,1,0,0,0,0,'',0),(8,1,'IMG 3913 ','IMG 3913','/IMG_3913.JPG','/thumb/IMG_3913.JPG','Author: Picasa\nAperture: 2.2\nCamera: iPhone 6s\nIso: 125\n','IMG 3913 ','22 August 2016, 03:10','573 KB','JPG','1200 x 641 px',1,2,1,0,0,0,0,'',0),(9,1,'IMG 5630-2 ','IMG 5630-2','/IMG_5630-2.JPG','/thumb/IMG_5630-2.JPG','Aperture: 2.4\nCamera: iPhone 5c\nIso: 100\nOrientation: 1\n','IMG 5630-2 ','22 August 2016, 03:09','475 KB','JPG','1200 x 900 px',1,1,1,0,0,0,0,'',0); /*!40000 ALTER TABLE `wp_bwg_image` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_bwg_image_comment` -- DROP TABLE IF EXISTS `wp_bwg_image_comment`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_bwg_image_comment` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `image_id` bigint(20) NOT NULL, `name` varchar(255) NOT NULL, `date` varchar(64) NOT NULL, `comment` mediumtext NOT NULL, `url` mediumtext NOT NULL, `mail` mediumtext NOT NULL, `published` tinyint(1) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_bwg_image_comment` -- LOCK TABLES `wp_bwg_image_comment` WRITE; /*!40000 ALTER TABLE `wp_bwg_image_comment` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_bwg_image_comment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_bwg_image_rate` -- DROP TABLE IF EXISTS `wp_bwg_image_rate`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_bwg_image_rate` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `image_id` bigint(20) NOT NULL, `rate` float NOT NULL, `ip` varchar(64) NOT NULL, `date` varchar(64) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_bwg_image_rate` -- LOCK TABLES `wp_bwg_image_rate` WRITE; /*!40000 ALTER TABLE `wp_bwg_image_rate` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_bwg_image_rate` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_bwg_image_tag` -- DROP TABLE IF EXISTS `wp_bwg_image_tag`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_bwg_image_tag` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `tag_id` bigint(20) NOT NULL, `image_id` bigint(20) NOT NULL, `gallery_id` bigint(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_bwg_image_tag` -- LOCK TABLES `wp_bwg_image_tag` WRITE; /*!40000 ALTER TABLE `wp_bwg_image_tag` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_bwg_image_tag` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_bwg_option` -- DROP TABLE IF EXISTS `wp_bwg_option`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_bwg_option` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `images_directory` mediumtext NOT NULL, `masonry` varchar(255) NOT NULL, `mosaic` varchar(255) NOT NULL, `resizable_mosaic` tinyint(1) NOT NULL, `mosaic_total_width` int(4) NOT NULL, `image_column_number` int(4) NOT NULL, `images_per_page` int(4) NOT NULL, `thumb_width` int(4) NOT NULL, `thumb_height` int(4) NOT NULL, `upload_thumb_width` int(4) NOT NULL, `upload_thumb_height` int(4) NOT NULL, `image_enable_page` tinyint(1) NOT NULL, `image_title_show_hover` varchar(20) NOT NULL, `ecommerce_icon_show_hover` varchar(20) NOT NULL, `album_column_number` int(4) NOT NULL, `albums_per_page` int(4) NOT NULL, `album_title_show_hover` varchar(8) NOT NULL, `album_thumb_width` int(4) NOT NULL, `album_thumb_height` int(4) NOT NULL, `album_enable_page` tinyint(1) NOT NULL, `extended_album_height` int(4) NOT NULL, `extended_album_description_enable` tinyint(1) NOT NULL, `image_browser_width` int(4) NOT NULL, `image_browser_title_enable` tinyint(1) NOT NULL, `image_browser_description_enable` tinyint(1) NOT NULL, `blog_style_width` int(4) NOT NULL, `blog_style_title_enable` tinyint(1) NOT NULL, `blog_style_images_per_page` int(4) NOT NULL, `blog_style_enable_page` tinyint(1) NOT NULL, `slideshow_type` varchar(16) NOT NULL, `slideshow_interval` int(4) NOT NULL, `slideshow_width` int(4) NOT NULL, `slideshow_height` int(4) NOT NULL, `slideshow_enable_autoplay` tinyint(1) NOT NULL, `slideshow_enable_shuffle` tinyint(1) NOT NULL, `slideshow_enable_ctrl` tinyint(1) NOT NULL, `slideshow_enable_filmstrip` tinyint(1) NOT NULL, `slideshow_filmstrip_height` int(4) NOT NULL, `slideshow_enable_title` tinyint(1) NOT NULL, `slideshow_title_position` varchar(16) NOT NULL, `slideshow_enable_description` tinyint(1) NOT NULL, `slideshow_description_position` varchar(16) NOT NULL, `slideshow_enable_music` tinyint(1) NOT NULL, `slideshow_audio_url` varchar(255) NOT NULL, `slideshow_effect_duration` int(4) NOT NULL, `popup_width` int(4) NOT NULL, `popup_height` int(4) NOT NULL, `popup_type` varchar(16) NOT NULL, `popup_interval` int(4) NOT NULL, `popup_enable_filmstrip` tinyint(1) NOT NULL, `popup_filmstrip_height` int(4) NOT NULL, `popup_enable_ctrl_btn` tinyint(1) NOT NULL, `popup_enable_fullscreen` tinyint(1) NOT NULL, `popup_enable_info` tinyint(1) NOT NULL, `popup_info_always_show` tinyint(1) NOT NULL, `popup_enable_rate` tinyint(1) NOT NULL, `popup_enable_comment` tinyint(1) NOT NULL, `popup_enable_email` tinyint(1) NOT NULL, `popup_enable_captcha` tinyint(1) NOT NULL, `popup_enable_download` tinyint(1) NOT NULL, `popup_enable_fullsize_image` tinyint(1) NOT NULL, `popup_enable_facebook` tinyint(1) NOT NULL, `popup_enable_twitter` tinyint(1) NOT NULL, `popup_enable_google` tinyint(1) NOT NULL, `popup_enable_ecommerce` tinyint(1) NOT NULL, `popup_effect_duration` int(4) NOT NULL, `watermark_type` varchar(8) NOT NULL, `watermark_position` varchar(16) NOT NULL, `watermark_width` int(4) NOT NULL, `watermark_height` int(4) NOT NULL, `watermark_url` mediumtext NOT NULL, `watermark_text` mediumtext NOT NULL, `watermark_link` mediumtext NOT NULL, `watermark_font_size` int(4) NOT NULL, `watermark_font` varchar(16) NOT NULL, `watermark_color` varchar(8) NOT NULL, `watermark_opacity` int(4) NOT NULL, `built_in_watermark_type` varchar(16) NOT NULL, `built_in_watermark_position` varchar(16) NOT NULL, `built_in_watermark_size` int(4) NOT NULL, `built_in_watermark_url` mediumtext NOT NULL, `built_in_watermark_text` mediumtext NOT NULL, `built_in_watermark_font_size` int(4) NOT NULL, `built_in_watermark_font` varchar(16) NOT NULL, `built_in_watermark_color` varchar(8) NOT NULL, `built_in_watermark_opacity` int(4) NOT NULL, `image_right_click` tinyint(1) NOT NULL, `popup_fullscreen` tinyint(1) NOT NULL, `gallery_role` tinyint(1) NOT NULL, `album_role` tinyint(1) NOT NULL, `image_role` tinyint(1) NOT NULL, `popup_autoplay` tinyint(1) NOT NULL, `album_view_type` varchar(16) NOT NULL, `popup_enable_pinterest` tinyint(1) NOT NULL, `popup_enable_tumblr` tinyint(1) NOT NULL, `show_search_box` tinyint(1) NOT NULL, `search_box_width` int(4) NOT NULL, `preload_images` tinyint(1) NOT NULL, `preload_images_count` int(4) NOT NULL, `thumb_click_action` varchar(16) NOT NULL, `thumb_link_target` tinyint(1) NOT NULL, `comment_moderation` tinyint(1) NOT NULL, `popup_hit_counter` tinyint(1) NOT NULL, `enable_ML_import` tinyint(1) NOT NULL, `showthumbs_name` tinyint(1) NOT NULL, `show_album_name` tinyint(1) NOT NULL, `show_image_counts` tinyint(1) NOT NULL, `upload_img_width` int(4) NOT NULL, `upload_img_height` int(4) NOT NULL, `play_icon` tinyint(1) NOT NULL, `show_masonry_thumb_description` tinyint(1) NOT NULL, `slideshow_title_full_width` tinyint(1) NOT NULL, `popup_info_full_width` tinyint(1) NOT NULL, `show_sort_images` tinyint(1) NOT NULL, `autoupdate_interval` int(4) NOT NULL, `instagram_access_token` varchar(128) NOT NULL, `description_tb` tinyint(1) NOT NULL, `enable_seo` tinyint(1) NOT NULL, `autohide_lightbox_navigation` tinyint(1) NOT NULL, `autohide_slideshow_navigation` tinyint(1) NOT NULL, `read_metadata` tinyint(1) NOT NULL, `enable_loop` tinyint(1) NOT NULL, `enable_addthis` tinyint(1) NOT NULL, `addthis_profile_id` varchar(66) NOT NULL, `carousel_interval` int(4) NOT NULL, `carousel_width` int(4) NOT NULL, `carousel_height` int(4) NOT NULL, `carousel_image_column_number` int(4) NOT NULL, `carousel_image_par` varchar(32) NOT NULL, `carousel_enable_title` tinyint(1) NOT NULL, `carousel_enable_autoplay` tinyint(1) NOT NULL, `carousel_r_width` int(4) NOT NULL, `carousel_fit_containerWidth` tinyint(1) NOT NULL, `carousel_prev_next_butt` tinyint(1) NOT NULL, `carousel_play_pause_butt` tinyint(1) NOT NULL, `permissions` varchar(20) NOT NULL, `facebook_app_id` varchar(64) NOT NULL, `facebook_app_secret` varchar(64) NOT NULL, `show_tag_box` tinyint(1) NOT NULL, `show_hide_custom_post` tinyint(1) NOT NULL, `show_hide_post_meta` tinyint(1) NOT NULL, `placeholder` varchar(32) NOT NULL, `use_inline_stiles_and_scripts` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_bwg_option` -- LOCK TABLES `wp_bwg_option` WRITE; /*!40000 ALTER TABLE `wp_bwg_option` DISABLE KEYS */; INSERT INTO `wp_bwg_option` VALUES (1,'wp-content/uploads','vertical','vertical',0,100,5,30,180,90,300,300,1,'none','',5,30,'hover',120,90,1,150,1,800,1,1,800,1,5,1,'fade',5,800,500,0,0,1,1,90,0,'top-right',0,'bottom-right',0,'',1,800,500,'fade',5,1,70,1,1,1,0,0,1,0,0,0,0,1,1,1,0,1,'none','bottom-left',90,90,'http://daviddelk.net/band/wp-content/plugins/photo-gallery/images/watermark.png','web-dorado.com','https://web-dorado.com',20,'arial','FFFFFF',30,'none','middle-center',15,'http://daviddelk.net/band/wp-content/plugins/photo-gallery/images/watermark.png','web-dorado.com',20,'arial','FFFFFF',30,0,0,0,0,0,0,'thumbnail',0,0,0,180,0,10,'open_lightbox',1,0,0,0,0,0,0,1200,1200,1,0,0,0,0,30,'',0,1,1,1,1,1,0,'',5,300,300,5,'0.75',0,0,800,1,1,1,'manage_options','','',0,0,0,'',0); /*!40000 ALTER TABLE `wp_bwg_option` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_bwg_shortcode` -- DROP TABLE IF EXISTS `wp_bwg_shortcode`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_bwg_shortcode` ( `id` bigint(20) NOT NULL, `tagtext` mediumtext NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_bwg_shortcode` -- LOCK TABLES `wp_bwg_shortcode` WRITE; /*!40000 ALTER TABLE `wp_bwg_shortcode` DISABLE KEYS */; INSERT INTO `wp_bwg_shortcode` VALUES (1,' gallery_type=\"thumbnails\" theme_id=\"1\" gallery_id=\"1\" sort_by=\"order\" order_by=\"asc\" show_search_box=\"0\" show_sort_images=\"0\" search_box_width=\"180\" image_column_number=\"5\" images_per_page=\"30\" image_title=\"none\" image_enable_page=\"1\" thumb_width=\"180\" thumb_height=\"90\" load_more_image_count=\"30\" show_tag_box=\"0\" thumb_click_action=\"open_lightbox\" thumb_link_target=\"1\" popup_fullscreen=\"0\" popup_autoplay=\"0\" popup_width=\"800\" popup_height=\"500\" popup_effect=\"fade\" popup_interval=\"5\" popup_enable_filmstrip=\"1\" popup_filmstrip_height=\"70\" popup_enable_ctrl_btn=\"1\" popup_enable_fullscreen=\"1\" popup_enable_info=\"1\" popup_info_always_show=\"0\" popup_info_full_width=\"0\" popup_enable_rate=\"0\" popup_enable_comment=\"1\" popup_hit_counter=\"0\" popup_enable_facebook=\"1\" popup_enable_twitter=\"1\" popup_enable_google=\"1\" popup_enable_pinterest=\"0\" popup_enable_tumblr=\"0\" show_tag_box=\"0\" popup_effect_duration=\"1\" watermark_type=\"none\" watermark_link=\"https://web-dorado.com\"'),(2,' gallery_type=\"thumbnails\" theme_id=\"1\" gallery_id=\"1\" sort_by=\"order\" order_by=\"asc\" show_search_box=\"0\" show_sort_images=\"0\" search_box_width=\"180\" image_column_number=\"5\" images_per_page=\"30\" image_title=\"none\" image_enable_page=\"1\" thumb_width=\"180\" thumb_height=\"90\" load_more_image_count=\"30\" show_tag_box=\"0\" thumb_click_action=\"open_lightbox\" thumb_link_target=\"1\" popup_fullscreen=\"0\" popup_autoplay=\"0\" popup_width=\"800\" popup_height=\"500\" popup_effect=\"fade\" popup_interval=\"5\" popup_enable_filmstrip=\"1\" popup_filmstrip_height=\"70\" popup_enable_ctrl_btn=\"1\" popup_enable_fullscreen=\"1\" popup_enable_info=\"1\" popup_info_always_show=\"0\" popup_info_full_width=\"0\" popup_enable_rate=\"0\" popup_enable_comment=\"1\" popup_hit_counter=\"0\" popup_enable_facebook=\"1\" popup_enable_twitter=\"1\" popup_enable_google=\"1\" popup_enable_pinterest=\"0\" popup_enable_tumblr=\"0\" show_tag_box=\"0\" popup_effect_duration=\"1\" watermark_type=\"none\" watermark_link=\"https://web-dorado.com\"'),(3,' gallery_type=\"thumbnails\" theme_id=\"1\" gallery_id=\"1\" sort_by=\"order\" order_by=\"asc\" show_search_box=\"0\" show_sort_images=\"0\" search_box_width=\"180\" image_column_number=\"5\" images_per_page=\"30\" image_title=\"none\" image_enable_page=\"1\" thumb_width=\"180\" thumb_height=\"90\" load_more_image_count=\"30\" show_tag_box=\"0\" thumb_click_action=\"open_lightbox\" thumb_link_target=\"1\" popup_fullscreen=\"0\" popup_autoplay=\"0\" popup_width=\"800\" popup_height=\"500\" popup_effect=\"fade\" popup_interval=\"5\" popup_enable_filmstrip=\"1\" popup_filmstrip_height=\"70\" popup_enable_ctrl_btn=\"1\" popup_enable_fullscreen=\"1\" popup_enable_info=\"1\" popup_info_always_show=\"0\" popup_info_full_width=\"0\" popup_enable_rate=\"0\" popup_enable_comment=\"1\" popup_hit_counter=\"0\" popup_enable_facebook=\"1\" popup_enable_twitter=\"1\" popup_enable_google=\"1\" popup_enable_pinterest=\"0\" popup_enable_tumblr=\"0\" show_tag_box=\"0\" popup_effect_duration=\"1\" watermark_type=\"none\" watermark_link=\"https://web-dorado.com\"'),(4,' gallery_type=\"album_extended_preview\" theme_id=\"1\" album_id=\"0\" sort_by=\"order\" order_by=\"asc\" show_search_box=\"0\" show_sort_images=\"0\" search_box_width=\"180\" extended_albums_per_page=\"30\" extended_album_height=\"150\" extended_album_description_enable=\"1\" extended_album_view_type=\"thumbnail\" extended_album_mosaic_hor_ver=\"vertical\" extended_album_resizable_mosaic=\"0\" extended_album_mosaic_total_width=\"100\" extended_album_thumb_width=\"120\" extended_album_thumb_height=\"90\" extended_album_image_column_number=\"5\" extended_album_images_per_page=\"30\" extended_album_image_title=\"none\" extended_album_image_thumb_width=\"180\" extended_album_image_thumb_height=\"90\" extended_album_enable_page=\"1\" extended_album_load_more_image_count=\"30\" extended_albums_per_page_load_more=\"30\" show_tag_box=\"0\" thumb_click_action=\"open_lightbox\" thumb_link_target=\"1\" popup_fullscreen=\"0\" popup_autoplay=\"0\" popup_width=\"800\" popup_height=\"500\" popup_effect=\"fade\" popup_interval=\"5\" popup_enable_filmstrip=\"1\" popup_filmstrip_height=\"70\" popup_enable_ctrl_btn=\"1\" popup_enable_fullscreen=\"1\" popup_enable_info=\"1\" popup_info_always_show=\"0\" popup_info_full_width=\"0\" popup_enable_rate=\"0\" popup_enable_comment=\"1\" popup_hit_counter=\"0\" popup_enable_facebook=\"1\" popup_enable_twitter=\"1\" popup_enable_google=\"1\" popup_enable_pinterest=\"0\" popup_enable_tumblr=\"0\" show_tag_box=\"0\" popup_effect_duration=\"1\" watermark_type=\"none\" watermark_link=\"https://web-dorado.com\"'),(5,' gallery_type=\"image_browser\" theme_id=\"1\" gallery_id=\"1\" sort_by=\"order\" order_by=\"asc\" show_search_box=\"0\" search_box_width=\"180\" image_browser_width=\"800\" image_browser_title_enable=\"1\" image_browser_description_enable=\"1\" thumb_click_action=\"open_lightbox\" thumb_link_target=\"1\" popup_fullscreen=\"0\" popup_autoplay=\"0\" popup_width=\"800\" popup_height=\"500\" popup_effect=\"fade\" popup_interval=\"5\" popup_enable_filmstrip=\"1\" popup_filmstrip_height=\"70\" popup_enable_ctrl_btn=\"1\" popup_enable_fullscreen=\"1\" popup_enable_info=\"1\" popup_info_always_show=\"0\" popup_info_full_width=\"0\" popup_enable_rate=\"0\" popup_enable_comment=\"1\" popup_hit_counter=\"0\" popup_enable_facebook=\"1\" popup_enable_twitter=\"1\" popup_enable_google=\"1\" popup_enable_pinterest=\"0\" popup_enable_tumblr=\"0\" show_tag_box=\"0\" popup_effect_duration=\"1\" watermark_type=\"none\" watermark_link=\"https://web-dorado.com\"'),(6,' gallery_type=\"thumbnails\" theme_id=\"1\" gallery_id=\"0\" sort_by=\"order\" order_by=\"asc\" show_search_box=\"0\" show_sort_images=\"0\" search_box_width=\"180\" image_column_number=\"5\" images_per_page=\"30\" image_title=\"none\" image_enable_page=\"1\" thumb_width=\"180\" thumb_height=\"90\" load_more_image_count=\"30\" show_tag_box=\"0\" tag=\"0\" thumb_click_action=\"open_lightbox\" thumb_link_target=\"1\" popup_fullscreen=\"0\" popup_autoplay=\"0\" popup_width=\"800\" popup_height=\"500\" popup_effect=\"fade\" popup_interval=\"5\" popup_enable_filmstrip=\"1\" popup_filmstrip_height=\"70\" popup_enable_ctrl_btn=\"1\" popup_enable_fullscreen=\"1\" popup_enable_info=\"1\" popup_info_always_show=\"0\" popup_info_full_width=\"0\" popup_enable_rate=\"0\" popup_enable_comment=\"1\" popup_hit_counter=\"0\" popup_enable_facebook=\"1\" popup_enable_twitter=\"1\" popup_enable_google=\"1\" popup_enable_pinterest=\"0\" popup_enable_tumblr=\"0\" show_tag_box=\"0\" popup_effect_duration=\"1\" watermark_type=\"none\" watermark_link=\"https://web-dorado.com\"'),(7,' gallery_type=\"album_compact_preview\" theme_id=\"1\" album_id=\"0\" sort_by=\"order\" order_by=\"asc\" show_search_box=\"0\" show_sort_images=\"0\" search_box_width=\"180\" compuct_album_column_number=\"5\" compuct_albums_per_page=\"30\" compuct_album_title=\"hover\" compuct_album_view_type=\"thumbnail\" compuct_album_mosaic_hor_ver=\"vertical\" compuct_album_resizable_mosaic=\"0\" compuct_album_mosaic_total_width=\"100\" compuct_album_thumb_width=\"120\" compuct_album_thumb_height=\"90\" compuct_album_image_column_number=\"5\" compuct_album_images_per_page=\"30\" compuct_album_image_title=\"none\" compuct_album_image_thumb_width=\"180\" compuct_album_image_thumb_height=\"90\" compuct_album_enable_page=\"1\" compuct_album_load_more_image_count=\"30\" compuct_albums_per_page_load_more=\"30\" show_tag_box=\"0\" thumb_click_action=\"open_lightbox\" thumb_link_target=\"1\" popup_fullscreen=\"0\" popup_autoplay=\"0\" popup_width=\"800\" popup_height=\"500\" popup_effect=\"fade\" popup_interval=\"5\" popup_enable_filmstrip=\"1\" popup_filmstrip_height=\"70\" popup_enable_ctrl_btn=\"1\" popup_enable_fullscreen=\"1\" popup_enable_info=\"1\" popup_info_always_show=\"0\" popup_info_full_width=\"0\" popup_enable_rate=\"0\" popup_enable_comment=\"1\" popup_hit_counter=\"0\" popup_enable_facebook=\"1\" popup_enable_twitter=\"1\" popup_enable_google=\"1\" popup_enable_pinterest=\"0\" popup_enable_tumblr=\"0\" show_tag_box=\"0\" popup_effect_duration=\"1\" watermark_type=\"none\" watermark_link=\"https://web-dorado.com\"'),(8,' gallery_type=\"thumbnails\" theme_id=\"1\" gallery_id=\"0\" sort_by=\"order\" order_by=\"asc\" show_search_box=\"0\" show_sort_images=\"0\" search_box_width=\"180\" image_column_number=\"5\" images_per_page=\"30\" image_title=\"none\" image_enable_page=\"1\" thumb_width=\"180\" thumb_height=\"90\" load_more_image_count=\"30\" show_tag_box=\"0\" tag=\"0\" thumb_click_action=\"open_lightbox\" thumb_link_target=\"1\" popup_fullscreen=\"0\" popup_autoplay=\"0\" popup_width=\"800\" popup_height=\"500\" popup_effect=\"fade\" popup_interval=\"5\" popup_enable_filmstrip=\"1\" popup_filmstrip_height=\"70\" popup_enable_ctrl_btn=\"1\" popup_enable_fullscreen=\"1\" popup_enable_info=\"1\" popup_info_always_show=\"0\" popup_info_full_width=\"0\" popup_enable_rate=\"0\" popup_enable_comment=\"1\" popup_hit_counter=\"0\" popup_enable_facebook=\"1\" popup_enable_twitter=\"1\" popup_enable_google=\"1\" popup_enable_pinterest=\"0\" popup_enable_tumblr=\"0\" show_tag_box=\"0\" popup_effect_duration=\"1\" watermark_type=\"none\" watermark_link=\"https://web-dorado.com\"'); /*!40000 ALTER TABLE `wp_bwg_shortcode` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_bwg_theme` -- DROP TABLE IF EXISTS `wp_bwg_theme`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_bwg_theme` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `options` longtext NOT NULL, `default_theme` tinyint(1) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_bwg_theme` -- LOCK TABLES `wp_bwg_theme` WRITE; /*!40000 ALTER TABLE `wp_bwg_theme` DISABLE KEYS */; INSERT INTO `wp_bwg_theme` VALUES (1,'Theme 1','{\"thumb_margin\":4,\"thumb_padding\":0,\"thumb_border_radius\":\"0\",\"thumb_border_width\":0,\"thumb_border_style\":\"none\",\"thumb_border_color\":\"CCCCCC\",\"thumb_bg_color\":\"FFFFFF\",\"thumbs_bg_color\":\"FFFFFF\",\"thumb_bg_transparent\":0,\"thumb_box_shadow\":\"0px 0px 0px #888888\",\"thumb_transparent\":100,\"thumb_align\":\"center\",\"thumb_hover_effect\":\"scale\",\"thumb_hover_effect_value\":\"1.1\",\"thumb_transition\":1,\"thumb_title_font_color\":\"CCCCCC\",\"thumb_title_font_style\":\"segoe ui\",\"thumb_title_pos\":\"bottom\",\"thumb_title_font_size\":16,\"thumb_title_font_weight\":\"bold\",\"thumb_title_margin\":\"2px\",\"thumb_title_shadow\":\"0px 0px 0px #888888\",\"page_nav_position\":\"bottom\",\"page_nav_align\":\"center\",\"page_nav_number\":0,\"page_nav_font_size\":12,\"page_nav_font_style\":\"segoe ui\",\"page_nav_font_color\":\"666666\",\"page_nav_font_weight\":\"bold\",\"page_nav_border_width\":1,\"page_nav_border_style\":\"solid\",\"page_nav_border_color\":\"E3E3E3\",\"page_nav_border_radius\":\"0\",\"page_nav_margin\":\"0\",\"page_nav_padding\":\"3px 6px\",\"page_nav_button_bg_color\":\"FFFFFF\",\"page_nav_button_bg_transparent\":100,\"page_nav_box_shadow\":\"0\",\"page_nav_button_transition\":1,\"page_nav_button_text\":0,\"lightbox_overlay_bg_color\":\"000000\",\"lightbox_overlay_bg_transparent\":70,\"lightbox_bg_color\":\"000000\",\"lightbox_ctrl_btn_pos\":\"bottom\",\"lightbox_ctrl_btn_align\":\"center\",\"lightbox_ctrl_btn_height\":20,\"lightbox_ctrl_btn_margin_top\":10,\"lightbox_ctrl_btn_margin_left\":7,\"lightbox_ctrl_btn_transparent\":100,\"lightbox_ctrl_btn_color\":\"FFFFFF\",\"lightbox_toggle_btn_height\":14,\"lightbox_toggle_btn_width\":100,\"lightbox_ctrl_cont_bg_color\":\"000000\",\"lightbox_ctrl_cont_transparent\":65,\"lightbox_ctrl_cont_border_radius\":4,\"lightbox_close_btn_transparent\":100,\"lightbox_close_btn_bg_color\":\"000000\",\"lightbox_close_btn_border_width\":2,\"lightbox_close_btn_border_radius\":\"16px\",\"lightbox_close_btn_border_style\":\"none\",\"lightbox_close_btn_border_color\":\"FFFFFF\",\"lightbox_close_btn_box_shadow\":\"0\",\"lightbox_close_btn_color\":\"FFFFFF\",\"lightbox_close_btn_size\":10,\"lightbox_close_btn_width\":20,\"lightbox_close_btn_height\":20,\"lightbox_close_btn_top\":\"-10\",\"lightbox_close_btn_right\":\"-10\",\"lightbox_close_btn_full_color\":\"FFFFFF\",\"lightbox_rl_btn_bg_color\":\"000000\",\"lightbox_rl_btn_border_radius\":\"20px\",\"lightbox_rl_btn_border_width\":0,\"lightbox_rl_btn_border_style\":\"none\",\"lightbox_rl_btn_border_color\":\"FFFFFF\",\"lightbox_rl_btn_box_shadow\":\"\",\"lightbox_rl_btn_color\":\"FFFFFF\",\"lightbox_rl_btn_height\":40,\"lightbox_rl_btn_width\":40,\"lightbox_rl_btn_size\":20,\"lightbox_close_rl_btn_hover_color\":\"CCCCCC\",\"lightbox_comment_pos\":\"left\",\"lightbox_comment_width\":400,\"lightbox_comment_bg_color\":\"000000\",\"lightbox_comment_font_color\":\"CCCCCC\",\"lightbox_comment_font_style\":\"segoe ui\",\"lightbox_comment_font_size\":12,\"lightbox_comment_button_bg_color\":\"616161\",\"lightbox_comment_button_border_color\":\"666666\",\"lightbox_comment_button_border_width\":1,\"lightbox_comment_button_border_style\":\"none\",\"lightbox_comment_button_border_radius\":\"3px\",\"lightbox_comment_button_padding\":\"3px 10px\",\"lightbox_comment_input_bg_color\":\"333333\",\"lightbox_comment_input_border_color\":\"666666\",\"lightbox_comment_input_border_width\":1,\"lightbox_comment_input_border_style\":\"none\",\"lightbox_comment_input_border_radius\":\"0\",\"lightbox_comment_input_padding\":\"2px\",\"lightbox_comment_separator_width\":1,\"lightbox_comment_separator_style\":\"solid\",\"lightbox_comment_separator_color\":\"383838\",\"lightbox_comment_author_font_size\":14,\"lightbox_comment_date_font_size\":10,\"lightbox_comment_body_font_size\":12,\"lightbox_comment_share_button_color\":\"CCCCCC\",\"lightbox_filmstrip_pos\":\"top\",\"lightbox_filmstrip_rl_bg_color\":\"3B3B3B\",\"lightbox_filmstrip_rl_btn_size\":20,\"lightbox_filmstrip_rl_btn_color\":\"FFFFFF\",\"lightbox_filmstrip_thumb_margin\":\"0 1px\",\"lightbox_filmstrip_thumb_border_width\":1,\"lightbox_filmstrip_thumb_border_style\":\"solid\",\"lightbox_filmstrip_thumb_border_color\":\"000000\",\"lightbox_filmstrip_thumb_border_radius\":\"0\",\"lightbox_filmstrip_thumb_deactive_transparent\":80,\"lightbox_filmstrip_thumb_active_border_width\":0,\"lightbox_filmstrip_thumb_active_border_color\":\"FFFFFF\",\"lightbox_rl_btn_style\":\"fa-chevron\",\"lightbox_rl_btn_transparent\":80,\"lightbox_bg_transparent\":100,\"album_compact_back_font_color\":\"000000\",\"album_compact_back_font_style\":\"segoe ui\",\"album_compact_back_font_size\":16,\"album_compact_back_font_weight\":\"bold\",\"album_compact_back_padding\":\"0\",\"album_compact_title_font_color\":\"CCCCCC\",\"album_compact_title_font_style\":\"segoe ui\",\"album_compact_thumb_title_pos\":\"bottom\",\"album_compact_title_font_size\":16,\"album_compact_title_font_weight\":\"bold\",\"album_compact_title_margin\":\"2px\",\"album_compact_title_shadow\":\"0px 0px 0px #888888\",\"album_compact_thumb_margin\":4,\"album_compact_thumb_padding\":0,\"album_compact_thumb_border_radius\":\"0\",\"album_compact_thumb_border_width\":0,\"album_compact_thumb_border_style\":\"none\",\"album_compact_thumb_border_color\":\"CCCCCC\",\"album_compact_thumb_bg_color\":\"FFFFFF\",\"album_compact_thumbs_bg_color\":\"FFFFFF\",\"album_compact_thumb_bg_transparent\":0,\"album_compact_thumb_box_shadow\":\"0px 0px 0px #888888\",\"album_compact_thumb_transparent\":100,\"album_compact_thumb_align\":\"center\",\"album_compact_thumb_hover_effect\":\"scale\",\"album_compact_thumb_hover_effect_value\":\"1.1\",\"album_compact_thumb_transition\":0,\"album_extended_thumb_margin\":2,\"album_extended_thumb_padding\":0,\"album_extended_thumb_border_radius\":\"0\",\"album_extended_thumb_border_width\":0,\"album_extended_thumb_border_style\":\"none\",\"album_extended_thumb_border_color\":\"CCCCCC\",\"album_extended_thumb_bg_color\":\"FFFFFF\",\"album_extended_thumbs_bg_color\":\"FFFFFF\",\"album_extended_thumb_bg_transparent\":0,\"album_extended_thumb_box_shadow\":\"\",\"album_extended_thumb_transparent\":100,\"album_extended_thumb_align\":\"left\",\"album_extended_thumb_hover_effect\":\"scale\",\"album_extended_thumb_hover_effect_value\":\"1.1\",\"album_extended_thumb_transition\":0,\"album_extended_back_font_color\":\"000000\",\"album_extended_back_font_style\":\"segoe ui\",\"album_extended_back_font_size\":20,\"album_extended_back_font_weight\":\"bold\",\"album_extended_back_padding\":\"0\",\"album_extended_div_bg_color\":\"FFFFFF\",\"album_extended_div_bg_transparent\":0,\"album_extended_div_border_radius\":\"0 0 0 0\",\"album_extended_div_margin\":\"0 0 5px 0\",\"album_extended_div_padding\":10,\"album_extended_div_separator_width\":1,\"album_extended_div_separator_style\":\"solid\",\"album_extended_div_separator_color\":\"E0E0E0\",\"album_extended_thumb_div_bg_color\":\"FFFFFF\",\"album_extended_thumb_div_border_radius\":\"0\",\"album_extended_thumb_div_border_width\":1,\"album_extended_thumb_div_border_style\":\"solid\",\"album_extended_thumb_div_border_color\":\"E8E8E8\",\"album_extended_thumb_div_padding\":\"5px\",\"album_extended_text_div_bg_color\":\"FFFFFF\",\"album_extended_text_div_border_radius\":\"0\",\"album_extended_text_div_border_width\":1,\"album_extended_text_div_border_style\":\"solid\",\"album_extended_text_div_border_color\":\"E8E8E8\",\"album_extended_text_div_padding\":\"5px\",\"album_extended_title_span_border_width\":1,\"album_extended_title_span_border_style\":\"none\",\"album_extended_title_span_border_color\":\"CCCCCC\",\"album_extended_title_font_color\":\"000000\",\"album_extended_title_font_style\":\"segoe ui\",\"album_extended_title_font_size\":16,\"album_extended_title_font_weight\":\"bold\",\"album_extended_title_margin_bottom\":2,\"album_extended_title_padding\":\"2px\",\"album_extended_desc_span_border_width\":1,\"album_extended_desc_span_border_style\":\"none\",\"album_extended_desc_span_border_color\":\"CCCCCC\",\"album_extended_desc_font_color\":\"000000\",\"album_extended_desc_font_style\":\"segoe ui\",\"album_extended_desc_font_size\":14,\"album_extended_desc_font_weight\":\"normal\",\"album_extended_desc_padding\":\"2px\",\"album_extended_desc_more_color\":\"F2D22E\",\"album_extended_desc_more_size\":12,\"masonry_thumb_padding\":4,\"masonry_thumb_border_radius\":\"0\",\"masonry_thumb_border_width\":0,\"masonry_thumb_border_style\":\"none\",\"masonry_thumb_border_color\":\"CCCCCC\",\"masonry_thumbs_bg_color\":\"FFFFFF\",\"masonry_thumb_bg_transparent\":0,\"masonry_thumb_transparent\":100,\"masonry_thumb_align\":\"center\",\"masonry_thumb_hover_effect\":\"scale\",\"masonry_thumb_hover_effect_value\":\"1.1\",\"masonry_thumb_transition\":0,\"slideshow_cont_bg_color\":\"000000\",\"slideshow_close_btn_transparent\":100,\"slideshow_rl_btn_bg_color\":\"000000\",\"slideshow_rl_btn_border_radius\":\"20px\",\"slideshow_rl_btn_border_width\":0,\"slideshow_rl_btn_border_style\":\"none\",\"slideshow_rl_btn_border_color\":\"FFFFFF\",\"slideshow_rl_btn_box_shadow\":\"0px 0px 0px #000000\",\"slideshow_rl_btn_color\":\"FFFFFF\",\"slideshow_rl_btn_height\":40,\"slideshow_rl_btn_size\":20,\"slideshow_rl_btn_width\":40,\"slideshow_close_rl_btn_hover_color\":\"CCCCCC\",\"slideshow_filmstrip_pos\":\"top\",\"slideshow_filmstrip_thumb_border_width\":1,\"slideshow_filmstrip_thumb_border_style\":\"solid\",\"slideshow_filmstrip_thumb_border_color\":\"000000\",\"slideshow_filmstrip_thumb_border_radius\":\"0\",\"slideshow_filmstrip_thumb_margin\":\"0 1px\",\"slideshow_filmstrip_thumb_active_border_width\":0,\"slideshow_filmstrip_thumb_active_border_color\":\"FFFFFF\",\"slideshow_filmstrip_thumb_deactive_transparent\":80,\"slideshow_filmstrip_rl_bg_color\":\"3B3B3B\",\"slideshow_filmstrip_rl_btn_color\":\"FFFFFF\",\"slideshow_filmstrip_rl_btn_size\":20,\"slideshow_title_font_size\":16,\"slideshow_title_font\":\"segoe ui\",\"slideshow_title_color\":\"FFFFFF\",\"slideshow_title_opacity\":70,\"slideshow_title_border_radius\":\"5px\",\"slideshow_title_background_color\":\"000000\",\"slideshow_title_padding\":\"0 0 0 0\",\"slideshow_description_font_size\":14,\"slideshow_description_font\":\"segoe ui\",\"slideshow_description_color\":\"FFFFFF\",\"slideshow_description_opacity\":70,\"slideshow_description_border_radius\":\"0\",\"slideshow_description_background_color\":\"000000\",\"slideshow_description_padding\":\"5px 10px 5px 10px\",\"slideshow_dots_width\":12,\"slideshow_dots_height\":12,\"slideshow_dots_border_radius\":\"5px\",\"slideshow_dots_background_color\":\"F2D22E\",\"slideshow_dots_margin\":3,\"slideshow_dots_active_background_color\":\"FFFFFF\",\"slideshow_dots_active_border_width\":1,\"slideshow_dots_active_border_color\":\"000000\",\"slideshow_play_pause_btn_size\":60,\"slideshow_rl_btn_style\":\"fa-chevron\",\"blog_style_margin\":\"2px\",\"blog_style_padding\":\"0\",\"blog_style_border_radius\":\"0\",\"blog_style_border_width\":1,\"blog_style_border_style\":\"solid\",\"blog_style_border_color\":\"F5F5F5\",\"blog_style_bg_color\":\"FFFFFF\",\"blog_style_transparent\":80,\"blog_style_box_shadow\":\"\",\"blog_style_align\":\"center\",\"blog_style_share_buttons_margin\":\"5px auto 10px auto\",\"blog_style_share_buttons_border_radius\":\"0\",\"blog_style_share_buttons_border_width\":0,\"blog_style_share_buttons_border_style\":\"none\",\"blog_style_share_buttons_border_color\":\"000000\",\"blog_style_share_buttons_bg_color\":\"FFFFFF\",\"blog_style_share_buttons_align\":\"right\",\"blog_style_img_font_size\":16,\"blog_style_img_font_family\":\"segoe ui\",\"blog_style_img_font_color\":\"000000\",\"blog_style_share_buttons_color\":\"B3AFAF\",\"blog_style_share_buttons_bg_transparent\":0,\"blog_style_share_buttons_font_size\":20,\"image_browser_margin\":\"2px auto\",\"image_browser_padding\":\"4px\",\"image_browser_border_radius\":\"0\",\"image_browser_border_width\":1,\"image_browser_border_style\":\"none\",\"image_browser_border_color\":\"F5F5F5\",\"image_browser_bg_color\":\"EBEBEB\",\"image_browser_box_shadow\":\"\",\"image_browser_transparent\":80,\"image_browser_align\":\"center\",\"image_browser_image_description_margin\":\"0px 5px 0px 5px\",\"image_browser_image_description_padding\":\"8px 8px 8px 8px\",\"image_browser_image_description_border_radius\":\"0\",\"image_browser_image_description_border_width\":1,\"image_browser_image_description_border_style\":\"none\",\"image_browser_image_description_border_color\":\"FFFFFF\",\"image_browser_image_description_bg_color\":\"EBEBEB\",\"image_browser_image_description_align\":\"center\",\"image_browser_img_font_size\":15,\"image_browser_img_font_family\":\"segoe ui\",\"image_browser_img_font_color\":\"000000\",\"image_browser_full_padding\":\"4px\",\"image_browser_full_border_radius\":\"0\",\"image_browser_full_border_width\":2,\"image_browser_full_border_style\":\"none\",\"image_browser_full_border_color\":\"F7F7F7\",\"image_browser_full_bg_color\":\"F5F5F5\",\"image_browser_full_transparent\":90,\"lightbox_info_pos\":\"top\",\"lightbox_info_align\":\"right\",\"lightbox_info_bg_color\":\"000000\",\"lightbox_info_bg_transparent\":70,\"lightbox_info_border_width\":1,\"lightbox_info_border_style\":\"none\",\"lightbox_info_border_color\":\"000000\",\"lightbox_info_border_radius\":\"5px\",\"lightbox_info_padding\":\"5px\",\"lightbox_info_margin\":\"15px\",\"lightbox_title_color\":\"FFFFFF\",\"lightbox_title_font_style\":\"segoe ui\",\"lightbox_title_font_weight\":\"bold\",\"lightbox_title_font_size\":18,\"lightbox_description_color\":\"FFFFFF\",\"lightbox_description_font_style\":\"segoe ui\",\"lightbox_description_font_weight\":\"normal\",\"lightbox_description_font_size\":14,\"lightbox_rate_pos\":\"bottom\",\"lightbox_rate_align\":\"right\",\"lightbox_rate_icon\":\"star\",\"lightbox_rate_color\":\"F9D062\",\"lightbox_rate_size\":20,\"lightbox_rate_stars_count\":5,\"lightbox_rate_padding\":\"15px\",\"lightbox_rate_hover_color\":\"F7B50E\",\"lightbox_hit_pos\":\"bottom\",\"lightbox_hit_align\":\"left\",\"lightbox_hit_bg_color\":\"000000\",\"lightbox_hit_bg_transparent\":70,\"lightbox_hit_border_width\":1,\"lightbox_hit_border_style\":\"none\",\"lightbox_hit_border_color\":\"000000\",\"lightbox_hit_border_radius\":\"5px\",\"lightbox_hit_padding\":\"5px\",\"lightbox_hit_margin\":\"0 5px\",\"lightbox_hit_color\":\"FFFFFF\",\"lightbox_hit_font_style\":\"segoe ui\",\"lightbox_hit_font_weight\":\"normal\",\"lightbox_hit_font_size\":14,\"masonry_description_font_size\":12,\"masonry_description_color\":\"CCCCCC\",\"masonry_description_font_style\":\"segoe ui\",\"album_masonry_back_font_color\":\"000000\",\"album_masonry_back_font_style\":\"segoe ui\",\"album_masonry_back_font_size\":16,\"album_masonry_back_font_weight\":\"bold\",\"album_masonry_back_padding\":\"0\",\"album_masonry_title_font_color\":\"CCCCCC\",\"album_masonry_title_font_style\":\"segoe ui\",\"album_masonry_thumb_title_pos\":\"bottom\",\"album_masonry_title_font_size\":16,\"album_masonry_title_font_weight\":\"bold\",\"album_masonry_title_margin\":\"2px\",\"album_masonry_title_shadow\":\"0px 0px 0px #888888\",\"album_masonry_thumb_margin\":4,\"album_masonry_thumb_padding\":0,\"album_masonry_thumb_border_radius\":\"0\",\"album_masonry_thumb_border_width\":0,\"album_masonry_thumb_border_style\":\"none\",\"album_masonry_thumb_border_color\":\"CCCCCC\",\"album_masonry_thumb_bg_color\":\"FFFFFF\",\"album_masonry_thumbs_bg_color\":\"FFFFFF\",\"album_masonry_thumb_bg_transparent\":0,\"album_masonry_thumb_box_shadow\":\"0px 0px 0px #888888\",\"album_masonry_thumb_transparent\":100,\"album_masonry_thumb_align\":\"center\",\"album_masonry_thumb_hover_effect\":\"scale\",\"album_masonry_thumb_hover_effect_value\":\"1.1\",\"album_masonry_thumb_transition\":0,\"mosaic_thumb_padding\":4,\"mosaic_thumb_border_radius\":\"0\",\"mosaic_thumb_border_width\":0,\"mosaic_thumb_border_style\":\"none\",\"mosaic_thumb_border_color\":\"CCCCCC\",\"mosaic_thumbs_bg_color\":\"FFFFFF\",\"mosaic_thumb_bg_transparent\":0,\"mosaic_thumb_transparent\":100,\"mosaic_thumb_align\":\"center\",\"mosaic_thumb_hover_effect\":\"scale\",\"mosaic_thumb_hover_effect_value\":\"1.1\",\"mosaic_thumb_title_font_color\":\"CCCCCC\",\"mosaic_thumb_title_font_style\":\"segoe ui\",\"mosaic_thumb_title_font_weight\":\"bold\",\"mosaic_thumb_title_margin\":\"2px\",\"mosaic_thumb_title_shadow\":\"0px 0px 0px #888888\",\"mosaic_thumb_title_font_size\":16,\"carousel_cont_bg_color\":\"000000\",\"carousel_cont_btn_transparent\":0,\"carousel_close_btn_transparent\":100,\"carousel_rl_btn_bg_color\":\"000000\",\"carousel_rl_btn_border_radius\":\"20px\",\"carousel_rl_btn_border_width\":0,\"carousel_rl_btn_border_style\":\"none\",\"carousel_rl_btn_border_color\":\"FFFFFF\",\"carousel_rl_btn_color\":\"FFFFFF\",\"carousel_rl_btn_height\":40,\"carousel_rl_btn_size\":20,\"carousel_play_pause_btn_size\":20,\"carousel_rl_btn_width\":40,\"carousel_close_rl_btn_hover_color\":\"CCCCCC\",\"carousel_rl_btn_style\":\"fa-chevron\",\"carousel_mergin_bottom\":\"0.5\",\"carousel_font_family\":\"Arial\",\"carousel_feature_border_width\":2,\"carousel_feature_border_style\":\"solid\",\"carousel_feature_border_color\":\"5D204F\",\"carousel_caption_background_color\":\"000000\",\"carousel_caption_bottom\":0,\"carousel_caption_p_mergin\":0,\"carousel_caption_p_pedding\":5,\"carousel_caption_p_font_weight\":\"bold\",\"carousel_caption_p_font_size\":14,\"carousel_caption_p_color\":\"white\",\"carousel_title_opacity\":100,\"carousel_title_border_radius\":\"5px\",\"mosaic_thumb_transition\":1}',1),(2,'Theme 2','{\"thumb_margin\":4,\"thumb_padding\":4,\"thumb_border_radius\":\"0\",\"thumb_border_width\":5,\"thumb_border_style\":\"none\",\"thumb_border_color\":\"FFFFFF\",\"thumb_bg_color\":\"E8E8E8\",\"thumbs_bg_color\":\"FFFFFF\",\"thumb_bg_transparent\":0,\"thumb_box_shadow\":\"0px 0px 0px #888888\",\"thumb_transparent\":100,\"thumb_align\":\"center\",\"thumb_hover_effect\":\"rotate\",\"thumb_hover_effect_value\":\"2deg\",\"thumb_transition\":1,\"thumb_title_font_color\":\"CCCCCC\",\"thumb_title_font_style\":\"segoe ui\",\"thumb_title_pos\":\"bottom\",\"thumb_title_font_size\":16,\"thumb_title_font_weight\":\"bold\",\"thumb_title_margin\":\"5px\",\"thumb_title_shadow\":\"\",\"page_nav_position\":\"bottom\",\"page_nav_align\":\"center\",\"page_nav_number\":0,\"page_nav_font_size\":12,\"page_nav_font_style\":\"segoe ui\",\"page_nav_font_color\":\"666666\",\"page_nav_font_weight\":\"bold\",\"page_nav_border_width\":1,\"page_nav_border_style\":\"none\",\"page_nav_border_color\":\"E3E3E3\",\"page_nav_border_radius\":\"0\",\"page_nav_margin\":\"0\",\"page_nav_padding\":\"3px 6px\",\"page_nav_button_bg_color\":\"FCFCFC\",\"page_nav_button_bg_transparent\":100,\"page_nav_box_shadow\":\"0\",\"page_nav_button_transition\":1,\"page_nav_button_text\":0,\"lightbox_overlay_bg_color\":\"000000\",\"lightbox_overlay_bg_transparent\":70,\"lightbox_bg_color\":\"000000\",\"lightbox_ctrl_btn_pos\":\"bottom\",\"lightbox_ctrl_btn_align\":\"center\",\"lightbox_ctrl_btn_height\":20,\"lightbox_ctrl_btn_margin_top\":10,\"lightbox_ctrl_btn_margin_left\":7,\"lightbox_ctrl_btn_transparent\":80,\"lightbox_ctrl_btn_color\":\"FFFFFF\",\"lightbox_toggle_btn_height\":14,\"lightbox_toggle_btn_width\":100,\"lightbox_ctrl_cont_bg_color\":\"000000\",\"lightbox_ctrl_cont_transparent\":80,\"lightbox_ctrl_cont_border_radius\":4,\"lightbox_close_btn_transparent\":95,\"lightbox_close_btn_bg_color\":\"000000\",\"lightbox_close_btn_border_width\":0,\"lightbox_close_btn_border_radius\":\"16px\",\"lightbox_close_btn_border_style\":\"none\",\"lightbox_close_btn_border_color\":\"FFFFFF\",\"lightbox_close_btn_box_shadow\":\"\",\"lightbox_close_btn_color\":\"FFFFFF\",\"lightbox_close_btn_size\":10,\"lightbox_close_btn_width\":20,\"lightbox_close_btn_height\":20,\"lightbox_close_btn_top\":\"-10\",\"lightbox_close_btn_right\":\"-10\",\"lightbox_close_btn_full_color\":\"FFFFFF\",\"lightbox_rl_btn_bg_color\":\"000000\",\"lightbox_rl_btn_border_radius\":\"20px\",\"lightbox_rl_btn_border_width\":2,\"lightbox_rl_btn_border_style\":\"none\",\"lightbox_rl_btn_border_color\":\"FFFFFF\",\"lightbox_rl_btn_box_shadow\":\"\",\"lightbox_rl_btn_color\":\"FFFFFF\",\"lightbox_rl_btn_height\":40,\"lightbox_rl_btn_width\":40,\"lightbox_rl_btn_size\":20,\"lightbox_close_rl_btn_hover_color\":\"FFFFFF\",\"lightbox_comment_pos\":\"left\",\"lightbox_comment_width\":400,\"lightbox_comment_bg_color\":\"000000\",\"lightbox_comment_font_color\":\"CCCCCC\",\"lightbox_comment_font_style\":\"arial\",\"lightbox_comment_font_size\":12,\"lightbox_comment_button_bg_color\":\"333333\",\"lightbox_comment_button_border_color\":\"666666\",\"lightbox_comment_button_border_width\":1,\"lightbox_comment_button_border_style\":\"none\",\"lightbox_comment_button_border_radius\":\"3px\",\"lightbox_comment_button_padding\":\"3px 10px\",\"lightbox_comment_input_bg_color\":\"333333\",\"lightbox_comment_input_border_color\":\"666666\",\"lightbox_comment_input_border_width\":1,\"lightbox_comment_input_border_style\":\"none\",\"lightbox_comment_input_border_radius\":\"0\",\"lightbox_comment_input_padding\":\"3px\",\"lightbox_comment_separator_width\":1,\"lightbox_comment_separator_style\":\"solid\",\"lightbox_comment_separator_color\":\"2B2B2B\",\"lightbox_comment_author_font_size\":14,\"lightbox_comment_date_font_size\":10,\"lightbox_comment_body_font_size\":12,\"lightbox_comment_share_button_color\":\"FFFFFF\",\"lightbox_filmstrip_pos\":\"top\",\"lightbox_filmstrip_rl_bg_color\":\"2B2B2B\",\"lightbox_filmstrip_rl_btn_size\":20,\"lightbox_filmstrip_rl_btn_color\":\"FFFFFF\",\"lightbox_filmstrip_thumb_margin\":\"0 1px\",\"lightbox_filmstrip_thumb_border_width\":1,\"lightbox_filmstrip_thumb_border_style\":\"none\",\"lightbox_filmstrip_thumb_border_color\":\"000000\",\"lightbox_filmstrip_thumb_border_radius\":\"0\",\"lightbox_filmstrip_thumb_deactive_transparent\":80,\"lightbox_filmstrip_thumb_active_border_width\":0,\"lightbox_filmstrip_thumb_active_border_color\":\"FFFFFF\",\"lightbox_rl_btn_style\":\"fa-chevron\",\"lightbox_rl_btn_transparent\":80,\"lightbox_bg_transparent\":100,\"album_compact_back_font_color\":\"000000\",\"album_compact_back_font_style\":\"segoe ui\",\"album_compact_back_font_size\":14,\"album_compact_back_font_weight\":\"normal\",\"album_compact_back_padding\":\"0\",\"album_compact_title_font_color\":\"CCCCCC\",\"album_compact_title_font_style\":\"segoe ui\",\"album_compact_thumb_title_pos\":\"bottom\",\"album_compact_title_font_size\":16,\"album_compact_title_font_weight\":\"bold\",\"album_compact_title_margin\":\"5px\",\"album_compact_title_shadow\":\"\",\"album_compact_thumb_margin\":4,\"album_compact_thumb_padding\":4,\"album_compact_thumb_border_radius\":\"0\",\"album_compact_thumb_border_width\":1,\"album_compact_thumb_border_style\":\"none\",\"album_compact_thumb_border_color\":\"000000\",\"album_compact_thumb_bg_color\":\"E8E8E8\",\"album_compact_thumbs_bg_color\":\"FFFFFF\",\"album_compact_thumb_bg_transparent\":100,\"album_compact_thumb_box_shadow\":\"\",\"album_compact_thumb_transparent\":100,\"album_compact_thumb_align\":\"center\",\"album_compact_thumb_hover_effect\":\"rotate\",\"album_compact_thumb_hover_effect_value\":\"2deg\",\"album_compact_thumb_transition\":1,\"album_extended_thumb_margin\":2,\"album_extended_thumb_padding\":4,\"album_extended_thumb_border_radius\":\"0\",\"album_extended_thumb_border_width\":4,\"album_extended_thumb_border_style\":\"none\",\"album_extended_thumb_border_color\":\"E8E8E8\",\"album_extended_thumb_bg_color\":\"E8E8E8\",\"album_extended_thumbs_bg_color\":\"FFFFFF\",\"album_extended_thumb_bg_transparent\":100,\"album_extended_thumb_box_shadow\":\"\",\"album_extended_thumb_transparent\":100,\"album_extended_thumb_align\":\"left\",\"album_extended_thumb_hover_effect\":\"rotate\",\"album_extended_thumb_hover_effect_value\":\"2deg\",\"album_extended_thumb_transition\":0,\"album_extended_back_font_color\":\"000000\",\"album_extended_back_font_style\":\"segoe ui\",\"album_extended_back_font_size\":16,\"album_extended_back_font_weight\":\"bold\",\"album_extended_back_padding\":\"0\",\"album_extended_div_bg_color\":\"FFFFFF\",\"album_extended_div_bg_transparent\":0,\"album_extended_div_border_radius\":\"0\",\"album_extended_div_margin\":\"0 0 5px 0\",\"album_extended_div_padding\":10,\"album_extended_div_separator_width\":1,\"album_extended_div_separator_style\":\"none\",\"album_extended_div_separator_color\":\"CCCCCC\",\"album_extended_thumb_div_bg_color\":\"FFFFFF\",\"album_extended_thumb_div_border_radius\":\"0\",\"album_extended_thumb_div_border_width\":0,\"album_extended_thumb_div_border_style\":\"none\",\"album_extended_thumb_div_border_color\":\"CCCCCC\",\"album_extended_thumb_div_padding\":\"0\",\"album_extended_text_div_bg_color\":\"FFFFFF\",\"album_extended_text_div_border_radius\":\"0\",\"album_extended_text_div_border_width\":1,\"album_extended_text_div_border_style\":\"none\",\"album_extended_text_div_border_color\":\"CCCCCC\",\"album_extended_text_div_padding\":\"5px\",\"album_extended_title_span_border_width\":1,\"album_extended_title_span_border_style\":\"none\",\"album_extended_title_span_border_color\":\"CCCCCC\",\"album_extended_title_font_color\":\"000000\",\"album_extended_title_font_style\":\"segoe ui\",\"album_extended_title_font_size\":16,\"album_extended_title_font_weight\":\"bold\",\"album_extended_title_margin_bottom\":2,\"album_extended_title_padding\":\"2px\",\"album_extended_desc_span_border_width\":1,\"album_extended_desc_span_border_style\":\"none\",\"album_extended_desc_span_border_color\":\"CCCCCC\",\"album_extended_desc_font_color\":\"000000\",\"album_extended_desc_font_style\":\"segoe ui\",\"album_extended_desc_font_size\":14,\"album_extended_desc_font_weight\":\"normal\",\"album_extended_desc_padding\":\"2px\",\"album_extended_desc_more_color\":\"FFC933\",\"album_extended_desc_more_size\":12,\"masonry_thumb_padding\":4,\"masonry_thumb_border_radius\":\"2px\",\"masonry_thumb_border_width\":1,\"masonry_thumb_border_style\":\"none\",\"masonry_thumb_border_color\":\"CCCCCC\",\"masonry_thumbs_bg_color\":\"FFFFFF\",\"masonry_thumb_bg_transparent\":0,\"masonry_thumb_transparent\":80,\"masonry_thumb_align\":\"center\",\"masonry_thumb_hover_effect\":\"rotate\",\"masonry_thumb_hover_effect_value\":\"2deg\",\"masonry_thumb_transition\":0,\"slideshow_cont_bg_color\":\"000000\",\"slideshow_close_btn_transparent\":100,\"slideshow_rl_btn_bg_color\":\"000000\",\"slideshow_rl_btn_border_radius\":\"20px\",\"slideshow_rl_btn_border_width\":0,\"slideshow_rl_btn_border_style\":\"none\",\"slideshow_rl_btn_border_color\":\"FFFFFF\",\"slideshow_rl_btn_box_shadow\":\"\",\"slideshow_rl_btn_color\":\"FFFFFF\",\"slideshow_rl_btn_height\":40,\"slideshow_rl_btn_size\":20,\"slideshow_rl_btn_width\":40,\"slideshow_close_rl_btn_hover_color\":\"DBDBDB\",\"slideshow_filmstrip_pos\":\"bottom\",\"slideshow_filmstrip_thumb_border_width\":1,\"slideshow_filmstrip_thumb_border_style\":\"none\",\"slideshow_filmstrip_thumb_border_color\":\"000000\",\"slideshow_filmstrip_thumb_border_radius\":\"0\",\"slideshow_filmstrip_thumb_margin\":\"0 1px\",\"slideshow_filmstrip_thumb_active_border_width\":0,\"slideshow_filmstrip_thumb_active_border_color\":\"FFFFFF\",\"slideshow_filmstrip_thumb_deactive_transparent\":80,\"slideshow_filmstrip_rl_bg_color\":\"303030\",\"slideshow_filmstrip_rl_btn_color\":\"FFFFFF\",\"slideshow_filmstrip_rl_btn_size\":20,\"slideshow_title_font_size\":16,\"slideshow_title_font\":\"segoe ui\",\"slideshow_title_color\":\"FFFFFF\",\"slideshow_title_opacity\":70,\"slideshow_title_border_radius\":\"5px\",\"slideshow_title_background_color\":\"000000\",\"slideshow_title_padding\":\"5px 10px 5px 10px\",\"slideshow_description_font_size\":14,\"slideshow_description_font\":\"segoe ui\",\"slideshow_description_color\":\"FFFFFF\",\"slideshow_description_opacity\":70,\"slideshow_description_border_radius\":\"0\",\"slideshow_description_background_color\":\"000000\",\"slideshow_description_padding\":\"5px 10px 5px 10px\",\"slideshow_dots_width\":10,\"slideshow_dots_height\":10,\"slideshow_dots_border_radius\":\"10px\",\"slideshow_dots_background_color\":\"292929\",\"slideshow_dots_margin\":1,\"slideshow_dots_active_background_color\":\"292929\",\"slideshow_dots_active_border_width\":2,\"slideshow_dots_active_border_color\":\"FFC933\",\"slideshow_play_pause_btn_size\":60,\"slideshow_rl_btn_style\":\"fa-chevron\",\"blog_style_margin\":\"2px\",\"blog_style_padding\":\"4px\",\"blog_style_border_radius\":\"0\",\"blog_style_border_width\":1,\"blog_style_border_style\":\"none\",\"blog_style_border_color\":\"CCCCCC\",\"blog_style_bg_color\":\"E8E8E8\",\"blog_style_transparent\":70,\"blog_style_box_shadow\":\"\",\"blog_style_align\":\"center\",\"blog_style_share_buttons_margin\":\"5px auto 10px auto\",\"blog_style_share_buttons_border_radius\":\"0\",\"blog_style_share_buttons_border_width\":0,\"blog_style_share_buttons_border_style\":\"none\",\"blog_style_share_buttons_border_color\":\"000000\",\"blog_style_share_buttons_bg_color\":\"FFFFFF\",\"blog_style_share_buttons_align\":\"right\",\"blog_style_img_font_size\":16,\"blog_style_img_font_family\":\"segoe ui\",\"blog_style_img_font_color\":\"000000\",\"blog_style_share_buttons_color\":\"A1A1A1\",\"blog_style_share_buttons_bg_transparent\":0,\"blog_style_share_buttons_font_size\":20,\"image_browser_margin\":\"2px auto\",\"image_browser_padding\":\"4px\",\"image_browser_border_radius\":\"2px\",\"image_browser_border_width\":1,\"image_browser_border_style\":\"none\",\"image_browser_border_color\":\"E8E8E8\",\"image_browser_bg_color\":\"E8E8E8\",\"image_browser_box_shadow\":\"\",\"image_browser_transparent\":80,\"image_browser_align\":\"center\",\"image_browser_image_description_margin\":\"24px 0px 0px 0px\",\"image_browser_image_description_padding\":\"8px 8px 8px 8px\",\"image_browser_image_description_border_radius\":\"0\",\"image_browser_image_description_border_width\":1,\"image_browser_image_description_border_style\":\"none\",\"image_browser_image_description_border_color\":\"FFFFFF\",\"image_browser_image_description_bg_color\":\"E8E8E8\",\"image_browser_image_description_align\":\"center\",\"image_browser_img_font_size\":14,\"image_browser_img_font_family\":\"segoe ui\",\"image_browser_img_font_color\":\"000000\",\"image_browser_full_padding\":\"4px\",\"image_browser_full_border_radius\":\"0\",\"image_browser_full_border_width\":1,\"image_browser_full_border_style\":\"solid\",\"image_browser_full_border_color\":\"EDEDED\",\"image_browser_full_bg_color\":\"FFFFFF\",\"image_browser_full_transparent\":90,\"lightbox_info_pos\":\"top\",\"lightbox_info_align\":\"right\",\"lightbox_info_bg_color\":\"000000\",\"lightbox_info_bg_transparent\":70,\"lightbox_info_border_width\":1,\"lightbox_info_border_style\":\"none\",\"lightbox_info_border_color\":\"000000\",\"lightbox_info_border_radius\":\"5px\",\"lightbox_info_padding\":\"5px\",\"lightbox_info_margin\":\"15px\",\"lightbox_title_color\":\"FFFFFF\",\"lightbox_title_font_style\":\"segoe ui\",\"lightbox_title_font_weight\":\"bold\",\"lightbox_title_font_size\":18,\"lightbox_description_color\":\"FFFFFF\",\"lightbox_description_font_style\":\"segoe ui\",\"lightbox_description_font_weight\":\"normal\",\"lightbox_description_font_size\":14,\"lightbox_rate_pos\":\"bottom\",\"lightbox_rate_align\":\"right\",\"lightbox_rate_icon\":\"star\",\"lightbox_rate_color\":\"F9D062\",\"lightbox_rate_size\":20,\"lightbox_rate_stars_count\":5,\"lightbox_rate_padding\":\"15px\",\"lightbox_rate_hover_color\":\"F7B50E\",\"lightbox_hit_pos\":\"bottom\",\"lightbox_hit_align\":\"left\",\"lightbox_hit_bg_color\":\"000000\",\"lightbox_hit_bg_transparent\":70,\"lightbox_hit_border_width\":1,\"lightbox_hit_border_style\":\"none\",\"lightbox_hit_border_color\":\"000000\",\"lightbox_hit_border_radius\":\"5px\",\"lightbox_hit_padding\":\"5px\",\"lightbox_hit_margin\":\"0 5px\",\"lightbox_hit_color\":\"FFFFFF\",\"lightbox_hit_font_style\":\"segoe ui\",\"lightbox_hit_font_weight\":\"normal\",\"lightbox_hit_font_size\":14,\"masonry_description_font_size\":12,\"masonry_description_color\":\"CCCCCC\",\"masonry_description_font_style\":\"segoe ui\",\"album_masonry_back_font_color\":\"000000\",\"album_masonry_back_font_style\":\"segoe ui\",\"album_masonry_back_font_size\":14,\"album_masonry_back_font_weight\":\"normal\",\"album_masonry_back_padding\":\"0\",\"album_masonry_title_font_color\":\"CCCCCC\",\"album_masonry_title_font_style\":\"segoe ui\",\"album_masonry_thumb_title_pos\":\"bottom\",\"album_masonry_title_font_size\":16,\"album_masonry_title_font_weight\":\"bold\",\"album_masonry_title_margin\":\"5px\",\"album_masonry_title_shadow\":\"\",\"album_masonry_thumb_margin\":4,\"album_masonry_thumb_padding\":4,\"album_masonry_thumb_border_radius\":\"0\",\"album_masonry_thumb_border_width\":1,\"album_masonry_thumb_border_style\":\"none\",\"album_masonry_thumb_border_color\":\"000000\",\"album_masonry_thumb_bg_color\":\"E8E8E8\",\"album_masonry_thumbs_bg_color\":\"FFFFFF\",\"album_masonry_thumb_bg_transparent\":100,\"album_masonry_thumb_box_shadow\":\"\",\"album_masonry_thumb_transparent\":100,\"album_masonry_thumb_align\":\"center\",\"album_masonry_thumb_hover_effect\":\"rotate\",\"album_masonry_thumb_hover_effect_value\":\"2deg\",\"album_masonry_thumb_transition\":1,\"mosaic_thumb_padding\":4,\"mosaic_thumb_border_radius\":\"2px\",\"mosaic_thumb_border_width\":1,\"mosaic_thumb_border_style\":\"none\",\"mosaic_thumb_border_color\":\"CCCCCC\",\"mosaic_thumbs_bg_color\":\"FFFFFF\",\"mosaic_thumb_bg_transparent\":0,\"mosaic_thumb_transparent\":80,\"mosaic_thumb_align\":\"center\",\"mosaic_thumb_hover_effect\":\"rotate\",\"mosaic_thumb_hover_effect_value\":\"2deg\",\"mosaic_thumb_title_font_color\":\"CCCCCC\",\"mosaic_thumb_title_font_style\":\"segoe ui\",\"mosaic_thumb_title_font_weight\":\"bold\",\"mosaic_thumb_title_margin\":\"2px\",\"mosaic_thumb_title_shadow\":\"0px 0px 0px #888888\",\"mosaic_thumb_title_font_size\":16,\"carousel_cont_bg_color\":\"000000\",\"carousel_cont_btn_transparent\":0,\"carousel_close_btn_transparent\":100,\"carousel_rl_btn_bg_color\":\"000000\",\"carousel_rl_btn_border_radius\":\"20px\",\"carousel_rl_btn_border_width\":0,\"carousel_rl_btn_border_style\":\"none\",\"carousel_rl_btn_border_color\":\"FFFFFF\",\"carousel_rl_btn_color\":\"FFFFFF\",\"carousel_rl_btn_height\":40,\"carousel_rl_btn_size\":20,\"carousel_play_pause_btn_size\":20,\"carousel_rl_btn_width\":40,\"carousel_close_rl_btn_hover_color\":\"CCCCCC\",\"carousel_rl_btn_style\":\"fa-chevron\",\"carousel_mergin_bottom\":\"0.5\",\"carousel_font_family\":\"Arial\",\"carousel_feature_border_width\":2,\"carousel_feature_border_style\":\"solid\",\"carousel_feature_border_color\":\"5D204F\",\"carousel_caption_background_color\":\"000000\",\"carousel_caption_bottom\":0,\"carousel_caption_p_mergin\":0,\"carousel_caption_p_pedding\":5,\"carousel_caption_p_font_weight\":\"bold\",\"carousel_caption_p_font_size\":14,\"carousel_caption_p_color\":\"white\",\"carousel_title_opacity\":100,\"carousel_title_border_radius\":\"5px\",\"mosaic_thumb_transition\":1}',0); /*!40000 ALTER TABLE `wp_bwg_theme` 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 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 */; /*!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 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 */; /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gg_folders` -- DROP TABLE IF EXISTS `wp_gg_folders`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_gg_folders` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(255) NOT NULL, `date` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_gg_folders` -- LOCK TABLES `wp_gg_folders` WRITE; /*!40000 ALTER TABLE `wp_gg_folders` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_gg_folders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gg_galleries` -- DROP TABLE IF EXISTS `wp_gg_galleries`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_gg_galleries` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(255) NOT NULL, `settings_id` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_gg_galleries` -- LOCK TABLES `wp_gg_galleries` WRITE; /*!40000 ALTER TABLE `wp_gg_galleries` DISABLE KEYS */; INSERT INTO `wp_gg_galleries` VALUES (1,'CONCERTS & WEDDINGS',0); /*!40000 ALTER TABLE `wp_gg_galleries` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gg_galleries_excluded` -- DROP TABLE IF EXISTS `wp_gg_galleries_excluded`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_gg_galleries_excluded` ( `id` int(11) NOT NULL AUTO_INCREMENT, `folder_id` int(11) NOT NULL, `photo_id` int(11) NOT NULL, `gallery_id` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_gg_galleries_excluded` -- LOCK TABLES `wp_gg_galleries_excluded` WRITE; /*!40000 ALTER TABLE `wp_gg_galleries_excluded` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_gg_galleries_excluded` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gg_galleries_resources` -- DROP TABLE IF EXISTS `wp_gg_galleries_resources`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_gg_galleries_resources` ( `id` int(11) NOT NULL AUTO_INCREMENT, `resource_type` enum('folder','photo') NOT NULL, `resource_id` int(11) NOT NULL, `gallery_id` int(11) NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_gg_galleries_resources` -- LOCK TABLES `wp_gg_galleries_resources` WRITE; /*!40000 ALTER TABLE `wp_gg_galleries_resources` DISABLE KEYS */; INSERT INTO `wp_gg_galleries_resources` VALUES (1,'photo',1,1),(2,'photo',2,1),(3,'photo',3,1); /*!40000 ALTER TABLE `wp_gg_galleries_resources` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gg_photos` -- DROP TABLE IF EXISTS `wp_gg_photos`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_gg_photos` ( `id` int(11) NOT NULL AUTO_INCREMENT, `folder_id` int(11) NOT NULL DEFAULT '0', `album_id` int(11) NOT NULL, `attachment_id` int(11) NOT NULL, `position` int(11) NOT NULL DEFAULT '9000', `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_gg_photos` -- LOCK TABLES `wp_gg_photos` WRITE; /*!40000 ALTER TABLE `wp_gg_photos` DISABLE KEYS */; INSERT INTO `wp_gg_photos` VALUES (1,0,0,4282,9000,'2016-08-22 05:12:56'),(2,0,0,4281,9000,'2016-08-22 05:13:02'),(3,0,0,4280,9000,'2016-08-22 05:13:07'); /*!40000 ALTER TABLE `wp_gg_photos` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gg_photos_pos` -- DROP TABLE IF EXISTS `wp_gg_photos_pos`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_gg_photos_pos` ( `id` int(11) NOT NULL AUTO_INCREMENT, `photo_id` int(11) NOT NULL, `scope` enum('main','folder','gallery') NOT NULL, `scope_id` int(11) NOT NULL DEFAULT '0', `position` int(11) NOT NULL DEFAULT '2147483647', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_gg_photos_pos` -- LOCK TABLES `wp_gg_photos_pos` WRITE; /*!40000 ALTER TABLE `wp_gg_photos_pos` DISABLE KEYS */; INSERT INTO `wp_gg_photos_pos` VALUES (1,1,'gallery',1,1),(2,2,'gallery',1,2),(3,3,'gallery',1,3); /*!40000 ALTER TABLE `wp_gg_photos_pos` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gg_photos_settings` -- DROP TABLE IF EXISTS `wp_gg_photos_settings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_gg_photos_settings` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `value` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_gg_photos_settings` -- LOCK TABLES `wp_gg_photos_settings` WRITE; /*!40000 ALTER TABLE `wp_gg_photos_settings` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_gg_photos_settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gg_settings_presets` -- DROP TABLE IF EXISTS `wp_gg_settings_presets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_gg_settings_presets` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(255) NOT NULL, `settings_id` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_gg_settings_presets` -- LOCK TABLES `wp_gg_settings_presets` WRITE; /*!40000 ALTER TABLE `wp_gg_settings_presets` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_gg_settings_presets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gg_settings_sets` -- DROP TABLE IF EXISTS `wp_gg_settings_sets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_gg_settings_sets` ( `id` int(11) NOT NULL AUTO_INCREMENT, `data` text NOT NULL, `gallery_id` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_gg_settings_sets` -- LOCK TABLES `wp_gg_settings_sets` WRITE; /*!40000 ALTER TABLE `wp_gg_settings_sets` DISABLE KEYS */; INSERT INTO `wp_gg_settings_sets` VALUES (1,'a:14:{s:5:\"title\";s:0:\"\";s:4:\"area\";a:6:{s:4:\"grid\";s:1:\"2\";s:8:\"distance\";s:1:\"5\";s:5:\"width\";s:3:\"100\";s:10:\"width_unit\";s:1:\"1\";s:12:\"photo_height\";s:3:\"215\";s:17:\"photo_height_unit\";s:1:\"0\";}s:9:\"thumbnail\";a:3:{s:6:\"border\";a:5:{s:6:\"radius\";s:2:\"20\";s:11:\"radius_unit\";s:1:\"0\";s:4:\"type\";s:4:\"none\";s:5:\"color\";s:5:\"black\";s:5:\"width\";s:1:\"3\";}s:6:\"shadow\";a:5:{s:7:\"overlay\";s:1:\"0\";s:5:\"color\";s:7:\"#000000\";s:4:\"blur\";s:1:\"5\";s:1:\"x\";s:1:\"2\";s:1:\"y\";s:1:\"4\";}s:7:\"overlay\";a:8:{s:7:\"enabled\";s:4:\"true\";s:6:\"effect\";s:16:\"quarter-two-step\";s:10:\"background\";s:7:\"#000000\";s:10:\"foreground\";s:7:\"#ffffff\";s:12:\"transparency\";s:1:\"5\";s:9:\"text_size\";s:2:\"14\";s:14:\"text_size_unit\";s:1:\"0\";s:10:\"text_align\";s:1:\"2\";}}s:11:\"border-type\";s:5:\"Types\";s:10:\"use_shadow\";s:1:\"1\";s:12:\"mouse_shadow\";s:1:\"1\";s:3:\"box\";a:6:{s:4:\"type\";s:1:\"1\";s:5:\"theme\";s:7:\"theme_6\";s:10:\"transition\";s:4:\"fade\";s:9:\"slideshow\";s:5:\"false\";s:14:\"slideshowSpeed\";s:4:\"2500\";s:13:\"slideshowAuto\";s:5:\"false\";}s:5:\"posts\";a:7:{s:6:\"enable\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:7:\"current\";s:3:\"242\";s:6:\"author\";s:1:\"0\";s:4:\"date\";s:1:\"0\";s:8:\"contents\";s:1:\"0\";s:10:\"categories\";s:1:\"0\";}s:5:\"pages\";a:1:{s:7:\"current\";s:2:\"33\";}s:5:\"icons\";a:11:{s:7:\"enabled\";s:5:\"false\";s:6:\"effect\";s:17:\"hi-icon-effect-5d\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";s:7:\"#ffffff\";s:10:\"background\";s:7:\"#1e73be\";s:16:\"background_hover\";s:7:\"#1e73be\";s:4:\"size\";s:2:\"16\";s:6:\"margin\";s:1:\"5\";s:15:\"overlay_enabled\";s:4:\"true\";s:13:\"overlay_color\";s:7:\"#3498db\";s:20:\"overlay_transparency\";s:1:\"5\";}s:10:\"categories\";a:13:{s:7:\"enabled\";s:5:\"false\";s:8:\"position\";s:3:\"top\";s:5:\"align\";s:6:\"center\";s:6:\"preset\";s:1:\"0\";s:6:\"nav_bg\";s:7:\"#1e73be\";s:11:\"hide_nav_bg\";s:2:\"on\";s:7:\"text_bg\";s:7:\"#82a0bf\";s:12:\"hide_text_bg\";s:2:\"on\";s:10:\"text_color\";s:7:\"#1e73be\";s:7:\"padding\";a:2:{s:4:\"vert\";s:1:\"3\";s:3:\"hor\";s:2:\"10\";}s:11:\"font_weight\";s:6:\"normal\";s:9:\"font_size\";s:2:\"12\";s:6:\"border\";a:5:{s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#1e73be\";s:6:\"radius\";s:1:\"3\";s:11:\"radius_unit\";s:2:\"px\";}}s:9:\"quicksand\";a:2:{s:7:\"enabled\";s:1:\"0\";s:8:\"duration\";s:0:\"\";}s:10:\"pagination\";a:10:{s:7:\"enabled\";s:5:\"false\";s:8:\"per_page\";s:2:\"10\";s:3:\"pos\";s:3:\"top\";s:5:\"align\";s:4:\"left\";s:6:\"preset\";s:1:\"0\";s:9:\"container\";a:2:{s:10:\"background\";s:0:\"\";s:15:\"hide_background\";s:2:\"on\";}s:4:\"text\";a:3:{s:10:\"background\";s:0:\"\";s:15:\"hide_background\";s:2:\"on\";s:5:\"color\";s:7:\"#0a0a0a\";}s:7:\"padding\";a:2:{s:8:\"vertical\";s:1:\"4\";s:10:\"horizontal\";s:1:\"8\";}s:4:\"font\";a:2:{s:6:\"weight\";s:6:\"normal\";s:4:\"size\";s:2:\"13\";}s:6:\"border\";a:5:{s:5:\"width\";s:1:\"1\";s:4:\"type\";s:5:\"solid\";s:5:\"color\";s:7:\"#999999\";s:6:\"radius\";s:1:\"4\";s:11:\"radius_unit\";s:2:\"px\";}}s:4:\"sort\";a:2:{s:6:\"sortby\";s:7:\"postion\";s:6:\"sortto\";s:3:\"asc\";}}',1); /*!40000 ALTER TABLE `wp_gg_settings_sets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gg_stats` -- DROP TABLE IF EXISTS `wp_gg_stats`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_gg_stats` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `code` varchar(255) NOT NULL, `visits` int(11) NOT NULL, `modify_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_gg_stats` -- LOCK TABLES `wp_gg_stats` WRITE; /*!40000 ALTER TABLE `wp_gg_stats` DISABLE KEYS */; INSERT INTO `wp_gg_stats` VALUES (1,'galleries.create',1,'2016-08-22 05:09:19'),(2,'Galleries.tab',3,'2016-08-22 05:11:45'),(3,'photos.add',3,'2016-08-22 05:12:56'),(4,'galleries.preview',1,'2016-08-22 05:14:16'); /*!40000 ALTER TABLE `wp_gg_stats` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gg_tags` -- DROP TABLE IF EXISTS `wp_gg_tags`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_gg_tags` ( `id` int(11) NOT NULL AUTO_INCREMENT, `pid` int(11) NOT NULL, `tags` varchar(255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_gg_tags` -- LOCK TABLES `wp_gg_tags` WRITE; /*!40000 ALTER TABLE `wp_gg_tags` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_gg_tags` 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=9327 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','Fabulous Music for any event','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','1','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','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','5','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','','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:10:{i:0;s:85:\"all-in-one-event-calendar-extended-views/all-in-one-event-calendar-extended-views.php\";i:1;s:55:\"all-in-one-event-calendar/all-in-one-event-calendar.php\";i:2;s:40:\"backup-guard-silver/backup-guard-pro.php\";i:3;s:36:\"contact-form-7/wp-contact-form-7.php\";i:4;s:43:\"envira-gallery-lite/envira-gallery-lite.php\";i:5;s:33:\"fusion-builder/fusion-builder.php\";i:6;s:27:\"fusion-core/fusion-core.php\";i:7;s:29:\"hide-featured-image/index.php\";i:8;s:23:\"wp-smushit/wp-smush.php\";i:9;s:27:\"wp-super-cache/wp-cache.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:5:{i:0;s:115:\"\\\\WDP\\DFS\\40\\0\\3\\2\\4008921230\\user\\sites\\2509584.site\\www\\band/wp-content/plugins/w3-total-cache/w3-total-cache.php\";i:1;s:113:\"\\\\WDP\\DFS\\40\\0\\3\\2\\4008921230\\user\\sites\\2509584.site\\www\\band/wp-content/plugins/photo-gallery/photo-gallery.php\";i:2;s:111:\"\\\\WDP\\DFS\\40\\0\\3\\2\\4008921230\\user\\sites\\2509584.site\\www\\band/wp-content/plugins/hide-featured-image/index.php\";i:3;s:137:\"\\\\WDP\\DFS\\40\\0\\3\\2\\4008921230\\user\\sites\\2509584.site\\www\\band/wp-content/plugins/all-in-one-event-calendar/all-in-one-event-calendar.php\";i:4;s:96:\"\\\\WDP\\DFS\\40\\0\\3\\2\\4008921230\\user\\sites\\2509584.site\\www\\band/wp-content/themes/Avada/style.css\";}','no'),(40,'template','Avada','yes'),(41,'stylesheet','Avada','yes'),(42,'comment_whitelist','1','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','1','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:3:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}i:3;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:28:{i:1;a:0:{}i:2;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:716:\"[space size=30][fusion_builder_row][fusion_builder_column type=\"2_3\"]<h3 class=\"slogan\">Get Spartacus Wordpres Theme From ThemeForest <a href=\"#\" class=\"button_sc medium light\" ><span style=\"font-size:15px;\"> PURCHASE NOW!</span></a></h3>[/fusion_builder_column][/fusion_builder_row]<div style=\"float:right\">[social] \r\n[social_link class=twitter link=# title=\'Twitter\'] \r\n[social_link class=linkedin link=# title=\'LinkedIn\'] \r\n[social_link class=facebook link=# title=\'Facebook\'] \r\n[social_link class=skype link=# title=\'Skype\'] \r\n[social_link class=rss link=# title=\'RSS\'] \r\n[social_link class=gplus link=# title=\'GooglePlus\'] \r\n[social_link class=youtube link=# title=\'YouTube\'][/social]</div>[space size=35]\";s:6:\"filter\";b:0;}i:4;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<div class=\" teaser\">\r\n<h2 class=\"font_heading02\"><span class=\"accented\">most important things are not things</span> </h2>\r\n<h1 class=\"font_heading02\"><span class=\"color_white\">so we’ll design experiences</span> </h1>\r\n</div>\";s:6:\"filter\";b:0;}i:5;a:3:{s:5:\"title\";s:11:\"Tabs Widget\";s:4:\"text\";s:672:\"[tabs]\r\n[fusion_old_tab title=\"Tab1\"]Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.[/fusion_old_tab]\r\n[fusion_old_tab title=\"Tab 2\"]Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.[/fusion_old_tab]\r\n[fusion_old_tab title=\"Tab3\"]Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur.[/fusion_old_tab]\r\n[/fusion_old_tabs]\";s:6:\"filter\";b:0;}i:6;a:3:{s:5:\"title\";s:11:\"Text widget\";s:4:\"text\";s:331:\"<p>Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias <a href=\"#\">consequatur</a> aut perferendis doloribus asperiores repellat.</p>\";s:6:\"filter\";b:0;}i:7;a:3:{s:5:\"title\";s:8:\"Location\";s:4:\"text\";s:358:\"<dl class=\"adress1\">\r\n <dt>1234 St Abort Road, <br>\r\n London, GB 0045.</dt>\r\n <dt><span>Mobile:</span> +1 234 567 8900</dt>\r\n <dt><span>Telephone:</span> +1 234 567 8900</dt>\r\n <dt><span>FAX:</span> +1 234 567 8900</dt>\r\n <dt>E-mail: <a href=\"#\" class=\"link1\">info@dummylink.com</a></dt>\r\n </dl>\";s:6:\"filter\";b:0;}i:8;a:3:{s:5:\"title\";s:14:\"Sample widgetx\";s:4:\"text\";s:363:\"Widget style <i><b>none</b></i>.<br/>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam eros quam, laoreet a dictum et, pellentesque a risus. Sed mattis scelerisque sem. Mauris ullamcorper cursus neque ac aliquam. Nunc at augue quis felis pellentesque accumsan id nec magna. Quisque nec ante et nibh ullamcorper gravida. Sed scelerisque dui sapien. \";s:6:\"filter\";b:0;}i:9;a:3:{s:5:\"title\";s:13:\"Sample widget\";s:4:\"text\";s:370:\"Widget style <i><b>title white</b></i>.<br/>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam eros quam, laoreet a dictum et, pellentesque a risus. Sed mattis scelerisque sem. Mauris ullamcorper cursus neque ac aliquam. Nunc at augue quis felis pellentesque accumsan id nec magna. Quisque nec ante et nibh ullamcorper gravida. Sed scelerisque dui sapien. \";s:6:\"filter\";b:0;}i:10;a:3:{s:5:\"title\";s:13:\"Sample widget\";s:4:\"text\";s:374:\"Widget style <i><b>gray background</b></i>.<br/>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam eros quam, laoreet a dictum et, pellentesque a risus. Sed mattis scelerisque sem. Mauris ullamcorper cursus neque ac aliquam. Nunc at augue quis felis pellentesque accumsan id nec magna. Quisque nec ante et nibh ullamcorper gravida. Sed scelerisque dui sapien. \";s:6:\"filter\";b:0;}i:11;a:3:{s:5:\"title\";s:13:\"Sample widget\";s:4:\"text\";s:378:\"Widget style <i><b>accented background</b></i>.<br/>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam eros quam, laoreet a dictum et, pellentesque a risus. Sed mattis scelerisque sem. Mauris ullamcorper cursus neque ac aliquam. Nunc at augue quis felis pellentesque accumsan id nec magna. Quisque nec ante et nibh ullamcorper gravida. Sed scelerisque dui sapien. \";s:6:\"filter\";b:0;}i:12;a:3:{s:5:\"title\";s:13:\"Sample widget\";s:4:\"text\";s:370:\"Widget style <i><b>gray header</b></i>.<br/>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam eros quam, laoreet a dictum et, pellentesque a risus. Sed mattis scelerisque sem. Mauris ullamcorper cursus neque ac aliquam. Nunc at augue quis felis pellentesque accumsan id nec magna. Quisque nec ante et nibh ullamcorper gravida. Sed scelerisque dui sapien. \";s:6:\"filter\";b:0;}i:13;a:3:{s:5:\"title\";s:13:\"Sample widget\";s:4:\"text\";s:374:\"Widget style <i><b>accented header</b></i>.<br/>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam eros quam, laoreet a dictum et, pellentesque a risus. Sed mattis scelerisque sem. Mauris ullamcorper cursus neque ac aliquam. Nunc at augue quis felis pellentesque accumsan id nec magna. Quisque nec ante et nibh ullamcorper gravida. Sed scelerisque dui sapien. \";s:6:\"filter\";b:0;}i:14;a:3:{s:5:\"title\";s:13:\"Sample widget\";s:4:\"text\";s:368:\"Widget style <i><b>border II</b></i>.<br/>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam eros quam, laoreet a dictum et, pellentesque a risus. Sed mattis scelerisque sem. Mauris ullamcorper cursus neque ac aliquam. Nunc at augue quis felis pellentesque accumsan id nec magna. Quisque nec ante et nibh ullamcorper gravida. Sed scelerisque dui sapien. \";s:6:\"filter\";b:0;}i:15;a:3:{s:5:\"title\";s:13:\"Sample widget\";s:4:\"text\";s:369:\"Widget style <i><b>border III</b></i>.<br/>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam eros quam, laoreet a dictum et, pellentesque a risus. Sed mattis scelerisque sem. Mauris ullamcorper cursus neque ac aliquam. Nunc at augue quis felis pellentesque accumsan id nec magna. Quisque nec ante et nibh ullamcorper gravida. Sed scelerisque dui sapien. \";s:6:\"filter\";b:0;}i:16;a:3:{s:5:\"title\";s:13:\"Sample widget\";s:4:\"text\";s:374:\"Widget style <i><b>accented border</b></i>.<br/>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam eros quam, laoreet a dictum et, pellentesque a risus. Sed mattis scelerisque sem. Mauris ullamcorper cursus neque ac aliquam. Nunc at augue quis felis pellentesque accumsan id nec magna. Quisque nec ante et nibh ullamcorper gravida. Sed scelerisque dui sapien. \";s:6:\"filter\";b:0;}i:17;a:3:{s:5:\"title\";s:25:\"[icon-fire] Sample widget\";s:4:\"text\";s:404:\"Widget style <i><b>icon</b></i>.<br/>\r\nUse syntax [icon-fire]Title in widget title. With Spartacus we delivery more than 800 icon in different color. Full list of icons you find in documentation.\r\nSed mattis scelerisque sem. Mauris ullamcorper cursus neque ac aliquam. Nunc at augue quis felis pellentesque accumsan id nec magna. Quisque nec ante et nibh ullamcorper gravida. Sed scelerisque dui sapien. \";s:6:\"filter\";b:0;}i:18;a:3:{s:5:\"title\";s:24:\"[icon-time]Sample widget\";s:4:\"text\";s:404:\"Widget style <i><b>icon</b></i>.<br/>\r\nUse syntax [icon-time]Title in widget title. With Spartacus we delivery more than 800 icon in different color. Full list of icons you find in documentation.\r\nSed mattis scelerisque sem. Mauris ullamcorper cursus neque ac aliquam. Nunc at augue quis felis pellentesque accumsan id nec magna. Quisque nec ante et nibh ullamcorper gravida. Sed scelerisque dui sapien. \";s:6:\"filter\";b:0;}i:19;a:3:{s:5:\"title\";s:13:\"Sample widget\";s:4:\"text\";s:367:\"Widget style <i><b>border I</b></i>.<br/>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam eros quam, laoreet a dictum et, pellentesque a risus. Sed mattis scelerisque sem. Mauris ullamcorper cursus neque ac aliquam. Nunc at augue quis felis pellentesque accumsan id nec magna. Quisque nec ante et nibh ullamcorper gravida. Sed scelerisque dui sapien. \";s:6:\"filter\";b:0;}i:20;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:191:\"<div class=\"divider\"></div>\r\n<h3 class=\"box-title\">OUR CLIENTS</h3>\r\n<div style=\"margin-bottom:-15px;\">[carousel id=\"our-clients\" itemWidth=\"140\" itemMargin=\"5\" minitem=\"3\" maxitem=\"6\"]</div>\";s:6:\"filter\";b:0;}i:21;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:543:\"[fusion_imageframe lightbox=\"no\" lightbox_image=\"\" style_type=\"none\" hover_type=\"liftup\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"http://avada.theme-fusion.com/modern-shop/full-shop-with-sidebar/\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img alt=\"\" src=\"http://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/11/sidebar_ad-compressor-2.jpg\" />[/fusion_imageframe]\";s:6:\"filter\";b:0;}i:22;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:844:\"<a href=\"http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\"><img src=\"http://avada.theme-fusion.com/cafe/wp-content/uploads/sites/17/2015/04/widget_image.jpg\" alt=\"widget_image\" width=\"292\" height=\"181\" class=\"alignnone size-full wp-image-752\" /></a>\r\n\r\n[fusion_separator top_margin=\"5\" bottom_margin=\"5\" ]\r\n\r\n[fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"no\" last=\"no\" center_content=\"no\" background_color=\"#292c30\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"5%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" class=\"\" id=\"\"]We use only the finest ingredients to produce stellar tastes. [/fusion_builder_column][/fusion_builder_row] \";s:6:\"filter\";b:0;}i:23;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:844:\"<a href=\"http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\"><img src=\"http://avada.theme-fusion.com/cafe/wp-content/uploads/sites/17/2015/04/widget_image.jpg\" alt=\"widget_image\" width=\"292\" height=\"181\" class=\"alignnone size-full wp-image-752\" /></a>\r\n\r\n[fusion_separator top_margin=\"5\" bottom_margin=\"5\" ]\r\n\r\n[fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"no\" last=\"no\" center_content=\"no\" background_color=\"#292c30\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"5%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" class=\"\" id=\"\"]We use only the finest ingredients to produce stellar tastes. [/fusion_builder_column][/fusion_builder_row] \";s:6:\"filter\";b:0;}i:3;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:543:\"[fusion_imageframe lightbox=\"no\" lightbox_image=\"\" style_type=\"none\" hover_type=\"liftup\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"http://avada.theme-fusion.com/modern-shop/full-shop-with-sidebar/\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img alt=\"\" src=\"http://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/11/sidebar_ad-compressor-2.jpg\" />[/fusion_imageframe]\";s:6:\"filter\";b:0;}i:24;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:844:\"<a href=\"http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\"><img src=\"http://avada.theme-fusion.com/cafe/wp-content/uploads/sites/17/2015/04/widget_image.jpg\" alt=\"widget_image\" width=\"292\" height=\"181\" class=\"alignnone size-full wp-image-752\" /></a>\r\n\r\n[fusion_separator top_margin=\"5\" bottom_margin=\"5\" ]\r\n\r\n[fusion_builder_row][fusion_builder_column type=\"1_1\" spacing=\"no\" last=\"no\" center_content=\"no\" background_color=\"#292c30\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"5%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" class=\"\" id=\"\"]We use only the finest ingredients to produce stellar tastes. [/fusion_builder_column][/fusion_builder_row] \";s:6:\"filter\";b:0;}i:25;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:109:\"<img src=\"http://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/11/modern_logo_1x.png\"/>\";s:6:\"filter\";b:0;}i:26;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:112:\"<img src=\"http://daviddelk.net/band/wp-content/uploads/2016/08/coast-big-band-3_edited-1-3-e1471400592928.png\"/>\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;i:28;a:1:{s:4:\"text\";s:0:\"\";}}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:4:{s:17:\"backup/backup.php\";s:22:\"uninstall_backup_guard\";s:40:\"backup-guard-silver/backup-guard-pro.php\";s:22:\"uninstall_backup_guard\";s:30:\"gallery-by-supsystic/index.php\";a:2:{i:0;s:28:\"GridGallery_Installer_Module\";i:1;s:11:\"onUninstall\";}s:27:\"wp-super-cache/wp-cache.php\";s:22:\"wpsupercache_uninstall\";}','no'),(82,'timezone_string','America/Chicago','yes'),(84,'page_on_front','7','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:8:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:148:{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:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:17:\"edit_shop_webhook\";b:1;s:17:\"read_shop_webhook\";b:1;s:19:\"delete_shop_webhook\";b:1;s:18:\"edit_shop_webhooks\";b:1;s:25:\"edit_others_shop_webhooks\";b:1;s:21:\"publish_shop_webhooks\";b:1;s:26:\"read_private_shop_webhooks\";b:1;s:20:\"delete_shop_webhooks\";b:1;s:28:\"delete_private_shop_webhooks\";b:1;s:30:\"delete_published_shop_webhooks\";b:1;s:27:\"delete_others_shop_webhooks\";b:1;s:26:\"edit_private_shop_webhooks\";b:1;s:28:\"edit_published_shop_webhooks\";b:1;s:25:\"manage_shop_webhook_terms\";b:1;s:23:\"edit_shop_webhook_terms\";b:1;s:25:\"delete_shop_webhook_terms\";b:1;s:25:\"assign_shop_webhook_terms\";b:1;s:24:\"manage_events_categories\";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: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:24:\"manage_events_categories\";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: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:24:\"manage_events_categories\";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: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:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop Manager\";s:12:\"capabilities\";a:110:{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:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:15:\"unfiltered_html\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:17:\"edit_shop_webhook\";b:1;s:17:\"read_shop_webhook\";b:1;s:19:\"delete_shop_webhook\";b:1;s:18:\"edit_shop_webhooks\";b:1;s:25:\"edit_others_shop_webhooks\";b:1;s:21:\"publish_shop_webhooks\";b:1;s:26:\"read_private_shop_webhooks\";b:1;s:20:\"delete_shop_webhooks\";b:1;s:28:\"delete_private_shop_webhooks\";b:1;s:30:\"delete_published_shop_webhooks\";b:1;s:27:\"delete_others_shop_webhooks\";b:1;s:26:\"edit_private_shop_webhooks\";b:1;s:28:\"edit_published_shop_webhooks\";b:1;s:25:\"manage_shop_webhook_terms\";b:1;s:23:\"edit_shop_webhook_terms\";b:1;s:25:\"delete_shop_webhook_terms\";b:1;s:25:\"assign_shop_webhook_terms\";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:7:{i:3;a:1:{s:5:\"title\";s:0:\"\";}i:2;a:1:{s:5:\"title\";s:0:\"\";}i:4;a:1:{s:5:\"title\";s:0:\"\";}i:5;a:1:{s:5:\"title\";s:0:\"\";}i:6;a:1:{s:5:\"title\";s:0:\"\";}i:7;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_recent-posts','a:7:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}i:3;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}i:4;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}i:5;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}i:6;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}i:7;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:6:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}i:3;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}i:4;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}i:5;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}i:6;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:8:{s:19:\"wp_inactive_widgets\";a:59:{i:0;s:7:\"text-28\";i:1;s:18:\"pyre_tabs-widget-2\";i:2;s:18:\"pyre_tabs-widget-3\";i:3;s:18:\"pyre_tabs-widget-4\";i:4;s:18:\"pyre_tabs-widget-5\";i:5;s:15:\"tweets-widget-2\";i:6;s:15:\"tweets-widget-3\";i:7;s:15:\"tweets-widget-4\";i:8;s:15:\"tweets-widget-5\";i:9;s:15:\"tweets-widget-6\";i:10;s:15:\"flickr-widget-2\";i:11;s:15:\"flickr-widget-3\";i:12;s:15:\"flickr-widget-4\";i:13;s:15:\"flickr-widget-5\";i:14;s:21:\"social_links-widget-2\";i:15;s:10:\"archives-3\";i:16;s:10:\"archives-4\";i:17;s:10:\"archives-5\";i:18;s:10:\"archives-6\";i:19;s:8:\"search-3\";i:20;s:8:\"search-4\";i:21;s:8:\"search-5\";i:22;s:8:\"search-6\";i:23;s:8:\"search-7\";i:24;s:6:\"text-2\";i:25;s:6:\"text-4\";i:26;s:6:\"text-5\";i:27;s:6:\"text-6\";i:28;s:6:\"text-7\";i:29;s:6:\"text-8\";i:30;s:6:\"text-9\";i:31;s:7:\"text-10\";i:32;s:7:\"text-11\";i:33;s:7:\"text-12\";i:34;s:7:\"text-13\";i:35;s:7:\"text-14\";i:36;s:7:\"text-15\";i:37;s:7:\"text-16\";i:38;s:7:\"text-17\";i:39;s:7:\"text-18\";i:40;s:7:\"text-19\";i:41;s:7:\"text-20\";i:42;s:7:\"text-21\";i:43;s:7:\"text-22\";i:44;s:7:\"text-23\";i:45;s:6:\"text-3\";i:46;s:7:\"text-24\";i:47;s:7:\"text-25\";i:48;s:12:\"categories-3\";i:49;s:14:\"recent-posts-3\";i:50;s:14:\"recent-posts-4\";i:51;s:14:\"recent-posts-5\";i:52;s:14:\"recent-posts-6\";i:53;s:14:\"recent-posts-7\";i:54;s:11:\"tag_cloud-2\";i:55;s:11:\"tag_cloud-3\";i:56;s:11:\"tag_cloud-4\";i:57;s:11:\"tag_cloud-5\";i:58;s:11:\"tag_cloud-6\";}s:18:\"avada-blog-sidebar\";a:12:{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\";i:6;s:8:\"search-3\";i:7;s:6:\"text-3\";i:8;s:11:\"tag_cloud-3\";i:9;s:14:\"recent-posts-3\";i:10;s:12:\"categories-3\";i:11;s:15:\"tweets-widget-2\";}s:21:\"avada-footer-widget-1\";a:1:{i:0;s:7:\"text-26\";}s:21:\"avada-footer-widget-2\";a:0:{}s:25:\"avada-slidingbar-widget-1\";a:0:{}s:25:\"avada-slidingbar-widget-2\";a:0:{}s:25:\"avada-custom-sidebar-shop\";a:1:{i:0;s:21:\"social_links-widget-2\";}s:13:\"array_version\";i:3;}','yes'),(99,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_calendar','a:2:{i:1;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_tag_cloud','a:7:{i:1;a:2:{s:5:\"title\";s:0:\"\";s:8:\"taxonomy\";s:8:\"post_tag\";}i:2;a:2:{s:5:\"title\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";}i:3;a:2:{s:5:\"title\";s:0:\"\";s:8:\"taxonomy\";s:8:\"post_tag\";}i:4;a:2:{s:5:\"title\";s:0:\"\";s:8:\"taxonomy\";s:8:\"post_tag\";}i:5;a:2:{s:5:\"title\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";}i:6;a:2:{s:5:\"title\";s:0:\"\";s:8:\"taxonomy\";s:8:\"category\";}s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'cron','a:10:{i:1487390683;a:1:{s:11:\"wp_cache_gc\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1487390872;a:1:{s:10:\"ai1ec_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1487393778;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:1487422193;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;}}}i:1487429659;a:2:{s:30:\"woocommerce_tracker_send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:28:\"woocommerce_cleanup_sessions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1487431426;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:1487462400;a:1:{s:27:\"woocommerce_scheduled_sales\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1487472827;a:1:{s:24:\"tribe_common_log_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1488672000;a:1:{s:25:\"woocommerce_geoip_updater\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2592000;}}}s:7:\"version\";i:2;}','yes'),(195,'theme_mods_twentysixteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1470069138;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'),(196,'current_theme','Avada','yes'),(197,'theme_mods_viralfree','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1470069212;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'),(198,'theme_switched','','yes'),(199,'theme_mods_twentyfourteen','a:4:{i:0;b:0;s:16:\"background_image\";s:65:\"http://daviddelk.net/band/wp-content/uploads/2016/08/IMG_0219.jpg\";s:18:\"nav_menu_locations\";a:4:{s:8:\"mainmenu\";i:24;s:10:\"footermenu\";i:25;s:7:\"primary\";i:24;s:9:\"secondary\";i:24;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1471311899;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:51:{i:0;s:10:\"archives-3\";i:1;s:10:\"archives-4\";i:2;s:10:\"archives-5\";i:3;s:10:\"archives-6\";i:4;s:8:\"search-3\";i:5;s:8:\"search-4\";i:6;s:8:\"search-5\";i:7;s:8:\"search-6\";i:8;s:8:\"search-7\";i:9;s:6:\"text-2\";i:10;s:6:\"text-4\";i:11;s:6:\"text-5\";i:12;s:6:\"text-6\";i:13;s:6:\"text-7\";i:14;s:6:\"text-8\";i:15;s:6:\"text-9\";i:16;s:7:\"text-10\";i:17;s:7:\"text-11\";i:18;s:7:\"text-12\";i:19;s:7:\"text-13\";i:20;s:7:\"text-14\";i:21;s:7:\"text-15\";i:22;s:7:\"text-16\";i:23;s:7:\"text-17\";i:24;s:7:\"text-18\";i:25;s:7:\"text-19\";i:26;s:7:\"text-20\";i:27;s:7:\"text-21\";i:28;s:7:\"text-22\";i:29;s:7:\"text-23\";i:30;s:6:\"text-3\";i:31;s:7:\"text-24\";i:32;s:7:\"text-25\";i:33;s:12:\"categories-3\";i:34;s:14:\"recent-posts-3\";i:35;s:14:\"recent-posts-4\";i:36;s:14:\"recent-posts-5\";i:37;s:14:\"recent-posts-6\";i:38;s:14:\"recent-posts-7\";i:39;s:11:\"tag_cloud-2\";i:40;s:11:\"tag_cloud-3\";i:41;s:11:\"tag_cloud-4\";i:42;s:11:\"tag_cloud-5\";i:43;s:11:\"tag_cloud-6\";i:44;s:26:\"woocommerce_price_filter-2\";i:45;s:32:\"woocommerce_product_categories-2\";i:46;s:28:\"woocommerce_product_search-2\";i:47;s:31:\"woocommerce_product_tag_cloud-2\";i:48;s:28:\"woocommerce_recent_reviews-2\";i:49;s:32:\"woocommerce_top_rated_products-3\";i:50;s:32:\"woocommerce_top_rated_products-2\";}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\";}s:9:\"sidebar-2\";N;s:9:\"sidebar-3\";N;}}}','yes'),(200,'widget_widget_twentyfourteen_ephemera','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(213,'recently_activated','a:6:{s:17:\"zara-4/zara-4.php\";i:1487389488;s:39:\"wp-speed-of-light/wp-speed-of-light.php\";i:1487388928;s:27:\"p3-profiler/p3-profiler.php\";i:1487388884;s:33:\"w3-total-cache/w3-total-cache.php\";i:1487310828;s:32:\"a2-optimized-wp/a2-optimized.php\";i:1487310797;s:31:\"photo-gallery/photo-gallery.php\";i:1487040374;}','yes'),(244,'theme_mods_spartacus','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:8:\"mainmenu\";i:24;s:10:\"footermenu\";i:25;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1471303687;s:4:\"data\";a:9:{s:19:\"wp_inactive_widgets\";a:3:{i:0;s:7:\"text-21\";i:1;s:7:\"text-22\";i:2;s:7:\"text-23\";}s:18:\"avada-blog-sidebar\";a:45:{i:0;s:14:\"recent-posts-2\";i:1;s:17:\"recent-comments-2\";i:2;s:10:\"archives-2\";i:3;s:12:\"categories-2\";i:4;s:6:\"meta-2\";i:5;s:6:\"text-2\";i:6;s:8:\"search-2\";i:7;s:18:\"pyre_tabs-widget-2\";i:8;s:6:\"text-3\";i:9;s:10:\"archives-3\";i:10;s:15:\"flickr-widget-2\";i:11;s:15:\"tweets-widget-2\";i:12;s:11:\"tag_cloud-2\";i:13;s:14:\"recent-posts-3\";i:14;s:8:\"search-4\";i:15;s:18:\"pyre_tabs-widget-3\";i:16;s:7:\"text-24\";i:17;s:10:\"archives-4\";i:18;s:15:\"flickr-widget-3\";i:19;s:15:\"tweets-widget-3\";i:20;s:11:\"tag_cloud-3\";i:21;s:14:\"recent-posts-4\";i:22;s:8:\"search-5\";i:23;s:7:\"text-21\";i:24;s:11:\"tag_cloud-4\";i:25;s:14:\"recent-posts-5\";i:26;s:32:\"woocommerce_top_rated_products-3\";i:27;s:12:\"categories-3\";i:28;s:15:\"tweets-widget-4\";i:29;s:8:\"search-6\";i:30;s:18:\"pyre_tabs-widget-4\";i:31;s:7:\"text-22\";i:32;s:10:\"archives-5\";i:33;s:15:\"flickr-widget-4\";i:34;s:15:\"tweets-widget-5\";i:35;s:11:\"tag_cloud-5\";i:36;s:14:\"recent-posts-6\";i:37;s:8:\"search-7\";i:38;s:18:\"pyre_tabs-widget-5\";i:39;s:7:\"text-23\";i:40;s:10:\"archives-6\";i:41;s:15:\"flickr-widget-5\";i:42;s:15:\"tweets-widget-6\";i:43;s:11:\"tag_cloud-6\";i:44;s:14:\"recent-posts-7\";}s:21:\"avada-footer-widget-1\";a:1:{i:0;s:7:\"text-25\";}s:25:\"avada-slidingbar-widget-1\";a:6:{i:0;s:7:\"text-14\";i:1;s:7:\"text-15\";i:2;s:7:\"text-16\";i:3;s:7:\"text-17\";i:4;s:7:\"text-18\";i:5;s:7:\"text-19\";}s:25:\"avada-slidingbar-widget-2\";a:1:{i:0;s:7:\"text-20\";}s:18:\"orphaned_widgets_1\";a:1:{i:0;s:6:\"text-4\";}s:18:\"orphaned_widgets_2\";a:6:{i:0;s:8:\"search-3\";i:1;s:10:\"calendar-1\";i:2;s:11:\"tag_cloud-1\";i:3;s:6:\"text-5\";i:4;s:6:\"text-6\";i:5;s:6:\"text-7\";}s:18:\"orphaned_widgets_3\";a:6:{i:0;s:6:\"text-8\";i:1;s:6:\"text-9\";i:2;s:7:\"text-10\";i:3;s:7:\"text-11\";i:4;s:7:\"text-12\";i:5;s:7:\"text-13\";}s:25:\"avada-custom-sidebar-shop\";a:7:{i:0;s:28:\"woocommerce_product_search-2\";i:1;s:26:\"woocommerce_price_filter-2\";i:2;s:28:\"woocommerce_recent_reviews-2\";i:3;s:32:\"woocommerce_product_categories-2\";i:4;s:31:\"woocommerce_product_tag_cloud-2\";i:5;s:21:\"social_links-widget-2\";i:6;s:32:\"woocommerce_top_rated_products-2\";}}}}','yes'),(247,'revslider-static-css','.tp-caption a {\ncolor:#ff7302;\ntext-shadow:none;\n-webkit-transition:all 0.2s ease-out;\n-moz-transition:all 0.2s ease-out;\n-o-transition:all 0.2s ease-out;\n-ms-transition:all 0.2s ease-out;\n}\n\n.tp-caption a:hover {\ncolor:#ffa902;\n}\n\n.largeredbtn { \nfont-family: \"Raleway\", sans-serif;\nfont-weight: 900;\nfont-size: 16px;\nline-height: 60px;\ncolor: #fff !important;\ntext-decoration: none;\npadding-left: 40px;\npadding-right: 80px;\npadding-top: 22px;\npadding-bottom: 22px;\nbackground: rgb(234,91,31); /* Old browsers */\nbackground: -moz-linear-gradient(top, rgba(234,91,31,1) 0%, rgba(227,58,12,1) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,91,31,1)), color-stop(100%,rgba(227,58,12,1))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top, rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top, rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top, rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom, rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#ea5b1f\', endColorstr=\'#e33a0c\',GradientType=0 ); /* IE6-9 */\n}\n\n.largeredbtn:hover {\nbackground: rgb(227,58,12); /* Old browsers */\nbackground: -moz-linear-gradient(top, rgba(227,58,12,1) 0%, rgba(234,91,31,1) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,58,12,1)), color-stop(100%,rgba(234,91,31,1))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top, rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top, rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top, rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom, rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#e33a0c\', endColorstr=\'#ea5b1f\',GradientType=0 ); /* IE6-9 */ \n}\n\n.fullrounded img {\n -webkit-border-radius: 400px;\n-moz-border-radius: 400px;\nborder-radius: 400px; \n }','yes'),(248,'revslider-update-check-short','1471049225','yes'),(249,'widget_rev-slider-widget','a:2:{i:2;a:3:{s:16:\"rev_slider_title\";s:0:\"\";s:10:\"rev_slider\";s:1:\"1\";s:16:\"rev_slider_pages\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(258,'slideshows_children','a:0:{}','yes'),(259,'portfolios_children','a:0:{}','yes'),(262,'widget_widget_dp_recent_post','a:3:{i:1;a:5:{s:5:\"title\";s:12:\"Recent posts\";s:8:\"post_cat\";s:0:\"\";s:9:\"$show_num\";s:1:\"3\";s:11:\"$word_limit\";s:2:\"15\";s:12:\"$thumb_width\";s:2:\"70\";}i:2;a:5:{s:5:\"title\";s:13:\"From the blog\";s:8:\"post_cat\";s:0:\"\";s:9:\"$show_num\";s:1:\"2\";s:11:\"$word_limit\";s:2:\"15\";s:12:\"$thumb_width\";s:2:\"70\";}s:12:\"_multiwidget\";i:1;}','yes'),(263,'widget_widget_dp_recent_port_grid','a:2:{i:1;a:4:{s:5:\"title\";s:11:\"Recent work\";s:9:\"$show_num\";s:1:\"4\";s:11:\"$word_limit\";s:2:\"10\";s:8:\"$columns\";s:3:\"279\";}s:12:\"_multiwidget\";i:1;}','yes'),(264,'widget_widget_dp_social_icons','a:2:{i:1;a:5:{s:5:\"title\";s:0:\"\";s:7:\"fb_link\";s:20:\"http://www.gazeta.pl\";s:12:\"twitter_link\";s:0:\"\";s:10:\"gplus_link\";s:0:\"\";s:8:\"rss_link\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(265,'revslider-valid-notice','false','yes'),(266,'spartacus_template_style_color','default','yes'),(267,'spartacus_styleswitcher_state','N','yes'),(268,'spartacus_breadcrumbs_state','Y','yes'),(269,'spartacus_breadcrumbs_staterule','!is_home() and !is_single()','yes'),(270,'spartacus_social_icons_position','right','yes'),(271,'spartacus_template_homepage_mainbody','N','yes'),(272,'spartacus_template_homepage_title','N','yes'),(273,'spartacus_template_show_author_info','Y','yes'),(274,'spartacus_template_show_author_info_on_pages','Y','yes'),(275,'spartacus_authorinfo_exclude_include','exclude','yes'),(276,'spartacus_authorinfo_articles','','yes'),(277,'spartacus_authorinfo_pages','','yes'),(278,'spartacus_authorinfo_categories','','yes'),(279,'spartacus_page_layout','right','yes'),(280,'spartacus_template_width','980','yes'),(281,'spartacus_sidebar_width','30','yes'),(282,'spartacus_tablet_width','800','yes'),(283,'spartacus_mobile_width','480','yes'),(284,'spartacus_head_code','','yes'),(285,'spartacus_footer_code','','yes'),(286,'spartacus_custom_css_code','','yes'),(287,'spartacus_navigation_menu_state_mainmenu','Y','yes'),(288,'spartacus_navigation_menu_staterule_mainmenu','','yes'),(289,'spartacus_navigation_menu_depth_mainmenu','0','yes'),(290,'spartacus_navigation_menu_animation_mainmenu','width_height_opacity','yes'),(291,'spartacus_navigation_menu_animationspeed_mainmenu','normal','yes'),(292,'spartacus_navigation_menu_state_footermenu','Y','yes'),(293,'spartacus_navigation_menu_staterule_footermenu','','yes'),(294,'spartacus_navigation_menu_depth_footermenu','0','yes'),(295,'spartacus_fonts_type_body','normal','yes'),(296,'spartacus_fonts_normal_body','Verdana, Geneva, sans-serif','yes'),(297,'spartacus_fonts_squirrel_body','Dosis','yes'),(298,'spartacus_fonts_google_body','','yes'),(299,'spartacus_fonts_selectors_body','','yes'),(300,'spartacus_fonts_type_headers','normal','yes'),(301,'spartacus_fonts_normal_headers','Verdana, Geneva, sans-serif','yes'),(302,'spartacus_fonts_squirrel_headers','Dosis','yes'),(303,'spartacus_fonts_google_headers','','yes'),(304,'spartacus_fonts_selectors_headers','','yes'),(305,'spartacus_fonts_type_others1','normal','yes'),(306,'spartacus_fonts_normal_others1','Verdana, Geneva, sans-serif','yes'),(307,'spartacus_fonts_squirrel_others1','Dosis','yes'),(308,'spartacus_fonts_google_others1','','yes'),(309,'spartacus_fonts_selectors_others1','','yes'),(310,'spartacus_fonts_type_others2','normal','yes'),(311,'spartacus_fonts_normal_others2','Verdana, Geneva, sans-serif','yes'),(312,'spartacus_fonts_squirrel_others2','Dosis','yes'),(313,'spartacus_fonts_google_others2','','yes'),(314,'spartacus_fonts_selectors_others2','','yes'),(315,'spartacus_maincontent_accent_color','#1174ed','yes'),(316,'spartacus_page_bgcolor','#000000','yes'),(317,'spartacus_page_pattern','none','yes'),(318,'spartacus_page_wrap_state','stretched','yes'),(319,'spartacus_body_bgcolor','#ffffff','yes'),(320,'spartacus_body_pattern','none','yes'),(321,'spartacus_pagewrap_bordercolor','#ffffff','yes'),(322,'spartacus_pagewrap_border_width','2','yes'),(323,'spartacus_pagewrap_shadow_state','N','yes'),(324,'spartacus_pagewrap_shadowcolor','#000000','yes'),(325,'spartacus_pagewrap_shadowopacity','0.5','yes'),(326,'spartacus_pagewrap_shadow_blur','20','yes'),(327,'spartacus_pagewrap_shadow_spread','3','yes'),(328,'spartacus_body_bg_image_state','N','yes'),(329,'spartacus_body_bg_image','','yes'),(330,'spartacus_toppanel_bgcolor','#161615','yes'),(331,'spartacus_toppanel_text_color','#ffffff','yes'),(332,'spartacus_toppanel_link_color','#f2f2f2','yes'),(333,'spartacus_toppanel_hlink_color','#f2f2f2','yes'),(334,'spartacus_toppanel_header_color','#fffff','yes'),(335,'spartacus_header_bg_color','#6392c2','yes'),(336,'spartacus_mainmenu_link_color','#2B2D30','yes'),(337,'spartacus_mainmenu_hlink_color','#6392c2','yes'),(338,'spartacus_mainmenu_alink_color','#6392c2','yes'),(339,'spartacus_mainmenu_subwraper_bgcolor','#6392c2','yes'),(340,'spartacus_mainmenu_subwraper_shadow_state','Y','yes'),(341,'spartacus_mainmenu_submenu_link_color','#2B2D30','yes'),(342,'spartacus_mainmenu_submenu_hlink_color','#ffffff','yes'),(343,'spartacus_maincontent_text_color','#7A7A7A','yes'),(344,'spartacus_maincontent_link_color','#6392c2','yes'),(345,'spartacus_maincontent_hlink_color','#76797C','yes'),(346,'spartacus_footer_bg_color','#323334','yes'),(347,'spartacus_footer_text_color','#ffffff','yes'),(348,'spartacus_footer_header_color','#ffffff','yes'),(349,'spartacus_footer_link_color','#6392c2','yes'),(350,'spartacus_footer_hlink_color','#76797C','yes'),(351,'spartacus_copyright_bg_color','#161615','yes'),(352,'spartacus_copyright_bg_opacity','1','yes'),(353,'spartacus_slider_type','revolution','yes'),(354,'spartacus_flex1_slider_source','none','yes'),(355,'spartacus_flex2_slider_source','none','yes'),(356,'spartacus_slider_flex1_autoplay','Y','yes'),(357,'spartacus_slider_flex1_speed','7','yes'),(358,'spartacus_slider_flex1_transition_duration','600','yes'),(359,'spartacus_slider_flex1_transition_easing','swing','yes'),(360,'spartacus_slider_flex1_desc_color','#ffffff','yes'),(361,'spartacus_slider_flex1_desc_bgcolor','#141414','yes'),(362,'spartacus_slider_flex1_desc_bgopacity','0.7','yes'),(363,'spartacus_slider_flex2_autoplay','Y','yes'),(364,'spartacus_slider_flex2_speed','7','yes'),(365,'spartacus_slider_flex2_transition','slide','yes'),(366,'spartacus_slider_flex2_transition_duration','600','yes'),(367,'spartacus_slider_flex2_transition_easing','swing','yes'),(368,'spartacus_slider_flex2_desc_color','#ffffff','yes'),(369,'spartacus_slider_flex2_desc_bgcolor','#141414','yes'),(370,'spartacus_slider_flex2_desc_bgopacity','0.7','yes'),(371,'spartacus_slider_flex2_arrows','Y','yes'),(372,'spartacus_slider_flex2_dots','Y','yes'),(373,'spartacus_slider_revolution_source','classic-carousel14','yes'),(374,'spartacus_slider_static_content_width','Y','yes'),(375,'spartacus_postmeta_author_state','Y','yes'),(376,'spartacus_postmeta_category_state','Y','yes'),(377,'spartacus_postmeta_coments_state','Y','yes'),(378,'spartacus_archive_title_state','Y','yes'),(379,'spartacus_feed_title_state','Y','yes'),(380,'spartacus_excerpt_length','55','yes'),(381,'spartacus_portfolio_items_per_page','10','yes'),(382,'spartacus_portfolio_default_page','','yes'),(383,'spartacus_contact_template_email','','yes'),(384,'spartacus_fb_api_id','','yes'),(385,'spartacus_fb_lang','en_US','yes'),(386,'spartacus_fb_like','Y','yes'),(387,'spartacus_fb_like_send','Y','yes'),(388,'spartacus_fb_like_layout','standard','yes'),(389,'spartacus_fb_like_show_faces','true','yes'),(390,'spartacus_fb_like_width','500','yes'),(391,'spartacus_fb_like_action','like','yes'),(392,'spartacus_fb_like_font','arial','yes'),(393,'spartacus_fb_like_colorscheme','light','yes'),(394,'spartacus_google_plus','Y','yes'),(395,'spartacus_google_plus_count','none','yes'),(396,'spartacus_google_plus_width','300','yes'),(397,'spartacus_google_plus_size','standard','yes'),(398,'spartacus_google_plus_lang','en-GB','yes'),(399,'spartacus_tweet_btn','Y','yes'),(400,'spartacus_tweet_btn_data_count','vertical','yes'),(401,'spartacus_tweet_btn_data_via','','yes'),(402,'spartacus_tweet_btn_data_lang','en','yes'),(403,'spartacus_pinterest_btn','Y','yes'),(404,'spartacus_pinterest_btn_style','horizontal','yes'),(405,'spartacus_social_api_exclude_include','exclude','yes'),(406,'spartacus_social_api_articles','','yes'),(407,'spartacus_social_api_pages','','yes'),(408,'spartacus_social_api_categories','','yes'),(409,'spartacus_widget_rules_state','Y','yes'),(410,'spartacus_prefixfree_state','N','yes'),(411,'spartacus_chromeframe_state','Y','yes'),(412,'spartacus_emoticons_widget_state','Y','yes'),(413,'spartacus_shortcodes_widget_state','Y','yes'),(414,'spartacus_recaptcha_state','N','yes'),(415,'spartacus_recaptcha_public_key','','yes'),(416,'spartacus_recaptcha_private_key','','yes'),(417,'spartacus_thickbox_state','Y','yes'),(418,'spartacus_content_width_variable','1024','yes'),(419,'spartacus_overridecss_state','Y','yes'),(420,'spartacus_opensearch_use_opensearch','Y','yes'),(421,'spartacus_opengraph_use_opengraph','Y','yes'),(422,'spartacus_branding_logo_type','image','yes'),(423,'spartacus_branding_logo_image','http://daviddelk.net/band/wp-content/uploads/2016/08/original_Coast-Big-Band-Logocolor.jpg','yes'),(424,'spartacus_branding_logo_image_width','200','yes'),(425,'spartacus_branding_logo_image_height','100','yes'),(426,'spartacus_branding_logo_text_type','wp','yes'),(427,'spartacus_branding_logo_text_value','','yes'),(428,'spartacus_branding_logo_slogan_value','','yes'),(429,'spartacus_branding_favicon','','yes'),(430,'spartacus_template_copyright_text','Copyright © 2016 Coast Big Band. All rights reserved.','yes'),(431,'spartacus_template_footer_logo','css','yes'),(432,'spartacus_template_footer_logo_image','','yes'),(433,'spartacus_branding_admin_page_template_name','Big Band','yes'),(434,'spartacus_branding_admin_page_slogan','playing music from the 40\\'s to today!','yes'),(435,'spartacus_branding_login_page_image','','yes'),(436,'spartacus_branding_login_page_image_width','','yes'),(437,'spartacus_branding_login_page_image_height','','yes'),(438,'spartacus_branding_admin_page_image','','yes'),(439,'spartacus_branding_admin_page_image_width','','yes'),(440,'spartacus_branding_admin_page_image_height','','yes'),(441,'spartacus_seo_use_gk_seo_settings','Y','yes'),(442,'spartacus_seo_use_blogname_in_title','Y','yes'),(443,'spartacus_seo_separator_in_title','»','yes'),(444,'spartacus_seo_description','Spartacus','yes'),(445,'spartacus_seo_blogname','','yes'),(446,'spartacus_seo_homepage_desc','custom','yes'),(447,'spartacus_seo_homepage_desc_value','','yes'),(448,'spartacus_seo_post_desc','custom','yes'),(449,'spartacus_seo_homepage_keywords','custom','yes'),(450,'spartacus_seo_homepage_keywords_value','','yes'),(451,'spartacus_seo_post_keywords','custom','yes'),(452,'widget_widget_dp_comments','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(453,'widget_widget_dp_flickr_gallery','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(454,'widget_widget_dp_recent_port','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(455,'widget_widget_dp_tweets','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(456,'spartacus_menu-item-data-subtext-3793','','yes'),(457,'spartacus_menu-item-data-icon-3793','','yes'),(458,'spartacus_menu-item-data-submenu-cols-width-3793','','yes'),(459,'spartacus_menu-item-data-subtext-3794','','yes'),(460,'spartacus_menu-item-data-icon-3794','','yes'),(461,'spartacus_menu-item-data-submenu-cols-width-3794','','yes'),(462,'spartacus_menu-item-data-subtext-335','','yes'),(463,'spartacus_menu-item-data-icon-335','','yes'),(464,'spartacus_menu-item-data-submenu-cols-width-335','','yes'),(465,'spartacus_menu-item-data-subtext-3795','','yes'),(466,'spartacus_menu-item-data-icon-3795','','yes'),(467,'spartacus_menu-item-data-submenu-cols-width-3795','','yes'),(468,'spartacus_menu-item-data-subtext-334','','yes'),(469,'spartacus_menu-item-data-icon-334','','yes'),(470,'spartacus_menu-item-data-submenu-cols-width-334','','yes'),(471,'spartacus_menu-item-data-subtext-3801','','yes'),(472,'spartacus_menu-item-data-icon-3801','','yes'),(473,'spartacus_menu-item-data-submenu-cols-width-3801','','yes'),(474,'spartacus_menu-item-data-subtext-3802','','yes'),(475,'spartacus_menu-item-data-icon-3802','','yes'),(476,'spartacus_menu-item-data-submenu-cols-width-3802','','yes'),(477,'spartacus_menu-item-data-subtext-3803','','yes'),(478,'spartacus_menu-item-data-icon-3803','','yes'),(479,'spartacus_menu-item-data-submenu-cols-width-3803','','yes'),(480,'spartacus_menu-item-data-subtext-3804','','yes'),(481,'spartacus_menu-item-data-icon-3804','','yes'),(482,'spartacus_menu-item-data-submenu-cols-width-3804','','yes'),(483,'spartacus_menu-item-data-subtext-337','','yes'),(484,'spartacus_menu-item-data-icon-337','','yes'),(485,'spartacus_menu-item-data-submenu-cols-width-337','','yes'),(486,'spartacus_menu-item-data-subtext-336','','yes'),(487,'spartacus_menu-item-data-icon-336','','yes'),(488,'spartacus_menu-item-data-submenu-cols-width-336','','yes'),(489,'spartacus_menu-item-data-subtext-338','','yes'),(490,'spartacus_menu-item-data-icon-338','','yes'),(491,'spartacus_menu-item-data-submenu-cols-width-338','','yes'),(492,'spartacus_menu-item-data-subtext-341','','yes'),(493,'spartacus_menu-item-data-icon-341','','yes'),(494,'spartacus_menu-item-data-submenu-cols-width-341','','yes'),(495,'spartacus_menu-item-data-subtext-3796','','yes'),(496,'spartacus_menu-item-data-icon-3796','','yes'),(497,'spartacus_menu-item-data-submenu-cols-width-3796','','yes'),(498,'spartacus_menu-item-data-subtext-3798','','yes'),(499,'spartacus_menu-item-data-icon-3798','','yes'),(500,'spartacus_menu-item-data-submenu-cols-width-3798','','yes'),(501,'spartacus_menu-item-data-subtext-3799','','yes'),(502,'spartacus_menu-item-data-icon-3799','','yes'),(503,'spartacus_menu-item-data-submenu-cols-width-3799','','yes'),(504,'spartacus_menu-item-data-subtext-3792','','yes'),(505,'spartacus_menu-item-data-icon-3792','','yes'),(506,'spartacus_menu-item-data-submenu-cols-width-3792','','yes'),(507,'spartacus_menu-item-data-subtext-3791','','yes'),(508,'spartacus_menu-item-data-icon-3791','','yes'),(509,'spartacus_menu-item-data-submenu-cols-width-3791','','yes'),(510,'spartacus_menu-item-data-subtext-3797','','yes'),(511,'spartacus_menu-item-data-icon-3797','','yes'),(512,'spartacus_menu-item-data-submenu-cols-width-3797','','yes'),(513,'spartacus_menu-item-data-subtext-3800','','yes'),(514,'spartacus_menu-item-data-icon-3800','','yes'),(515,'spartacus_menu-item-data-submenu-cols-width-3800','','yes'),(516,'spartacus_menu-item-data-subtext-340','','yes'),(517,'spartacus_menu-item-data-icon-340','','yes'),(518,'spartacus_menu-item-data-submenu-cols-width-340','','yes'),(519,'spartacus_menu-item-data-subtext-3769','','yes'),(520,'spartacus_menu-item-data-icon-3769','','yes'),(521,'spartacus_menu-item-data-submenu-cols-width-3769','','yes'),(522,'spartacus_menu-item-data-subtext-3772','','yes'),(523,'spartacus_menu-item-data-icon-3772','','yes'),(524,'spartacus_menu-item-data-submenu-cols-width-3772','','yes'),(525,'spartacus_menu-item-data-subtext-3776','','yes'),(526,'spartacus_menu-item-data-icon-3776','','yes'),(527,'spartacus_menu-item-data-submenu-cols-width-3776','','yes'),(528,'spartacus_menu-item-data-subtext-3778','','yes'),(529,'spartacus_menu-item-data-icon-3778','','yes'),(530,'spartacus_menu-item-data-submenu-cols-width-3778','','yes'),(531,'spartacus_menu-item-data-subtext-3774','','yes'),(532,'spartacus_menu-item-data-icon-3774','','yes'),(533,'spartacus_menu-item-data-submenu-cols-width-3774','','yes'),(534,'spartacus_menu-item-data-subtext-3779','','yes'),(535,'spartacus_menu-item-data-icon-3779','','yes'),(536,'spartacus_menu-item-data-submenu-cols-width-3779','','yes'),(537,'spartacus_menu-item-data-subtext-3773','','yes'),(538,'spartacus_menu-item-data-icon-3773','','yes'),(539,'spartacus_menu-item-data-submenu-cols-width-3773','','yes'),(540,'spartacus_menu-item-data-subtext-3775','','yes'),(541,'spartacus_menu-item-data-icon-3775','','yes'),(542,'spartacus_menu-item-data-submenu-cols-width-3775','','yes'),(543,'spartacus_menu-item-data-subtext-3777','','yes'),(544,'spartacus_menu-item-data-icon-3777','','yes'),(545,'spartacus_menu-item-data-submenu-cols-width-3777','','yes'),(546,'spartacus_menu-item-data-subtext-3770','','yes'),(547,'spartacus_menu-item-data-icon-3770','','yes'),(548,'spartacus_menu-item-data-submenu-cols-width-3770','','yes'),(549,'spartacus_menu-item-data-subtext-3771','','yes'),(550,'spartacus_menu-item-data-icon-3771','','yes'),(551,'spartacus_menu-item-data-submenu-cols-width-3771','','yes'),(552,'spartacus_menu-item-data-subtext-3788','','yes'),(553,'spartacus_menu-item-data-icon-3788','','yes'),(554,'spartacus_menu-item-data-submenu-cols-width-3788','','yes'),(555,'spartacus_menu-item-data-subtext-3781','','yes'),(556,'spartacus_menu-item-data-icon-3781','','yes'),(557,'spartacus_menu-item-data-submenu-cols-width-3781','','yes'),(558,'spartacus_menu-item-data-subtext-3785','','yes'),(559,'spartacus_menu-item-data-icon-3785','','yes'),(560,'spartacus_menu-item-data-submenu-cols-width-3785','','yes'),(561,'spartacus_menu-item-data-subtext-3784','','yes'),(562,'spartacus_menu-item-data-icon-3784','','yes'),(563,'spartacus_menu-item-data-submenu-cols-width-3784','','yes'),(564,'spartacus_menu-item-data-subtext-3780','','yes'),(565,'spartacus_menu-item-data-icon-3780','','yes'),(566,'spartacus_menu-item-data-submenu-cols-width-3780','','yes'),(567,'spartacus_menu-item-data-subtext-3782','','yes'),(568,'spartacus_menu-item-data-icon-3782','','yes'),(569,'spartacus_menu-item-data-submenu-cols-width-3782','','yes'),(570,'spartacus_menu-item-data-subtext-3783','','yes'),(571,'spartacus_menu-item-data-icon-3783','','yes'),(572,'spartacus_menu-item-data-submenu-cols-width-3783','','yes'),(573,'spartacus_menu-item-data-subtext-3786','','yes'),(574,'spartacus_menu-item-data-icon-3786','','yes'),(575,'spartacus_menu-item-data-submenu-cols-width-3786','','yes'),(576,'spartacus_menu-item-data-subtext-3787','','yes'),(577,'spartacus_menu-item-data-icon-3787','','yes'),(578,'spartacus_menu-item-data-submenu-cols-width-3787','','yes'),(579,'spartacus_menu-item-data-subtext-3789','','yes'),(580,'spartacus_menu-item-data-icon-3789','','yes'),(581,'spartacus_menu-item-data-submenu-cols-width-3789','','yes'),(582,'spartacus_menu-item-data-subtext-3790','','yes'),(583,'spartacus_menu-item-data-icon-3790','','yes'),(584,'spartacus_menu-item-data-submenu-cols-width-3790','','yes'),(585,'spartacus_menu-item-data-subtext-339','','yes'),(586,'spartacus_menu-item-data-icon-339','','yes'),(587,'spartacus_menu-item-data-submenu-cols-width-339','','yes'),(588,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(637,'spartacus_widget_rules_type','a:4:{s:7:\"text-14\";s:3:\"all\";s:7:\"text-23\";s:3:\"all\";s:6:\"text-8\";s:3:\"all\";s:19:\"rev-slider-widget-2\";s:3:\"all\";}','yes'),(638,'spartacus_widget_rules','a:4:{s:7:\"text-14\";s:0:\"\";s:7:\"text-23\";s:0:\"\";s:6:\"text-8\";s:0:\"\";s:19:\"rev-slider-widget-2\";s:0:\"\";}','yes'),(639,'spartacus_widget_style','a:4:{s:7:\"text-14\";s:0:\"\";s:7:\"text-23\";s:0:\"\";s:6:\"text-8\";s:0:\"\";s:19:\"rev-slider-widget-2\";s:0:\"\";}','yes'),(640,'spartacus_widget_style_css','a:4:{s:7:\"text-14\";s:0:\"\";s:7:\"text-23\";s:0:\"\";s:6:\"text-8\";s:0:\"\";s:19:\"rev-slider-widget-2\";s:0:\"\";}','yes'),(641,'spartacus_widget_responsive','a:4:{s:7:\"text-14\";s:3:\"all\";s:7:\"text-23\";s:3:\"all\";s:6:\"text-8\";s:3:\"all\";s:19:\"rev-slider-widget-2\";s:3:\"all\";}','yes'),(642,'spartacus_widget_users','a:4:{s:7:\"text-14\";s:3:\"all\";s:7:\"text-23\";s:3:\"all\";s:6:\"text-8\";s:3:\"all\";s:19:\"rev-slider-widget-2\";s:3:\"all\";}','yes'),(668,'revslider-latest-version','5.2.6','yes'),(669,'revslider-notices','a:3:{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:{}}}','yes'),(670,'revslider-valid','true','yes'),(671,'revslider-api-key','363gyybli6fo9ofoc3ptm6uxrh7vxj4n','yes'),(672,'revslider-username','Mparrish1','yes'),(673,'revslider-code','42e3108b-56c3-4376-a82d-2fcce732a098','yes'),(674,'revslider-notices-dc','a:4:{i:0;s:10:\"TPRS500-75\";i:1;s:10:\"TPRS506-01\";i:2;s:10:\"TPRS515-01\";i:3;s:10:\"TPRS515-01\";}','yes'),(675,'revslider-update-check','1471129693','yes'),(676,'revslider_update_info','O:8:\"stdClass\":0:{}','yes'),(780,'theme_mods_twentyfifteen','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:8:\"mainmenu\";i:24;s:10:\"footermenu\";i:25;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1471304929;s:4:\"data\";a:10:{s:19:\"wp_inactive_widgets\";a:30:{i:0;s:10:\"archives-3\";i:1;s:10:\"archives-4\";i:2;s:10:\"archives-5\";i:3;s:10:\"archives-6\";i:4;s:8:\"search-2\";i:5;s:8:\"search-4\";i:6;s:8:\"search-5\";i:7;s:8:\"search-6\";i:8;s:8:\"search-7\";i:9;s:6:\"text-3\";i:10;s:7:\"text-24\";i:11;s:7:\"text-25\";i:12;s:12:\"categories-3\";i:13;s:14:\"recent-posts-3\";i:14;s:14:\"recent-posts-4\";i:15;s:14:\"recent-posts-5\";i:16;s:14:\"recent-posts-6\";i:17;s:14:\"recent-posts-7\";i:18;s:11:\"tag_cloud-2\";i:19;s:11:\"tag_cloud-3\";i:20;s:11:\"tag_cloud-4\";i:21;s:11:\"tag_cloud-5\";i:22;s:11:\"tag_cloud-6\";i:23;s:26:\"woocommerce_price_filter-2\";i:24;s:32:\"woocommerce_product_categories-2\";i:25;s:28:\"woocommerce_product_search-2\";i:26;s:31:\"woocommerce_product_tag_cloud-2\";i:27;s:28:\"woocommerce_recent_reviews-2\";i:28;s:32:\"woocommerce_top_rated_products-3\";i:29;s:32:\"woocommerce_top_rated_products-2\";}s:9:\"sidebar-1\";a:6:{i:0;s:14:\"recent-posts-2\";i:1;s:17:\"recent-comments-2\";i:2;s:10:\"archives-2\";i:3;s:12:\"categories-2\";i:4;s:6:\"meta-2\";i:5;s:6:\"text-2\";}s:18:\"orphaned_widgets_1\";a:0:{}s:18:\"orphaned_widgets_2\";a:1:{i:0;s:6:\"text-4\";}s:18:\"orphaned_widgets_3\";a:6:{i:0;s:8:\"search-3\";i:1;s:10:\"calendar-1\";i:2;s:11:\"tag_cloud-1\";i:3;s:6:\"text-5\";i:4;s:6:\"text-6\";i:5;s:6:\"text-7\";}s:18:\"orphaned_widgets_4\";a:6:{i:0;s:6:\"text-8\";i:1;s:6:\"text-9\";i:2;s:7:\"text-10\";i:3;s:7:\"text-11\";i:4;s:7:\"text-12\";i:5;s:7:\"text-13\";}s:18:\"orphaned_widgets_5\";a:6:{i:0;s:7:\"text-14\";i:1;s:7:\"text-15\";i:2;s:7:\"text-16\";i:3;s:7:\"text-17\";i:4;s:7:\"text-18\";i:5;s:7:\"text-19\";}s:18:\"orphaned_widgets_6\";a:1:{i:0;s:7:\"text-20\";}s:18:\"orphaned_widgets_7\";a:3:{i:0;s:7:\"text-21\";i:1;s:7:\"text-22\";i:2;s:7:\"text-23\";}s:18:\"orphaned_widgets_8\";a:0:{}}}}','yes'),(861,'revslider-connection','1','yes'),(862,'revslider-templates-check','1471128069','yes'),(868,'revslider-global-settings','a:0:{}','yes'),(869,'revslider_update_version','5.2.5.5','yes'),(894,'revslider-stable-version','4.2','yes'),(895,'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'),(896,'revslider-addons','O:8:\"stdClass\":4:{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:107:\"<img style=\"margin-top:6px;\" src=\"http://updates.themepunch.tools/addons/images/whiteboard_small_logo.png\">\";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.3\";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.1\";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.1\";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.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";}}','yes'),(922,'revslider_checktables','1','yes'),(923,'revslider_table_version','1.0.6','yes'),(927,'revslider-temp-active','false','yes'),(928,'revslider-temp-active-notice','false','yes'),(935,'rev-addon-gal-update-check-short','1471050921','yes'),(945,'rev_addon_gal-update-check','1471058652','yes'),(946,'revslider-gallery-addon_update_info','O:8:\"stdClass\":0:{}','yes'),(987,'rs-templates-new','','no'),(988,'rs-templates','a:2:{s:6:\"slider\";a:104:{i:0;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:1;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:2;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:3;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:4;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:5;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:6;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:7;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:8;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:9;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:10;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:11;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:12;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:13;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:14;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:15;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:16;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:17;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:18;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:19;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:20;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:21;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:22;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:23;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:24;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:25;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:26;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:27;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:28;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:29;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:30;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:31;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:32;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:33;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:34;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:35;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:36;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:37;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:38;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:39;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:40;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:41;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:42;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:43;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:44;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:45;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:46;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:47;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:48;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:49;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:50;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:51;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:52;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:53;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:54;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:55;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:56;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:57;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:58;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:59;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:60;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:61;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:62;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:63;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:64;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:65;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:66;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:67;a:20:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:68;a:20:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:69;a:20:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:70;a:20:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:71;a:20:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:72;a:20:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:73;a:20:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:74;a:20:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:75;a:20:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:76;a:20:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:77;a:20:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:78;a:20:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:79;a:20:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:80;a:20:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:81;a:20:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:82;a:20:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:83;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:84;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:85;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:86;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:87;a:20:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:88;a:20:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:89;a:20:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:90;a:20:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:91;a:20:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:92;a:20:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:93;a:20:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:94;a:20:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:95;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:96;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:97;a:20:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:98;a:20:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:99;a:20:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:100;a:20:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:101;a:20:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:102;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:103;a:19:{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:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}}s:6:\"slides\";a:104:{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\";}}}}','no'),(998,'theme_mods_eclipse','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:8:\"mainmenu\";i:24;s:10:\"footermenu\";i:25;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1471130678;s:4:\"data\";a:10:{s:19:\"wp_inactive_widgets\";a:1:{i:0;s:19:\"rev-slider-widget-2\";}s:13:\"sidebar-right\";a:6:{i:0;s:14:\"recent-posts-2\";i:1;s:17:\"recent-comments-2\";i:2;s:10:\"archives-2\";i:3;s:12:\"categories-2\";i:4;s:6:\"meta-2\";i:5;s:6:\"text-2\";}s:26:\"cyberchimps-footer-widgets\";a:0:{}s:18:\"orphaned_widgets_1\";a:1:{i:0;s:6:\"text-4\";}s:18:\"orphaned_widgets_2\";a:6:{i:0;s:8:\"search-3\";i:1;s:10:\"calendar-1\";i:2;s:11:\"tag_cloud-1\";i:3;s:6:\"text-5\";i:4;s:6:\"text-6\";i:5;s:6:\"text-7\";}s:18:\"orphaned_widgets_3\";a:6:{i:0;s:6:\"text-8\";i:1;s:6:\"text-9\";i:2;s:7:\"text-10\";i:3;s:7:\"text-11\";i:4;s:7:\"text-12\";i:5;s:7:\"text-13\";}s:18:\"orphaned_widgets_4\";a:6:{i:0;s:7:\"text-14\";i:1;s:7:\"text-15\";i:2;s:7:\"text-16\";i:3;s:7:\"text-17\";i:4;s:7:\"text-18\";i:5;s:7:\"text-19\";}s:18:\"orphaned_widgets_5\";a:1:{i:0;s:7:\"text-20\";}s:18:\"orphaned_widgets_6\";a:3:{i:0;s:7:\"text-21\";i:1;s:7:\"text-22\";i:2;s:7:\"text-23\";}s:18:\"orphaned_widgets_7\";a:0:{}}}}','yes'),(999,'cyberchimps_options','a:96:{s:17:\"responsive_design\";s:1:\"1\";s:16:\"gallery_lightbox\";s:1:\"1\";s:12:\"wide_sidebar\";b:0;s:9:\"max_width\";s:4:\"1020\";s:22:\"cyberchimps_skin_color\";s:7:\"default\";s:16:\"text_colorpicker\";s:0:\"\";s:16:\"link_colorpicker\";s:0:\"\";s:22:\"link_hover_colorpicker\";s:0:\"\";s:18:\"typography_options\";a:4:{s:4:\"size\";s:4:\"14px\";s:4:\"face\";s:28:\"Arial, Helvetica, sans-serif\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#333333\";}s:17:\"google_font_field\";s:0:\"\";s:20:\"font_family_headings\";a:4:{s:4:\"size\";a:64:{i:0;i:8;i:1;i:9;i:2;i:10;i:3;i:11;i:4;i:12;i:5;i:13;i:6;i:14;i:7;i:15;i:8;i:16;i:9;i:17;i:10;i:18;i:11;i:19;i:12;i:20;i:13;i:21;i:14;i:22;i:15;i:23;i:16;i:24;i:17;i:25;i:18;i:26;i:19;i:27;i:20;i:28;i:21;i:29;i:22;i:30;i:23;i:31;i:24;i:32;i:25;i:33;i:26;i:34;i:27;i:35;i:28;i:36;i:29;i:37;i:30;i:38;i:31;i:39;i:32;i:40;i:33;i:41;i:34;i:42;i:35;i:43;i:36;i:44;i:37;i:45;i:38;i:46;i:39;i:47;i:40;i:48;i:41;i:49;i:42;i:50;i:43;i:51;i:44;i:52;i:45;i:53;i:46;i:54;i:47;i:55;i:48;i:56;i:49;i:57;i:50;i:58;i:51;i:59;i:52;i:60;i:53;i:61;i:54;i:62;i:55;i:63;i:56;i:64;i:57;i:65;i:58;i:66;i:59;i:67;i:60;i:68;i:61;i:69;i:62;i:70;i:63;i:71;}s:4:\"face\";s:28:\"Arial, Helvetica, sans-serif\";s:5:\"style\";s:6:\"Normal\";s:5:\"color\";s:0:\"\";}s:20:\"google_font_headings\";s:0:\"\";s:20:\"header_section_order\";a:1:{i:0;s:16:\"cyberchimps_logo\";}s:20:\"custom_logo_url_link\";s:25:\"http://daviddelk.net/band\";s:11:\"custom_logo\";b:0;s:20:\"custom_logo_uploader\";s:86:\"http://daviddelk.net/band/wp-content/themes/eclipse/cyberchimps/lib/images/achimps.png\";s:17:\"theme_backgrounds\";s:7:\"default\";s:15:\"social_facebook\";s:1:\"1\";s:12:\"facebook_url\";s:24:\"http://www.facebook.com/\";s:14:\"social_twitter\";s:1:\"1\";s:11:\"twitter_url\";s:23:\"http://www.twitter.com/\";s:13:\"social_google\";s:1:\"1\";s:10:\"google_url\";s:22:\"http://www.google.com/\";s:12:\"linkedin_url\";s:24:\"http://www.linkedin.com/\";s:11:\"youtube_url\";s:23:\"http://www.youtube.com/\";s:10:\"flickr_url\";s:22:\"http://www.flickr.com/\";s:13:\"pinterest_url\";s:25:\"http://www.pinterest.com/\";s:14:\"googlemaps_url\";s:27:\"http://www.maps.google.com/\";s:7:\"rss_url\";s:35:\"http://daviddelk.net/band/feed/rss/\";s:13:\"instagram_url\";s:21:\"http://instagram.com/\";s:18:\"blog_section_order\";a:3:{i:0;s:11:\"slider_lite\";i:1;s:14:\"portfolio_lite\";i:2;s:14:\"blog_post_page\";}s:14:\"sidebar_images\";s:13:\"right_sidebar\";s:10:\"blog_title\";b:0;s:15:\"blog_title_text\";s:8:\"Our Blog\";s:17:\"post_format_icons\";s:1:\"1\";s:13:\"post_excerpts\";b:0;s:19:\"blog_read_more_text\";s:12:\"Read More...\";s:19:\"blog_excerpt_length\";s:2:\"55\";s:20:\"post_featured_images\";s:1:\"1\";s:18:\"post_byline_author\";s:1:\"1\";s:22:\"post_byline_categories\";s:1:\"1\";s:16:\"post_byline_date\";s:1:\"1\";s:20:\"post_byline_comments\";s:1:\"1\";s:16:\"post_byline_tags\";s:1:\"1\";s:37:\"cyberchimps_blog_boxes_lite_image_one\";s:92:\"http://daviddelk.net/band/wp-content/themes/eclipse/elements/lib/images/boxes/slidericon.png\";s:35:\"cyberchimps_blog_boxes_link_url_one\";s:20:\"http://wordpress.org\";s:42:\"cyberchimps_blog_boxes_lite_image_one_text\";s:297:\"Alto ventos est coeptis utque fecit. Phoebe sine circumfuso arce. Tanto aliis. Matutinis cornua origo formaeque animal mundo. Chaos: fabricator. Natura mundo caesa addidit.\n Cuncta habendum meis omni ille formaeque emicuit septemque et. Lege fecit aethere porrexerat gentes horrifer formas.\";s:37:\"cyberchimps_blog_boxes_lite_image_two\";s:91:\"http://daviddelk.net/band/wp-content/themes/eclipse/elements/lib/images/boxes/blueprint.png\";s:35:\"cyberchimps_blog_boxes_link_url_two\";s:20:\"http://wordpress.org\";s:42:\"cyberchimps_blog_boxes_lite_image_two_text\";s:297:\"Alto ventos est coeptis utque fecit. Phoebe sine circumfuso arce. Tanto aliis. Matutinis cornua origo formaeque animal mundo. Chaos: fabricator. Natura mundo caesa addidit.\n Cuncta habendum meis omni ille formaeque emicuit septemque et. Lege fecit aethere porrexerat gentes horrifer formas.\";s:39:\"cyberchimps_blog_boxes_lite_image_three\";s:86:\"http://daviddelk.net/band/wp-content/themes/eclipse/elements/lib/images/boxes/docs.png\";s:37:\"cyberchimps_blog_boxes_link_url_three\";s:20:\"http://wordpress.org\";s:44:\"cyberchimps_blog_boxes_lite_image_three_text\";s:297:\"Alto ventos est coeptis utque fecit. Phoebe sine circumfuso arce. Tanto aliis. Matutinis cornua origo formaeque animal mundo. Chaos: fabricator. Natura mundo caesa addidit.\n Cuncta habendum meis omni ille formaeque emicuit septemque et. Lege fecit aethere porrexerat gentes horrifer formas.\";s:41:\"cyberchimps_blog_portfolio_lite_image_one\";s:88:\"http://daviddelk.net/band/wp-content/themes/eclipse/cyberchimps/lib/images/portfolio.jpg\";s:49:\"cyberchimps_blog_portfolio_lite_image_one_caption\";s:11:\"CyberChimps\";s:39:\"cyberchimps_blog_portfolio_link_url_one\";s:22:\"http://cyberchimps.com\";s:41:\"cyberchimps_blog_portfolio_lite_image_two\";s:88:\"http://daviddelk.net/band/wp-content/themes/eclipse/cyberchimps/lib/images/portfolio.jpg\";s:49:\"cyberchimps_blog_portfolio_lite_image_two_caption\";s:11:\"CyberChimps\";s:39:\"cyberchimps_blog_portfolio_link_url_two\";s:22:\"http://cyberchimps.com\";s:43:\"cyberchimps_blog_portfolio_lite_image_three\";s:88:\"http://daviddelk.net/band/wp-content/themes/eclipse/cyberchimps/lib/images/portfolio.jpg\";s:51:\"cyberchimps_blog_portfolio_lite_image_three_caption\";s:11:\"CyberChimps\";s:41:\"cyberchimps_blog_portfolio_link_url_three\";s:22:\"http://cyberchimps.com\";s:42:\"cyberchimps_blog_portfolio_lite_image_four\";s:88:\"http://daviddelk.net/band/wp-content/themes/eclipse/cyberchimps/lib/images/portfolio.jpg\";s:50:\"cyberchimps_blog_portfolio_lite_image_four_caption\";s:11:\"CyberChimps\";s:40:\"cyberchimps_blog_portfolio_link_url_four\";s:22:\"http://cyberchimps.com\";s:39:\"cyberchimps_blog_portfolio_title_toggle\";s:1:\"1\";s:32:\"cyberchimps_blog_portfolio_title\";s:9:\"Portfolio\";s:15:\"image_one_slide\";s:84:\"http://daviddelk.net/band/wp-content/themes/eclipse/images/branding/eclipseslide.jpg\";s:19:\"image_one_slide_url\";s:22:\"http://cyberchimps.com\";s:15:\"image_two_slide\";s:84:\"http://daviddelk.net/band/wp-content/themes/eclipse/images/branding/eclipseslide.jpg\";s:19:\"image_two_slide_url\";s:22:\"http://cyberchimps.com\";s:17:\"image_three_slide\";s:84:\"http://daviddelk.net/band/wp-content/themes/eclipse/images/branding/eclipseslide.jpg\";s:21:\"image_three_slide_url\";s:22:\"http://cyberchimps.com\";s:27:\"single_post_sidebar_options\";s:13:\"right_sidebar\";s:17:\"single_post_title\";s:1:\"1\";s:25:\"single_post_byline_author\";s:1:\"1\";s:29:\"single_post_byline_categories\";s:1:\"1\";s:23:\"single_post_byline_date\";s:1:\"1\";s:27:\"single_post_byline_comments\";s:1:\"1\";s:23:\"single_post_byline_tags\";s:1:\"1\";s:23:\"archive_sidebar_options\";s:13:\"right_sidebar\";s:21:\"archive_post_excerpts\";b:0;s:26:\"archive_post_byline_author\";s:1:\"1\";s:30:\"archive_post_byline_categories\";s:1:\"1\";s:24:\"archive_post_byline_date\";s:1:\"1\";s:28:\"archive_post_byline_comments\";s:1:\"1\";s:24:\"archive_post_byline_tags\";s:1:\"1\";s:22:\"search_sidebar_options\";s:13:\"right_sidebar\";s:21:\"search_post_read_more\";s:12:\"Read More...\";s:26:\"search_post_excerpt_length\";s:2:\"55\";s:21:\"error_sidebar_options\";s:10:\"full_width\";s:20:\"error_custom_content\";s:0:\"\";s:18:\"footer_show_toggle\";s:1:\"1\";s:21:\"footer_copyright_text\";s:11:\"© band\";s:16:\"blog_description\";b:0;s:21:\"blog_description_text\";s:0:\"\";}','yes'),(1014,'theme_mods_Avada 3','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:3:{s:8:\"mainmenu\";i:24;s:10:\"footermenu\";i:25;s:15:\"main_navigation\";i:24;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1471303206;s:4:\"data\";a:9:{s:19:\"wp_inactive_widgets\";a:3:{i:0;s:7:\"text-21\";i:1;s:7:\"text-22\";i:2;s:7:\"text-23\";}s:18:\"avada-blog-sidebar\";a:45:{i:0;s:14:\"recent-posts-2\";i:1;s:17:\"recent-comments-2\";i:2;s:10:\"archives-2\";i:3;s:12:\"categories-2\";i:4;s:6:\"meta-2\";i:5;s:6:\"text-2\";i:6;s:8:\"search-2\";i:7;s:18:\"pyre_tabs-widget-2\";i:8;s:6:\"text-3\";i:9;s:10:\"archives-3\";i:10;s:15:\"flickr-widget-2\";i:11;s:15:\"tweets-widget-2\";i:12;s:11:\"tag_cloud-2\";i:13;s:14:\"recent-posts-3\";i:14;s:8:\"search-4\";i:15;s:18:\"pyre_tabs-widget-3\";i:16;s:7:\"text-24\";i:17;s:10:\"archives-4\";i:18;s:15:\"flickr-widget-3\";i:19;s:15:\"tweets-widget-3\";i:20;s:11:\"tag_cloud-3\";i:21;s:14:\"recent-posts-4\";i:22;s:8:\"search-5\";i:23;s:7:\"text-21\";i:24;s:11:\"tag_cloud-4\";i:25;s:14:\"recent-posts-5\";i:26;s:32:\"woocommerce_top_rated_products-3\";i:27;s:12:\"categories-3\";i:28;s:15:\"tweets-widget-4\";i:29;s:8:\"search-6\";i:30;s:18:\"pyre_tabs-widget-4\";i:31;s:7:\"text-22\";i:32;s:10:\"archives-5\";i:33;s:15:\"flickr-widget-4\";i:34;s:15:\"tweets-widget-5\";i:35;s:11:\"tag_cloud-5\";i:36;s:14:\"recent-posts-6\";i:37;s:8:\"search-7\";i:38;s:18:\"pyre_tabs-widget-5\";i:39;s:7:\"text-23\";i:40;s:10:\"archives-6\";i:41;s:15:\"flickr-widget-5\";i:42;s:15:\"tweets-widget-6\";i:43;s:11:\"tag_cloud-6\";i:44;s:14:\"recent-posts-7\";}s:21:\"avada-footer-widget-1\";a:1:{i:0;s:7:\"text-25\";}s:25:\"avada-slidingbar-widget-1\";a:6:{i:0;s:7:\"text-14\";i:1;s:7:\"text-15\";i:2;s:7:\"text-16\";i:3;s:7:\"text-17\";i:4;s:7:\"text-18\";i:5;s:7:\"text-19\";}s:25:\"avada-slidingbar-widget-2\";a:1:{i:0;s:7:\"text-20\";}s:18:\"orphaned_widgets_1\";a:1:{i:0;s:6:\"text-4\";}s:18:\"orphaned_widgets_2\";a:6:{i:0;s:8:\"search-3\";i:1;s:10:\"calendar-1\";i:2;s:11:\"tag_cloud-1\";i:3;s:6:\"text-5\";i:4;s:6:\"text-6\";i:5;s:6:\"text-7\";}s:18:\"orphaned_widgets_3\";a:6:{i:0;s:6:\"text-8\";i:1;s:6:\"text-9\";i:2;s:7:\"text-10\";i:3;s:7:\"text-11\";i:4;s:7:\"text-12\";i:5;s:7:\"text-13\";}s:25:\"avada-custom-sidebar-shop\";a:7:{i:0;s:28:\"woocommerce_product_search-2\";i:1;s:26:\"woocommerce_price_filter-2\";i:2;s:28:\"woocommerce_recent_reviews-2\";i:3;s:32:\"woocommerce_product_categories-2\";i:4;s:31:\"woocommerce_product_tag_cloud-2\";i:5;s:21:\"social_links-widget-2\";i:6;s:32:\"woocommerce_top_rated_products-2\";}}}}','yes'),(1015,'avada_disable_builder','1','yes'),(1016,'avada_disable_encoding','1','yes'),(1017,'avada_dynamic_css_time','1487375504','yes'),(1020,'widget_ad_125_125-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1021,'widget_contact_info-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1022,'widget_pyre_tabs-widget','a:5:{i:2;a:8:{s:5:\"posts\";s:1:\"3\";s:8:\"comments\";s:1:\"3\";s:4:\"tags\";s:1:\"3\";s:18:\"show_popular_posts\";s:2:\"on\";s:17:\"show_recent_posts\";s:2:\"on\";s:13:\"show_comments\";s:2:\"on\";s:9:\"show_tags\";N;s:7:\"orderby\";s:16:\"Highest Comments\";}i:3;a:8:{s:5:\"posts\";s:1:\"3\";s:8:\"comments\";s:1:\"3\";s:4:\"tags\";s:1:\"3\";s:18:\"show_popular_posts\";s:2:\"on\";s:17:\"show_recent_posts\";s:2:\"on\";s:13:\"show_comments\";s:2:\"on\";s:9:\"show_tags\";N;s:7:\"orderby\";s:16:\"Highest Comments\";}i:4;a:8:{s:5:\"posts\";s:1:\"3\";s:8:\"comments\";s:1:\"3\";s:4:\"tags\";s:1:\"3\";s:18:\"show_popular_posts\";s:2:\"on\";s:17:\"show_recent_posts\";s:2:\"on\";s:13:\"show_comments\";s:2:\"on\";s:9:\"show_tags\";N;s:7:\"orderby\";s:16:\"Highest Comments\";}i:5;a:8:{s:5:\"posts\";s:1:\"3\";s:8:\"comments\";s:1:\"3\";s:4:\"tags\";s:1:\"3\";s:18:\"show_popular_posts\";s:2:\"on\";s:17:\"show_recent_posts\";s:2:\"on\";s:13:\"show_comments\";s:2:\"on\";s:9:\"show_tags\";N;s:7:\"orderby\";s:16:\"Highest Comments\";}s:12:\"_multiwidget\";i:1;}','yes'),(1023,'widget_recent_works-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1024,'widget_tweets-widget','a:6:{i:2;a:18:{s:5:\"title\";s:13:\"Recent Tweets\";s:10:\"twitter_id\";s:12:\"theme_fusion\";s:5:\"count\";s:1:\"3\";s:12:\"consumer_key\";s:22:\"N3jTlJUQ7RookCszGQFhTQ\";s:15:\"consumer_secret\";s:42:\"y32yS4wy2jUY4YrVwBaj4b1KqA91NWACSrpSDHPjFs\";s:12:\"access_token\";s:50:\"1104094610-d98D7NElGBVazt71G7cmEHnsyYivhweoAbhfO7O\";s:19:\"access_token_secret\";s:42:\"jswRekDwcEirPfjTzMWualxyZXFe1L4gD3BWpdbGL8\";s:9:\"widget_id\";s:0:\"\";s:11:\"widget_type\";s:11:\"avada_style\";s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"theme\";s:5:\"light\";s:10:\"link_color\";s:7:\"#333333\";s:12:\"border_color\";s:11:\"transparent\";s:11:\"show_header\";s:2:\"on\";s:11:\"show_footer\";s:2:\"on\";s:12:\"show_borders\";s:2:\"on\";s:14:\"transparent_bg\";N;}i:3;a:7:{s:5:\"title\";s:13:\"Recent Tweets\";s:12:\"consumer_key\";s:22:\"N3jTlJUQ7RookCszGQFhTQ\";s:15:\"consumer_secret\";s:42:\"y32yS4wy2jUY4YrVwBaj4b1KqA91NWACSrpSDHPjFs\";s:12:\"access_token\";s:50:\"1104094610-d98D7NElGBVazt71G7cmEHnsyYivhweoAbhfO7O\";s:19:\"access_token_secret\";s:42:\"jswRekDwcEirPfjTzMWualxyZXFe1L4gD3BWpdbGL8\";s:10:\"twitter_id\";s:12:\"theme_fusion\";s:5:\"count\";s:1:\"2\";}i:4;a:18:{s:5:\"title\";s:13:\"Recent Tweets\";s:10:\"twitter_id\";s:12:\"theme_fusion\";s:5:\"count\";s:1:\"3\";s:12:\"consumer_key\";s:22:\"N3jTlJUQ7RookCszGQFhTQ\";s:15:\"consumer_secret\";s:42:\"y32yS4wy2jUY4YrVwBaj4b1KqA91NWACSrpSDHPjFs\";s:12:\"access_token\";s:50:\"1104094610-d98D7NElGBVazt71G7cmEHnsyYivhweoAbhfO7O\";s:19:\"access_token_secret\";s:42:\"jswRekDwcEirPfjTzMWualxyZXFe1L4gD3BWpdbGL8\";s:9:\"widget_id\";s:0:\"\";s:11:\"widget_type\";s:11:\"avada_style\";s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"theme\";s:5:\"light\";s:10:\"link_color\";s:7:\"#333333\";s:12:\"border_color\";s:11:\"transparent\";s:11:\"show_header\";s:2:\"on\";s:11:\"show_footer\";s:2:\"on\";s:12:\"show_borders\";s:2:\"on\";s:14:\"transparent_bg\";N;}i:5;a:7:{s:5:\"title\";s:13:\"Recent Tweets\";s:12:\"consumer_key\";s:22:\"N3jTlJUQ7RookCszGQFhTQ\";s:15:\"consumer_secret\";s:42:\"y32yS4wy2jUY4YrVwBaj4b1KqA91NWACSrpSDHPjFs\";s:12:\"access_token\";s:50:\"1104094610-d98D7NElGBVazt71G7cmEHnsyYivhweoAbhfO7O\";s:19:\"access_token_secret\";s:42:\"jswRekDwcEirPfjTzMWualxyZXFe1L4gD3BWpdbGL8\";s:10:\"twitter_id\";s:12:\"theme_fusion\";s:5:\"count\";s:1:\"2\";}i:6;a:7:{s:5:\"title\";s:13:\"Recent Tweets\";s:12:\"consumer_key\";s:22:\"N3jTlJUQ7RookCszGQFhTQ\";s:15:\"consumer_secret\";s:42:\"y32yS4wy2jUY4YrVwBaj4b1KqA91NWACSrpSDHPjFs\";s:12:\"access_token\";s:50:\"1104094610-d98D7NElGBVazt71G7cmEHnsyYivhweoAbhfO7O\";s:19:\"access_token_secret\";s:42:\"jswRekDwcEirPfjTzMWualxyZXFe1L4gD3BWpdbGL8\";s:10:\"twitter_id\";s:12:\"theme_fusion\";s:5:\"count\";s:1:\"2\";}s:12:\"_multiwidget\";i:1;}','yes'),(1025,'widget_flickr-widget','a:5:{i:2;a:4:{s:5:\"title\";s:18:\"Photos from Flickr\";s:11:\"screen_name\";s:12:\"52617155@N08\";s:6:\"number\";s:1:\"8\";s:3:\"api\";s:32:\"c9d2c2fda03a2ff487cb4769dc0781ea\";}i:3;a:4:{s:5:\"title\";s:18:\"Photos from Flickr\";s:11:\"screen_name\";s:12:\"52617155@N08\";s:6:\"number\";s:1:\"8\";s:3:\"api\";s:32:\"c9d2c2fda03a2ff487cb4769dc0781ea\";}i:4;a:4:{s:5:\"title\";s:18:\"Photos from Flickr\";s:11:\"screen_name\";s:12:\"52617155@N08\";s:6:\"number\";s:1:\"8\";s:3:\"api\";s:32:\"c9d2c2fda03a2ff487cb4769dc0781ea\";}i:5;a:4:{s:5:\"title\";s:18:\"Photos from Flickr\";s:11:\"screen_name\";s:12:\"52617155@N08\";s:6:\"number\";s:1:\"8\";s:3:\"api\";s:32:\"c9d2c2fda03a2ff487cb4769dc0781ea\";}s:12:\"_multiwidget\";i:1;}','yes'),(1026,'widget_social_links-widget','a:2:{i:2;a:37:{s:5:\"title\";s:0:\"\";s:10:\"linktarget\";s:0:\"\";s:15:\"icons_font_size\";s:4:\"15px\";s:10:\"icon_color\";s:4:\"#fff\";s:10:\"boxed_icon\";s:3:\"Yes\";s:11:\"boxed_color\";s:7:\"#eaeaea\";s:17:\"boxed_icon_radius\";s:3:\"50%\";s:18:\"boxed_icon_padding\";s:4:\"18px\";s:11:\"tooltip_pos\";s:3:\"Top\";s:11:\"show_custom\";s:2:\"No\";s:7:\"fb_link\";s:1:\"#\";s:11:\"flickr_link\";s:0:\"\";s:8:\"rss_link\";s:1:\"#\";s:12:\"twitter_link\";s:1:\"#\";s:10:\"vimeo_link\";s:1:\"#\";s:12:\"youtube_link\";s:1:\"#\";s:14:\"instagram_link\";s:0:\"\";s:14:\"pinterest_link\";s:0:\"\";s:11:\"tumblr_link\";s:0:\"\";s:11:\"google_link\";s:1:\"#\";s:13:\"dribbble_link\";s:0:\"\";s:9:\"digg_link\";s:0:\"\";s:13:\"linkedin_link\";s:1:\"#\";s:12:\"blogger_link\";s:0:\"\";s:10:\"skype_link\";s:0:\"\";s:11:\"forrst_link\";s:0:\"\";s:12:\"myspace_link\";s:0:\"\";s:15:\"deviantart_link\";s:0:\"\";s:10:\"yahoo_link\";s:1:\"#\";s:11:\"reddit_link\";s:0:\"\";s:11:\"paypal_link\";s:0:\"\";s:12:\"dropbox_link\";s:0:\"\";s:15:\"soundcloud_link\";s:0:\"\";s:7:\"vk_link\";s:0:\"\";s:10:\"color_type\";s:6:\"custom\";s:9:\"xing_link\";s:0:\"\";s:10:\"email_link\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(1027,'widget_facebook-like-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1028,'widget_menu-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1029,'avada_version','5.0.6','yes'),(1030,'avada_previous_version','a:2:{i:0;b:0;i:1;s:5:\"4.0.3\";}','yes'),(1031,'avada_revslider_version','5.2.6','yes'),(1032,'avada_theme_options','a:608:{s:8:\"last_tab\";s:0:\"\";s:6:\"layout\";s:4:\"Wide\";s:10:\"site_width\";s:6:\"1170px\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:4:\"50px\";s:6:\"bottom\";s:5:\"100px\";}s:16:\"hundredp_padding\";s:4:\"30px\";s:10:\"col_margin\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:4:\"20px\";}s:13:\"sidebar_width\";s:3:\"28%\";s:17:\"sidebar_2_1_width\";s:3:\"21%\";s:17:\"sidebar_2_2_width\";s:3:\"21%\";s:10:\"nav_height\";s:3:\"120\";s:20:\"nav_highlight_border\";s:1:\"0\";s:11:\"nav_padding\";s:2:\"37\";s:15:\"megamenu_shadow\";s:1:\"0\";s:19:\"dropdown_menu_width\";s:3:\"225\";s:34:\"mainmenu_dropdown_vertical_padding\";s:2:\"14\";s:33:\"mainmenu_dropdown_display_divider\";s:1:\"1\";s:31:\"menu_display_dropdown_indicator\";s:1:\"0\";s:20:\"main_nav_search_icon\";s:1:\"0\";s:20:\"main_nav_icon_circle\";s:1:\"0\";s:17:\"menu_sub_bg_color\";s:14:\"rgba(0,0,0,.5)\";s:19:\"menu_bg_hover_color\";s:14:\"rgba(0,0,0,.7)\";s:18:\"menu_sub_sep_color\";s:19:\"rgba(255,255,255,0)\";s:17:\"menu_h45_bg_color\";s:7:\"#ffffff\";s:14:\"nav_typography\";a:8:{s:11:\"font-family\";s:10:\"Montserrat\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:14:\"letter-spacing\";s:3:\"1px\";}s:13:\"nav_font_size\";s:4:\"15px\";s:22:\"nav_dropdown_font_size\";s:4:\"14px\";s:18:\"side_nav_font_size\";s:4:\"14px\";s:15:\"menu_text_align\";s:4:\"left\";s:16:\"menu_first_color\";s:7:\"#ffffff\";s:22:\"menu_hover_first_color\";s:7:\"#78bca1\";s:14:\"menu_sub_color\";s:7:\"#ffffff\";s:26:\"flyout_menu_icon_font_size\";s:4:\"20px\";s:22:\"flyout_menu_icon_color\";s:7:\"#333333\";s:28:\"flyout_menu_icon_hover_color\";s:7:\"#a0ce4e\";s:28:\"flyout_menu_background_color\";s:22:\"rgba(255,255,255,0.95)\";s:21:\"flyout_menu_direction\";s:4:\"fade\";s:23:\"topmenu_dropwdown_width\";s:3:\"180\";s:29:\"header_top_first_border_color\";s:7:\"#efefef\";s:23:\"header_top_sub_bg_color\";s:7:\"#ffffff\";s:30:\"header_top_menu_bg_hover_color\";s:7:\"#fafafa\";s:29:\"header_top_menu_sub_sep_color\";s:7:\"#e5e5e5\";s:14:\"snav_font_size\";s:4:\"12px\";s:11:\"sec_menu_lh\";s:4:\"44px\";s:10:\"snav_color\";s:7:\"#747474\";s:25:\"header_top_menu_sub_color\";s:7:\"#747474\";s:31:\"header_top_menu_sub_hover_color\";s:7:\"#333333\";s:18:\"mobile_menu_design\";s:6:\"modern\";s:18:\"mobile_nav_padding\";s:2:\"25\";s:28:\"mobile_menu_icons_top_margin\";s:2:\"50\";s:22:\"mobile_menu_nav_height\";s:2:\"47\";s:27:\"mobile_nav_submenu_slideout\";s:1:\"1\";s:22:\"mobile_header_bg_color\";s:7:\"#212121\";s:28:\"mobile_menu_background_color\";s:7:\"#242424\";s:23:\"mobile_menu_hover_color\";s:7:\"#212121\";s:24:\"mobile_menu_border_color\";s:7:\"#212121\";s:24:\"mobile_menu_toggle_color\";s:7:\"#78bca1\";s:21:\"mobile_menu_font_size\";s:4:\"14px\";s:22:\"mobile_menu_text_align\";s:4:\"left\";s:22:\"mobile_menu_font_color\";s:7:\"#747474\";s:18:\"megamenu_max_width\";s:4:\"1170\";s:19:\"megamenu_title_size\";s:4:\"18px\";s:30:\"megamenu_item_vertical_padding\";s:2:\"14\";s:29:\"megamenu_item_display_divider\";s:1:\"0\";s:10:\"responsive\";s:1:\"1\";s:21:\"grid_main_break_point\";s:4:\"1099\";s:23:\"side_header_break_point\";s:4:\"1100\";s:19:\"content_break_point\";s:3:\"800\";s:19:\"sidebar_break_point\";s:3:\"800\";s:11:\"mobile_zoom\";s:1:\"1\";s:21:\"typography_responsive\";s:1:\"1\";s:22:\"typography_sensitivity\";s:1:\"1\";s:17:\"typography_factor\";s:3:\"1.5\";s:13:\"primary_color\";s:7:\"#78bca1\";s:15:\"header_position\";s:3:\"Top\";s:13:\"header_layout\";s:2:\"v1\";s:15:\"slider_position\";s:5:\"Below\";s:19:\"header_left_content\";s:12:\"Contact Info\";s:20:\"header_right_content\";s:10:\"Navigation\";s:17:\"header_v4_content\";s:18:\"Tagline And Search\";s:13:\"header_number\";s:28:\"Call Us Today! 1.555.555.555\";s:12:\"header_email\";s:19:\"info@yourdomain.com\";s:14:\"header_tagline\";s:19:\"Insert Tagline Here\";s:18:\"header_banner_code\";s:0:\"\";s:15:\"header_bg_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:14:\"header_bg_full\";s:1:\"1\";s:18:\"header_bg_parallax\";s:1:\"1\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:17:\"side_header_width\";s:3:\"280\";s:14:\"header_padding\";a:4:{s:3:\"top\";s:4:\"2.5%\";s:5:\"right\";s:2:\"5%\";s:6:\"bottom\";s:4:\"2.5%\";s:4:\"left\";s:2:\"5%\";}s:13:\"header_shadow\";s:1:\"0\";s:16:\"header_100_width\";s:1:\"1\";s:15:\"header_bg_color\";s:7:\"#212121\";s:19:\"header_border_color\";s:19:\"rgba(255,255,255,0)\";s:19:\"header_top_bg_color\";s:7:\"#f7f7f7\";s:17:\"tagline_font_size\";s:4:\"16px\";s:18:\"tagline_font_color\";s:7:\"#747474\";s:13:\"header_sticky\";s:1:\"0\";s:20:\"header_sticky_tablet\";s:1:\"0\";s:20:\"header_sticky_mobile\";s:1:\"0\";s:23:\"header_sticky_shrinkage\";s:1:\"1\";s:26:\"header_sticky_type2_layout\";s:9:\"menu_only\";s:22:\"header_sticky_bg_color\";s:19:\"rgba(33,33,33,0.95)\";s:24:\"header_sticky_menu_color\";s:7:\"#ffffff\";s:25:\"header_sticky_nav_padding\";s:2:\"37\";s:27:\"header_sticky_nav_font_size\";s:4:\"14px\";s:14:\"logo_alignment\";s:4:\"Left\";s:11:\"logo_margin\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";}s:4:\"logo\";a:5:{s:3:\"url\";s:107:\"http://daviddelk.net/band/wp-content/uploads/2016/08/COAST-BIG-BAND-LOGO-WITH-WHITE-EDGE-e1471466233566.png\";s:2:\"id\";s:4:\"4259\";s:6:\"height\";s:3:\"140\";s:5:\"width\";s:3:\"148\";s:9:\"thumbnail\";s:100:\"http://daviddelk.net/band/wp-content/uploads/2016/08/COAST-BIG-BAND-LOGO-WITH-WHITE-EDGE-150x150.png\";}s:11:\"logo_retina\";a:5:{s:3:\"url\";s:107:\"http://daviddelk.net/band/wp-content/uploads/2016/08/COAST-BIG-BAND-LOGO-WITH-WHITE-EDGE-e1471466233566.png\";s:2:\"id\";s:4:\"4259\";s:6:\"height\";s:3:\"140\";s:5:\"width\";s:3:\"148\";s:9:\"thumbnail\";s:100:\"http://daviddelk.net/band/wp-content/uploads/2016/08/COAST-BIG-BAND-LOGO-WITH-WHITE-EDGE-150x150.png\";}s:18:\"sticky_header_logo\";a:5:{s:3:\"url\";s:107:\"http://daviddelk.net/band/wp-content/uploads/2016/08/COAST-BIG-BAND-LOGO-WITH-WHITE-EDGE-e1471466233566.png\";s:2:\"id\";s:4:\"4259\";s:6:\"height\";s:3:\"140\";s:5:\"width\";s:3:\"148\";s:9:\"thumbnail\";s:100:\"http://daviddelk.net/band/wp-content/uploads/2016/08/COAST-BIG-BAND-LOGO-WITH-WHITE-EDGE-150x150.png\";}s:25:\"sticky_header_logo_retina\";a:5:{s:3:\"url\";s:99:\"http://daviddelk.net/band/wp-content/uploads/2016/08/coast-big-band-3_edited-1-2-e1471399495767.png\";s:2:\"id\";s:4:\"4235\";s:6:\"height\";s:3:\"192\";s:5:\"width\";s:3:\"200\";s:9:\"thumbnail\";s:92:\"http://daviddelk.net/band/wp-content/uploads/2016/08/coast-big-band-3_edited-1-2-150x150.png\";}s:11:\"mobile_logo\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:18:\"mobile_logo_retina\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:7:\"favicon\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:11:\"iphone_icon\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:18:\"iphone_icon_retina\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:9:\"ipad_icon\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:16:\"ipad_icon_retina\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:14:\"page_title_bar\";s:15:\"bar_and_content\";s:19:\"page_title_bar_text\";s:1:\"0\";s:20:\"page_title_100_width\";s:1:\"1\";s:17:\"page_title_height\";s:5:\"150px\";s:24:\"page_title_mobile_height\";s:5:\"100px\";s:19:\"page_title_bg_color\";s:7:\"#f0f0f0\";s:23:\"page_title_border_color\";s:19:\"rgba(255,255,255,0)\";s:20:\"page_title_font_size\";s:4:\"18px\";s:16:\"page_title_color\";s:7:\"#333333\";s:30:\"page_title_subheader_font_size\";s:4:\"14px\";s:20:\"page_title_alignment\";s:6:\"center\";s:13:\"page_title_bg\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:20:\"page_title_bg_retina\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:18:\"page_title_bg_full\";s:1:\"1\";s:22:\"page_title_bg_parallax\";s:1:\"0\";s:17:\"page_title_fading\";s:1:\"0\";s:17:\"page_title_bar_bs\";s:11:\"Breadcrumbs\";s:17:\"breadcrumb_mobile\";s:1:\"1\";s:16:\"breacrumb_prefix\";s:0:\"\";s:20:\"breadcrumb_separator\";s:1:\"/\";s:21:\"breadcrumbs_font_size\";s:4:\"14px\";s:22:\"breadcrumbs_text_color\";s:7:\"#333333\";s:26:\"breadcrumb_show_categories\";s:1:\"1\";s:33:\"breadcrumb_show_post_type_archive\";s:1:\"0\";s:18:\"slidingbar_widgets\";s:1:\"0\";s:25:\"mobile_slidingbar_widgets\";s:1:\"0\";s:23:\"slidingbar_open_on_load\";s:1:\"0\";s:26:\"slidingbar_widgets_columns\";s:1:\"2\";s:19:\"slidingbar_bg_color\";s:19:\"rgba(33,33,33,0.95)\";s:24:\"slidingbar_divider_color\";s:7:\"#505152\";s:28:\"slidingbar_toggle_icon_color\";s:7:\"#ffffff\";s:20:\"slidingbar_font_size\";s:4:\"17px\";s:25:\"slidingbar_headings_color\";s:7:\"#363636\";s:21:\"slidingbar_text_color\";s:7:\"#8c8989\";s:21:\"slidingbar_link_color\";s:7:\"#777777\";s:21:\"slidingbar_top_border\";s:1:\"0\";s:14:\"footer_widgets\";s:1:\"1\";s:22:\"footer_widgets_columns\";s:1:\"2\";s:29:\"footer_widgets_center_content\";s:1:\"0\";s:22:\"footer_special_effects\";s:4:\"none\";s:20:\"footer_sticky_height\";s:1:\"0\";s:16:\"footer_copyright\";s:1:\"1\";s:31:\"footer_copyright_center_content\";s:1:\"1\";s:11:\"footer_text\";s:140:\"© Copyright 2012 - <script>document.write(new Date().getFullYear());</script> | Coast Big Band | All Rights Reserved \";s:16:\"footerw_bg_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:15:\"footerw_bg_full\";s:1:\"0\";s:17:\"footerw_bg_repeat\";s:6:\"repeat\";s:14:\"footerw_bg_pos\";s:13:\"center center\";s:16:\"footer_100_width\";s:1:\"1\";s:19:\"footer_area_padding\";a:4:{s:3:\"top\";s:4:\"20px\";s:5:\"right\";s:2:\"5%\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:2:\"5%\";}s:15:\"footer_bg_color\";s:7:\"#212121\";s:18:\"footer_border_size\";s:2:\"12\";s:19:\"footer_border_color\";s:7:\"#212121\";s:20:\"footer_divider_color\";s:7:\"#505152\";s:17:\"copyright_padding\";a:2:{s:3:\"top\";s:4:\"18px\";s:6:\"bottom\";s:4:\"16px\";}s:18:\"copyright_bg_color\";s:7:\"#1e1e1e\";s:21:\"copyright_border_size\";s:1:\"1\";s:22:\"copyright_border_color\";s:7:\"#1e1e1e\";s:26:\"footer_headings_typography\";a:11:{s:11:\"font-family\";s:10:\"Montserrat\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"17px\";s:11:\"line-height\";s:3:\"1.5\";s:14:\"letter-spacing\";s:1:\"0\";s:5:\"color\";s:7:\"#ffffff\";}s:17:\"footer_text_color\";s:7:\"#ffffff\";s:17:\"footer_link_color\";s:7:\"#ffffff\";s:23:\"footer_link_color_hover\";s:7:\"#78bca1\";s:20:\"copyright_text_color\";s:7:\"#ffffff\";s:20:\"copyright_link_color\";s:7:\"#ffffff\";s:26:\"copyright_link_color_hover\";s:7:\"#ffffff\";s:19:\"copyright_font_size\";s:4:\"13px\";s:15:\"sidebar_padding\";s:4:\"30px\";s:16:\"sidebar_bg_color\";s:7:\"#f7f7f7\";s:23:\"sidebar_widget_bg_color\";s:19:\"rgba(255,255,255,0)\";s:15:\"sidew_font_size\";s:4:\"17px\";s:21:\"sidebar_heading_color\";s:7:\"#333333\";s:20:\"pages_global_sidebar\";s:1:\"0\";s:13:\"pages_sidebar\";s:4:\"None\";s:15:\"pages_sidebar_2\";s:4:\"None\";s:19:\"default_sidebar_pos\";s:5:\"Right\";s:24:\"portfolio_global_sidebar\";s:1:\"0\";s:17:\"portfolio_sidebar\";s:4:\"None\";s:19:\"portfolio_sidebar_2\";s:4:\"None\";s:26:\"portfolio_sidebar_position\";s:5:\"Right\";s:25:\"portfolio_archive_sidebar\";s:12:\"Blog Sidebar\";s:27:\"portfolio_archive_sidebar_2\";s:4:\"None\";s:20:\"posts_global_sidebar\";s:1:\"0\";s:13:\"posts_sidebar\";s:4:\"None\";s:15:\"posts_sidebar_2\";s:4:\"None\";s:21:\"blog_sidebar_position\";s:5:\"Right\";s:20:\"blog_archive_sidebar\";s:12:\"Blog Sidebar\";s:22:\"blog_archive_sidebar_2\";s:4:\"None\";s:14:\"search_sidebar\";s:12:\"Blog Sidebar\";s:16:\"search_sidebar_2\";s:4:\"None\";s:23:\"search_sidebar_position\";s:5:\"Right\";s:16:\"content_bg_color\";s:7:\"#ffffff\";s:16:\"content_bg_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:15:\"content_bg_full\";s:1:\"0\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:8:\"bg_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:7:\"bg_full\";s:1:\"0\";s:9:\"bg_repeat\";s:6:\"repeat\";s:8:\"bg_color\";s:7:\"#d7d6d6\";s:17:\"bg_pattern_option\";s:1:\"0\";s:10:\"bg_pattern\";s:8:\"pattern1\";s:15:\"body_typography\";a:11:{s:11:\"font-family\";s:9:\"Open Sans\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"15px\";s:11:\"line-height\";s:1:\"2\";s:14:\"letter-spacing\";s:1:\"0\";s:5:\"color\";s:7:\"#747474\";}s:10:\"link_color\";s:7:\"#333333\";s:13:\"h1_typography\";a:13:{s:11:\"font-family\";s:10:\"Montserrat\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"60px\";s:11:\"line-height\";s:4:\"1.17\";s:14:\"letter-spacing\";s:3:\"1px\";s:10:\"margin-top\";s:5:\"0.5em\";s:13:\"margin-bottom\";s:5:\"0.5em\";s:5:\"color\";s:7:\"#333333\";}s:13:\"h2_typography\";a:13:{s:11:\"font-family\";s:10:\"Montserrat\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"26px\";s:11:\"line-height\";s:4:\"1.69\";s:14:\"letter-spacing\";s:3:\"1px\";s:10:\"margin-top\";s:3:\"0em\";s:13:\"margin-bottom\";s:5:\"1.1em\";s:5:\"color\";s:6:\"333333\";}s:13:\"h3_typography\";a:13:{s:11:\"font-family\";s:16:\"Playfair Display\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"italic\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"1.56\";s:14:\"letter-spacing\";s:3:\"1px\";s:10:\"margin-top\";s:4:\".5em\";s:13:\"margin-bottom\";s:3:\"1em\";s:5:\"color\";s:7:\"#333333\";}s:13:\"h4_typography\";a:13:{s:11:\"font-family\";s:16:\"Playfair Display\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"italic\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"17px\";s:11:\"line-height\";s:4:\"1.76\";s:14:\"letter-spacing\";s:3:\"1px\";s:10:\"margin-top\";s:5:\".75em\";s:13:\"margin-bottom\";s:6:\"1.33em\";s:5:\"color\";s:7:\"#333333\";}s:13:\"h5_typography\";a:13:{s:11:\"font-family\";s:10:\"Montserrat\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"1.63\";s:14:\"letter-spacing\";s:3:\"2px\";s:10:\"margin-top\";s:6:\"1.67em\";s:13:\"margin-bottom\";s:6:\"1.67em\";s:5:\"color\";s:7:\"#999999\";}s:13:\"h6_typography\";a:13:{s:11:\"font-family\";s:10:\"Montserrat\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"11px\";s:11:\"line-height\";s:4:\"1.55\";s:14:\"letter-spacing\";s:3:\"1px\";s:10:\"margin-top\";s:6:\"2.33em\";s:13:\"margin-bottom\";s:6:\"2.33em\";s:5:\"color\";s:7:\"#333333\";}s:21:\"post_titles_font_size\";s:4:\"24px\";s:19:\"post_titles_font_lh\";s:4:\"34px\";s:28:\"post_titles_extras_font_size\";s:4:\"18px\";s:12:\"custom_fonts\";a:7:{s:24:\"avadaredux_repeater_data\";a:1:{i:0;a:1:{s:5:\"title\";s:0:\"\";}}s:4:\"name\";a:1:{i:0;s:0:\"\";}s:4:\"woff\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:5:\"woff2\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:3:\"ttf\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:3:\"svg\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:3:\"eot\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}}s:24:\"blog_show_page_title_bar\";s:1:\"1\";s:10:\"blog_title\";s:4:\"Blog\";s:13:\"blog_subtitle\";s:0:\"\";s:11:\"blog_layout\";s:5:\"Large\";s:19:\"blog_archive_layout\";s:5:\"Large\";s:20:\"blog_pagination_type\";s:16:\"load_more_button\";s:36:\"blog_load_more_posts_button_bg_color\";s:7:\"#78bca1\";s:17:\"blog_grid_columns\";s:1:\"3\";s:24:\"blog_grid_column_spacing\";s:2:\"40\";s:14:\"content_length\";s:7:\"Excerpt\";s:19:\"excerpt_length_blog\";s:2:\"23\";s:18:\"strip_html_excerpt\";s:1:\"1\";s:15:\"featured_images\";s:1:\"1\";s:32:\"alternate_date_format_month_year\";s:4:\"m, Y\";s:25:\"alternate_date_format_day\";s:1:\"j\";s:20:\"timeline_date_format\";s:3:\"F Y\";s:14:\"blog_width_100\";s:1:\"0\";s:22:\"featured_images_single\";s:1:\"1\";s:11:\"blog_pn_nav\";s:1:\"0\";s:15:\"blog_post_title\";s:5:\"below\";s:11:\"author_info\";s:1:\"0\";s:18:\"social_sharing_box\";s:1:\"1\";s:13:\"related_posts\";s:1:\"1\";s:13:\"blog_comments\";s:1:\"1\";s:9:\"post_meta\";s:1:\"1\";s:16:\"post_meta_author\";s:1:\"1\";s:14:\"post_meta_date\";s:1:\"1\";s:14:\"post_meta_cats\";s:1:\"1\";s:18:\"post_meta_comments\";s:1:\"1\";s:14:\"post_meta_read\";s:1:\"1\";s:14:\"post_meta_tags\";s:1:\"0\";s:14:\"meta_font_size\";s:4:\"12px\";s:11:\"date_format\";s:7:\"F jS, Y\";s:24:\"portfolio_archive_layout\";s:20:\"Portfolio One Column\";s:15:\"portfolio_items\";s:2:\"10\";s:24:\"portfolio_column_spacing\";s:2:\"12\";s:24:\"portfolio_content_length\";s:7:\"Excerpt\";s:24:\"excerpt_length_portfolio\";s:2:\"23\";s:28:\"portfolio_strip_html_excerpt\";s:1:\"1\";s:20:\"grid_pagination_type\";s:16:\"load_more_button\";s:41:\"portfolio_load_more_posts_button_bg_color\";s:7:\"#78bca1\";s:14:\"portfolio_slug\";s:15:\"portfolio-items\";s:29:\"portfolio_featured_image_size\";s:4:\"full\";s:23:\"portfolio_title_display\";s:3:\"all\";s:21:\"portfolio_text_layout\";s:7:\"unboxed\";s:24:\"portfolio_text_alignment\";s:4:\"left\";s:24:\"portfolio_layout_padding\";a:4:{s:3:\"top\";s:4:\"25px\";s:5:\"right\";s:4:\"25px\";s:6:\"bottom\";s:4:\"25px\";s:4:\"left\";s:4:\"25px\";}s:16:\"portfolio_pn_nav\";s:1:\"0\";s:25:\"portfolio_featured_images\";s:1:\"1\";s:38:\"portfolio_disable_first_featured_image\";s:1:\"1\";s:30:\"portfolio_featured_image_width\";s:4:\"full\";s:19:\"portfolio_width_100\";s:1:\"0\";s:28:\"portfolio_project_desc_title\";s:1:\"1\";s:25:\"portfolio_project_details\";s:1:\"1\";s:26:\"portfolio_link_icon_target\";s:1:\"0\";s:18:\"portfolio_comments\";s:1:\"0\";s:16:\"portfolio_author\";s:1:\"0\";s:28:\"portfolio_social_sharing_box\";s:1:\"1\";s:23:\"portfolio_related_posts\";s:1:\"1\";s:18:\"social_media_icons\";a:5:{s:24:\"avadaredux_repeater_data\";a:2:{i:0;a:1:{s:5:\"title\";s:0:\"\";}i:1;a:1:{s:5:\"title\";s:0:\"\";}}s:4:\"icon\";a:2:{i:0;s:8:\"facebook\";i:1;s:0:\"\";}s:3:\"url\";a:2:{i:0;s:38:\"https://www.facebook.com/CoastBigBand/\";i:1;s:0:\"\";}s:12:\"custom_title\";a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}s:13:\"custom_source\";a:2:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}i:1;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}}s:29:\"header_social_links_font_size\";s:4:\"16px\";s:37:\"header_social_links_tooltip_placement\";s:3:\"Top\";s:30:\"header_social_links_color_type\";s:6:\"custom\";s:30:\"header_social_links_icon_color\";s:7:\"#bebdbd\";s:25:\"header_social_links_boxed\";s:1:\"1\";s:29:\"header_social_links_box_color\";s:7:\"#78bca1\";s:32:\"header_social_links_boxed_radius\";s:3:\"50%\";s:33:\"header_social_links_boxed_padding\";s:4:\"12px\";s:12:\"icons_footer\";s:1:\"1\";s:29:\"footer_social_links_font_size\";s:4:\"16px\";s:37:\"footer_social_links_tooltip_placement\";s:3:\"Top\";s:30:\"footer_social_links_color_type\";s:6:\"custom\";s:30:\"footer_social_links_icon_color\";s:7:\"#ffffff\";s:25:\"footer_social_links_boxed\";s:1:\"1\";s:29:\"footer_social_links_box_color\";s:7:\"#78bca1\";s:32:\"footer_social_links_boxed_radius\";s:3:\"50%\";s:33:\"footer_social_links_boxed_padding\";s:4:\"12px\";s:22:\"sharing_social_tagline\";s:17:\"Share This Story!\";s:30:\"sharing_box_tagline_text_color\";s:7:\"#333333\";s:15:\"social_bg_color\";s:7:\"#f7f7f7\";s:30:\"sharing_social_links_font_size\";s:4:\"19px\";s:38:\"sharing_social_links_tooltip_placement\";s:3:\"Top\";s:31:\"sharing_social_links_color_type\";s:6:\"custom\";s:31:\"sharing_social_links_icon_color\";s:7:\"#ffffff\";s:26:\"sharing_social_links_boxed\";s:1:\"1\";s:30:\"sharing_social_links_box_color\";s:7:\"#78bca1\";s:33:\"sharing_social_links_boxed_radius\";s:3:\"50%\";s:34:\"sharing_social_links_boxed_padding\";s:4:\"16px\";s:16:\"sharing_facebook\";s:1:\"1\";s:15:\"sharing_twitter\";s:1:\"1\";s:14:\"sharing_reddit\";s:1:\"1\";s:16:\"sharing_linkedin\";s:1:\"0\";s:14:\"sharing_google\";s:1:\"1\";s:14:\"sharing_tumblr\";s:1:\"0\";s:17:\"sharing_pinterest\";s:1:\"0\";s:10:\"sharing_vk\";s:1:\"0\";s:13:\"sharing_email\";s:1:\"1\";s:22:\"posts_slideshow_number\";s:1:\"5\";s:18:\"slideshow_autoplay\";s:1:\"1\";s:23:\"slideshow_smooth_height\";s:1:\"0\";s:15:\"slideshow_speed\";s:4:\"7000\";s:22:\"pagination_video_slide\";s:1:\"0\";s:25:\"slider_nav_box_dimensions\";a:2:{s:5:\"width\";s:4:\"40px\";s:6:\"height\";s:5:\"130px\";}s:17:\"slider_arrow_size\";s:4:\"18px\";s:15:\"tfes_dimensions\";a:2:{s:5:\"width\";s:4:\"100%\";s:6:\"height\";s:5:\"400px\";}s:14:\"tfes_animation\";s:5:\"sides\";s:13:\"tfes_autoplay\";s:1:\"1\";s:13:\"tfes_interval\";s:4:\"3000\";s:10:\"tfes_speed\";s:3:\"800\";s:10:\"tfes_width\";s:3:\"150\";s:18:\"es_title_font_size\";s:4:\"42px\";s:20:\"es_caption_font_size\";s:4:\"20px\";s:14:\"es_title_color\";s:7:\"#333333\";s:16:\"es_caption_color\";s:7:\"#747474\";s:15:\"status_lightbox\";s:1:\"1\";s:22:\"status_lightbox_single\";s:1:\"1\";s:17:\"lightbox_behavior\";s:3:\"all\";s:13:\"lightbox_skin\";s:6:\"smooth\";s:13:\"lightbox_path\";s:8:\"vertical\";s:24:\"lightbox_animation_speed\";s:6:\"Normal\";s:15:\"lightbox_arrows\";s:1:\"1\";s:16:\"lightbox_gallery\";s:1:\"1\";s:17:\"lightbox_autoplay\";s:1:\"0\";s:24:\"lightbox_slideshow_speed\";s:4:\"5000\";s:16:\"lightbox_opacity\";s:4:\"0.93\";s:14:\"lightbox_title\";s:1:\"0\";s:13:\"lightbox_desc\";s:1:\"1\";s:15:\"lightbox_social\";s:1:\"1\";s:20:\"lightbox_deeplinking\";s:1:\"1\";s:20:\"lightbox_post_images\";s:1:\"1\";s:25:\"lightbox_video_dimensions\";a:2:{s:5:\"width\";s:6:\"1280px\";s:6:\"height\";s:5:\"720px\";}s:13:\"email_address\";s:19:\"dave36601@yahoo.com\";s:24:\"contact_comment_position\";s:5:\"below\";s:16:\"recaptcha_public\";s:0:\"\";s:17:\"recaptcha_private\";s:0:\"\";s:22:\"recaptcha_color_scheme\";s:5:\"light\";s:8:\"gmap_api\";s:0:\"\";s:12:\"gmap_address\";s:49:\"775 New York Ave, Brooklyn, Kings, New York 11203\";s:9:\"gmap_type\";s:7:\"roadmap\";s:15:\"gmap_dimensions\";a:2:{s:5:\"width\";s:4:\"100%\";s:6:\"height\";s:5:\"415px\";}s:14:\"gmap_topmargin\";s:4:\"55px\";s:14:\"map_zoom_level\";s:1:\"8\";s:7:\"map_pin\";s:1:\"1\";s:18:\"gmap_pin_animation\";s:1:\"1\";s:9:\"map_popup\";s:1:\"0\";s:15:\"map_scrollwheel\";s:1:\"1\";s:9:\"map_scale\";s:1:\"1\";s:15:\"map_zoomcontrol\";s:1:\"1\";s:11:\"map_styling\";s:7:\"default\";s:17:\"map_overlay_color\";s:7:\"#78bca1\";s:19:\"map_infobox_styling\";s:7:\"default\";s:19:\"map_infobox_content\";s:0:\"\";s:20:\"map_infobox_bg_color\";s:19:\"rgba(255,255,255,0)\";s:22:\"map_infobox_text_color\";s:7:\"#ffffff\";s:22:\"map_custom_marker_icon\";s:0:\"\";s:13:\"search_layout\";s:5:\"Large\";s:14:\"search_content\";s:15:\"Posts and Pages\";s:14:\"search_excerpt\";s:1:\"1\";s:23:\"search_results_per_page\";s:2:\"10\";s:22:\"search_featured_images\";s:1:\"1\";s:26:\"search_new_search_position\";s:3:\"top\";s:16:\"sidenav_behavior\";s:5:\"Hover\";s:26:\"featured_image_placeholder\";s:1:\"1\";s:12:\"excerpt_base\";s:5:\"Words\";s:16:\"disable_excerpts\";s:1:\"1\";s:14:\"link_read_more\";s:1:\"0\";s:14:\"comments_pages\";s:1:\"0\";s:21:\"featured_images_pages\";s:1:\"1\";s:21:\"nofollow_social_links\";s:1:\"0\";s:16:\"social_icons_new\";s:1:\"1\";s:20:\"related_posts_layout\";s:17:\"title_on_rollover\";s:20:\"number_related_posts\";s:1:\"5\";s:21:\"related_posts_columns\";s:1:\"3\";s:28:\"related_posts_column_spacing\";s:2:\"20\";s:24:\"related_posts_image_size\";s:4:\"full\";s:22:\"related_posts_autoplay\";s:1:\"0\";s:19:\"related_posts_speed\";s:4:\"2500\";s:24:\"related_posts_navigation\";s:1:\"1\";s:19:\"related_posts_swipe\";s:1:\"0\";s:25:\"related_posts_swipe_items\";s:1:\"0\";s:14:\"image_rollover\";s:1:\"1\";s:24:\"image_rollover_direction\";s:12:\"center_horiz\";s:24:\"image_rollover_icon_size\";s:4:\"15px\";s:19:\"link_image_rollover\";s:1:\"1\";s:19:\"zoom_image_rollover\";s:1:\"1\";s:20:\"title_image_rollover\";s:1:\"1\";s:19:\"cats_image_rollover\";s:1:\"1\";s:26:\"icon_circle_image_rollover\";s:1:\"1\";s:24:\"image_gradient_top_color\";s:18:\"rgba(34,36,42,0.9)\";s:27:\"image_gradient_bottom_color\";s:7:\"#22242a\";s:25:\"image_rollover_text_color\";s:7:\"#ffffff\";s:25:\"image_rollover_icon_color\";s:7:\"#78bca1\";s:22:\"pagination_box_padding\";a:2:{s:5:\"width\";s:4:\"16px\";s:6:\"height\";s:4:\"10px\";}s:23:\"pagination_text_display\";s:1:\"0\";s:20:\"pagination_font_size\";s:4:\"12px\";s:17:\"form_input_height\";s:4:\"40px\";s:13:\"form_bg_color\";s:7:\"#eaeaea\";s:15:\"form_text_color\";s:7:\"#333333\";s:17:\"form_border_color\";s:19:\"rgba(255,255,255,0)\";s:17:\"timeline_bg_color\";s:19:\"rgba(255,255,255,0)\";s:14:\"timeline_color\";s:19:\"rgba(255,255,255,0)\";s:16:\"google_analytics\";s:0:\"\";s:10:\"space_head\";s:0:\"\";s:10:\"space_body\";s:0:\"\";s:19:\"dependencies_status\";s:1:\"1\";s:15:\"pw_jpeg_quality\";s:2:\"82\";s:16:\"smooth_scrolling\";s:1:\"0\";s:27:\"disable_code_block_encoding\";s:1:\"1\";s:16:\"disable_megamenu\";s:1:\"1\";s:16:\"avada_rev_styles\";s:1:\"1\";s:22:\"avada_styles_dropdowns\";s:1:\"1\";s:15:\"use_animate_css\";s:1:\"1\";s:26:\"disable_mobile_animate_css\";s:1:\"0\";s:27:\"disable_mobile_image_hovers\";s:1:\"1\";s:9:\"status_yt\";s:1:\"1\";s:12:\"status_vimeo\";s:1:\"1\";s:11:\"status_gmap\";s:1:\"1\";s:12:\"status_totop\";s:1:\"1\";s:19:\"status_totop_mobile\";s:1:\"1\";s:20:\"status_fusion_slider\";s:1:\"1\";s:14:\"status_eslider\";s:1:\"1\";s:18:\"status_fontawesome\";s:1:\"1\";s:16:\"status_opengraph\";s:1:\"1\";s:31:\"disable_date_rich_snippet_pages\";s:1:\"1\";s:8:\"dev_mode\";s:1:\"0\";s:20:\"dynamic_css_compiler\";s:1:\"1\";s:22:\"dynamic_css_db_caching\";s:1:\"1\";s:15:\"cache_server_ip\";s:0:\"\";s:10:\"custom_css\";s:315:\"/*BUTTON HEIGHT*/\r\n.customButton {padding: 4%;}\r\n\r\n/* FOOTER COLUMNS CENTER ON MOBILE */\r\n@media only screen and (max-width: 800px ) {\r\n .fusion-footer .textwidget { text-align: center; }\r\n\r\n .fusion-footer .fusion-widget-menu > #menu-footer-menu {\r\n float: none;\r\n text-align: center;\r\n }\r\n}\";s:16:\"animation_offset\";s:13:\"top-into-view\";s:15:\"dates_box_color\";s:7:\"#eef0f2\";s:11:\"button_size\";s:5:\"Large\";s:11:\"button_span\";s:2:\"no\";s:12:\"button_shape\";s:6:\"Square\";s:11:\"button_type\";s:4:\"Flat\";s:17:\"button_typography\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:14:\"letter-spacing\";s:3:\"1px\";}s:25:\"button_gradient_top_color\";s:7:\"#78bca1\";s:28:\"button_gradient_bottom_color\";s:7:\"#78bca1\";s:31:\"button_gradient_top_color_hover\";s:7:\"#6fb297\";s:34:\"button_gradient_bottom_color_hover\";s:7:\"#6fb297\";s:19:\"button_accent_color\";s:7:\"#ffffff\";s:25:\"button_accent_hover_color\";s:7:\"#ffffff\";s:18:\"button_bevel_color\";s:7:\"#787878\";s:19:\"button_border_width\";s:1:\"0\";s:18:\"carousel_nav_color\";s:14:\"rgba(0,0,0,.5)\";s:20:\"carousel_hover_color\";s:14:\"rgba(0,0,0,.6)\";s:14:\"carousel_speed\";s:4:\"2500\";s:21:\"checklist_icons_color\";s:7:\"#78bca1\";s:16:\"checklist_circle\";s:1:\"1\";s:22:\"checklist_circle_color\";s:7:\"#333333\";s:25:\"container_padding_default\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";}s:21:\"container_padding_100\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:4:\"30px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:4:\"30px\";}s:19:\"full_width_bg_color\";s:7:\"#ffffff\";s:22:\"full_width_border_size\";s:1:\"0\";s:23:\"full_width_border_color\";s:7:\"#eae9e9\";s:20:\"content_box_bg_color\";s:7:\"#f7f7f7\";s:22:\"content_box_title_size\";s:4:\"22px\";s:23:\"content_box_title_color\";s:7:\"#333333\";s:22:\"content_box_body_color\";s:7:\"#747474\";s:21:\"content_box_icon_size\";s:4:\"40px\";s:22:\"content_box_icon_color\";s:7:\"#ffffff\";s:23:\"content_box_icon_circle\";s:3:\"yes\";s:30:\"content_box_icon_circle_radius\";s:3:\"50%\";s:25:\"content_box_icon_bg_color\";s:7:\"#78bca1\";s:38:\"content_box_icon_bg_inner_border_color\";s:19:\"rgba(255,255,255,0)\";s:37:\"content_box_icon_bg_inner_border_size\";s:1:\"0\";s:38:\"content_box_icon_bg_outer_border_color\";s:19:\"rgba(255,255,255,0)\";s:37:\"content_box_icon_bg_outer_border_size\";s:1:\"0\";s:27:\"content_box_icon_hover_type\";s:7:\"pulsate\";s:40:\"content_box_hover_animation_accent_color\";s:7:\"#78bca1\";s:21:\"content_box_link_type\";s:4:\"text\";s:21:\"content_box_link_area\";s:3:\"box\";s:23:\"content_box_link_target\";s:5:\"_self\";s:18:\"content_box_margin\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:4:\"20px\";}s:18:\"countdown_timezone\";s:9:\"site_time\";s:20:\"countdown_show_weeks\";s:2:\"no\";s:26:\"countdown_background_color\";s:19:\"rgba(255,255,255,0)\";s:26:\"countdown_background_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:27:\"countdown_background_repeat\";s:9:\"no-repeat\";s:29:\"countdown_background_position\";s:13:\"center center\";s:27:\"countdown_counter_box_color\";s:7:\"#ffffff\";s:28:\"countdown_counter_text_color\";s:7:\"#2b2e32\";s:28:\"countdown_heading_text_color\";s:7:\"#ffffff\";s:31:\"countdown_subheading_text_color\";s:7:\"#ffffff\";s:25:\"countdown_link_text_color\";s:7:\"#ffffff\";s:21:\"countdown_link_target\";s:5:\"_self\";s:17:\"counter_box_speed\";s:4:\"1000\";s:17:\"counter_box_color\";s:7:\"#333333\";s:22:\"counter_box_title_size\";s:4:\"50px\";s:21:\"counter_box_icon_size\";s:4:\"50px\";s:22:\"counter_box_body_color\";s:7:\"#747474\";s:21:\"counter_box_body_size\";s:4:\"15px\";s:24:\"counter_box_border_color\";s:7:\"#333333\";s:20:\"counter_box_icon_top\";s:2:\"no\";s:20:\"counter_filled_color\";s:7:\"#78bca1\";s:22:\"counter_unfilled_color\";s:7:\"#f6f6f6\";s:13:\"dropcap_color\";s:7:\"#78bca1\";s:18:\"faq_featured_image\";s:1:\"0\";s:11:\"faq_filters\";s:3:\"yes\";s:19:\"flip_boxes_front_bg\";s:7:\"#f7f7f7\";s:24:\"flip_boxes_front_heading\";s:7:\"#333333\";s:21:\"flip_boxes_front_text\";s:7:\"#747474\";s:18:\"flip_boxes_back_bg\";s:7:\"#78bca1\";s:23:\"flip_boxes_back_heading\";s:7:\"#ffffff\";s:20:\"flip_boxes_back_text\";s:7:\"#ffffff\";s:22:\"flip_boxes_border_size\";s:1:\"1\";s:23:\"flip_boxes_border_color\";s:19:\"rgba(255,255,255,0)\";s:24:\"flip_boxes_border_radius\";s:1:\"0\";s:17:\"icon_circle_color\";s:7:\"#78bca1\";s:17:\"icon_border_color\";s:19:\"rgba(255,255,255,0)\";s:10:\"icon_color\";s:7:\"#ffffff\";s:21:\"imgframe_border_color\";s:7:\"#f6f6f6\";s:22:\"imageframe_border_size\";s:1:\"0\";s:24:\"imageframe_border_radius\";s:1:\"0\";s:20:\"imgframe_style_color\";s:7:\"#000000\";s:14:\"modal_bg_color\";s:7:\"#f7f7f7\";s:18:\"modal_border_color\";s:7:\"#f7f7f7\";s:23:\"person_background_color\";s:13:\"rgba(0,0,0,0)\";s:19:\"person_border_color\";s:7:\"#f6f6f6\";s:18:\"person_border_size\";s:1:\"0\";s:20:\"person_border_radius\";s:1:\"0\";s:18:\"person_style_color\";s:7:\"#000000\";s:16:\"person_alignment\";s:4:\"Left\";s:20:\"person_icon_position\";s:3:\"Top\";s:24:\"popover_heading_bg_color\";s:7:\"#f6f6f6\";s:24:\"popover_content_bg_color\";s:7:\"#ffffff\";s:20:\"popover_border_color\";s:7:\"#ebebeb\";s:18:\"popover_text_color\";s:7:\"#747474\";s:17:\"popover_placement\";s:3:\"Top\";s:36:\"full_boxed_pricing_box_heading_color\";s:7:\"#333333\";s:29:\"sep_pricing_box_heading_color\";s:7:\"#333333\";s:17:\"pricing_box_color\";s:7:\"#c4c4c4\";s:16:\"pricing_bg_color\";s:7:\"#ffffff\";s:20:\"pricing_border_color\";s:7:\"#f8f8f8\";s:21:\"pricing_divider_color\";s:7:\"#ededed\";s:18:\"progressbar_height\";s:4:\"37px\";s:25:\"progressbar_text_position\";s:6:\"on_bar\";s:24:\"progressbar_filled_color\";s:7:\"#78bca1\";s:31:\"progressbar_filled_border_color\";s:7:\"#ffffff\";s:30:\"progressbar_filled_border_size\";s:1:\"0\";s:26:\"progressbar_unfilled_color\";s:7:\"#f6f6f6\";s:22:\"progressbar_text_color\";s:7:\"#ffffff\";s:23:\"section_sep_border_size\";s:1:\"1\";s:14:\"section_sep_bg\";s:7:\"#f6f6f6\";s:24:\"section_sep_border_color\";s:7:\"#f6f6f6\";s:20:\"separator_style_type\";s:6:\"double\";s:9:\"sep_color\";s:7:\"#e0dede\";s:16:\"separator_circle\";s:1:\"1\";s:21:\"separator_border_size\";s:1:\"1\";s:22:\"social_links_font_size\";s:4:\"16px\";s:23:\"social_links_color_type\";s:6:\"custom\";s:23:\"social_links_icon_color\";s:7:\"#ffffff\";s:18:\"social_links_boxed\";s:1:\"1\";s:22:\"social_links_box_color\";s:7:\"#78bca1\";s:25:\"social_links_boxed_radius\";s:3:\"50%\";s:26:\"social_links_boxed_padding\";s:4:\"12px\";s:30:\"social_links_tooltip_placement\";s:3:\"Top\";s:13:\"tabs_bg_color\";s:7:\"#ffffff\";s:19:\"tabs_inactive_color\";s:7:\"#f7f7f7\";s:17:\"tabs_border_color\";s:7:\"#f7f7f7\";s:10:\"tagline_bg\";s:7:\"#f6f6f6\";s:20:\"tagline_border_color\";s:7:\"#f6f6f6\";s:14:\"tagline_margin\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:4:\"84px\";}s:20:\"testimonial_bg_color\";s:19:\"rgba(255,255,255,0)\";s:22:\"testimonial_text_color\";s:7:\"#999999\";s:18:\"testimonials_speed\";s:4:\"4000\";s:19:\"testimonials_random\";s:1:\"0\";s:16:\"title_style_type\";s:6:\"single\";s:18:\"title_border_color\";s:7:\"#e0dede\";s:12:\"title_margin\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";}s:22:\"accordion_divider_line\";s:1:\"0\";s:24:\"accordian_inactive_color\";s:7:\"#333333\";s:21:\"user_login_text_align\";s:6:\"center\";s:32:\"user_login_form_background_color\";s:7:\"#f6f6f6\";s:16:\"visibility_small\";s:3:\"640\";s:17:\"visibility_medium\";s:4:\"1024\";s:11:\"scheme_type\";s:0:\"\";s:12:\"color_scheme\";s:5:\"Green\";}','yes'),(1034,'avada_theme_options-transients','a:3:{s:14:\"changed_values\";a:1:{s:10:\"custom_css\";s:390:\"/*BUTTON HEIGHT*/\r\n.customButton {padding: 4%;}\r\n\r\n/* FOOTER COLUMNS CENTER ON MOBILE */\r\n@media only screen and (max-width: 800px ) {\r\n .fusion-footer .textwidget { text-align: center; }\r\n\r\n .fusion-footer .fusion-widget-menu > #menu-footer-menu {\r\n float: none;\r\n text-align: center;\r\n }\r\n}\r\ndiv.fusion-placeholder-image.tribe-events-event-image {\r\ndisplay:none;\r\n}\";}s:9:\"last_save\";i:1486964242;s:7:\"notices\";a:1:{s:6:\"errors\";a:0:{}}}','yes'),(1036,'avada_theme_version','5.0.6','yes'),(1039,'avada_dynamic_css_posts','a:31:{s:6:\"global\";b:1;i:4531;b:0;i:4516;b:1;i:7;b:1;i:4513;b:0;i:4446;b:1;i:280;b:1;i:4532;b:1;i:4535;b:1;i:4552;b:0;i:4560;b:0;i:4561;b:0;i:288;b:1;i:14;b:1;i:4562;b:0;i:4563;b:0;i:4564;b:0;i:4565;b:0;i:4566;b:0;i:4568;b:0;i:16;b:1;i:340;b:1;i:4569;b:0;i:554;b:1;i:556;b:1;i:558;b:1;i:4570;b:0;i:1;b:1;i:582;b:1;i:557;b:1;i:4571;b:0;}','yes'),(1041,'shop_catalog_image_size','a:3:{s:5:\"width\";i:500;s:6:\"height\";s:0:\"\";i:0;i:0;}','yes'),(1042,'shop_single_image_size','a:3:{s:5:\"width\";i:500;s:6:\"height\";s:0:\"\";i:0;i:0;}','yes'),(1043,'shop_thumbnail_image_size','a:3:{s:5:\"width\";i:120;s:6:\"height\";s:0:\"\";i:0;i:0;}','yes'),(1052,'Avada_Key','a:3:{s:11:\"tf_username\";s:9:\"Mparrish1\";s:6:\"tf_api\";s:32:\"363gyybli6fo9ofoc3ptm6uxrh7vxj4n\";s:16:\"tf_purchase_code\";s:36:\"3efa6ea7-d620-4c42-abf7-d7fd250ca743\";}','yes'),(1057,'tribe_events_calendar_options','a:24:{s:14:\"schema-version\";s:3:\"3.9\";s:27:\"recurring_events_are_hidden\";s:6:\"hidden\";s:21:\"previous_ecp_versions\";a:2:{i:0;s:1:\"0\";i:1;s:5:\"4.2.4\";}s:18:\"latest_ecp_version\";s:5:\"4.2.5\";s:19:\"last-update-message\";s:5:\"4.2.4\";s:13:\"earliest_date\";s:19:\"2016-09-09 19:30:00\";s:21:\"earliest_date_markers\";a:1:{i:0;s:4:\"4345\";}s:11:\"latest_date\";s:19:\"2016-09-09 21:30:00\";s:19:\"latest_date_markers\";a:1:{i:0;s:4:\"4345\";}s:11:\"donate-link\";b:0;s:12:\"postsPerPage\";s:2:\"10\";s:17:\"liveFiltersUpdate\";b:1;s:12:\"showComments\";b:0;s:20:\"showEventsInMainLoop\";b:0;s:10:\"eventsSlug\";s:6:\"events\";s:15:\"singleEventSlug\";s:5:\"event\";s:14:\"multiDayCutoff\";s:5:\"00:00\";s:21:\"defaultCurrencySymbol\";s:1:\"$\";s:23:\"reverseCurrencyPosition\";b:0;s:15:\"embedGoogleMaps\";b:0;s:19:\"embedGoogleMapsZoom\";s:2:\"10\";s:11:\"debugEvents\";b:0;s:26:\"tribe_events_timezone_mode\";s:5:\"event\";s:32:\"tribe_events_timezones_show_zone\";b:0;}','yes'),(1058,'widget_tribe-events-list-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1059,'tribe_last_save_post','1472782383','yes'),(1065,'wpcf7','a:2:{s:7:\"version\";s:5:\"4.6.1\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1471143555;s:7:\"version\";s:3:\"4.5\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(1070,'avada_applied_patches','a:19:{i:0;i:405598;i:1;i:405680;i:2;i:405775;i:3;i:405872;i:4;i:406523;i:5;i:408051;i:6;i:408450;i:7;i:409547;i:8;i:410251;i:9;i:415094;i:10;i:415095;i:11;i:415099;i:12;i:415114;i:13;i:415116;i:14;i:415117;i:15;i:415118;i:16;i:415119;i:17;i:415125;i:18;i:415126;}','no'),(1110,'taxonomy_39','a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"650px\";s:20:\"slider_content_width\";s:6:\"1100px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"0\";s:18:\"pagination_circles\";s:1:\"1\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:3:\"1.3\";s:11:\"typo_factor\";s:3:\"1.5\";s:13:\"nav_box_width\";s:4:\"40px\";s:14:\"nav_box_height\";s:5:\"130px\";s:14:\"nav_arrow_size\";s:4:\"18px\";}','yes'),(1111,'taxonomy_40','a:14:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"600px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"0\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:20:\"slider_content_width\";s:5:\"850px\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";}','yes'),(1112,'taxonomy_41','a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"650px\";s:20:\"slider_content_width\";s:6:\"1100px\";s:11:\"full_screen\";s:1:\"1\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"1\";s:18:\"pagination_circles\";s:1:\"1\";s:8:\"autoplay\";s:1:\"1\";s:4:\"loop\";s:1:\"1\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:3:\"1.3\";s:11:\"typo_factor\";s:3:\"1.5\";s:13:\"nav_box_width\";s:4:\"40px\";s:14:\"nav_box_height\";s:5:\"130px\";s:14:\"nav_arrow_size\";s:4:\"18px\";}','yes'),(1113,'taxonomy_42','a:14:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"600px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"0\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:20:\"slider_content_width\";s:5:\"800px\";s:16:\"typo_sensitivity\";s:1:\"1\";s:11:\"typo_factor\";s:3:\"1.5\";}','yes'),(1114,'avada_imported_demo','false','yes'),(1158,'ai1wm_secret_key','aANuKXfZO3m8','yes'),(1159,'ai1wm_auth_user','','yes'),(1162,'ai1wm_status','a:3:{s:4:\"type\";s:4:\"info\";s:7:\"message\";s:46:\"Done retrieving a list of all WordPress files.\";s:5:\"title\";N;}','yes'),(1163,'ai1wm_url_ip','10.30.64.110','yes'),(1164,'ai1wm_url_transport','a:2:{i:0;s:5:\"ai1wm\";i:1;s:4:\"curl\";}','yes'),(1187,'ai1wm_updater','a:0:{}','yes'),(1257,'sbg_sidebars','a:1:{s:4:\"Shop\";s:4:\"Shop\";}','yes'),(1258,'widget_woocommerce_top_rated_products','a:4:{i:3;a:2:{s:5:\"title\";s:18:\"Top Rated Products\";s:6:\"number\";s:1:\"4\";}i:2;a:2:{s:5:\"title\";s:18:\"Top Rated Products\";s:6:\"number\";s:1:\"4\";}i:4;a:2:{s:5:\"title\";s:18:\"Top Rated Products\";s:6:\"number\";s:1:\"4\";}s:12:\"_multiwidget\";i:1;}','yes'),(1259,'widget_woocommerce_product_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(1260,'widget_woocommerce_price_filter','a:2:{i:2;a:1:{s:5:\"title\";s:15:\"Filter by price\";}s:12:\"_multiwidget\";i:1;}','yes'),(1261,'widget_woocommerce_recent_reviews','a:2:{i:2;a:2:{s:5:\"title\";s:14:\"Recent Reviews\";s:6:\"number\";s:1:\"5\";}s:12:\"_multiwidget\";i:1;}','yes'),(1262,'widget_woocommerce_product_categories','a:2:{i:2;a:6:{s:5:\"title\";s:18:\"Product Categories\";s:7:\"orderby\";s:4:\"name\";s:8:\"dropdown\";s:1:\"1\";s:5:\"count\";i:0;s:12:\"hierarchical\";s:1:\"1\";s:18:\"show_children_only\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(1263,'widget_woocommerce_product_tag_cloud','a:2:{i:2;a:1:{s:5:\"title\";s:12:\"Product Tags\";}s:12:\"_multiwidget\";i:1;}','yes'),(1265,'taxonomy_56','a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"650px\";s:20:\"slider_content_width\";s:6:\"1100px\";s:11:\"full_screen\";s:1:\"1\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"0\";s:13:\"nav_box_width\";s:4:\"40px\";s:14:\"nav_arrow_size\";s:4:\"18px\";s:18:\"pagination_circles\";s:1:\"1\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:3:\"1.3\";s:11:\"typo_factor\";s:3:\"1.5\";s:14:\"nav_box_height\";s:5:\"130px\";}','yes'),(1266,'taxonomy_57','a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"650px\";s:20:\"slider_content_width\";s:6:\"1100px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"0\";s:18:\"pagination_circles\";s:1:\"1\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:3:\"1.3\";s:11:\"typo_factor\";s:3:\"1.5\";s:13:\"nav_box_width\";s:4:\"40px\";s:14:\"nav_box_height\";s:5:\"130px\";s:14:\"nav_arrow_size\";s:4:\"18px\";}','yes'),(1267,'taxonomy_58','a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"650px\";s:20:\"slider_content_width\";s:6:\"1100px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"0\";s:18:\"pagination_circles\";s:1:\"1\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:3:\"1.3\";s:11:\"typo_factor\";s:3:\"1.5\";s:13:\"nav_box_width\";s:4:\"40px\";s:14:\"nav_box_height\";s:5:\"130px\";s:14:\"nav_arrow_size\";s:4:\"18px\";}','yes'),(1268,'taxonomy_59','a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"650px\";s:20:\"slider_content_width\";s:6:\"1100px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"0\";s:18:\"pagination_circles\";s:1:\"1\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:3:\"1.3\";s:11:\"typo_factor\";s:3:\"1.5\";s:13:\"nav_box_width\";s:4:\"40px\";s:14:\"nav_box_height\";s:5:\"130px\";s:14:\"nav_arrow_size\";s:4:\"18px\";}','yes'),(1269,'taxonomy_60','a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"650px\";s:20:\"slider_content_width\";s:6:\"1100px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"0\";s:13:\"nav_box_width\";s:4:\"40px\";s:14:\"nav_arrow_size\";s:4:\"18px\";s:18:\"pagination_circles\";s:1:\"1\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:3:\"1.3\";s:11:\"typo_factor\";s:3:\"1.5\";s:14:\"nav_box_height\";s:5:\"130px\";}','yes'),(1270,'taxonomy_61','a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"650px\";s:20:\"slider_content_width\";s:6:\"1100px\";s:11:\"full_screen\";s:1:\"1\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"1\";s:13:\"nav_box_width\";s:4:\"40px\";s:14:\"nav_arrow_size\";s:4:\"18px\";s:18:\"pagination_circles\";s:1:\"1\";s:8:\"autoplay\";s:1:\"1\";s:4:\"loop\";s:1:\"1\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:3:\"1.3\";s:11:\"typo_factor\";s:3:\"1.5\";s:14:\"nav_box_height\";s:5:\"130px\";}','yes'),(1271,'taxonomy_62','a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"650px\";s:20:\"slider_content_width\";s:6:\"1100px\";s:11:\"full_screen\";s:1:\"1\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"1\";s:13:\"nav_box_width\";s:4:\"40px\";s:14:\"nav_arrow_size\";s:4:\"18px\";s:18:\"pagination_circles\";s:1:\"1\";s:8:\"autoplay\";s:1:\"1\";s:4:\"loop\";s:1:\"1\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:3:\"1.3\";s:11:\"typo_factor\";s:3:\"1.5\";s:14:\"nav_box_height\";s:5:\"130px\";}','yes'),(1272,'taxonomy_63','a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"650px\";s:20:\"slider_content_width\";s:6:\"1100px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"0\";s:18:\"pagination_circles\";s:1:\"1\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:3:\"1.3\";s:11:\"typo_factor\";s:3:\"1.5\";s:13:\"nav_box_width\";s:4:\"40px\";s:14:\"nav_box_height\";s:5:\"130px\";s:14:\"nav_arrow_size\";s:4:\"18px\";}','yes'),(1273,'taxonomy_64','a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"650px\";s:20:\"slider_content_width\";s:6:\"1100px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"0\";s:13:\"nav_box_width\";s:4:\"40px\";s:14:\"nav_arrow_size\";s:4:\"18px\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"1\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:3:\"1.3\";s:11:\"typo_factor\";s:3:\"1.5\";s:14:\"nav_box_height\";s:5:\"130px\";}','yes'),(1274,'taxonomy_65','a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"650px\";s:20:\"slider_content_width\";s:6:\"1100px\";s:11:\"full_screen\";s:1:\"1\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"0\";s:13:\"nav_box_width\";s:4:\"40px\";s:14:\"nav_arrow_size\";s:4:\"18px\";s:18:\"pagination_circles\";s:1:\"1\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:3:\"1.3\";s:11:\"typo_factor\";s:3:\"1.5\";s:14:\"nav_box_height\";s:5:\"130px\";}','yes'),(1275,'taxonomy_66','a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"650px\";s:20:\"slider_content_width\";s:6:\"1100px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"1\";s:13:\"nav_box_width\";s:4:\"40px\";s:14:\"nav_arrow_size\";s:4:\"18px\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"1\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:3:\"1.3\";s:11:\"typo_factor\";s:3:\"1.5\";s:14:\"nav_box_height\";s:5:\"130px\";}','yes'),(1276,'taxonomy_67','a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"650px\";s:20:\"slider_content_width\";s:6:\"1100px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"0\";s:13:\"nav_box_width\";s:5:\"130px\";s:14:\"nav_arrow_size\";s:4:\"18px\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"1\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:3:\"1.3\";s:11:\"typo_factor\";s:3:\"1.5\";s:14:\"nav_box_height\";s:4:\"63px\";}','yes'),(1277,'taxonomy_68','a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"650px\";s:20:\"slider_content_width\";s:6:\"1100px\";s:11:\"full_screen\";s:1:\"1\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"0\";s:18:\"pagination_circles\";s:1:\"1\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:3:\"1.3\";s:11:\"typo_factor\";s:3:\"1.5\";s:13:\"nav_box_width\";s:4:\"40px\";s:14:\"nav_box_height\";s:5:\"130px\";s:14:\"nav_arrow_size\";s:4:\"18px\";}','yes'),(1278,'taxonomy_69','a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"650px\";s:20:\"slider_content_width\";s:6:\"1100px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"0\";s:18:\"pagination_circles\";s:1:\"1\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:3:\"1.3\";s:11:\"typo_factor\";s:3:\"1.5\";s:13:\"nav_box_width\";s:4:\"40px\";s:14:\"nav_box_height\";s:5:\"130px\";s:14:\"nav_arrow_size\";s:4:\"18px\";}','yes'),(1279,'taxonomy_70','a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"650px\";s:20:\"slider_content_width\";s:6:\"1100px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"0\";s:13:\"nav_box_width\";s:4:\"40px\";s:14:\"nav_arrow_size\";s:4:\"18px\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"1\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:3:\"1.3\";s:11:\"typo_factor\";s:3:\"1.5\";s:14:\"nav_box_height\";s:5:\"130px\";}','yes'),(1280,'taxonomy_71','a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"650px\";s:20:\"slider_content_width\";s:6:\"1100px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"0\";s:13:\"nav_box_width\";s:4:\"40px\";s:14:\"nav_arrow_size\";s:4:\"18px\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"1\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:3:\"1.3\";s:11:\"typo_factor\";s:3:\"1.5\";s:14:\"nav_box_height\";s:5:\"130px\";}','yes'),(1281,'taxonomy_72','a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"650px\";s:20:\"slider_content_width\";s:6:\"1100px\";s:11:\"full_screen\";s:1:\"0\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"0\";s:13:\"nav_box_width\";s:4:\"40px\";s:14:\"nav_arrow_size\";s:4:\"18px\";s:18:\"pagination_circles\";s:1:\"0\";s:8:\"autoplay\";s:1:\"1\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:3:\"1.3\";s:11:\"typo_factor\";s:3:\"1.5\";s:14:\"nav_box_height\";s:5:\"130px\";}','yes'),(1282,'taxonomy_73','a:17:{s:12:\"slider_width\";s:4:\"100%\";s:13:\"slider_height\";s:5:\"650px\";s:20:\"slider_content_width\";s:6:\"1100px\";s:11:\"full_screen\";s:1:\"1\";s:8:\"parallax\";s:1:\"1\";s:10:\"nav_arrows\";s:1:\"0\";s:13:\"nav_box_width\";s:4:\"40px\";s:14:\"nav_arrow_size\";s:4:\"18px\";s:18:\"pagination_circles\";s:1:\"1\";s:8:\"autoplay\";s:1:\"0\";s:4:\"loop\";s:1:\"0\";s:9:\"animation\";s:4:\"fade\";s:15:\"slideshow_speed\";s:4:\"7000\";s:15:\"animation_speed\";s:3:\"600\";s:16:\"typo_sensitivity\";s:3:\"1.3\";s:11:\"typo_factor\";s:3:\"1.5\";s:14:\"nav_box_height\";s:5:\"130px\";}','yes'),(1284,'woocommerce_default_country','GB','yes'),(1285,'woocommerce_allowed_countries','all','yes'),(1286,'woocommerce_all_except_countries','','yes'),(1287,'woocommerce_specific_allowed_countries','','yes'),(1288,'woocommerce_ship_to_countries','','yes'),(1289,'woocommerce_specific_ship_to_countries','','yes'),(1290,'woocommerce_default_customer_address','geolocation','yes'),(1291,'woocommerce_calc_taxes','no','yes'),(1292,'woocommerce_demo_store','no','yes'),(1293,'woocommerce_demo_store_notice','This is a demo store for testing purposes — no orders shall be fulfilled.','no'),(1294,'woocommerce_currency','GBP','yes'),(1295,'woocommerce_currency_pos','left','yes'),(1296,'woocommerce_price_thousand_sep',',','yes'),(1297,'woocommerce_price_decimal_sep','.','yes'),(1298,'woocommerce_price_num_decimals','2','yes'),(1299,'woocommerce_weight_unit','kg','yes'),(1300,'woocommerce_dimension_unit','cm','yes'),(1301,'woocommerce_enable_review_rating','yes','yes'),(1302,'woocommerce_review_rating_required','yes','no'),(1303,'woocommerce_review_rating_verification_label','yes','no'),(1304,'woocommerce_review_rating_verification_required','no','no'),(1305,'woocommerce_shop_page_id','286','yes'),(1306,'woocommerce_shop_page_display','','yes'),(1307,'woocommerce_category_archive_display','','yes'),(1308,'woocommerce_default_catalog_orderby','menu_order','yes'),(1309,'woocommerce_cart_redirect_after_add','no','yes'),(1310,'woocommerce_enable_ajax_add_to_cart','yes','yes'),(1311,'woocommerce_enable_lightbox','yes','yes'),(1312,'woocommerce_manage_stock','yes','yes'),(1313,'woocommerce_hold_stock_minutes','60','no'),(1314,'woocommerce_notify_low_stock','yes','no'),(1315,'woocommerce_notify_no_stock','yes','no'),(1316,'woocommerce_stock_email_recipient','david@abcrental.com','no'),(1317,'woocommerce_notify_low_stock_amount','2','no'),(1318,'woocommerce_notify_no_stock_amount','0','yes'),(1319,'woocommerce_hide_out_of_stock_items','no','yes'),(1320,'woocommerce_stock_format','','yes'),(1321,'woocommerce_file_download_method','force','no'),(1322,'woocommerce_downloads_require_login','no','no'),(1323,'woocommerce_downloads_grant_access_after_payment','yes','no'),(1324,'woocommerce_prices_include_tax','no','yes'),(1325,'woocommerce_tax_based_on','shipping','yes'),(1326,'woocommerce_shipping_tax_class','','yes'),(1327,'woocommerce_tax_round_at_subtotal','no','yes'),(1328,'woocommerce_tax_classes','Reduced Rate\r\nZero Rate','yes'),(1329,'woocommerce_tax_display_shop','excl','yes'),(1330,'woocommerce_tax_display_cart','excl','no'),(1331,'woocommerce_price_display_suffix','','yes'),(1332,'woocommerce_tax_total_display','itemized','no'),(1333,'woocommerce_enable_shipping_calc','yes','no'),(1334,'woocommerce_shipping_cost_requires_address','no','no'),(1335,'woocommerce_ship_to_destination','billing','no'),(1336,'woocommerce_enable_coupons','yes','yes'),(1337,'woocommerce_calc_discounts_sequentially','no','no'),(1338,'woocommerce_enable_guest_checkout','yes','no'),(1339,'woocommerce_force_ssl_checkout','no','yes'),(1340,'woocommerce_unforce_ssl_checkout','no','yes'),(1341,'woocommerce_cart_page_id','33','yes'),(1342,'woocommerce_checkout_page_id','34','yes'),(1343,'woocommerce_terms_page_id','','no'),(1344,'woocommerce_checkout_pay_endpoint','order-pay','yes'),(1345,'woocommerce_checkout_order_received_endpoint','order-received','yes'),(1346,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','yes'),(1347,'woocommerce_myaccount_delete_payment_method_endpoint','delete-payment-method','yes'),(1348,'woocommerce_myaccount_set_default_payment_method_endpoint','set-default-payment-method','yes'),(1349,'woocommerce_myaccount_page_id','35','yes'),(1350,'woocommerce_enable_signup_and_login_from_checkout','yes','no'),(1351,'woocommerce_enable_myaccount_registration','no','no'),(1352,'woocommerce_enable_checkout_login_reminder','yes','no'),(1353,'woocommerce_registration_generate_username','yes','no'),(1354,'woocommerce_registration_generate_password','no','no'),(1355,'woocommerce_myaccount_orders_endpoint','orders','yes'),(1356,'woocommerce_myaccount_view_order_endpoint','view-order','yes'),(1357,'woocommerce_myaccount_downloads_endpoint','downloads','yes'),(1358,'woocommerce_myaccount_edit_account_endpoint','edit-account','yes'),(1359,'woocommerce_myaccount_edit_address_endpoint','edit-address','yes'),(1360,'woocommerce_myaccount_payment_methods_endpoint','payment-methods','yes'),(1361,'woocommerce_myaccount_lost_password_endpoint','lost-password','yes'),(1362,'woocommerce_logout_endpoint','customer-logout','yes'),(1363,'woocommerce_email_from_name','Avada Modern Shop','no'),(1364,'woocommerce_email_from_address','david@abcrental.com','no'),(1365,'woocommerce_email_header_image','','no'),(1366,'woocommerce_email_footer_text','Avada Modern Shop - Powered by WooCommerce','no'),(1367,'woocommerce_email_base_color','#557da1','no'),(1368,'woocommerce_email_background_color','#f5f5f5','no'),(1369,'woocommerce_email_body_background_color','#fdfdfd','no'),(1370,'woocommerce_email_text_color','#505050','no'),(1371,'woocommerce_api_enabled','yes','yes'),(1375,'woocommerce_db_version','2.6.4','yes'),(1376,'woocommerce_version','2.6.4','yes'),(1377,'woocommerce_admin_notices','a:1:{i:1;s:14:\"template_files\";}','yes'),(1382,'widget_woocommerce_widget_cart','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1383,'widget_woocommerce_layered_nav_filters','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1384,'widget_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1385,'widget_woocommerce_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1386,'widget_woocommerce_rating_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1387,'widget_woocommerce_recently_viewed_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1400,'woocommerce_meta_box_errors','a:0:{}','yes'),(1419,'cfTwitterToken_tweets-widget-3','AAAAAAAAAAAAAAAAAAAAADrePwAAAAAA26ZNfSg27Nmj9mElZPVoYb3y8mk%3DMkJZrPrXzQJtLxSz9MQePAY7yZaDdRq3S6sU7WLUU4lDh72DOq','yes'),(1422,'cfTwitterToken_tweets-widget-4','AAAAAAAAAAAAAAAAAAAAADrePwAAAAAA26ZNfSg27Nmj9mElZPVoYb3y8mk%3DMkJZrPrXzQJtLxSz9MQePAY7yZaDdRq3S6sU7WLUU4lDh72DOq','yes'),(1463,'theme_switched_via_customizer','','yes'),(1490,'theme_mods_Avada','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:6:{s:8:\"mainmenu\";i:24;s:10:\"footermenu\";i:25;s:7:\"primary\";i:24;s:9:\"secondary\";i:24;s:15:\"main_navigation\";i:24;s:14:\"top_navigation\";i:24;}s:18:\"custom_css_post_id\";i:4522;}','yes'),(1496,'category_children','a:0:{}','yes'),(1497,'product_cat_children','a:0:{}','yes'),(1498,'slide-page_children','a:0:{}','yes'),(1499,'portfolio_category_children','a:0:{}','yes'),(1500,'portfolio_skills_children','a:0:{}','yes'),(1501,'faq_category_children','a:0:{}','yes'),(1502,'tribe_events_cat_children','a:0:{}','yes'),(1866,'page_for_posts','0','yes'),(1867,'db_upgraded','','yes'),(2211,'wd_bwg_version','1.3.29','no'),(2212,'wd_bwg_theme_version','1.0.0','no'),(2213,'widget_bwp_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2214,'widget_bwp_gallery_slideshow','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2215,'bwg_admin_notice','a:3:{s:15:\"ecommerce_promo\";a:2:{s:5:\"start\";s:9:\"8/25/2016\";s:3:\"int\";i:3;}s:15:\"two_week_review\";a:2:{s:5:\"start\";s:8:\"9/5/2016\";s:3:\"int\";i:14;}s:16:\"one_week_support\";a:2:{s:5:\"start\";s:9:\"8/29/2016\";s:3:\"int\";i:7;}}','yes'),(2234,'sg_plugin_version','1.9.2','yes'),(2235,'grid_gallery_last_version','1.9.2','yes'),(2236,'widget_sggwidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2237,'sg_welcome_page_was_showed','1','yes'),(2238,'showGalleryRevNotice','a:2:{s:4:\"date\";i:1471842576;s:8:\"is_shown\";b:0;}','yes'),(2239,'grid_gallery_preview_post','4283','yes'),(2695,'calendarjsupdated','1','no'),(2696,'jswidgetupdated','0','no'),(2712,'rewrite_rules','a:283:{s:55:\"(?:.+/)?schedule(\\/[a-z][a-z0-9\\-_~\\/]*~[a-z0-9\\-_~\\/])\";s:21:\"index.php?page_id=280\";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:18:\"portfolio-items/?$\";s:35:\"index.php?post_type=avada_portfolio\";s:48:\"portfolio-items/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?post_type=avada_portfolio&feed=$matches[1]\";s:43:\"portfolio-items/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?post_type=avada_portfolio&feed=$matches[1]\";s:35:\"portfolio-items/page/([0-9]{1,})/?$\";s:53:\"index.php?post_type=avada_portfolio&paged=$matches[1]\";s:12:\"faq-items/?$\";s:29:\"index.php?post_type=avada_faq\";s:42:\"faq-items/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=avada_faq&feed=$matches[1]\";s:37:\"faq-items/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=avada_faq&feed=$matches[1]\";s:29:\"faq-items/page/([0-9]{1,})/?$\";s:47:\"index.php?post_type=avada_faq&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:33:\"slide/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"slide/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"slide/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"slide/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"slide/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"slide/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"slide/([^/]+)/embed/?$\";s:38:\"index.php?slide=$matches[1]&embed=true\";s:26:\"slide/([^/]+)/trackback/?$\";s:32:\"index.php?slide=$matches[1]&tb=1\";s:34:\"slide/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?slide=$matches[1]&paged=$matches[2]\";s:41:\"slide/([^/]+)/comment-page-([0-9]{1,})/?$\";s:45:\"index.php?slide=$matches[1]&cpage=$matches[2]\";s:30:\"slide/([^/]+)(?:/([0-9]+))?/?$\";s:44:\"index.php?slide=$matches[1]&page=$matches[2]\";s:22:\"slide/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:32:\"slide/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:52:\"slide/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"slide/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"slide/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:28:\"slide/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:51:\"slide-page/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?slide-page=$matches[1]&feed=$matches[2]\";s:46:\"slide-page/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?slide-page=$matches[1]&feed=$matches[2]\";s:27:\"slide-page/([^/]+)/embed/?$\";s:43:\"index.php?slide-page=$matches[1]&embed=true\";s:39:\"slide-page/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?slide-page=$matches[1]&paged=$matches[2]\";s:21:\"slide-page/([^/]+)/?$\";s:32:\"index.php?slide-page=$matches[1]\";s:43:\"portfolio-items/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:53:\"portfolio-items/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"portfolio-items/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"portfolio-items/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"portfolio-items/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:49:\"portfolio-items/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"portfolio-items/([^/]+)/embed/?$\";s:48:\"index.php?avada_portfolio=$matches[1]&embed=true\";s:36:\"portfolio-items/([^/]+)/trackback/?$\";s:42:\"index.php?avada_portfolio=$matches[1]&tb=1\";s:56:\"portfolio-items/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?avada_portfolio=$matches[1]&feed=$matches[2]\";s:51:\"portfolio-items/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?avada_portfolio=$matches[1]&feed=$matches[2]\";s:44:\"portfolio-items/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?avada_portfolio=$matches[1]&paged=$matches[2]\";s:51:\"portfolio-items/([^/]+)/comment-page-([0-9]{1,})/?$\";s:55:\"index.php?avada_portfolio=$matches[1]&cpage=$matches[2]\";s:40:\"portfolio-items/([^/]+)(?:/([0-9]+))?/?$\";s:54:\"index.php?avada_portfolio=$matches[1]&page=$matches[2]\";s:32:\"portfolio-items/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"portfolio-items/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"portfolio-items/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"portfolio-items/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"portfolio-items/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"portfolio-items/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:59:\"portfolio_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?portfolio_category=$matches[1]&feed=$matches[2]\";s:54:\"portfolio_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?portfolio_category=$matches[1]&feed=$matches[2]\";s:35:\"portfolio_category/([^/]+)/embed/?$\";s:51:\"index.php?portfolio_category=$matches[1]&embed=true\";s:47:\"portfolio_category/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?portfolio_category=$matches[1]&paged=$matches[2]\";s:29:\"portfolio_category/([^/]+)/?$\";s:40:\"index.php?portfolio_category=$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:55:\"portfolio_tags/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?portfolio_tags=$matches[1]&feed=$matches[2]\";s:50:\"portfolio_tags/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?portfolio_tags=$matches[1]&feed=$matches[2]\";s:31:\"portfolio_tags/([^/]+)/embed/?$\";s:47:\"index.php?portfolio_tags=$matches[1]&embed=true\";s:43:\"portfolio_tags/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?portfolio_tags=$matches[1]&paged=$matches[2]\";s:25:\"portfolio_tags/([^/]+)/?$\";s:36:\"index.php?portfolio_tags=$matches[1]\";s:37:\"faq-items/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"faq-items/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"faq-items/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"faq-items/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"faq-items/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"faq-items/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"faq-items/([^/]+)/embed/?$\";s:42:\"index.php?avada_faq=$matches[1]&embed=true\";s:30:\"faq-items/([^/]+)/trackback/?$\";s:36:\"index.php?avada_faq=$matches[1]&tb=1\";s:50:\"faq-items/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?avada_faq=$matches[1]&feed=$matches[2]\";s:45:\"faq-items/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?avada_faq=$matches[1]&feed=$matches[2]\";s:38:\"faq-items/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?avada_faq=$matches[1]&paged=$matches[2]\";s:45:\"faq-items/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?avada_faq=$matches[1]&cpage=$matches[2]\";s:34:\"faq-items/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?avada_faq=$matches[1]&page=$matches[2]\";s:26:\"faq-items/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"faq-items/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"faq-items/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"faq-items/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"faq-items/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"faq-items/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"faq_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?faq_category=$matches[1]&feed=$matches[2]\";s:48:\"faq_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?faq_category=$matches[1]&feed=$matches[2]\";s:29:\"faq_category/([^/]+)/embed/?$\";s:45:\"index.php?faq_category=$matches[1]&embed=true\";s:41:\"faq_category/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?faq_category=$matches[1]&paged=$matches[2]\";s:23:\"faq_category/([^/]+)/?$\";s:34:\"index.php?faq_category=$matches[1]\";s:41:\"elastic-slide/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"elastic-slide/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"elastic-slide/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"elastic-slide/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"elastic-slide/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"elastic-slide/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:30:\"elastic-slide/([^/]+)/embed/?$\";s:52:\"index.php?themefusion_elastic=$matches[1]&embed=true\";s:34:\"elastic-slide/([^/]+)/trackback/?$\";s:46:\"index.php?themefusion_elastic=$matches[1]&tb=1\";s:42:\"elastic-slide/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?themefusion_elastic=$matches[1]&paged=$matches[2]\";s:49:\"elastic-slide/([^/]+)/comment-page-([0-9]{1,})/?$\";s:59:\"index.php?themefusion_elastic=$matches[1]&cpage=$matches[2]\";s:38:\"elastic-slide/([^/]+)(?:/([0-9]+))?/?$\";s:58:\"index.php?themefusion_elastic=$matches[1]&page=$matches[2]\";s:30:\"elastic-slide/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"elastic-slide/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"elastic-slide/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"elastic-slide/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"elastic-slide/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"elastic-slide/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:62:\"themefusion_es_groups/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:60:\"index.php?themefusion_es_groups=$matches[1]&feed=$matches[2]\";s:57:\"themefusion_es_groups/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:60:\"index.php?themefusion_es_groups=$matches[1]&feed=$matches[2]\";s:38:\"themefusion_es_groups/([^/]+)/embed/?$\";s:54:\"index.php?themefusion_es_groups=$matches[1]&embed=true\";s:50:\"themefusion_es_groups/([^/]+)/page/?([0-9]{1,})/?$\";s:61:\"index.php?themefusion_es_groups=$matches[1]&paged=$matches[2]\";s:32:\"themefusion_es_groups/([^/]+)/?$\";s:43:\"index.php?themefusion_es_groups=$matches[1]\";s:43:\"fusion_template/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:53:\"fusion_template/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"fusion_template/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"fusion_template/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"fusion_template/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:49:\"fusion_template/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"fusion_template/([^/]+)/embed/?$\";s:48:\"index.php?fusion_template=$matches[1]&embed=true\";s:36:\"fusion_template/([^/]+)/trackback/?$\";s:42:\"index.php?fusion_template=$matches[1]&tb=1\";s:44:\"fusion_template/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?fusion_template=$matches[1]&paged=$matches[2]\";s:51:\"fusion_template/([^/]+)/comment-page-([0-9]{1,})/?$\";s:55:\"index.php?fusion_template=$matches[1]&cpage=$matches[2]\";s:40:\"fusion_template/([^/]+)(?:/([0-9]+))?/?$\";s:54:\"index.php?fusion_template=$matches[1]&page=$matches[2]\";s:32:\"fusion_template/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"fusion_template/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"fusion_template/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"fusion_template/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"fusion_template/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"fusion_template/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"fusion_element/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"fusion_element/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"fusion_element/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"fusion_element/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"fusion_element/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"fusion_element/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"fusion_element/([^/]+)/embed/?$\";s:62:\"index.php?post_type=fusion_element&name=$matches[1]&embed=true\";s:35:\"fusion_element/([^/]+)/trackback/?$\";s:56:\"index.php?post_type=fusion_element&name=$matches[1]&tb=1\";s:43:\"fusion_element/([^/]+)/page/?([0-9]{1,})/?$\";s:69:\"index.php?post_type=fusion_element&name=$matches[1]&paged=$matches[2]\";s:50:\"fusion_element/([^/]+)/comment-page-([0-9]{1,})/?$\";s:69:\"index.php?post_type=fusion_element&name=$matches[1]&cpage=$matches[2]\";s:39:\"fusion_element/([^/]+)(?:/([0-9]+))?/?$\";s:68:\"index.php?post_type=fusion_element&name=$matches[1]&page=$matches[2]\";s:31:\"fusion_element/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"fusion_element/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"fusion_element/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"fusion_element/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"fusion_element/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"fusion_element/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:57:\"element_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?element_category=$matches[1]&feed=$matches[2]\";s:52:\"element_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?element_category=$matches[1]&feed=$matches[2]\";s:33:\"element_category/([^/]+)/embed/?$\";s:49:\"index.php?element_category=$matches[1]&embed=true\";s:45:\"element_category/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?element_category=$matches[1]&paged=$matches[2]\";s:27:\"element_category/([^/]+)/?$\";s:38:\"index.php?element_category=$matches[1]\";s:58:\"template_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?template_category=$matches[1]&feed=$matches[2]\";s:53:\"template_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?template_category=$matches[1]&feed=$matches[2]\";s:34:\"template_category/([^/]+)/embed/?$\";s:50:\"index.php?template_category=$matches[1]&embed=true\";s:46:\"template_category/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?template_category=$matches[1]&paged=$matches[2]\";s:28:\"template_category/([^/]+)/?$\";s:39:\"index.php?template_category=$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:38:\"index.php?&page_id=7&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'),(2856,'events_categories_children','a:0:{}','yes'),(2952,'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.6.3\";s:9:\"timestamp\";i:1485461643;}','no'),(3187,'ai1ec_force_flush_rewrite_rules','','yes'),(3189,'ai1ec_clean_twig_cache','','yes'),(3190,'ai1ec_version','2.5.16','no'),(3191,'ai1ec_db_version','be37a85f4105c9e49c69f4cfa3d3c2918d046fe1','no'),(3192,'ai1ec_category_meta_ported','1','no'),(3193,'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'),(3195,'ai1ec_settings','a:63:{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.16\";}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.16\";}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.16\";}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.16\";}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.16\";}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.16\";}s:17:\"input_date_format\";a:5:{s:5:\"value\";s:2:\"us\";s:4:\"type\";s:6:\"string\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.16\";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:2:{s:26:\"Ai1ecImportConnectorPlugin\";a:0:{}s:23:\"Ai1ecIcsConnectorPlugin\";a:0:{}}s:4:\"type\";s:5:\"array\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.16\";}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.16\";}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.16\";}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.16\";}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.16\";}s:16:\"calendar_page_id\";a:5:{s:5:\"value\";i:280;s:4:\"type\";s:5:\"mixed\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.16\";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.16\";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:6:{s:6:\"agenda\";a:5:{s:7:\"enabled\";b:1;s:7:\"default\";b:0;s:14:\"enabled_mobile\";b:0;s:14:\"default_mobile\";b:0;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:0;s:7:\"default\";b:0;s:14:\"enabled_mobile\";b:0;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:0;s:7:\"default\";b:0;s:14:\"enabled_mobile\";b:0;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:0;s:7:\"default\";b:0;s:14:\"enabled_mobile\";b:0;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:11:\"posterboard\";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:11:\"Posterboard\";i:1;s:11:\"Posterboard\";s:8:\"singular\";s:11:\"Posterboard\";s:6:\"plural\";s:11:\"Posterboard\";s:7:\"context\";N;s:6:\"domain\";s:40:\"all-in-one-event-calendar-extended-views\";}}s:6:\"stream\";a:5:{s:7:\"enabled\";b:0;s:7:\"default\";b:0;s:14:\"enabled_mobile\";b:0;s:14:\"default_mobile\";b:0;s:8:\"longname\";a:6:{i:0;s:6:\"Stream\";i:1;s:6:\"Stream\";s:8:\"singular\";s:6:\"Stream\";s:6:\"plural\";s:6:\"Stream\";s:7:\"context\";N;s:6:\"domain\";s:40:\"all-in-one-event-calendar-extended-views\";}}}s:4:\"type\";s:5:\"array\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.16\";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:15:\"America/Chicago\";s:4:\"type\";s:9:\"wp_option\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.16\";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.16\";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.16\";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.16\";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.16\";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.16\";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.16\";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.16\";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.16\";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.16\";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.16\";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:0;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.16\";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.16\";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:1;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.16\";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.16\";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.16\";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.16\";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.16\";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.16\";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.16\";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.16\";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.16\";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:1;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.16\";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.16\";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.16\";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.16\";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:24:\"show_create_event_button\";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.16\";s:8:\"renderer\";a:4:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:14:\"editing-events\";s:5:\"label\";s:92:\" Show the old <strong>Post Your Event</strong> button above the calendar to privileged users\";s:4:\"help\";s:144:\"Install the <a target=\"_blank\" href=\"http://time.ly/\">Interactive Frontend Extension</a> for the <strong>frontend Post Your Event form</strong>.\";}}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.16\";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.16\";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.16\";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.16\";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.16\";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.16\";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.16\";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:1298:\"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~*/\r\nDisallow: /schedule/action~posterboard/\r\nDisallow: /schedule/action~agenda/\r\nDisallow: /schedule/action~oneday/\r\nDisallow: /schedule/action~month/\r\nDisallow: /schedule/action~week/\r\nDisallow: /schedule/action~stream/\r\nDisallow: /schedule/action~undefined/\r\nDisallow: /schedule/action~http:/\r\nDisallow: /schedule/action~default/\r\nDisallow: /schedule/action~poster/\r\nDisallow: /schedule/action~*/\r\nDisallow: /calendar-2/action~posterboard/\r\nDisallow: /calendar-2/action~agenda/\r\nDisallow: /calendar-2/action~oneday/\r\nDisallow: /calendar-2/action~month/\r\nDisallow: /calendar-2/action~week/\r\nDisallow: /calendar-2/action~stream/\r\nDisallow: /calendar-2/action~undefined/\r\nDisallow: /calendar-2/action~http:/\r\nDisallow: /calendar-2/action~default/\r\nDisallow: /calendar-2/action~poster/\r\nDisallow: /calendar-2/action~*/\";s:4:\"type\";s:6:\"string\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"2.5.16\";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.16\";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.16\";}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.16\";}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.16\";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.16\";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.\";}}s:27:\"posterboard_events_per_page\";a:5:{s:5:\"value\";i:30;s:4:\"type\";s:3:\"int\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"1.2.10\";s:8:\"renderer\";a:7:{s:5:\"class\";s:5:\"input\";s:3:\"tab\";s:10:\"extensions\";s:4:\"item\";s:14:\"extended_views\";s:5:\"label\";s:30:\"Posterboard pages show at most\";s:4:\"type\";s:6:\"append\";s:6:\"append\";s:6:\"events\";s:9:\"validator\";s:7:\"numeric\";}}s:22:\"stream_events_per_page\";a:5:{s:5:\"value\";i:30;s:4:\"type\";s:3:\"int\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"1.2.10\";s:8:\"renderer\";a:7:{s:5:\"class\";s:5:\"input\";s:3:\"tab\";s:10:\"extensions\";s:4:\"item\";s:14:\"extended_views\";s:5:\"label\";s:25:\"Stream pages show at most\";s:4:\"type\";s:6:\"append\";s:6:\"append\";s:6:\"events\";s:9:\"validator\";s:7:\"numeric\";}}s:26:\"posterboard_tile_min_width\";a:5:{s:5:\"value\";i:240;s:4:\"type\";s:3:\"int\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"1.2.10\";s:8:\"renderer\";a:7:{s:5:\"class\";s:5:\"input\";s:3:\"tab\";s:10:\"extensions\";s:4:\"item\";s:14:\"extended_views\";s:5:\"label\";s:30:\"Posterboard tile minimum width\";s:4:\"type\";s:6:\"append\";s:6:\"append\";s:2:\"px\";s:9:\"validator\";s:7:\"numeric\";}}s:24:\"posterboard_equal_height\";a:4:{s:5:\"value\";b:1;s:4:\"type\";s:6:\"hidden\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"1.2.10\";}s:16:\"posterboard_mode\";a:5:{s:5:\"value\";i:1;s:4:\"type\";s:3:\"int\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"1.2.10\";s:8:\"renderer\";a:5:{s:5:\"class\";s:6:\"select\";s:3:\"tab\";s:10:\"extensions\";s:4:\"item\";s:14:\"extended_views\";s:5:\"label\";s:18:\"Posterboard style:\";s:7:\"options\";a:3:{i:0;a:2:{s:4:\"text\";s:4:\"Tile\";s:5:\"value\";i:0;}i:1;a:2:{s:4:\"text\";s:4:\"Grid\";s:5:\"value\";i:1;}i:2;a:2:{s:4:\"text\";s:8:\"Bulletin\";s:5:\"value\";i:2;}}}}s:23:\"posterboard_footer_show\";a:5:{s:5:\"value\";b:0;s:4:\"type\";s:4:\"bool\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"1.2.10\";s:8:\"renderer\";a:6:{s:5:\"class\";s:8:\"checkbox\";s:3:\"tab\";s:10:\"extensions\";s:4:\"item\";s:14:\"extended_views\";s:5:\"label\";s:31:\"Show footer in Posterboard tile\";s:4:\"help\";s:67:\"Shows or hides the category and tag footer in the posterboard tile.\";s:4:\"type\";s:6:\"append\";}}s:28:\"ai1ec_licence_extended_views\";a:5:{s:5:\"value\";s:0:\"\";s:4:\"type\";s:6:\"string\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"1.2.10\";s:8:\"renderer\";a:7:{s:5:\"class\";s:5:\"input\";s:11:\"group-class\";s:14:\"ai1ec-col-sm-7\";s:3:\"tab\";s:10:\"extensions\";s:4:\"item\";s:8:\"licenses\";s:4:\"type\";s:6:\"normal\";s:5:\"label\";s:26:\"Extended Views License Key\";s:6:\"status\";s:35:\"ai1ec_licence_status_extended_views\";}}s:35:\"ai1ec_licence_status_extended_views\";a:4:{s:5:\"value\";s:7:\"invalid\";s:4:\"type\";s:6:\"string\";s:6:\"legacy\";b:0;s:7:\"version\";s:6:\"1.2.10\";}}','yes'),(3196,'ai1ec_scheduler_hooks','a:3:{s:5:\"hooks\";a:2:{s:24:\"ai1ec_purge_events_cache\";a:5:{s:4:\"hook\";s:24:\"ai1ec_purge_events_cache\";s:9:\"timestamp\";i:1473817460;s:7:\"version\";s:1:\"0\";s:10:\"recurrence\";s:11:\"every_10800\";s:4:\"freq\";s:2:\"3h\";}s:10:\"ai1ec_cron\";a:5:{s:4:\"hook\";s:10:\"ai1ec_cron\";s:9:\"timestamp\";i:1486526872;s:7:\"version\";s:6:\"2.5.16\";s:10:\"recurrence\";s:6:\"hourly\";s:4:\"freq\";s:6:\"hourly\";}}s:5:\"freqs\";a:2:{i:10800;a:3:{s:4:\"hash\";s:11:\"every_10800\";s:4:\"name\";N;s:7:\"seconds\";i:10800;}i:3600;a:3:{s:4:\"hash\";s:10:\"every_3600\";s:4:\"name\";N;s:7:\"seconds\";i:3600;}}s:7:\"version\";s:6:\"2.5.16\";}','yes'),(3197,'widget_ai1ec_agenda_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3198,'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'),(3199,'ai1ec_api_settings','a:5:{s:7:\"enabled\";b:0;s:7:\"message\";b:0;s:5:\"token\";s:0:\"\";s:11:\"calendar_id\";i:0;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'),(3205,'ai1ec_extended_views_version','1.2.10','yes'),(3207,'ai1ec_filename_css','baacb836_ai1ec_parsed_css.css','yes'),(3212,'ai1ec_robots_txt','a:2:{s:12:\"is_installed\";b:1;s:7:\"page_id\";i:280;}','no'),(3300,'_ai1ec_review','a:1:{s:12:\"release_date\";s:10:\"1474074057\";}','no'),(3915,'ai1ec_render_css','http://daviddelk.net/band/wp-content/plugins/all-in-one-event-calendar/cache/baacb836_ai1ec_parsed_css.css','yes'),(3916,'ai1ec_less_variables','a:58:{s:14:\"bodyBackground\";a:4:{s:5:\"value\";s:7:\"#ffffff\";s:3:\"tab\";s:7:\"general\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:15:\"Body background\";}s:9:\"textColor\";a:4:{s:5:\"value\";s:7:\"#333333\";s:3:\"tab\";s:7:\"general\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:10:\"Text color\";}s:10:\"textEmboss\";a:4:{s:5:\"value\";s:7:\"#ffffff\";s:3:\"tab\";s:7:\"general\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:11:\"Text emboss\";}s:9:\"linkColor\";a:4:{s:5:\"value\";s:7:\"#3d6b99\";s:3:\"tab\";s:7:\"general\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:4:\"Link\";}s:14:\"linkColorHover\";a:4:{s:5:\"value\";s:7:\"#335980\";s:3:\"tab\";s:7:\"general\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:12:\"Link (hover)\";}s:14:\"baseFontFamily\";a:4:{s:5:\"value\";s:46:\"\"Helvetica Neue\", Helvetica, Arial, sans-serif\";s:3:\"tab\";s:7:\"general\";s:4:\"type\";s:4:\"font\";s:11:\"description\";s:9:\"Base font\";}s:12:\"baseFontSize\";a:4:{s:5:\"value\";s:4:\"13px\";s:3:\"tab\";s:7:\"general\";s:4:\"type\";s:4:\"size\";s:11:\"description\";s:14:\"Base font size\";}s:15:\"tableBackground\";a:4:{s:5:\"value\";s:7:\"#ffffff\";s:3:\"tab\";s:5:\"table\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:16:\"Table background\";}s:20:\"tableLabelBackground\";a:4:{s:5:\"value\";s:7:\"#f5f5f5\";s:3:\"tab\";s:5:\"table\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:23:\"Table header background\";}s:14:\"tableLabelText\";a:4:{s:5:\"value\";s:7:\"#9e9e9e\";s:3:\"tab\";s:5:\"table\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:17:\"Table header text\";}s:20:\"btnPrimaryBackground\";a:4:{s:5:\"value\";s:7:\"#6dbb4f\";s:3:\"tab\";s:7:\"buttons\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:19:\"Primary brand color\";}s:13:\"btnBackground\";a:4:{s:5:\"value\";s:7:\"#ffffff\";s:3:\"tab\";s:7:\"buttons\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:17:\"Button background\";}s:9:\"btnBorder\";a:4:{s:5:\"value\";s:7:\"#cccccc\";s:3:\"tab\";s:7:\"buttons\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:13:\"Button border\";}s:12:\"btnTextColor\";a:4:{s:5:\"value\";s:7:\"#333333\";s:3:\"tab\";s:7:\"buttons\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:11:\"Button text\";}s:9:\"inputText\";a:4:{s:5:\"value\";s:4:\"#555\";s:3:\"tab\";s:5:\"forms\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:16:\"Input field text\";}s:15:\"inputBackground\";a:4:{s:5:\"value\";s:7:\"#ffffff\";s:3:\"tab\";s:5:\"forms\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:22:\"Input field background\";}s:11:\"inputBorder\";a:4:{s:5:\"value\";s:7:\"#cccccc\";s:3:\"tab\";s:5:\"forms\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:18:\"Input field border\";}s:16:\"inputBorderFocus\";a:4:{s:5:\"value\";s:20:\"rgba(82,168,236,0.8)\";s:3:\"tab\";s:5:\"forms\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:26:\"Input field border (focus)\";}s:23:\"inputDisabledBackground\";a:4:{s:5:\"value\";s:7:\"#eeeeee\";s:3:\"tab\";s:5:\"forms\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:33:\"Input field background (disabled)\";}s:10:\"labelColor\";a:4:{s:5:\"value\";s:7:\"#aaaaaa\";s:3:\"tab\";s:5:\"forms\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:11:\"Field label\";}s:18:\"dropdownBackground\";a:4:{s:5:\"value\";s:7:\"#ffffff\";s:3:\"tab\";s:5:\"forms\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:24:\"Dropdown list background\";}s:14:\"dropdownBorder\";a:4:{s:5:\"value\";s:16:\"rgba(0,0,0,0.15)\";s:3:\"tab\";s:5:\"forms\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:20:\"Dropdown list border\";}s:17:\"dropdownLinkColor\";a:4:{s:5:\"value\";s:7:\"#333333\";s:3:\"tab\";s:5:\"forms\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:14:\"List item text\";}s:22:\"dropdownLinkColorHover\";a:4:{s:5:\"value\";s:7:\"#262626\";s:3:\"tab\";s:5:\"forms\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:29:\"List item text (active/hover)\";}s:27:\"dropdownLinkBackgroundHover\";a:4:{s:5:\"value\";s:7:\"#f5f5f5\";s:3:\"tab\";s:5:\"forms\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:35:\"List item background (active/hover)\";}s:15:\"placeholderText\";a:4:{s:5:\"value\";s:7:\"#999999\";s:3:\"tab\";s:5:\"forms\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:28:\"Input field placeholder text\";}s:10:\"todayColor\";a:4:{s:5:\"value\";s:7:\"#ffffdd\";s:3:\"tab\";s:8:\"calendar\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:11:\"Today color\";}s:25:\"alldayBadgeGradientMiddle\";a:4:{s:5:\"value\";s:7:\"#3d6b99\";s:3:\"tab\";s:8:\"calendar\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:19:\"All-day badge color\";}s:16:\"eventImageShadow\";a:4:{s:5:\"value\";s:15:\"rgba(0,0,0,0.4)\";s:3:\"tab\";s:8:\"calendar\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:18:\"Event image shadow\";}s:17:\"eventDefaultColor\";a:4:{s:5:\"value\";s:7:\"#3d6b99\";s:3:\"tab\";s:5:\"month\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:19:\"Event default color\";}s:22:\"eventDefaultColorHover\";a:4:{s:5:\"value\";s:7:\"#335980\";s:3:\"tab\";s:5:\"month\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:27:\"Event default color (hover)\";}s:19:\"eventStubAllDayText\";a:4:{s:5:\"value\";s:7:\"#ffffff\";s:3:\"tab\";s:5:\"month\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:33:\"All-day/multi-day event stub text\";}s:25:\"eventStubAllDayTextShadow\";a:4:{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:\"description\";s:40:\"All-day/multi-day event stub text shadow\";}s:11:\"eventBorder\";a:4:{s:5:\"value\";s:7:\"#cccccc\";s:3:\"tab\";s:5:\"month\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:12:\"Event border\";}s:15:\"eventBackground\";a:4:{s:5:\"value\";s:7:\"#ffffff\";s:3:\"tab\";s:5:\"month\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:16:\"Event background\";}s:19:\"eventTimeBackground\";a:4:{s:5:\"value\";s:7:\"#eeeeee\";s:3:\"tab\";s:5:\"month\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:21:\"Event time background\";}s:9:\"eventText\";a:4:{s:5:\"value\";s:7:\"#333333\";s:3:\"tab\";s:5:\"month\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:10:\"Event text\";}s:23:\"monthViewDateBackground\";a:4:{s:5:\"value\";s:7:\"#eaf4ff\";s:3:\"tab\";s:5:\"month\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:26:\"Month view date background\";}s:21:\"dayViewNowMarkerColor\";a:4:{s:5:\"value\";s:7:\"#f2c539\";s:3:\"tab\";s:5:\"month\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:24:\"Week/day view now marker\";}s:21:\"agendaDateTitleBorder\";a:4:{s:5:\"value\";s:7:\"#6689AC\";s:3:\"tab\";s:6:\"agenda\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:23:\"Date label accent color\";}s:25:\"agendaDateTitleBackground\";a:4:{s:5:\"value\";s:7:\"#ffffff\";s:3:\"tab\";s:6:\"agenda\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:21:\"Date label background\";}s:20:\"agendaDateBackground\";a:4:{s:5:\"value\";s:7:\"#f2f2f2\";s:3:\"tab\";s:6:\"agenda\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:15:\"Date background\";}s:21:\"agendaTodayBackground\";a:4:{s:5:\"value\";s:7:\"#f4f4bf\";s:3:\"tab\";s:6:\"agenda\";s:4:\"type\";s:5:\"color\";s:11:\"description\";s:16:\"Today background\";}s:15:\"titleFontFamily\";a:4:{s:5:\"value\";s:57:\"\"League Gothic\", Impact, \"Arial Black\", Arial, sans-serif\";s:11:\"description\";s:10:\"Title font\";s:3:\"tab\";s:11:\"posterboard\";s:4:\"type\";s:4:\"font\";}s:13:\"titleFontSize\";a:4:{s:5:\"value\";s:4:\"25px\";s:11:\"description\";s:15:\"Title font size\";s:3:\"tab\";s:11:\"posterboard\";s:4:\"type\";s:4:\"size\";}s:17:\"posterboardMainBg\";a:4:{s:5:\"value\";s:22:\"rgba(255, 255, 255, 0)\";s:11:\"description\";s:15:\"Main background\";s:3:\"tab\";s:11:\"posterboard\";s:4:\"type\";s:5:\"color\";}s:17:\"posterboardTileBg\";a:4:{s:5:\"value\";s:7:\"#fff9f0\";s:11:\"description\";s:15:\"Tile background\";s:3:\"tab\";s:11:\"posterboard\";s:4:\"type\";s:5:\"color\";}s:19:\"posterboardFooterBg\";a:4:{s:5:\"value\";s:7:\"#f6f1ea\";s:11:\"description\";s:22:\"Tile footer background\";s:3:\"tab\";s:11:\"posterboard\";s:4:\"type\";s:5:\"color\";}s:21:\"posterboardTileBorder\";a:4:{s:5:\"value\";s:7:\"#fff9f0\";s:11:\"description\";s:11:\"Tile border\";s:3:\"tab\";s:11:\"posterboard\";s:4:\"type\";s:5:\"color\";}s:21:\"posterboardTileShadow\";a:4:{s:5:\"value\";s:15:\"rgba(0,0,0,0.4)\";s:11:\"description\";s:11:\"Tile shadow\";s:3:\"tab\";s:11:\"posterboard\";s:4:\"type\";s:5:\"color\";}s:22:\"posterboardImageBorder\";a:4:{s:5:\"value\";s:13:\"rgba(0,0,0,0)\";s:11:\"description\";s:12:\"Image border\";s:3:\"tab\";s:11:\"posterboard\";s:4:\"type\";s:5:\"color\";}s:23:\"posterboardImagePadding\";a:4:{s:5:\"value\";s:4:\"#fff\";s:11:\"description\";s:19:\"Image padding color\";s:3:\"tab\";s:11:\"posterboard\";s:4:\"type\";s:5:\"color\";}s:28:\"posterboardImagePaddingWidth\";a:4:{s:5:\"value\";s:3:\"8px\";s:11:\"description\";s:19:\"Image padding width\";s:3:\"tab\";s:11:\"posterboard\";s:4:\"type\";s:4:\"size\";}s:24:\"posterboardDateTitleText\";a:4:{s:5:\"value\";s:7:\"#ffffff\";s:11:\"description\";s:15:\"Date label text\";s:3:\"tab\";s:11:\"posterboard\";s:4:\"type\";s:5:\"color\";}s:17:\"streamEventBorder\";a:4:{s:5:\"value\";s:7:\"#cccccc\";s:11:\"description\";s:24:\"Stream view event border\";s:3:\"tab\";s:6:\"stream\";s:4:\"type\";s:5:\"color\";}s:21:\"streamEventBackground\";a:4:{s:5:\"value\";s:7:\"#ffffff\";s:11:\"description\";s:28:\"Stream view event background\";s:3:\"tab\";s:6:\"stream\";s:4:\"type\";s:5:\"color\";}s:19:\"streamDateTitleText\";a:4:{s:5:\"value\";s:7:\"#ffffff\";s:11:\"description\";s:29:\"Stream view date divider text\";s:3:\"tab\";s:6:\"stream\";s:4:\"type\";s:5:\"color\";}s:25:\"streamDateTitleBackground\";a:4:{s:5:\"value\";s:7:\"#c4c4c4\";s:11:\"description\";s:35:\"Stream view date divider background\";s:3:\"tab\";s:6:\"stream\";s:4:\"type\";s:5:\"color\";}}','yes'),(3981,'ai1ec_ics_db_version','236','no'),(6103,'can_compress_scripts','0','no'),(6124,'avada_patcher_messages','a:0:{}','no'),(6138,'fresh_site','0','yes'),(6140,'avada_500_backup_fusion_slider_data','a:10:{i:952;a:1:{s:13:\"pyre_button_1\";s:505:\"[button link=\"http://avada.theme-fusion.com/modern-shop/full-shop/\" color=\"custom\" size=\"xlarge\" type=\"flat\" shape=\"square\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#333333\" bevel_color=\"\" border_width=\"2px\" shadow=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"\" class=\"\" id=\"\"]LET\'S GET SHOPPING[/button]\";}i:951;a:1:{s:13:\"pyre_button_1\";s:505:\"[button link=\"http://avada.theme-fusion.com/modern-shop/full-shop/\" color=\"custom\" size=\"xlarge\" type=\"flat\" shape=\"square\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#333333\" bevel_color=\"\" border_width=\"2px\" shadow=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"\" class=\"\" id=\"\"]LET\'S GET SHOPPING[/button]\";}i:950;a:1:{s:13:\"pyre_button_1\";s:505:\"[button link=\"http://avada.theme-fusion.com/modern-shop/full-shop/\" color=\"custom\" size=\"xlarge\" type=\"flat\" shape=\"square\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#333333\" bevel_color=\"\" border_width=\"2px\" shadow=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"\" class=\"\" id=\"\"]LET\'S GET SHOPPING[/button]\";}i:945;a:1:{s:13:\"pyre_button_1\";s:505:\"[button link=\"http://avada.theme-fusion.com/modern-shop/full-shop/\" color=\"custom\" size=\"xlarge\" type=\"flat\" shape=\"square\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#333333\" bevel_color=\"\" border_width=\"2px\" shadow=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"\" class=\"\" id=\"\"]LET\'S GET SHOPPING[/button]\";}i:879;a:1:{s:13:\"pyre_button_1\";s:505:\"[button link=\"http://avada.theme-fusion.com/modern-shop/full-shop/\" color=\"custom\" size=\"xlarge\" type=\"flat\" shape=\"square\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#333333\" bevel_color=\"\" border_width=\"2px\" shadow=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"\" class=\"\" id=\"\"]LET\'S GET SHOPPING[/button]\";}i:526;a:2:{s:13:\"pyre_button_1\";s:369:\"[button link=\"\" color=\"default\" size=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"1px\" shadow=\"\" icon=\"\" icon_divider=\"yes\" icon_position=\"left\" modal=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" class=\"\" id=\"\"]Button Text[/button]\";s:13:\"pyre_button_2\";s:369:\"[button link=\"\" color=\"default\" size=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"1px\" shadow=\"\" icon=\"\" icon_divider=\"yes\" icon_position=\"left\" modal=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" class=\"\" id=\"\"]Button Text[/button]\";}i:39;a:1:{s:13:\"pyre_button_1\";s:501:\"[button link=\"http://daviddelk.net/band/schedule/\" color=\"custom\" size=\"xlarge\" type=\"flat\" shape=\"square\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#333333\" bevel_color=\"\" border_width=\"2px\" shadow=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"\" class=\"\" id=\"\"]click here for concert schedule[/button]\";}i:252;a:1:{s:12:\"pyre_heading\";s:206:\"FOOD & DRINK\n[separator style_type=\"single\" top_margin=\"10\" bottom_margin=\"10\" sep_color=\"#c0996b\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\"]\";}i:162;a:1:{s:12:\"pyre_heading\";s:203:\"OUR STORY\n[separator style_type=\"single\" top_margin=\"10\" bottom_margin=\"10\" sep_color=\"#c0996b\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\"]\";}i:126;a:1:{s:12:\"pyre_heading\";s:202:\"ABOUT US\n[separator style_type=\"single\" top_margin=\"10\" bottom_margin=\"10\" sep_color=\"#c0996b\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\"]\";}}','yes'),(6141,'avada_500_backup_widget_text','a:28:{i:1;a:0:{}i:2;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:640:\"[space size=30][two_third]<h3 class=\"slogan\">Get Spartacus Wordpres Theme From ThemeForest <a href=\"#\" class=\"button_sc medium light\" ><span style=\"font-size:15px;\"> PURCHASE NOW!</span></a></h3>[/two_third]<div style=\"float:right\">[social] \r\n[social_link class=twitter link=# title=\'Twitter\'] \r\n[social_link class=linkedin link=# title=\'LinkedIn\'] \r\n[social_link class=facebook link=# title=\'Facebook\'] \r\n[social_link class=skype link=# title=\'Skype\'] \r\n[social_link class=rss link=# title=\'RSS\'] \r\n[social_link class=gplus link=# title=\'GooglePlus\'] \r\n[social_link class=youtube link=# title=\'YouTube\'][/social]</div>[space size=35]\";s:6:\"filter\";b:0;}i:4;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:227:\"<div class=\" teaser\">\r\n<h2 class=\"font_heading02\"><span class=\"accented\">most important things are not things</span> </h2>\r\n<h1 class=\"font_heading02\"><span class=\"color_white\">so we’ll design experiences</span> </h1>\r\n</div>\";s:6:\"filter\";b:0;}i:5;a:3:{s:5:\"title\";s:11:\"Tabs Widget\";s:4:\"text\";s:595:\"[tabs]\r\n[tab title=\"Tab1\"]Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.[/tab]\r\n[tab title=\"Tab 2\"]Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.[/tab]\r\n[tab title=\"Tab3\"]Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur.[/tab]\r\n[/tabs]\";s:6:\"filter\";b:0;}i:6;a:3:{s:5:\"title\";s:11:\"Text widget\";s:4:\"text\";s:331:\"<p>Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias <a href=\"#\">consequatur</a> aut perferendis doloribus asperiores repellat.</p>\";s:6:\"filter\";b:0;}i:7;a:3:{s:5:\"title\";s:8:\"Location\";s:4:\"text\";s:358:\"<dl class=\"adress1\">\r\n <dt>1234 St Abort Road, <br>\r\n London, GB 0045.</dt>\r\n <dt><span>Mobile:</span> +1 234 567 8900</dt>\r\n <dt><span>Telephone:</span> +1 234 567 8900</dt>\r\n <dt><span>FAX:</span> +1 234 567 8900</dt>\r\n <dt>E-mail: <a href=\"#\" class=\"link1\">info@dummylink.com</a></dt>\r\n </dl>\";s:6:\"filter\";b:0;}i:8;a:3:{s:5:\"title\";s:14:\"Sample widgetx\";s:4:\"text\";s:363:\"Widget style <i><b>none</b></i>.<br/>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam eros quam, laoreet a dictum et, pellentesque a risus. Sed mattis scelerisque sem. Mauris ullamcorper cursus neque ac aliquam. Nunc at augue quis felis pellentesque accumsan id nec magna. Quisque nec ante et nibh ullamcorper gravida. Sed scelerisque dui sapien. \";s:6:\"filter\";b:0;}i:9;a:3:{s:5:\"title\";s:13:\"Sample widget\";s:4:\"text\";s:370:\"Widget style <i><b>title white</b></i>.<br/>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam eros quam, laoreet a dictum et, pellentesque a risus. Sed mattis scelerisque sem. Mauris ullamcorper cursus neque ac aliquam. Nunc at augue quis felis pellentesque accumsan id nec magna. Quisque nec ante et nibh ullamcorper gravida. Sed scelerisque dui sapien. \";s:6:\"filter\";b:0;}i:10;a:3:{s:5:\"title\";s:13:\"Sample widget\";s:4:\"text\";s:374:\"Widget style <i><b>gray background</b></i>.<br/>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam eros quam, laoreet a dictum et, pellentesque a risus. Sed mattis scelerisque sem. Mauris ullamcorper cursus neque ac aliquam. Nunc at augue quis felis pellentesque accumsan id nec magna. Quisque nec ante et nibh ullamcorper gravida. Sed scelerisque dui sapien. \";s:6:\"filter\";b:0;}i:11;a:3:{s:5:\"title\";s:13:\"Sample widget\";s:4:\"text\";s:378:\"Widget style <i><b>accented background</b></i>.<br/>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam eros quam, laoreet a dictum et, pellentesque a risus. Sed mattis scelerisque sem. Mauris ullamcorper cursus neque ac aliquam. Nunc at augue quis felis pellentesque accumsan id nec magna. Quisque nec ante et nibh ullamcorper gravida. Sed scelerisque dui sapien. \";s:6:\"filter\";b:0;}i:12;a:3:{s:5:\"title\";s:13:\"Sample widget\";s:4:\"text\";s:370:\"Widget style <i><b>gray header</b></i>.<br/>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam eros quam, laoreet a dictum et, pellentesque a risus. Sed mattis scelerisque sem. Mauris ullamcorper cursus neque ac aliquam. Nunc at augue quis felis pellentesque accumsan id nec magna. Quisque nec ante et nibh ullamcorper gravida. Sed scelerisque dui sapien. \";s:6:\"filter\";b:0;}i:13;a:3:{s:5:\"title\";s:13:\"Sample widget\";s:4:\"text\";s:374:\"Widget style <i><b>accented header</b></i>.<br/>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam eros quam, laoreet a dictum et, pellentesque a risus. Sed mattis scelerisque sem. Mauris ullamcorper cursus neque ac aliquam. Nunc at augue quis felis pellentesque accumsan id nec magna. Quisque nec ante et nibh ullamcorper gravida. Sed scelerisque dui sapien. \";s:6:\"filter\";b:0;}i:14;a:3:{s:5:\"title\";s:13:\"Sample widget\";s:4:\"text\";s:368:\"Widget style <i><b>border II</b></i>.<br/>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam eros quam, laoreet a dictum et, pellentesque a risus. Sed mattis scelerisque sem. Mauris ullamcorper cursus neque ac aliquam. Nunc at augue quis felis pellentesque accumsan id nec magna. Quisque nec ante et nibh ullamcorper gravida. Sed scelerisque dui sapien. \";s:6:\"filter\";b:0;}i:15;a:3:{s:5:\"title\";s:13:\"Sample widget\";s:4:\"text\";s:369:\"Widget style <i><b>border III</b></i>.<br/>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam eros quam, laoreet a dictum et, pellentesque a risus. Sed mattis scelerisque sem. Mauris ullamcorper cursus neque ac aliquam. Nunc at augue quis felis pellentesque accumsan id nec magna. Quisque nec ante et nibh ullamcorper gravida. Sed scelerisque dui sapien. \";s:6:\"filter\";b:0;}i:16;a:3:{s:5:\"title\";s:13:\"Sample widget\";s:4:\"text\";s:374:\"Widget style <i><b>accented border</b></i>.<br/>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam eros quam, laoreet a dictum et, pellentesque a risus. Sed mattis scelerisque sem. Mauris ullamcorper cursus neque ac aliquam. Nunc at augue quis felis pellentesque accumsan id nec magna. Quisque nec ante et nibh ullamcorper gravida. Sed scelerisque dui sapien. \";s:6:\"filter\";b:0;}i:17;a:3:{s:5:\"title\";s:25:\"[icon-fire] Sample widget\";s:4:\"text\";s:404:\"Widget style <i><b>icon</b></i>.<br/>\r\nUse syntax [icon-fire]Title in widget title. With Spartacus we delivery more than 800 icon in different color. Full list of icons you find in documentation.\r\nSed mattis scelerisque sem. Mauris ullamcorper cursus neque ac aliquam. Nunc at augue quis felis pellentesque accumsan id nec magna. Quisque nec ante et nibh ullamcorper gravida. Sed scelerisque dui sapien. \";s:6:\"filter\";b:0;}i:18;a:3:{s:5:\"title\";s:24:\"[icon-time]Sample widget\";s:4:\"text\";s:404:\"Widget style <i><b>icon</b></i>.<br/>\r\nUse syntax [icon-time]Title in widget title. With Spartacus we delivery more than 800 icon in different color. Full list of icons you find in documentation.\r\nSed mattis scelerisque sem. Mauris ullamcorper cursus neque ac aliquam. Nunc at augue quis felis pellentesque accumsan id nec magna. Quisque nec ante et nibh ullamcorper gravida. Sed scelerisque dui sapien. \";s:6:\"filter\";b:0;}i:19;a:3:{s:5:\"title\";s:13:\"Sample widget\";s:4:\"text\";s:367:\"Widget style <i><b>border I</b></i>.<br/>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam eros quam, laoreet a dictum et, pellentesque a risus. Sed mattis scelerisque sem. Mauris ullamcorper cursus neque ac aliquam. Nunc at augue quis felis pellentesque accumsan id nec magna. Quisque nec ante et nibh ullamcorper gravida. Sed scelerisque dui sapien. \";s:6:\"filter\";b:0;}i:20;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:191:\"<div class=\"divider\"></div>\r\n<h3 class=\"box-title\">OUR CLIENTS</h3>\r\n<div style=\"margin-bottom:-15px;\">[carousel id=\"our-clients\" itemWidth=\"140\" itemMargin=\"5\" minitem=\"3\" maxitem=\"6\"]</div>\";s:6:\"filter\";b:0;}i:21;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:529:\"[imageframe lightbox=\"no\" lightbox_image=\"\" style_type=\"none\" hover_type=\"liftup\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"http://avada.theme-fusion.com/modern-shop/full-shop-with-sidebar/\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img alt=\"\" src=\"http://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/11/sidebar_ad-compressor-2.jpg\" />[/imageframe]\";s:6:\"filter\";b:0;}i:22;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:759:\"<a href=\"http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\"><img src=\"http://avada.theme-fusion.com/cafe/wp-content/uploads/sites/17/2015/04/widget_image.jpg\" alt=\"widget_image\" width=\"292\" height=\"181\" class=\"alignnone size-full wp-image-752\" /></a>\r\n\r\n[separator top_margin=\"5\" bottom_margin=\"5\" ]\r\n\r\n[one_full spacing=\"no\" last=\"no\" center_content=\"no\" background_color=\"#292c30\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"5%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" class=\"\" id=\"\"]We use only the finest ingredients to produce stellar tastes. [/one_full] \";s:6:\"filter\";b:0;}i:23;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:759:\"<a href=\"http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\"><img src=\"http://avada.theme-fusion.com/cafe/wp-content/uploads/sites/17/2015/04/widget_image.jpg\" alt=\"widget_image\" width=\"292\" height=\"181\" class=\"alignnone size-full wp-image-752\" /></a>\r\n\r\n[separator top_margin=\"5\" bottom_margin=\"5\" ]\r\n\r\n[one_full spacing=\"no\" last=\"no\" center_content=\"no\" background_color=\"#292c30\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"5%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" class=\"\" id=\"\"]We use only the finest ingredients to produce stellar tastes. [/one_full] \";s:6:\"filter\";b:0;}i:3;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:529:\"[imageframe lightbox=\"no\" lightbox_image=\"\" style_type=\"none\" hover_type=\"liftup\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"http://avada.theme-fusion.com/modern-shop/full-shop-with-sidebar/\" linktarget=\"_self\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img alt=\"\" src=\"http://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/11/sidebar_ad-compressor-2.jpg\" />[/imageframe]\";s:6:\"filter\";b:0;}i:24;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:759:\"<a href=\"http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\"><img src=\"http://avada.theme-fusion.com/cafe/wp-content/uploads/sites/17/2015/04/widget_image.jpg\" alt=\"widget_image\" width=\"292\" height=\"181\" class=\"alignnone size-full wp-image-752\" /></a>\r\n\r\n[separator top_margin=\"5\" bottom_margin=\"5\" ]\r\n\r\n[one_full spacing=\"no\" last=\"no\" center_content=\"no\" background_color=\"#292c30\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"5%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" class=\"\" id=\"\"]We use only the finest ingredients to produce stellar tastes. [/one_full] \";s:6:\"filter\";b:0;}i:25;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:109:\"<img src=\"http://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/11/modern_logo_1x.png\"/>\";s:6:\"filter\";b:0;}i:26;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:112:\"<img src=\"http://daviddelk.net/band/wp-content/uploads/2016/08/coast-big-band-3_edited-1-3-e1471400592928.png\"/>\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;i:28;a:0:{}}','yes'),(6142,'avada_theme_options_500_backup','a:593:{s:8:\"last_tab\";s:0:\"\";s:6:\"layout\";s:4:\"Wide\";s:10:\"site_width\";s:6:\"1170px\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:4:\"50px\";s:6:\"bottom\";s:5:\"100px\";}s:16:\"hundredp_padding\";s:4:\"30px\";s:10:\"col_margin\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:4:\"20px\";}s:13:\"sidebar_width\";s:3:\"28%\";s:17:\"sidebar_2_1_width\";s:3:\"21%\";s:17:\"sidebar_2_2_width\";s:3:\"21%\";s:10:\"nav_height\";s:3:\"120\";s:20:\"nav_highlight_border\";s:1:\"0\";s:11:\"nav_padding\";s:2:\"37\";s:15:\"megamenu_shadow\";s:1:\"0\";s:19:\"dropdown_menu_width\";s:3:\"225\";s:34:\"mainmenu_dropdown_vertical_padding\";s:2:\"14\";s:33:\"mainmenu_dropdown_display_divider\";s:1:\"1\";s:31:\"menu_display_dropdown_indicator\";s:1:\"0\";s:20:\"main_nav_search_icon\";s:1:\"0\";s:20:\"main_nav_icon_circle\";s:1:\"0\";s:17:\"menu_sub_bg_color\";s:14:\"rgba(0,0,0,.5)\";s:19:\"menu_bg_hover_color\";s:14:\"rgba(0,0,0,.7)\";s:18:\"menu_sub_sep_color\";s:19:\"rgba(255,255,255,0)\";s:17:\"menu_h45_bg_color\";s:7:\"#FFFFFF\";s:14:\"nav_typography\";a:8:{s:11:\"font-family\";s:10:\"Montserrat\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:14:\"letter-spacing\";s:3:\"1px\";}s:13:\"nav_font_size\";s:4:\"15px\";s:22:\"nav_dropdown_font_size\";s:4:\"14px\";s:18:\"side_nav_font_size\";s:4:\"14px\";s:15:\"menu_text_align\";s:4:\"left\";s:16:\"menu_first_color\";s:7:\"#ffffff\";s:22:\"menu_hover_first_color\";s:7:\"#78bca1\";s:14:\"menu_sub_color\";s:7:\"#ffffff\";s:26:\"flyout_menu_icon_font_size\";s:4:\"20px\";s:22:\"flyout_menu_icon_color\";s:7:\"#333333\";s:28:\"flyout_menu_icon_hover_color\";s:7:\"#a0ce4e\";s:28:\"flyout_menu_background_color\";s:22:\"rgba(255,255,255,0.95)\";s:21:\"flyout_menu_direction\";s:4:\"fade\";s:23:\"topmenu_dropwdown_width\";s:3:\"180\";s:29:\"header_top_first_border_color\";s:7:\"#efefef\";s:23:\"header_top_sub_bg_color\";s:7:\"#ffffff\";s:30:\"header_top_menu_bg_hover_color\";s:7:\"#fafafa\";s:29:\"header_top_menu_sub_sep_color\";s:7:\"#e5e5e5\";s:14:\"snav_font_size\";s:4:\"12px\";s:11:\"sec_menu_lh\";s:4:\"44px\";s:10:\"snav_color\";s:7:\"#747474\";s:25:\"header_top_menu_sub_color\";s:7:\"#747474\";s:31:\"header_top_menu_sub_hover_color\";s:7:\"#333333\";s:18:\"mobile_menu_design\";s:6:\"modern\";s:18:\"mobile_nav_padding\";s:2:\"25\";s:28:\"mobile_menu_icons_top_margin\";s:2:\"50\";s:22:\"mobile_menu_nav_height\";s:2:\"47\";s:27:\"mobile_nav_submenu_slideout\";s:1:\"1\";s:22:\"mobile_header_bg_color\";s:7:\"#212121\";s:28:\"mobile_menu_background_color\";s:7:\"#242424\";s:23:\"mobile_menu_hover_color\";s:7:\"#212121\";s:24:\"mobile_menu_border_color\";s:7:\"#212121\";s:24:\"mobile_menu_toggle_color\";s:7:\"#78bca1\";s:21:\"mobile_menu_font_size\";s:4:\"14px\";s:22:\"mobile_menu_text_align\";s:4:\"left\";s:22:\"mobile_menu_font_color\";s:7:\"#747474\";s:18:\"megamenu_max_width\";s:4:\"1170\";s:19:\"megamenu_title_size\";s:4:\"18px\";s:30:\"megamenu_item_vertical_padding\";s:2:\"14\";s:29:\"megamenu_item_display_divider\";s:1:\"0\";s:10:\"responsive\";s:1:\"1\";s:21:\"grid_main_break_point\";s:4:\"1099\";s:23:\"side_header_break_point\";s:4:\"1100\";s:19:\"content_break_point\";s:3:\"800\";s:11:\"mobile_zoom\";s:1:\"1\";s:21:\"typography_responsive\";s:1:\"1\";s:22:\"typography_sensitivity\";s:1:\"1\";s:17:\"typography_factor\";s:3:\"1.5\";s:13:\"primary_color\";s:7:\"#78bca1\";s:15:\"header_position\";s:3:\"Top\";s:13:\"header_layout\";s:2:\"v1\";s:15:\"slider_position\";s:5:\"Below\";s:19:\"header_left_content\";s:12:\"Contact Info\";s:20:\"header_right_content\";s:10:\"Navigation\";s:17:\"header_v4_content\";s:18:\"Tagline And Search\";s:13:\"header_number\";s:28:\"Call Us Today! 1.555.555.555\";s:12:\"header_email\";s:19:\"info@yourdomain.com\";s:14:\"header_tagline\";s:19:\"Insert Tagline Here\";s:18:\"header_banner_code\";s:0:\"\";s:15:\"header_bg_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:14:\"header_bg_full\";s:1:\"1\";s:18:\"header_bg_parallax\";s:1:\"1\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:17:\"side_header_width\";s:3:\"280\";s:14:\"header_padding\";a:4:{s:3:\"top\";s:4:\"2.5%\";s:5:\"right\";s:2:\"5%\";s:6:\"bottom\";s:4:\"2.5%\";s:4:\"left\";s:2:\"5%\";}s:13:\"header_shadow\";s:1:\"0\";s:16:\"header_100_width\";s:1:\"1\";s:15:\"header_bg_color\";s:7:\"#212121\";s:19:\"header_border_color\";s:19:\"rgba(255,255,255,0)\";s:19:\"header_top_bg_color\";s:7:\"#f7f7f7\";s:17:\"tagline_font_size\";s:4:\"16px\";s:18:\"tagline_font_color\";s:7:\"#747474\";s:13:\"header_sticky\";s:1:\"0\";s:20:\"header_sticky_tablet\";s:1:\"0\";s:20:\"header_sticky_mobile\";s:1:\"0\";s:23:\"header_sticky_shrinkage\";s:1:\"1\";s:26:\"header_sticky_type2_layout\";s:9:\"menu_only\";s:22:\"header_sticky_bg_color\";s:19:\"rgba(33,33,33,0.95)\";s:25:\"header_sticky_nav_padding\";s:2:\"37\";s:27:\"header_sticky_nav_font_size\";s:4:\"14px\";s:14:\"logo_alignment\";s:4:\"Left\";s:11:\"logo_margin\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";}s:4:\"logo\";a:5:{s:3:\"url\";s:107:\"http://daviddelk.net/band/wp-content/uploads/2016/08/COAST-BIG-BAND-LOGO-WITH-WHITE-EDGE-e1471466233566.png\";s:2:\"id\";s:4:\"4259\";s:6:\"height\";s:3:\"140\";s:5:\"width\";s:3:\"148\";s:9:\"thumbnail\";s:100:\"http://daviddelk.net/band/wp-content/uploads/2016/08/COAST-BIG-BAND-LOGO-WITH-WHITE-EDGE-150x150.png\";}s:11:\"logo_retina\";a:5:{s:3:\"url\";s:107:\"http://daviddelk.net/band/wp-content/uploads/2016/08/COAST-BIG-BAND-LOGO-WITH-WHITE-EDGE-e1471466233566.png\";s:2:\"id\";s:4:\"4259\";s:6:\"height\";s:3:\"140\";s:5:\"width\";s:3:\"148\";s:9:\"thumbnail\";s:100:\"http://daviddelk.net/band/wp-content/uploads/2016/08/COAST-BIG-BAND-LOGO-WITH-WHITE-EDGE-150x150.png\";}s:18:\"sticky_header_logo\";a:5:{s:3:\"url\";s:107:\"http://daviddelk.net/band/wp-content/uploads/2016/08/COAST-BIG-BAND-LOGO-WITH-WHITE-EDGE-e1471466233566.png\";s:2:\"id\";s:4:\"4259\";s:6:\"height\";s:3:\"140\";s:5:\"width\";s:3:\"148\";s:9:\"thumbnail\";s:100:\"http://daviddelk.net/band/wp-content/uploads/2016/08/COAST-BIG-BAND-LOGO-WITH-WHITE-EDGE-150x150.png\";}s:25:\"sticky_header_logo_retina\";a:5:{s:3:\"url\";s:99:\"http://daviddelk.net/band/wp-content/uploads/2016/08/coast-big-band-3_edited-1-2-e1471399495767.png\";s:2:\"id\";s:4:\"4235\";s:6:\"height\";s:3:\"192\";s:5:\"width\";s:3:\"200\";s:9:\"thumbnail\";s:92:\"http://daviddelk.net/band/wp-content/uploads/2016/08/coast-big-band-3_edited-1-2-150x150.png\";}s:11:\"mobile_logo\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:18:\"mobile_logo_retina\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:7:\"favicon\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:11:\"iphone_icon\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:18:\"iphone_icon_retina\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:9:\"ipad_icon\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:16:\"ipad_icon_retina\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:14:\"page_title_bar\";s:15:\"bar_and_content\";s:19:\"page_title_bar_text\";s:1:\"0\";s:20:\"page_title_100_width\";s:1:\"1\";s:17:\"page_title_height\";s:5:\"150px\";s:24:\"page_title_mobile_height\";s:5:\"100px\";s:19:\"page_title_bg_color\";s:7:\"#f0f0f0\";s:23:\"page_title_border_color\";s:19:\"rgba(255,255,255,0)\";s:20:\"page_title_font_size\";s:4:\"18px\";s:16:\"page_title_color\";s:7:\"#333333\";s:30:\"page_title_subheader_font_size\";s:4:\"14px\";s:20:\"page_title_alignment\";s:6:\"center\";s:13:\"page_title_bg\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:20:\"page_title_bg_retina\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:18:\"page_title_bg_full\";s:1:\"1\";s:22:\"page_title_bg_parallax\";s:1:\"0\";s:17:\"page_title_fading\";s:1:\"0\";s:17:\"page_title_bar_bs\";s:11:\"Breadcrumbs\";s:17:\"breadcrumb_mobile\";s:1:\"1\";s:16:\"breacrumb_prefix\";s:0:\"\";s:20:\"breadcrumb_separator\";s:1:\"/\";s:21:\"breadcrumbs_font_size\";s:4:\"14px\";s:22:\"breadcrumbs_text_color\";s:7:\"#333333\";s:26:\"breadcrumb_show_categories\";s:1:\"1\";s:33:\"breadcrumb_show_post_type_archive\";s:1:\"0\";s:18:\"slidingbar_widgets\";s:1:\"0\";s:25:\"mobile_slidingbar_widgets\";s:1:\"0\";s:23:\"slidingbar_open_on_load\";s:1:\"0\";s:26:\"slidingbar_widgets_columns\";s:1:\"2\";s:19:\"slidingbar_bg_color\";s:19:\"rgba(33,33,33,0.95)\";s:24:\"slidingbar_divider_color\";s:7:\"#505152\";s:28:\"slidingbar_toggle_icon_color\";s:7:\"#ffffff\";s:20:\"slidingbar_font_size\";s:4:\"17px\";s:25:\"slidingbar_headings_color\";s:7:\"#363636\";s:21:\"slidingbar_text_color\";s:7:\"#8C8989\";s:21:\"slidingbar_link_color\";s:7:\"#777777\";s:21:\"slidingbar_top_border\";s:1:\"0\";s:14:\"footer_widgets\";s:1:\"1\";s:22:\"footer_widgets_columns\";s:1:\"2\";s:29:\"footer_widgets_center_content\";s:1:\"0\";s:22:\"footer_special_effects\";s:4:\"none\";s:20:\"footer_sticky_height\";s:1:\"0\";s:16:\"footer_copyright\";s:1:\"1\";s:31:\"footer_copyright_center_content\";s:1:\"1\";s:11:\"footer_text\";s:140:\"© Copyright 2012 - <script>document.write(new Date().getFullYear());</script> | Coast Big Band | All Rights Reserved \";s:16:\"footerw_bg_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:15:\"footerw_bg_full\";s:1:\"0\";s:17:\"footerw_bg_repeat\";s:6:\"repeat\";s:14:\"footerw_bg_pos\";s:13:\"center center\";s:16:\"footer_100_width\";s:1:\"1\";s:19:\"footer_area_padding\";a:4:{s:3:\"top\";s:4:\"20px\";s:5:\"right\";s:2:\"5%\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:2:\"5%\";}s:15:\"footer_bg_color\";s:7:\"#212121\";s:18:\"footer_border_size\";s:2:\"12\";s:19:\"footer_border_color\";s:7:\"#212121\";s:20:\"footer_divider_color\";s:7:\"#505152\";s:17:\"copyright_padding\";a:2:{s:3:\"top\";s:4:\"18px\";s:6:\"bottom\";s:4:\"16px\";}s:18:\"copyright_bg_color\";s:7:\"#1e1e1e\";s:21:\"copyright_border_size\";s:1:\"1\";s:22:\"copyright_border_color\";s:7:\"#1e1e1e\";s:26:\"footer_headings_typography\";a:11:{s:11:\"font-family\";s:10:\"Montserrat\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"17px\";s:11:\"line-height\";s:3:\"1.5\";s:14:\"letter-spacing\";s:1:\"0\";s:5:\"color\";s:7:\"#ffffff\";}s:17:\"footer_text_color\";s:7:\"#ffffff\";s:17:\"footer_link_color\";s:7:\"#ffffff\";s:19:\"copyright_font_size\";s:4:\"13px\";s:15:\"sidebar_padding\";s:4:\"30px\";s:16:\"sidebar_bg_color\";s:7:\"#f7f7f7\";s:23:\"sidebar_widget_bg_color\";s:19:\"rgba(255,255,255,0)\";s:15:\"sidew_font_size\";s:4:\"17px\";s:21:\"sidebar_heading_color\";s:7:\"#333333\";s:20:\"pages_global_sidebar\";s:1:\"0\";s:13:\"pages_sidebar\";s:4:\"None\";s:15:\"pages_sidebar_2\";s:4:\"None\";s:19:\"default_sidebar_pos\";s:5:\"Right\";s:24:\"portfolio_global_sidebar\";s:1:\"0\";s:17:\"portfolio_sidebar\";s:4:\"None\";s:19:\"portfolio_sidebar_2\";s:4:\"None\";s:26:\"portfolio_sidebar_position\";s:5:\"Right\";s:25:\"portfolio_archive_sidebar\";s:12:\"Blog Sidebar\";s:27:\"portfolio_archive_sidebar_2\";s:4:\"None\";s:20:\"posts_global_sidebar\";s:1:\"0\";s:13:\"posts_sidebar\";s:4:\"None\";s:15:\"posts_sidebar_2\";s:4:\"None\";s:21:\"blog_sidebar_position\";s:5:\"Right\";s:20:\"blog_archive_sidebar\";s:12:\"Blog Sidebar\";s:22:\"blog_archive_sidebar_2\";s:4:\"None\";s:14:\"search_sidebar\";s:12:\"Blog Sidebar\";s:16:\"search_sidebar_2\";s:4:\"None\";s:23:\"search_sidebar_position\";s:5:\"Right\";s:16:\"content_bg_color\";s:7:\"#ffffff\";s:16:\"content_bg_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:15:\"content_bg_full\";s:1:\"0\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:8:\"bg_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:7:\"bg_full\";s:1:\"0\";s:9:\"bg_repeat\";s:6:\"repeat\";s:8:\"bg_color\";s:7:\"#d7d6d6\";s:17:\"bg_pattern_option\";s:1:\"0\";s:10:\"bg_pattern\";s:8:\"pattern1\";s:15:\"body_typography\";a:11:{s:11:\"font-family\";s:9:\"Open Sans\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:4:\"15px\";s:11:\"line-height\";s:1:\"2\";s:14:\"letter-spacing\";s:1:\"0\";s:5:\"color\";s:7:\"#747474\";}s:10:\"link_color\";s:7:\"#333333\";s:13:\"h1_typography\";a:13:{s:11:\"font-family\";s:10:\"Montserrat\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"60px\";s:11:\"line-height\";s:4:\"1.17\";s:14:\"letter-spacing\";s:3:\"1px\";s:10:\"margin-top\";s:5:\"0.5em\";s:13:\"margin-bottom\";s:5:\"0.5em\";s:5:\"color\";s:7:\"#333333\";}s:13:\"h2_typography\";a:13:{s:11:\"font-family\";s:10:\"Montserrat\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"26px\";s:11:\"line-height\";s:4:\"1.69\";s:14:\"letter-spacing\";s:3:\"1px\";s:10:\"margin-top\";s:3:\"0em\";s:13:\"margin-bottom\";s:5:\"1.1em\";s:5:\"color\";s:6:\"333333\";}s:13:\"h3_typography\";a:13:{s:11:\"font-family\";s:16:\"Playfair Display\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"italic\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"1.56\";s:14:\"letter-spacing\";s:3:\"1px\";s:10:\"margin-top\";s:4:\".5em\";s:13:\"margin-bottom\";s:3:\"1em\";s:5:\"color\";s:7:\"#333333\";}s:13:\"h4_typography\";a:13:{s:11:\"font-family\";s:16:\"Playfair Display\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"italic\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"17px\";s:11:\"line-height\";s:4:\"1.76\";s:14:\"letter-spacing\";s:3:\"1px\";s:10:\"margin-top\";s:5:\".75em\";s:13:\"margin-bottom\";s:6:\"1.33em\";s:5:\"color\";s:7:\"#333333\";}s:13:\"h5_typography\";a:13:{s:11:\"font-family\";s:10:\"Montserrat\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"1.63\";s:14:\"letter-spacing\";s:3:\"2px\";s:10:\"margin-top\";s:6:\"1.67em\";s:13:\"margin-bottom\";s:6:\"1.67em\";s:5:\"color\";s:7:\"#999999\";}s:13:\"h6_typography\";a:13:{s:11:\"font-family\";s:10:\"Montserrat\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:9:\"font-size\";s:4:\"11px\";s:11:\"line-height\";s:4:\"1.55\";s:14:\"letter-spacing\";s:3:\"1px\";s:10:\"margin-top\";s:6:\"2.33em\";s:13:\"margin-bottom\";s:6:\"2.33em\";s:5:\"color\";s:7:\"#333333\";}s:21:\"post_titles_font_size\";s:4:\"24px\";s:19:\"post_titles_font_lh\";s:4:\"34px\";s:28:\"post_titles_extras_font_size\";s:4:\"18px\";s:12:\"custom_fonts\";a:7:{s:24:\"avadaredux_repeater_data\";a:1:{i:0;a:1:{s:5:\"title\";s:0:\"\";}}s:4:\"name\";a:1:{i:0;s:0:\"\";}s:4:\"woff\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:5:\"woff2\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:3:\"ttf\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:3:\"svg\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:3:\"eot\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}}s:16:\"animation_offset\";s:13:\"top-into-view\";s:15:\"dates_box_color\";s:7:\"#eef0f2\";s:11:\"button_size\";s:5:\"Large\";s:11:\"button_span\";s:2:\"no\";s:12:\"button_shape\";s:6:\"Square\";s:11:\"button_type\";s:4:\"Flat\";s:17:\"button_typography\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:14:\"letter-spacing\";s:3:\"1px\";}s:25:\"button_gradient_top_color\";s:7:\"#78bca1\";s:28:\"button_gradient_bottom_color\";s:7:\"#78bca1\";s:31:\"button_gradient_top_color_hover\";s:7:\"#6fb297\";s:34:\"button_gradient_bottom_color_hover\";s:7:\"#6fb297\";s:19:\"button_accent_color\";s:7:\"#ffffff\";s:25:\"button_accent_hover_color\";s:7:\"#ffffff\";s:18:\"button_bevel_color\";s:7:\"#787878\";s:19:\"button_border_width\";s:1:\"0\";s:18:\"carousel_nav_color\";s:14:\"rgba(0,0,0,.5)\";s:20:\"carousel_hover_color\";s:14:\"rgba(0,0,0,.6)\";s:14:\"carousel_speed\";s:4:\"2500\";s:21:\"checklist_icons_color\";s:7:\"#78bca1\";s:16:\"checklist_circle\";s:1:\"1\";s:22:\"checklist_circle_color\";s:7:\"#333333\";s:20:\"content_box_bg_color\";s:7:\"#f7f7f7\";s:22:\"content_box_title_size\";s:4:\"22px\";s:23:\"content_box_title_color\";s:7:\"#333333\";s:22:\"content_box_body_color\";s:7:\"#747474\";s:21:\"content_box_icon_size\";s:4:\"40px\";s:22:\"content_box_icon_color\";s:7:\"#ffffff\";s:23:\"content_box_icon_circle\";s:3:\"yes\";s:30:\"content_box_icon_circle_radius\";s:3:\"50%\";s:25:\"content_box_icon_bg_color\";s:7:\"#78bca1\";s:38:\"content_box_icon_bg_inner_border_color\";s:19:\"rgba(255,255,255,0)\";s:37:\"content_box_icon_bg_inner_border_size\";s:1:\"0\";s:38:\"content_box_icon_bg_outer_border_color\";s:19:\"rgba(255,255,255,0)\";s:37:\"content_box_icon_bg_outer_border_size\";s:1:\"0\";s:27:\"content_box_icon_hover_type\";s:7:\"pulsate\";s:40:\"content_box_hover_animation_accent_color\";s:7:\"#78bca1\";s:21:\"content_box_link_type\";s:4:\"text\";s:21:\"content_box_link_area\";s:3:\"box\";s:23:\"content_box_link_target\";s:5:\"_self\";s:18:\"content_box_margin\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:4:\"20px\";}s:18:\"countdown_timezone\";s:9:\"site_time\";s:20:\"countdown_show_weeks\";s:2:\"no\";s:26:\"countdown_background_color\";s:19:\"rgba(255,255,255,0)\";s:26:\"countdown_background_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:27:\"countdown_background_repeat\";s:9:\"no-repeat\";s:29:\"countdown_background_position\";s:13:\"center center\";s:27:\"countdown_counter_box_color\";s:7:\"#ffffff\";s:28:\"countdown_counter_text_color\";s:7:\"#2b2e32\";s:28:\"countdown_heading_text_color\";s:7:\"#ffffff\";s:31:\"countdown_subheading_text_color\";s:7:\"#ffffff\";s:25:\"countdown_link_text_color\";s:7:\"#ffffff\";s:21:\"countdown_link_target\";s:5:\"_self\";s:17:\"counter_box_speed\";s:4:\"1000\";s:17:\"counter_box_color\";s:7:\"#333333\";s:22:\"counter_box_title_size\";s:4:\"50px\";s:21:\"counter_box_icon_size\";s:4:\"50px\";s:22:\"counter_box_body_color\";s:7:\"#747474\";s:21:\"counter_box_body_size\";s:4:\"15px\";s:24:\"counter_box_border_color\";s:7:\"#333333\";s:20:\"counter_box_icon_top\";s:2:\"no\";s:20:\"counter_filled_color\";s:7:\"#78bca1\";s:22:\"counter_unfilled_color\";s:7:\"#f6f6f6\";s:13:\"dropcap_color\";s:7:\"#78bca1\";s:19:\"flip_boxes_front_bg\";s:7:\"#f7f7f7\";s:24:\"flip_boxes_front_heading\";s:7:\"#333333\";s:21:\"flip_boxes_front_text\";s:7:\"#747474\";s:18:\"flip_boxes_back_bg\";s:7:\"#78bca1\";s:23:\"flip_boxes_back_heading\";s:7:\"#ffffff\";s:20:\"flip_boxes_back_text\";s:7:\"#ffffff\";s:22:\"flip_boxes_border_size\";s:1:\"1\";s:23:\"flip_boxes_border_color\";s:19:\"rgba(255,255,255,0)\";s:24:\"flip_boxes_border_radius\";s:3:\"0px\";s:19:\"full_width_bg_color\";s:7:\"#ffffff\";s:22:\"full_width_border_size\";s:1:\"0\";s:23:\"full_width_border_color\";s:7:\"#eae9e9\";s:17:\"icon_circle_color\";s:7:\"#78bca1\";s:17:\"icon_border_color\";s:19:\"rgba(255,255,255,0)\";s:10:\"icon_color\";s:7:\"#ffffff\";s:21:\"imgframe_border_color\";s:7:\"#f6f6f6\";s:22:\"imageframe_border_size\";s:1:\"0\";s:24:\"imageframe_border_radius\";s:3:\"0px\";s:20:\"imgframe_style_color\";s:7:\"#000000\";s:14:\"modal_bg_color\";s:7:\"#f7f7f7\";s:18:\"modal_border_color\";s:7:\"#f7f7f7\";s:23:\"person_background_color\";s:13:\"rgba(0,0,0,0)\";s:19:\"person_border_color\";s:7:\"#f6f6f6\";s:18:\"person_border_size\";s:1:\"0\";s:20:\"person_border_radius\";s:3:\"0px\";s:18:\"person_style_color\";s:7:\"#000000\";s:16:\"person_alignment\";s:4:\"Left\";s:20:\"person_icon_position\";s:3:\"Top\";s:24:\"popover_heading_bg_color\";s:7:\"#f6f6f6\";s:24:\"popover_content_bg_color\";s:7:\"#ffffff\";s:20:\"popover_border_color\";s:7:\"#ebebeb\";s:18:\"popover_text_color\";s:7:\"#747474\";s:17:\"popover_placement\";s:3:\"Top\";s:36:\"full_boxed_pricing_box_heading_color\";s:7:\"#333333\";s:29:\"sep_pricing_box_heading_color\";s:7:\"#333333\";s:17:\"pricing_box_color\";s:7:\"#c4c4c4\";s:16:\"pricing_bg_color\";s:7:\"#ffffff\";s:20:\"pricing_border_color\";s:7:\"#f8f8f8\";s:21:\"pricing_divider_color\";s:7:\"#ededed\";s:18:\"progressbar_height\";s:4:\"37px\";s:25:\"progressbar_text_position\";s:6:\"on_bar\";s:24:\"progressbar_filled_color\";s:7:\"#78bca1\";s:31:\"progressbar_filled_border_color\";s:7:\"#ffffff\";s:30:\"progressbar_filled_border_size\";s:1:\"0\";s:26:\"progressbar_unfilled_color\";s:7:\"#f6f6f6\";s:22:\"progressbar_text_color\";s:7:\"#ffffff\";s:23:\"section_sep_border_size\";s:1:\"1\";s:14:\"section_sep_bg\";s:7:\"#f6f6f6\";s:24:\"section_sep_border_color\";s:7:\"#f6f6f6\";s:9:\"sep_color\";s:7:\"#e0dede\";s:16:\"separator_circle\";s:1:\"1\";s:21:\"separator_border_size\";s:1:\"1\";s:22:\"social_links_font_size\";s:4:\"16px\";s:23:\"social_links_color_type\";s:6:\"custom\";s:23:\"social_links_icon_color\";s:7:\"#ffffff\";s:18:\"social_links_boxed\";s:1:\"1\";s:22:\"social_links_box_color\";s:7:\"#78bca1\";s:25:\"social_links_boxed_radius\";s:3:\"50%\";s:26:\"social_links_boxed_padding\";s:4:\"12px\";s:30:\"social_links_tooltip_placement\";s:3:\"Top\";s:13:\"tabs_bg_color\";s:7:\"#ffffff\";s:19:\"tabs_inactive_color\";s:7:\"#f7f7f7\";s:17:\"tabs_border_color\";s:7:\"#f7f7f7\";s:10:\"tagline_bg\";s:7:\"#f6f6f6\";s:20:\"tagline_border_color\";s:7:\"#f6f6f6\";s:14:\"tagline_margin\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:4:\"84px\";}s:20:\"testimonial_bg_color\";s:19:\"rgba(255,255,255,0)\";s:22:\"testimonial_text_color\";s:7:\"#999999\";s:18:\"testimonials_speed\";s:4:\"4000\";s:19:\"testimonials_random\";s:1:\"0\";s:16:\"title_style_type\";s:6:\"single\";s:18:\"title_border_color\";s:7:\"#e0dede\";s:12:\"title_margin\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";}s:22:\"accordion_divider_line\";s:1:\"0\";s:24:\"accordian_inactive_color\";s:7:\"#333333\";s:21:\"user_login_text_align\";s:6:\"center\";s:32:\"user_login_form_background_color\";s:7:\"#f6f6f6\";s:24:\"blog_show_page_title_bar\";s:1:\"1\";s:10:\"blog_title\";s:4:\"Blog\";s:13:\"blog_subtitle\";s:0:\"\";s:11:\"blog_layout\";s:5:\"Large\";s:19:\"blog_archive_layout\";s:5:\"Large\";s:20:\"blog_pagination_type\";s:16:\"load_more_button\";s:36:\"blog_load_more_posts_button_bg_color\";s:7:\"#78bca1\";s:17:\"blog_grid_columns\";s:1:\"3\";s:24:\"blog_grid_column_spacing\";s:2:\"40\";s:14:\"content_length\";s:7:\"Excerpt\";s:19:\"excerpt_length_blog\";s:2:\"23\";s:18:\"strip_html_excerpt\";s:1:\"1\";s:15:\"featured_images\";s:1:\"1\";s:32:\"alternate_date_format_month_year\";s:4:\"m, Y\";s:25:\"alternate_date_format_day\";s:1:\"j\";s:20:\"timeline_date_format\";s:3:\"F Y\";s:14:\"blog_width_100\";s:1:\"0\";s:22:\"featured_images_single\";s:1:\"1\";s:11:\"blog_pn_nav\";s:1:\"0\";s:15:\"blog_post_title\";s:5:\"below\";s:11:\"author_info\";s:1:\"0\";s:18:\"social_sharing_box\";s:1:\"1\";s:13:\"related_posts\";s:1:\"1\";s:13:\"blog_comments\";s:1:\"1\";s:9:\"post_meta\";s:1:\"1\";s:16:\"post_meta_author\";s:1:\"1\";s:14:\"post_meta_date\";s:1:\"1\";s:14:\"post_meta_cats\";s:1:\"1\";s:18:\"post_meta_comments\";s:1:\"1\";s:14:\"post_meta_read\";s:1:\"1\";s:14:\"post_meta_tags\";s:1:\"0\";s:14:\"meta_font_size\";s:4:\"12px\";s:11:\"date_format\";s:7:\"F jS, Y\";s:15:\"portfolio_items\";s:2:\"10\";s:24:\"portfolio_archive_layout\";s:20:\"Portfolio One Column\";s:24:\"portfolio_column_spacing\";s:2:\"12\";s:24:\"portfolio_content_length\";s:7:\"Excerpt\";s:24:\"excerpt_length_portfolio\";s:2:\"23\";s:28:\"portfolio_strip_html_excerpt\";s:1:\"1\";s:20:\"grid_pagination_type\";s:16:\"load_more_button\";s:41:\"portfolio_load_more_posts_button_bg_color\";s:7:\"#78bca1\";s:21:\"portfolio_text_layout\";s:7:\"unboxed\";s:14:\"portfolio_slug\";s:15:\"portfolio-items\";s:29:\"portfolio_featured_image_size\";s:4:\"full\";s:16:\"portfolio_pn_nav\";s:1:\"0\";s:25:\"portfolio_featured_images\";s:1:\"1\";s:38:\"portfolio_disable_first_featured_image\";s:1:\"1\";s:30:\"portfolio_featured_image_width\";s:4:\"full\";s:19:\"portfolio_width_100\";s:1:\"0\";s:28:\"portfolio_project_desc_title\";s:1:\"1\";s:25:\"portfolio_project_details\";s:1:\"1\";s:26:\"portfolio_link_icon_target\";s:1:\"0\";s:18:\"portfolio_comments\";s:1:\"0\";s:16:\"portfolio_author\";s:1:\"0\";s:28:\"portfolio_social_sharing_box\";s:1:\"1\";s:23:\"portfolio_related_posts\";s:1:\"1\";s:18:\"social_media_icons\";a:5:{s:24:\"avadaredux_repeater_data\";a:2:{i:0;a:1:{s:5:\"title\";s:0:\"\";}i:1;a:1:{s:5:\"title\";s:0:\"\";}}s:4:\"icon\";a:2:{i:0;s:8:\"facebook\";i:1;s:0:\"\";}s:3:\"url\";a:2:{i:0;s:38:\"https://www.facebook.com/CoastBigBand/\";i:1;s:0:\"\";}s:12:\"custom_title\";a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}s:13:\"custom_source\";a:2:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}i:1;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}}s:29:\"header_social_links_font_size\";s:4:\"16px\";s:37:\"header_social_links_tooltip_placement\";s:3:\"Top\";s:30:\"header_social_links_color_type\";s:6:\"custom\";s:30:\"header_social_links_icon_color\";s:7:\"#bebdbd\";s:25:\"header_social_links_boxed\";s:1:\"1\";s:29:\"header_social_links_box_color\";s:7:\"#78bca1\";s:32:\"header_social_links_boxed_radius\";s:3:\"50%\";s:33:\"header_social_links_boxed_padding\";s:4:\"12px\";s:12:\"icons_footer\";s:1:\"1\";s:29:\"footer_social_links_font_size\";s:4:\"16px\";s:37:\"footer_social_links_tooltip_placement\";s:3:\"Top\";s:30:\"footer_social_links_color_type\";s:6:\"custom\";s:30:\"footer_social_links_icon_color\";s:7:\"#ffffff\";s:25:\"footer_social_links_boxed\";s:1:\"1\";s:29:\"footer_social_links_box_color\";s:7:\"#78bca1\";s:32:\"footer_social_links_boxed_radius\";s:3:\"50%\";s:33:\"footer_social_links_boxed_padding\";s:4:\"12px\";s:22:\"sharing_social_tagline\";s:17:\"Share This Story!\";s:30:\"sharing_box_tagline_text_color\";s:7:\"#333333\";s:15:\"social_bg_color\";s:7:\"#f7f7f7\";s:30:\"sharing_social_links_font_size\";s:4:\"19px\";s:38:\"sharing_social_links_tooltip_placement\";s:3:\"Top\";s:31:\"sharing_social_links_color_type\";s:6:\"custom\";s:31:\"sharing_social_links_icon_color\";s:7:\"#ffffff\";s:26:\"sharing_social_links_boxed\";s:1:\"1\";s:30:\"sharing_social_links_box_color\";s:7:\"#78bca1\";s:33:\"sharing_social_links_boxed_radius\";s:3:\"50%\";s:34:\"sharing_social_links_boxed_padding\";s:4:\"16px\";s:16:\"sharing_facebook\";s:1:\"1\";s:15:\"sharing_twitter\";s:1:\"1\";s:14:\"sharing_reddit\";s:1:\"1\";s:16:\"sharing_linkedin\";s:1:\"0\";s:14:\"sharing_google\";s:1:\"1\";s:14:\"sharing_tumblr\";s:1:\"0\";s:17:\"sharing_pinterest\";s:1:\"0\";s:10:\"sharing_vk\";s:1:\"0\";s:13:\"sharing_email\";s:1:\"1\";s:22:\"posts_slideshow_number\";s:1:\"5\";s:18:\"slideshow_autoplay\";s:1:\"1\";s:23:\"slideshow_smooth_height\";s:1:\"0\";s:15:\"slideshow_speed\";s:4:\"7000\";s:22:\"pagination_video_slide\";s:1:\"0\";s:25:\"slider_nav_box_dimensions\";a:2:{s:5:\"width\";s:4:\"40px\";s:6:\"height\";s:5:\"130px\";}s:17:\"slider_arrow_size\";s:4:\"18px\";s:15:\"tfes_dimensions\";a:2:{s:5:\"width\";s:4:\"100%\";s:6:\"height\";s:5:\"400px\";}s:14:\"tfes_animation\";s:5:\"sides\";s:13:\"tfes_autoplay\";s:1:\"1\";s:13:\"tfes_interval\";s:4:\"3000\";s:10:\"tfes_speed\";s:3:\"800\";s:10:\"tfes_width\";s:3:\"150\";s:18:\"es_title_font_size\";s:4:\"42px\";s:20:\"es_caption_font_size\";s:4:\"20px\";s:14:\"es_title_color\";s:7:\"#333333\";s:16:\"es_caption_color\";s:7:\"#747474\";s:15:\"status_lightbox\";s:1:\"1\";s:22:\"status_lightbox_single\";s:1:\"1\";s:17:\"lightbox_behavior\";s:3:\"all\";s:13:\"lightbox_skin\";s:6:\"smooth\";s:13:\"lightbox_path\";s:8:\"vertical\";s:24:\"lightbox_animation_speed\";s:6:\"Normal\";s:15:\"lightbox_arrows\";s:1:\"1\";s:16:\"lightbox_gallery\";s:1:\"1\";s:17:\"lightbox_autoplay\";s:1:\"0\";s:24:\"lightbox_slideshow_speed\";s:4:\"5000\";s:16:\"lightbox_opacity\";s:5:\"0.925\";s:14:\"lightbox_title\";s:1:\"0\";s:13:\"lightbox_desc\";s:1:\"1\";s:15:\"lightbox_social\";s:1:\"1\";s:20:\"lightbox_deeplinking\";s:1:\"1\";s:20:\"lightbox_post_images\";s:1:\"1\";s:25:\"lightbox_video_dimensions\";a:2:{s:5:\"width\";s:6:\"1280px\";s:6:\"height\";s:5:\"720px\";}s:13:\"email_address\";s:19:\"dave36601@yahoo.com\";s:24:\"contact_comment_position\";s:5:\"below\";s:16:\"recaptcha_public\";s:0:\"\";s:17:\"recaptcha_private\";s:0:\"\";s:22:\"recaptcha_color_scheme\";s:5:\"light\";s:9:\"gmap_type\";s:7:\"roadmap\";s:15:\"gmap_dimensions\";a:2:{s:5:\"width\";s:4:\"100%\";s:6:\"height\";s:5:\"415px\";}s:14:\"gmap_topmargin\";s:4:\"55px\";s:12:\"gmap_address\";s:49:\"775 New York Ave, Brooklyn, Kings, New York 11203\";s:14:\"map_zoom_level\";s:1:\"8\";s:7:\"map_pin\";s:1:\"1\";s:18:\"gmap_pin_animation\";s:1:\"1\";s:9:\"map_popup\";s:1:\"0\";s:15:\"map_scrollwheel\";s:1:\"1\";s:9:\"map_scale\";s:1:\"1\";s:15:\"map_zoomcontrol\";s:1:\"1\";s:11:\"map_styling\";s:7:\"default\";s:17:\"map_overlay_color\";s:7:\"#78bca1\";s:19:\"map_infobox_styling\";s:7:\"default\";s:19:\"map_infobox_content\";s:0:\"\";s:20:\"map_infobox_bg_color\";s:19:\"rgba(255,255,255,0)\";s:22:\"map_infobox_text_color\";s:7:\"#ffffff\";s:22:\"map_custom_marker_icon\";s:0:\"\";s:13:\"search_layout\";s:5:\"Large\";s:14:\"search_content\";s:15:\"Posts and Pages\";s:14:\"search_excerpt\";s:1:\"1\";s:23:\"search_results_per_page\";s:2:\"10\";s:22:\"search_featured_images\";s:1:\"1\";s:26:\"search_new_search_position\";s:3:\"top\";s:16:\"sidenav_behavior\";s:5:\"Hover\";s:26:\"featured_image_placeholder\";s:1:\"1\";s:12:\"excerpt_base\";s:5:\"Words\";s:16:\"disable_excerpts\";s:1:\"1\";s:14:\"link_read_more\";s:1:\"0\";s:14:\"comments_pages\";s:1:\"0\";s:21:\"featured_images_pages\";s:1:\"1\";s:18:\"faq_featured_image\";s:1:\"0\";s:11:\"faq_filters\";s:3:\"yes\";s:21:\"nofollow_social_links\";s:1:\"0\";s:16:\"social_icons_new\";s:1:\"1\";s:20:\"related_posts_layout\";s:17:\"title_on_rollover\";s:20:\"number_related_posts\";s:1:\"5\";s:21:\"related_posts_columns\";s:1:\"3\";s:28:\"related_posts_column_spacing\";s:2:\"20\";s:24:\"related_posts_image_size\";s:4:\"full\";s:22:\"related_posts_autoplay\";s:1:\"0\";s:19:\"related_posts_speed\";s:4:\"2500\";s:24:\"related_posts_navigation\";s:1:\"1\";s:19:\"related_posts_swipe\";s:1:\"0\";s:25:\"related_posts_swipe_items\";s:1:\"0\";s:14:\"image_rollover\";s:1:\"1\";s:24:\"image_rollover_direction\";s:12:\"center_horiz\";s:24:\"image_rollover_icon_size\";s:4:\"15px\";s:19:\"link_image_rollover\";s:1:\"1\";s:19:\"zoom_image_rollover\";s:1:\"1\";s:20:\"title_image_rollover\";s:1:\"1\";s:19:\"cats_image_rollover\";s:1:\"1\";s:26:\"icon_circle_image_rollover\";s:1:\"1\";s:24:\"image_gradient_top_color\";s:18:\"rgba(34,36,42,0.9)\";s:27:\"image_gradient_bottom_color\";s:7:\"#22242a\";s:25:\"image_rollover_text_color\";s:7:\"#ffffff\";s:25:\"image_rollover_icon_color\";s:7:\"#78bca1\";s:22:\"pagination_box_padding\";a:2:{s:5:\"width\";s:4:\"16px\";s:6:\"height\";s:4:\"10px\";}s:23:\"pagination_text_display\";s:1:\"0\";s:20:\"pagination_font_size\";s:4:\"12px\";s:17:\"form_input_height\";s:4:\"40px\";s:13:\"form_bg_color\";s:7:\"#eaeaea\";s:15:\"form_text_color\";s:7:\"#333333\";s:17:\"form_border_color\";s:19:\"rgba(255,255,255,0)\";s:17:\"timeline_bg_color\";s:19:\"rgba(255,255,255,0)\";s:14:\"timeline_color\";s:19:\"rgba(255,255,255,0)\";s:16:\"google_analytics\";s:0:\"\";s:10:\"space_head\";s:0:\"\";s:10:\"space_body\";s:0:\"\";s:15:\"pw_jpeg_quality\";s:2:\"82\";s:16:\"smooth_scrolling\";s:1:\"0\";s:15:\"disable_builder\";s:1:\"1\";s:27:\"disable_code_block_encoding\";s:1:\"1\";s:16:\"disable_megamenu\";s:1:\"1\";s:16:\"avada_rev_styles\";s:1:\"1\";s:22:\"avada_styles_dropdowns\";s:1:\"1\";s:15:\"use_animate_css\";s:1:\"1\";s:26:\"disable_mobile_animate_css\";s:1:\"0\";s:27:\"disable_mobile_image_hovers\";s:1:\"1\";s:9:\"status_yt\";s:1:\"1\";s:12:\"status_vimeo\";s:1:\"1\";s:11:\"status_gmap\";s:1:\"1\";s:12:\"status_totop\";s:1:\"1\";s:19:\"status_totop_mobile\";s:1:\"1\";s:20:\"status_fusion_slider\";s:1:\"1\";s:14:\"status_eslider\";s:1:\"1\";s:18:\"status_fontawesome\";s:1:\"1\";s:16:\"status_opengraph\";s:1:\"1\";s:31:\"disable_date_rich_snippet_pages\";s:1:\"1\";s:8:\"dev_mode\";s:1:\"0\";s:20:\"dynamic_css_compiler\";s:1:\"1\";s:22:\"dynamic_css_db_caching\";s:1:\"1\";s:15:\"cache_server_ip\";s:0:\"\";s:10:\"custom_css\";s:315:\"/*BUTTON HEIGHT*/\r\n.customButton {padding: 4%;}\r\n\r\n/* FOOTER COLUMNS CENTER ON MOBILE */\r\n@media only screen and (max-width: 800px ) {\r\n .fusion-footer .textwidget { text-align: center; }\r\n\r\n .fusion-footer .fusion-widget-menu > #menu-footer-menu {\r\n float: none;\r\n text-align: center;\r\n }\r\n}\";s:11:\"scheme_type\";s:0:\"\";s:12:\"color_scheme\";s:5:\"Green\";}','yes'),(6145,'fusion_core_unconverted_posts_converted','1','yes'),(6238,'wdev-frash','a:3:{s:7:\"plugins\";a:1:{s:23:\"wp-smushit/wp-smush.php\";i:1486614331;}s:5:\"queue\";a:2:{s:32:\"7de3619981caadc55f30a002bfb299f6\";a:4:{s:6:\"plugin\";s:23:\"wp-smushit/wp-smush.php\";s:4:\"type\";s:5:\"email\";s:7:\"show_at\";i:1486614331;s:6:\"sticky\";b:1;}s:32:\"fc50097023d0d34c5a66f6cddcf77694\";a:3:{s:6:\"plugin\";s:23:\"wp-smushit/wp-smush.php\";s:4:\"type\";s:4:\"rate\";s:7:\"show_at\";i:1487476798;}}s:4:\"done\";a:0:{}}','no'),(6239,'wp-smush-version','2.5.3','no'),(6240,'wp-smush-skip-redirect','1','no'),(7162,'wp-smush-install-type','new','no'),(7301,'wp-smush-hide_upgrade_notice','1','no'),(7792,'fusion_builder_options','a:147:{s:16:\"animation_offset\";s:13:\"top-into-view\";s:15:\"dates_box_color\";s:7:\"#eef0f2\";s:11:\"button_size\";s:5:\"Large\";s:11:\"button_span\";s:2:\"no\";s:12:\"button_shape\";s:6:\"Square\";s:11:\"button_type\";s:4:\"Flat\";s:17:\"button_typography\";a:8:{s:11:\"font-family\";s:9:\"Open Sans\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:14:\"letter-spacing\";s:3:\"1px\";}s:25:\"button_gradient_top_color\";s:7:\"#78bca1\";s:28:\"button_gradient_bottom_color\";s:7:\"#78bca1\";s:31:\"button_gradient_top_color_hover\";s:7:\"#6fb297\";s:34:\"button_gradient_bottom_color_hover\";s:7:\"#6fb297\";s:19:\"button_accent_color\";s:7:\"#ffffff\";s:25:\"button_accent_hover_color\";s:7:\"#ffffff\";s:18:\"button_bevel_color\";s:7:\"#787878\";s:19:\"button_border_width\";s:1:\"0\";s:18:\"carousel_nav_color\";s:14:\"rgba(0,0,0,.5)\";s:20:\"carousel_hover_color\";s:14:\"rgba(0,0,0,.6)\";s:14:\"carousel_speed\";s:4:\"2500\";s:21:\"checklist_icons_color\";s:7:\"#78bca1\";s:16:\"checklist_circle\";s:1:\"1\";s:22:\"checklist_circle_color\";s:7:\"#333333\";s:25:\"container_padding_default\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";}s:21:\"container_padding_100\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:4:\"30px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:4:\"30px\";}s:19:\"full_width_bg_color\";s:7:\"#ffffff\";s:22:\"full_width_border_size\";s:1:\"0\";s:23:\"full_width_border_color\";s:7:\"#eae9e9\";s:20:\"content_box_bg_color\";s:7:\"#f7f7f7\";s:22:\"content_box_title_size\";s:4:\"22px\";s:23:\"content_box_title_color\";s:7:\"#333333\";s:22:\"content_box_body_color\";s:7:\"#747474\";s:21:\"content_box_icon_size\";s:4:\"40px\";s:22:\"content_box_icon_color\";s:7:\"#ffffff\";s:23:\"content_box_icon_circle\";s:3:\"yes\";s:30:\"content_box_icon_circle_radius\";s:3:\"50%\";s:25:\"content_box_icon_bg_color\";s:7:\"#78bca1\";s:38:\"content_box_icon_bg_inner_border_color\";s:19:\"rgba(255,255,255,0)\";s:37:\"content_box_icon_bg_inner_border_size\";s:1:\"0\";s:38:\"content_box_icon_bg_outer_border_color\";s:19:\"rgba(255,255,255,0)\";s:37:\"content_box_icon_bg_outer_border_size\";s:1:\"0\";s:27:\"content_box_icon_hover_type\";s:7:\"pulsate\";s:40:\"content_box_hover_animation_accent_color\";s:7:\"#78bca1\";s:21:\"content_box_link_type\";s:4:\"text\";s:21:\"content_box_link_area\";s:3:\"box\";s:23:\"content_box_link_target\";s:5:\"_self\";s:18:\"content_box_margin\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:4:\"20px\";}s:18:\"countdown_timezone\";s:9:\"site_time\";s:20:\"countdown_show_weeks\";s:2:\"no\";s:26:\"countdown_background_color\";s:19:\"rgba(255,255,255,0)\";s:26:\"countdown_background_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:27:\"countdown_background_repeat\";s:9:\"no-repeat\";s:29:\"countdown_background_position\";s:13:\"center center\";s:27:\"countdown_counter_box_color\";s:7:\"#ffffff\";s:28:\"countdown_counter_text_color\";s:7:\"#2b2e32\";s:28:\"countdown_heading_text_color\";s:7:\"#ffffff\";s:31:\"countdown_subheading_text_color\";s:7:\"#ffffff\";s:25:\"countdown_link_text_color\";s:7:\"#ffffff\";s:21:\"countdown_link_target\";s:5:\"_self\";s:17:\"counter_box_speed\";s:4:\"1000\";s:17:\"counter_box_color\";s:7:\"#333333\";s:22:\"counter_box_title_size\";s:4:\"50px\";s:21:\"counter_box_icon_size\";s:4:\"50px\";s:22:\"counter_box_body_color\";s:7:\"#747474\";s:21:\"counter_box_body_size\";s:4:\"15px\";s:24:\"counter_box_border_color\";s:7:\"#333333\";s:20:\"counter_box_icon_top\";s:2:\"no\";s:20:\"counter_filled_color\";s:7:\"#78bca1\";s:22:\"counter_unfilled_color\";s:7:\"#f6f6f6\";s:13:\"dropcap_color\";s:7:\"#78bca1\";s:18:\"faq_featured_image\";s:1:\"0\";s:11:\"faq_filters\";s:3:\"yes\";s:19:\"flip_boxes_front_bg\";s:7:\"#f7f7f7\";s:24:\"flip_boxes_front_heading\";s:7:\"#333333\";s:21:\"flip_boxes_front_text\";s:7:\"#747474\";s:18:\"flip_boxes_back_bg\";s:7:\"#78bca1\";s:23:\"flip_boxes_back_heading\";s:7:\"#ffffff\";s:20:\"flip_boxes_back_text\";s:7:\"#ffffff\";s:22:\"flip_boxes_border_size\";s:1:\"1\";s:23:\"flip_boxes_border_color\";s:19:\"rgba(255,255,255,0)\";s:24:\"flip_boxes_border_radius\";s:1:\"0\";s:17:\"icon_circle_color\";s:7:\"#78bca1\";s:17:\"icon_border_color\";s:19:\"rgba(255,255,255,0)\";s:10:\"icon_color\";s:7:\"#ffffff\";s:21:\"imgframe_border_color\";s:7:\"#f6f6f6\";s:22:\"imageframe_border_size\";s:1:\"0\";s:24:\"imageframe_border_radius\";s:1:\"0\";s:20:\"imgframe_style_color\";s:7:\"#000000\";s:14:\"modal_bg_color\";s:7:\"#f7f7f7\";s:18:\"modal_border_color\";s:7:\"#f7f7f7\";s:23:\"person_background_color\";s:13:\"rgba(0,0,0,0)\";s:19:\"person_border_color\";s:7:\"#f6f6f6\";s:18:\"person_border_size\";s:1:\"0\";s:20:\"person_border_radius\";s:1:\"0\";s:18:\"person_style_color\";s:7:\"#000000\";s:16:\"person_alignment\";s:4:\"Left\";s:20:\"person_icon_position\";s:3:\"Top\";s:24:\"popover_heading_bg_color\";s:7:\"#f6f6f6\";s:24:\"popover_content_bg_color\";s:7:\"#ffffff\";s:20:\"popover_border_color\";s:7:\"#ebebeb\";s:18:\"popover_text_color\";s:7:\"#747474\";s:17:\"popover_placement\";s:3:\"Top\";s:36:\"full_boxed_pricing_box_heading_color\";s:7:\"#333333\";s:29:\"sep_pricing_box_heading_color\";s:7:\"#333333\";s:17:\"pricing_box_color\";s:7:\"#c4c4c4\";s:16:\"pricing_bg_color\";s:7:\"#ffffff\";s:20:\"pricing_border_color\";s:7:\"#f8f8f8\";s:21:\"pricing_divider_color\";s:7:\"#ededed\";s:18:\"progressbar_height\";s:4:\"37px\";s:25:\"progressbar_text_position\";s:6:\"on_bar\";s:24:\"progressbar_filled_color\";s:7:\"#78bca1\";s:31:\"progressbar_filled_border_color\";s:7:\"#ffffff\";s:30:\"progressbar_filled_border_size\";s:1:\"0\";s:26:\"progressbar_unfilled_color\";s:7:\"#f6f6f6\";s:22:\"progressbar_text_color\";s:7:\"#ffffff\";s:23:\"section_sep_border_size\";s:1:\"1\";s:14:\"section_sep_bg\";s:7:\"#f6f6f6\";s:24:\"section_sep_border_color\";s:7:\"#f6f6f6\";s:20:\"separator_style_type\";s:6:\"double\";s:9:\"sep_color\";s:7:\"#e0dede\";s:16:\"separator_circle\";s:1:\"1\";s:21:\"separator_border_size\";s:1:\"1\";s:22:\"social_links_font_size\";s:4:\"16px\";s:23:\"social_links_color_type\";s:6:\"custom\";s:23:\"social_links_icon_color\";s:7:\"#ffffff\";s:18:\"social_links_boxed\";s:1:\"1\";s:22:\"social_links_box_color\";s:7:\"#78bca1\";s:25:\"social_links_boxed_radius\";s:3:\"50%\";s:26:\"social_links_boxed_padding\";s:4:\"12px\";s:30:\"social_links_tooltip_placement\";s:3:\"Top\";s:13:\"tabs_bg_color\";s:7:\"#ffffff\";s:19:\"tabs_inactive_color\";s:7:\"#f7f7f7\";s:17:\"tabs_border_color\";s:7:\"#f7f7f7\";s:10:\"tagline_bg\";s:7:\"#f6f6f6\";s:20:\"tagline_border_color\";s:7:\"#f6f6f6\";s:14:\"tagline_margin\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:4:\"84px\";}s:20:\"testimonial_bg_color\";s:19:\"rgba(255,255,255,0)\";s:22:\"testimonial_text_color\";s:7:\"#999999\";s:18:\"testimonials_speed\";s:4:\"4000\";s:19:\"testimonials_random\";s:1:\"0\";s:16:\"title_style_type\";s:6:\"single\";s:18:\"title_border_color\";s:7:\"#e0dede\";s:12:\"title_margin\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";}s:22:\"accordion_divider_line\";s:1:\"0\";s:24:\"accordian_inactive_color\";s:7:\"#333333\";s:21:\"user_login_text_align\";s:6:\"center\";s:32:\"user_login_form_background_color\";s:7:\"#f6f6f6\";s:16:\"visibility_small\";s:3:\"640\";s:17:\"visibility_medium\";s:4:\"1024\";}','yes'),(8373,'wd_bwg_options','{\"images_directory\":\"wp-content\\/uploads\",\"masonry\":\"vertical\",\"mosaic\":\"vertical\",\"resizable_mosaic\":\"0\",\"mosaic_total_width\":\"100\",\"image_column_number\":\"5\",\"images_per_page\":\"30\",\"thumb_width\":\"180\",\"thumb_height\":\"90\",\"upload_thumb_width\":\"300\",\"upload_thumb_height\":\"300\",\"image_enable_page\":\"1\",\"image_title_show_hover\":\"none\",\"ecommerce_icon_show_hover\":\"\",\"album_column_number\":\"5\",\"albums_per_page\":\"30\",\"album_title_show_hover\":\"hover\",\"album_thumb_width\":\"120\",\"album_thumb_height\":\"90\",\"album_enable_page\":\"1\",\"extended_album_height\":\"150\",\"extended_album_description_enable\":\"1\",\"image_browser_width\":\"800\",\"image_browser_title_enable\":\"1\",\"image_browser_description_enable\":\"1\",\"blog_style_width\":\"800\",\"blog_style_title_enable\":\"1\",\"blog_style_images_per_page\":\"5\",\"blog_style_enable_page\":\"1\",\"slideshow_type\":\"fade\",\"slideshow_interval\":\"5\",\"slideshow_width\":\"800\",\"slideshow_height\":\"500\",\"slideshow_enable_autoplay\":\"0\",\"slideshow_enable_shuffle\":\"0\",\"slideshow_enable_ctrl\":\"1\",\"slideshow_enable_filmstrip\":\"1\",\"slideshow_filmstrip_height\":\"90\",\"slideshow_enable_title\":\"0\",\"slideshow_title_position\":\"top-right\",\"slideshow_enable_description\":\"0\",\"slideshow_description_position\":\"bottom-right\",\"slideshow_enable_music\":\"0\",\"slideshow_audio_url\":\"\",\"slideshow_effect_duration\":\"1\",\"popup_width\":\"800\",\"popup_height\":\"500\",\"popup_type\":\"fade\",\"popup_interval\":\"5\",\"popup_enable_filmstrip\":\"1\",\"popup_filmstrip_height\":\"70\",\"popup_enable_ctrl_btn\":\"1\",\"popup_enable_fullscreen\":\"1\",\"popup_enable_comment\":\"1\",\"popup_enable_email\":\"0\",\"popup_enable_captcha\":\"0\",\"popup_enable_download\":\"0\",\"popup_enable_fullsize_image\":\"0\",\"popup_enable_facebook\":\"1\",\"popup_enable_twitter\":\"1\",\"popup_enable_google\":\"1\",\"popup_enable_ecommerce\":\"0\",\"popup_effect_duration\":\"1\",\"watermark_type\":\"none\",\"watermark_position\":\"bottom-left\",\"watermark_width\":\"90\",\"watermark_height\":\"90\",\"watermark_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/plugins\\/photo-gallery\\/images\\/watermark.png\",\"watermark_text\":\"web-dorado.com\",\"watermark_link\":\"https:\\/\\/web-dorado.com\",\"watermark_font_size\":\"20\",\"watermark_font\":\"Arial\",\"watermark_color\":\"FFFFFF\",\"watermark_opacity\":\"30\",\"built_in_watermark_type\":\"none\",\"built_in_watermark_position\":\"middle-center\",\"built_in_watermark_size\":\"15\",\"built_in_watermark_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/plugins\\/photo-gallery\\/images\\/watermark.png\",\"built_in_watermark_text\":\"web-dorado.com\",\"built_in_watermark_font_size\":\"20\",\"built_in_watermark_font\":\"arial.ttf\",\"built_in_watermark_color\":\"FFFFFF\",\"built_in_watermark_opacity\":\"30\",\"image_right_click\":\"0\",\"popup_fullscreen\":\"0\",\"gallery_role\":\"0\",\"album_role\":\"0\",\"image_role\":\"0\",\"popup_autoplay\":\"0\",\"album_view_type\":\"thumbnail\",\"popup_enable_pinterest\":\"0\",\"popup_enable_tumblr\":\"0\",\"show_search_box\":\"0\",\"search_box_width\":\"180\",\"preload_images\":\"0\",\"preload_images_count\":\"10\",\"popup_enable_info\":\"1\",\"popup_enable_rate\":\"0\",\"thumb_click_action\":\"open_lightbox\",\"thumb_link_target\":\"1\",\"comment_moderation\":\"0\",\"popup_info_always_show\":\"0\",\"popup_hit_counter\":\"0\",\"enable_ML_import\":\"0\",\"showthumbs_name\":\"1\",\"show_album_name\":\"0\",\"show_image_counts\":\"0\",\"upload_img_width\":\"1200\",\"upload_img_height\":\"1200\",\"play_icon\":\"1\",\"show_masonry_thumb_description\":\"0\",\"slideshow_title_full_width\":\"0\",\"popup_info_full_width\":\"0\",\"show_sort_images\":\"0\",\"autoupdate_interval\":\"30\",\"instagram_access_token\":\"\",\"description_tb\":\"0\",\"enable_seo\":\"1\",\"autohide_lightbox_navigation\":\"1\",\"autohide_slideshow_navigation\":\"1\",\"read_metadata\":\"1\",\"enable_loop\":\"1\",\"enable_addthis\":\"0\",\"addthis_profile_id\":\"\",\"carousel_interval\":\"5\",\"carousel_width\":\"300\",\"carousel_height\":\"300\",\"carousel_image_column_number\":\"5\",\"carousel_image_par\":\"0.75\",\"carousel_enable_title\":\"0\",\"carousel_enable_autoplay\":\"0\",\"carousel_r_width\":\"800\",\"carousel_fit_containerWidth\":\"1\",\"carousel_prev_next_butt\":\"1\",\"carousel_play_pause_butt\":\"1\",\"permissions\":\"manage_options\",\"facebook_app_id\":\"\",\"facebook_app_secret\":\"\",\"show_tag_box\":\"0\",\"show_hide_custom_post\":\"0\",\"show_hide_post_meta\":\"0\",\"use_inline_stiles_and_scripts\":\"0\",\"placeholder\":\"\",\"id\":\"1\",\"old_images_directory\":\"wp-content\\/uploads\"}','no'),(8478,'envira_gallery_116','1','yes'),(8479,'envira_gallery_121','1','yes'),(8480,'envira_gallery_review','a:2:{s:4:\"time\";i:1487040547;s:9:\"dismissed\";b:0;}','yes'),(8829,'w3tc_state','{\"common.install\":1487305760,\"minify.hide_minify_help\":true}','no'),(8834,'w3tc_nr_application_id','{\"d41d8cd98f00b204e9800998ecf8427e\":0}','yes'),(8877,'A2_Optimized_Plugin__version','2.0.5','yes'),(8878,'A2_Optimized_Plugin__installed','1','yes'),(8886,'fix-w3tc-version','0.162.0.0','yes'),(8947,'p3_notices','a:0:{}','yes'),(9007,'p3_scan_','{\"url\":\"\\/band\\/wp-admin\\/admin-ajax.php\",\"ip\":\"184.155.206.128\",\"pid\":134108,\"date\":\"2017-02-17T05:17:58+00:00\",\"theme_name\":\"\\\\\\\\WDP\\\\DFS\\\\40\\\\0\\\\3\\\\2\\\\4008921230\\\\user\\\\sites\\\\2509584.site\\\\www\\\\band\\\\wp-content\\\\themes\\\\Avada\\\\functions.php\",\"runtime\":{\"total\":6.3722431659698,\"wordpress\":0.54353499412537,\"theme\":0.66925668716431,\"plugins\":1.5585758686066,\"profile\":3.1094646453857,\"breakdown\":{\"p3-profiler\":0.074331521987915,\"a2-optimized-wp\":0.012604713439941,\"all-in-one-event-calendar-extended-views\":0.0020818710327148,\"all-in-one-event-calendar\":0.17369055747986,\"backup-guard-silver\":0.034648418426514,\"contact-form-7\":0.055364370346069,\"envira-gallery-lite\":0.034534454345703,\"fusion-builder\":1.0978145599365,\"fusion-core\":0.012645483016968,\"hide-featured-image\":0.0020010471343994,\"w3-total-cache\":0.018836975097656,\"wp-smushit\":0.037899255752563,\"\":0.0021226406097412}},\"memory\":45875200,\"stacksize\":24860,\"queries\":55}\r\n{\"url\":\"\\/band\\/wp-admin\\/admin-ajax.php\",\"ip\":\"184.155.206.128\",\"pid\":134108,\"date\":\"2017-02-17T05:31:20+00:00\",\"theme_name\":\"\\\\\\\\WDP\\\\DFS\\\\40\\\\0\\\\3\\\\2\\\\4008921230\\\\user\\\\sites\\\\2509584.site\\\\www\\\\band\\\\wp-content\\\\themes\\\\Avada\\\\functions.php\",\"runtime\":{\"total\":7.2886979579926,\"wordpress\":1.0168862342834,\"theme\":0.63931202888489,\"plugins\":1.9818720817566,\"profile\":3.5839493274689,\"breakdown\":{\"p3-profiler\":0.067432641983032,\"a2-optimized-wp\":0.01757287979126,\"all-in-one-event-calendar-extended-views\":0.0020105838775635,\"all-in-one-event-calendar\":0.18997836112976,\"backup-guard-silver\":0.039273500442505,\"contact-form-7\":0.055231809616089,\"envira-gallery-lite\":0.036535263061523,\"fusion-builder\":1.1079199314117,\"fusion-core\":0.40134143829346,\"hide-featured-image\":0.0019595623016357,\"w3-total-cache\":0.023932933807373,\"wp-smushit\":0.03624963760376,\"\":0.0024335384368896}},\"memory\":45875200,\"stacksize\":24860,\"queries\":54}\r\n','yes'),(9012,'fusion_builder_settings','a:4:{s:28:\"enable_builder_ui_by_default\";s:1:\"0\";s:15:\"fusion_elements\";a:41:{i:0;s:13:\"fusion_button\";i:1;s:11:\"fusion_code\";i:2;s:20:\"fusion_content_boxes\";i:3;s:19:\"fusion_counters_box\";i:4;s:22:\"fusion_counters_circle\";i:5;s:14:\"fusion_dropcap\";i:6;s:13:\"fusion_events\";i:7;s:17:\"fusion_flip_boxes\";i:8;s:18:\"fusion_fontawesome\";i:9;s:19:\"fusion_fusionslider\";i:10;s:16:\"fusion_highlight\";i:11;s:13:\"fusion_images\";i:12;s:17:\"fusion_imageframe\";i:13;s:11:\"layerslider\";i:14;s:15:\"fusion_lightbox\";i:15;s:18:\"fusion_menu_anchor\";i:16;s:12:\"fusion_modal\";i:17;s:22:\"fusion_modal_text_link\";i:18;s:25:\"fusion_one_page_text_link\";i:19;s:13:\"fusion_person\";i:20;s:14:\"fusion_popover\";i:21;s:16:\"fusion_portfolio\";i:22;s:17:\"fusion_postslider\";i:23;s:15:\"fusion_progress\";i:24;s:10:\"rev_slider\";i:25;s:24:\"fusion_section_separator\";i:26;s:16:\"fusion_separator\";i:27;s:14:\"fusion_sharing\";i:28;s:13:\"fusion_slider\";i:29;s:19:\"fusion_social_links\";i:30;s:17:\"fusion_soundcloud\";i:31;s:12:\"fusion_table\";i:32;s:11:\"fusion_tabs\";i:33;s:18:\"fusion_tagline_box\";i:34;s:11:\"fusion_text\";i:35;s:12:\"fusion_title\";i:36;s:16:\"fusion_accordion\";i:37;s:14:\"fusion_tooltip\";i:38;s:18:\"fusion_widget_area\";i:39;s:22:\"fusion_products_slider\";i:40;s:21:\"fusion_woo_shortcodes\";}s:10:\"post_types\";a:4:{i:0;s:1:\" \";i:1;s:4:\"page\";i:2;s:15:\"avada_portfolio\";i:3;s:15:\"fusion_template\";}s:6:\"action\";s:16:\"save_fb_settings\";}','yes'),(9109,'wpsol_optimization_settings','a:2:{s:18:\"speed_optimization\";a:4:{s:9:\"act_cache\";i:1;s:11:\"clean_cache\";i:40;s:15:\"act_compression\";i:1;s:11:\"add_expires\";i:1;}s:17:\"advanced_features\";a:5:{s:17:\"html_minification\";i:0;s:16:\"css_minification\";i:0;s:15:\"js_minification\";i:0;s:21:\"cssgroup_minification\";i:0;s:20:\"jsgroup_minification\";i:0;}}','yes'),(9110,'wpsol_disable_optimizition_by_role','a:1:{s:7:\"disable\";i:0;}','yes'),(9112,'wpsol_plugin_install','a:2:{s:13:\"active_button\";s:8:\"activate\";s:12:\"active_cache\";s:0:\"\";}','yes'),(9115,'wpsol_database_queries_analysis','a:3:{s:5:\"theme\";a:2:{s:9:\"load_time\";i:0;s:4:\"type\";a:5:{s:6:\"SELECT\";i:0;s:6:\"UPDATE\";i:0;s:4:\"SHOW\";i:0;s:6:\"INSERT\";i:0;s:8:\"DESCRIBE\";i:0;}}s:4:\"core\";a:2:{s:9:\"load_time\";i:0;s:4:\"type\";a:5:{s:6:\"SELECT\";i:0;s:6:\"UPDATE\";i:0;s:4:\"SHOW\";i:0;s:6:\"INSERT\";i:0;s:8:\"DESCRIBE\";i:0;}}s:6:\"plugin\";a:3:{s:12:\"total_plugin\";i:0;s:9:\"load_time\";i:0;s:7:\"details\";a:0:{}}}','yes'),(9118,'wpsol_clean_database_config','a:6:{i:0;s:9:\"revisions\";i:1;s:7:\"drafted\";i:2;s:5:\"trash\";i:3;s:8:\"comments\";i:4;s:10:\"trackbacks\";i:5;s:9:\"transient\";}','yes'),(9121,'_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.2.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.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.7.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.7.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.7.2\";s:7:\"version\";s:5:\"4.7.2\";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:1487390027;s:15:\"version_checked\";s:5:\"4.7.2\";s:12:\"translations\";a:0:{}}','no'),(9127,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1487390029;s:7:\"checked\";a:3:{s:5:\"Avada\";s:5:\"5.0.6\";s:13:\"twentyfifteen\";s:3:\"1.7\";s:14:\"twentyfourteen\";s:3:\"1.9\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(9128,'_transient_timeout__eg_cache_all','1487397575','no'),(9129,'_transient__eg_cache_all','a:1:{i:0;a:3:{s:2:\"id\";i:4565;s:7:\"gallery\";a:3:{i:4322;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:97:\"http://daviddelk.net/band/wp-content/uploads/2016/08/250701_448797551856504_2051675630_n-1-1.jpeg\";s:5:\"title\";s:37:\"250701_448797551856504_2051675630_n 1\";s:4:\"link\";s:97:\"http://daviddelk.net/band/wp-content/uploads/2016/08/250701_448797551856504_2051675630_n-1-1.jpeg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:4323;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:125:\"http://daviddelk.net/band/wp-content/uploads/2016/08/10247432_10202483506901930_3030525015634078960_n-1-1-e1472093227625.jpeg\";s:5:\"title\";s:50:\"10247432_10202483506901930_3030525015634078960_n 1\";s:4:\"link\";s:125:\"http://daviddelk.net/band/wp-content/uploads/2016/08/10247432_10202483506901930_3030525015634078960_n-1-1-e1472093227625.jpeg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:4282;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"http://daviddelk.net/band/wp-content/uploads/2016/08/IMG_5630-2-1.jpg\";s:5:\"title\";s:10:\"IMG_5630-2\";s:4:\"link\";s:69:\"http://daviddelk.net/band/wp-content/uploads/2016/08/IMG_5630-2-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}}s:6:\"config\";a:19:{s:4:\"type\";s:7:\"default\";s:7:\"columns\";s:1:\"3\";s:13:\"gallery_theme\";s:4:\"base\";s:23:\"justified_gallery_theme\";s:6:\"normal\";s:6:\"gutter\";i:10;s:6:\"margin\";i:10;s:10:\"image_size\";s:7:\"default\";s:10:\"crop_width\";i:640;s:11:\"crop_height\";i:480;s:4:\"crop\";i:0;s:20:\"justified_row_height\";i:150;s:16:\"lightbox_enabled\";i:1;s:14:\"lightbox_theme\";s:4:\"base\";s:19:\"lightbox_image_size\";s:7:\"default\";s:13:\"title_display\";s:5:\"float\";s:7:\"classes\";a:1:{i:0;s:0:\"\";}s:3:\"rtl\";i:0;s:5:\"title\";s:5:\"TEST1\";s:4:\"slug\";s:5:\"test1\";}}}','no'),(9153,'cfTwitterToken_tweets-widget-2','AAAAAAAAAAAAAAAAAAAAADrePwAAAAAA26ZNfSg27Nmj9mElZPVoYb3y8mk%3DMkJZrPrXzQJtLxSz9MQePAY7yZaDdRq3S6sU7WLUU4lDh72DOq','yes'),(9154,'_site_transient_timeout_N3jTlJUQ7RookCszGQFhTQ','1487356348','no'),(9155,'_site_transient_N3jTlJUQ7RookCszGQFhTQ','[{\"created_at\":\"Fri Feb 17 15:09:30 +0000 2017\",\"id\":832607915706052608,\"id_str\":\"832607915706052608\",\"text\":\"@ItsThatOneGuy88 You are welcome to email your questions to support@theme-fusion.com\",\"truncated\":false,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"ItsThatOneGuy88\",\"name\":\"Xavi Villegas\",\"id\":1180850754,\"id_str\":\"1180850754\",\"indices\":[0,16]}],\"urls\":[]},\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"in_reply_to_status_id\":832393951256707072,\"in_reply_to_status_id_str\":\"832393951256707072\",\"in_reply_to_user_id\":1180850754,\"in_reply_to_user_id_str\":\"1180850754\",\"in_reply_to_screen_name\":\"ItsThatOneGuy88\",\"user\":{\"id\":1104094610,\"id_str\":\"1104094610\",\"name\":\"ThemeFusion\",\"screen_name\":\"Theme_Fusion\",\"location\":\"\",\"description\":\"We create premium Wordpress themes on Themeforest http:\\/\\/t.co\\/NR7G7vJnlV\",\"url\":\"http:\\/\\/t.co\\/Xqofr4I0Ku\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/Xqofr4I0Ku\",\"expanded_url\":\"http:\\/\\/theme-fusion.com\",\"display_url\":\"theme-fusion.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/NR7G7vJnlV\",\"expanded_url\":\"http:\\/\\/themeforest.net\\/user\\/ThemeFusion\",\"display_url\":\"themeforest.net\\/user\\/ThemeFusi\\u2026\",\"indices\":[50,72]}]}},\"protected\":false,\"followers_count\":3276,\"friends_count\":60,\"listed_count\":70,\"created_at\":\"Sat Jan 19 16:30:11 +0000 2013\",\"favourites_count\":248,\"utc_offset\":-14400,\"time_zone\":\"Atlantic Time (Canada)\",\"geo_enabled\":false,\"verified\":false,\"statuses_count\":2086,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"1A1B1F\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/378800000680508146\\/3a74ce3d0532b7773b174c45ca3bd05a_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/378800000680508146\\/3a74ce3d0532b7773b174c45ca3bd05a_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/1104094610\\/1398435924\",\"profile_link_color\":\"2FC2EF\",\"profile_sidebar_border_color\":\"181A1E\",\"profile_sidebar_fill_color\":\"252429\",\"profile_text_color\":\"666666\",\"profile_use_background_image\":true,\"has_extended_profile\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":null,\"follow_request_sent\":null,\"notifications\":null,\"translator_type\":\"none\"},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"is_quote_status\":false,\"retweet_count\":0,\"favorite_count\":1,\"favorited\":false,\"retweeted\":false,\"lang\":\"en\"},{\"created_at\":\"Fri Feb 17 15:08:58 +0000 2017\",\"id\":832607779173048320,\"id_str\":\"832607779173048320\",\"text\":\"@dstlearn If you need assistance or guidance please create a support ticket & our team will gladly assist you https:\\/\\/t.co\\/IM8Fh2QD9E\",\"truncated\":false,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"dstlearn\",\"name\":\"Doug Stevens\",\"id\":39141912,\"id_str\":\"39141912\",\"indices\":[0,9]}],\"urls\":[{\"url\":\"https:\\/\\/t.co\\/IM8Fh2QD9E\",\"expanded_url\":\"http:\\/\\/bit.ly\\/1KE4GB5\",\"display_url\":\"bit.ly\\/1KE4GB5\",\"indices\":[114,137]}]},\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"in_reply_to_status_id\":831976804403421184,\"in_reply_to_status_id_str\":\"831976804403421184\",\"in_reply_to_user_id\":39141912,\"in_reply_to_user_id_str\":\"39141912\",\"in_reply_to_screen_name\":\"dstlearn\",\"user\":{\"id\":1104094610,\"id_str\":\"1104094610\",\"name\":\"ThemeFusion\",\"screen_name\":\"Theme_Fusion\",\"location\":\"\",\"description\":\"We create premium Wordpress themes on Themeforest http:\\/\\/t.co\\/NR7G7vJnlV\",\"url\":\"http:\\/\\/t.co\\/Xqofr4I0Ku\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/Xqofr4I0Ku\",\"expanded_url\":\"http:\\/\\/theme-fusion.com\",\"display_url\":\"theme-fusion.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/NR7G7vJnlV\",\"expanded_url\":\"http:\\/\\/themeforest.net\\/user\\/ThemeFusion\",\"display_url\":\"themeforest.net\\/user\\/ThemeFusi\\u2026\",\"indices\":[50,72]}]}},\"protected\":false,\"followers_count\":3276,\"friends_count\":60,\"listed_count\":70,\"created_at\":\"Sat Jan 19 16:30:11 +0000 2013\",\"favourites_count\":248,\"utc_offset\":-14400,\"time_zone\":\"Atlantic Time (Canada)\",\"geo_enabled\":false,\"verified\":false,\"statuses_count\":2086,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"1A1B1F\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/378800000680508146\\/3a74ce3d0532b7773b174c45ca3bd05a_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/378800000680508146\\/3a74ce3d0532b7773b174c45ca3bd05a_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/1104094610\\/1398435924\",\"profile_link_color\":\"2FC2EF\",\"profile_sidebar_border_color\":\"181A1E\",\"profile_sidebar_fill_color\":\"252429\",\"profile_text_color\":\"666666\",\"profile_use_background_image\":true,\"has_extended_profile\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":null,\"follow_request_sent\":null,\"notifications\":null,\"translator_type\":\"none\"},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"is_quote_status\":false,\"retweet_count\":0,\"favorite_count\":0,\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Fri Feb 17 15:08:14 +0000 2017\",\"id\":832607595986874369,\"id_str\":\"832607595986874369\",\"text\":\"@dstlearn You can trigger the migration to manually run, in the Avada System Status page -> https:\\/\\/t.co\\/gy0Zb9Aflb\",\"truncated\":false,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"dstlearn\",\"name\":\"Doug Stevens\",\"id\":39141912,\"id_str\":\"39141912\",\"indices\":[0,9]}],\"urls\":[{\"url\":\"https:\\/\\/t.co\\/gy0Zb9Aflb\",\"expanded_url\":\"http:\\/\\/d.pr\\/i\\/PnWk\",\"display_url\":\"d.pr\\/i\\/PnWk\",\"indices\":[95,118]}]},\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"in_reply_to_status_id\":831976804403421184,\"in_reply_to_status_id_str\":\"831976804403421184\",\"in_reply_to_user_id\":39141912,\"in_reply_to_user_id_str\":\"39141912\",\"in_reply_to_screen_name\":\"dstlearn\",\"user\":{\"id\":1104094610,\"id_str\":\"1104094610\",\"name\":\"ThemeFusion\",\"screen_name\":\"Theme_Fusion\",\"location\":\"\",\"description\":\"We create premium Wordpress themes on Themeforest http:\\/\\/t.co\\/NR7G7vJnlV\",\"url\":\"http:\\/\\/t.co\\/Xqofr4I0Ku\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/Xqofr4I0Ku\",\"expanded_url\":\"http:\\/\\/theme-fusion.com\",\"display_url\":\"theme-fusion.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/NR7G7vJnlV\",\"expanded_url\":\"http:\\/\\/themeforest.net\\/user\\/ThemeFusion\",\"display_url\":\"themeforest.net\\/user\\/ThemeFusi\\u2026\",\"indices\":[50,72]}]}},\"protected\":false,\"followers_count\":3276,\"friends_count\":60,\"listed_count\":70,\"created_at\":\"Sat Jan 19 16:30:11 +0000 2013\",\"favourites_count\":248,\"utc_offset\":-14400,\"time_zone\":\"Atlantic Time (Canada)\",\"geo_enabled\":false,\"verified\":false,\"statuses_count\":2086,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"1A1B1F\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/378800000680508146\\/3a74ce3d0532b7773b174c45ca3bd05a_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/378800000680508146\\/3a74ce3d0532b7773b174c45ca3bd05a_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/1104094610\\/1398435924\",\"profile_link_color\":\"2FC2EF\",\"profile_sidebar_border_color\":\"181A1E\",\"profile_sidebar_fill_color\":\"252429\",\"profile_text_color\":\"666666\",\"profile_use_background_image\":true,\"has_extended_profile\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":null,\"follow_request_sent\":null,\"notifications\":null,\"translator_type\":\"none\"},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"is_quote_status\":false,\"retweet_count\":0,\"favorite_count\":0,\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"}]','no'),(9175,'_site_transient_timeout_browser_89e98a02642e93650a77c5c0a1d9c25e','1487973347','no'),(9176,'_site_transient_browser_89e98a02642e93650a77c5c0a1d9c25e','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"51.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'),(9177,'_transient_timeout_feed_636a1eae994b1deb9d704cdb777d2ebb','1487411749','no'),(9178,'_transient_feed_636a1eae994b1deb9d704cdb777d2ebb','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:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Theme Fusion\";s: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:23:\"http://theme-fusion.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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WordPress Themes | Premium WordPress Themes | WooCommerce 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:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 17 Feb 2017 21:26: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:\"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:30:\"https://wordpress.org/?v=4.5.6\";s: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:54:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"5 Elements to Supercharge Your Contact Page in WordPress and Avada\";s: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:\"http://theme-fusion.com/improve-your-contact-page-in-wordpress-and-avada/\";s: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:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://theme-fusion.com/improve-your-contact-page-in-wordpress-and-avada/#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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 Feb 2017 18:49: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:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:5:\"Avada\";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:9:\"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:\"\";}i:2;a:5:{s:4:\"data\";s:12:\"contact form\";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:5:{s:4:\"data\";s:9:\"messaging\";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:5:{s:4:\"data\";s:12:\"social media\";s: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:\"http://theme-fusion.com/?p=399180\";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:652:\"<p>One of the most important points of conversion for turning visitors from casual browers into leads is the contact page. Despite this, many businesses are satisfied to list basic plain contact information and call it a day. If you reach your visitors where they’re at by crafting an interactive and personable contact page that lowers any barriers to getting […]</p>\n<p>The post <a rel=\"nofollow\" href=\"http://theme-fusion.com/improve-your-contact-page-in-wordpress-and-avada/\">5 Elements to Supercharge Your Contact Page in WordPress and Avada</a> appeared first on <a rel=\"nofollow\" href=\"http://theme-fusion.com\">Theme Fusion</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Tom Ewer\";s: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:11909:\"<p>One of the most important points of conversion for turning visitors from casual browers into leads is the contact page. Despite this, many businesses are satisfied to list basic plain contact information and call it a day.</p>\n<p><span id=\"more-399180\"></span></p>\n<p>If you reach your visitors where they’re at by crafting an interactive and personable contact page that lowers any barriers to getting in touch with you, you’ll be far less likely to lose out on those leads.</p>\n<p>After reading this post, you’ll know how to supercharge your contact page with a few simple elements (which <a href=\"https://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" target=\"_blank\">Avada</a> makes super easy to implement).</p>\n<p>Let’s get cracking!</p>\n<h2>What Is the Purpose of a Contact Page?</h2>\n<p>Simply put, a contact page provides points of contact between a visitor and a business.</p>\n<p>But it goes beyond that – from its capacity to invite potential customers to get in touch, to offering existing customers a hopefully quick and easy means to reach you. One can easily underestimate this humble page’s importance.</p>\n<p>Ultimately, the contact page is a vital stream of connection. It’s unwise to let this page to become your website’s weakest link.</p>\n<p>To create an effective contact page, you need to go farther than including only static text with your address and phone number. Use the following elements to squeeze as much power out of your contact page as possible.</p>\n<h2>Element 1: Personal Messaging</h2>\n<p>Dropping a bunch of elements on a page and expecting people to interact with them simply won’t cut it in most situations, and your contact page is no exception.</p>\n<p>As with any landing page, your visitor may have a few reservations about getting in touch via your contact page. It’s your job to address those reservations.</p>\n<p>Personal messaging is a great way of doing so. Craft personal messages for the viewer, leading them through their options, such as ‘Need to talk right now? Give us a call (###). Or, you can shoot us an email with the form below.’</p>\n<p>Here are a couple of great live examples to check out. As you can see, you’re not just limited to plain text.</p>\n<h3><a href=\"https://support.ted.com/customer/portal/emails/new\" target=\"_blank\">TED</a></h3>\n<p><a href=\"https://support.ted.com/customer/portal/emails/new\" target=\"_blank\">TED Support</a> offers a short narrative to ensure that you feel confident using this form to get in touch. Even their contact form leads you through a series of questions to make sure you’re not overwhelmed.</p>\n<figure><img src=\"https://theme-fusion.com/wp-content/uploads/2017/02/ted-contact.jpg\" alt=\"ted-contact\" width=\"650\" height=\"239\" class=\"alignnone size-full wp-image-422081\" srcset=\"https://theme-fusion.com/wp-content/uploads/2017/02/ted-contact.jpg 650w, https://theme-fusion.com/wp-content/uploads/2017/02/ted-contact-300x110.jpg 300w\" sizes=\"(max-width: 650px) 100vw, 650px\" /></figure>\n<h3><a href=\"http://mostlyserious.io/get-started/\" target=\"_blank\">Mostly Serious</a></h3>\n<p><a href=\"http://mostlyserious.io/get-started/\" target=\"_blank\">Mostly Serious</a> is a digital marketing group that really takes this to the next level by complimenting you, the viewer, to get you warmed up for initial contact. Then, they take a friendly and funny tone to prompt you through their form: “What’s your mom call you?”</p>\n<figure><img class=\" size-full wp-image-399184 aligncenter\" src=\"https://theme-fusion.com/wp-content/uploads/2016/03/mostlyserious-contact-form.png\" alt=\"Mostly Serious Contact Form\" width=\"727\" height=\"544\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/03/mostlyserious-contact-form.png 727w, https://theme-fusion.com/wp-content/uploads/2016/03/mostlyserious-contact-form-300x224.png 300w\" sizes=\"(max-width: 727px) 100vw, 727px\" /></figure>\n<h2>Element 2: Forms and Clickable Contact Points</h2>\n<p>Including a contact form is the simplest way to increase engagement – visitors don’t even need to leave the page to send you an email.</p>\n<p>An effective contact form collects only exactly what you need to know; the shorter the contact form, the more likely they are to use it. (Here’s a post with a lot of ideas for <a href=\"https://dailypost.wordpress.com/2013/05/09/engaging-forms/\" target=\"_blank\">getting creative with forms</a> to help spark your inspiration.)</p>\n<p>For email addresses and phone numbers, use link tags to implement clickable links, as follows:</p>\n<div class=\"shortcode-list\">\n<ul>\n<li><strong>Phone numbers link format:</strong> <code>tel:5554322345</code> (<a href=\"http://code.tutsplus.com/tutorials/mobile-web-quick-tip-phone-number-links--mobile-7667\" target=\"_blank\">more details on this here</a>)</li>\n<li><strong>Email addresses link format:</strong> <code>mailto:address@example.com</code></li>\n</ul>\n</div>\n<p>For implementing your contact form, there are a few options. First of all, Avada comes with an <a href=\"https://theme-fusion.com/avada-doc/pages/setting-up-contact-page/\" target=\"_blank\">built-in contact form</a> – simply follow the documentation to activate it.</p>\n<p>If you need something a little more customized, any of the following plugins are good options and <a href=\"https://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" target=\"_blank\">Avada</a> offers built in design integration for both Contact Form 7 and Gravity Forms.</p>\n<div class=\"shortcode-list\">\n<ul>\n<li><a href=\"https://wordpress.org/plugins/contact-form-7/\" target=\"_blank\">Contact Form 7</a></li>\n<li><a href=\"https://wordpress.org/plugins/jetpack/\" target=\"_blank\">Jetpack</a></li>\n<li><a href=\"http://www.gravityforms.com/\" target=\"_blank\">Gravity Forms</a></li>\n<li><a href=\"https://wordpress.org/plugins/ninja-forms/\" target=\"_blank\">Ninja Forms</a></li>\n<li><a href=\"https://wordpress.org/plugins/formidable/\" target=\"_blank\">Formidable Forms</a></li>\n</ul>\n</div>\n<p>You can learn more about <a href=\"http://avada.theme-fusion.com/advanced-admin-panel/form-options/\" target=\"_blank\">integrating the above contact form plugins here</a>.</p>\n<h2>Element 3: Social Media Calls to Action</h2>\n<p>Depending on how active your business is on social media, you can start driving better customer interaction by encouraging questions through your contact page.</p>\n<p>You can go beyond normal social media links, too. For example, you can create a link that automatically writes a quick ‘tweet’ for your visitor. Maybe you want the default contact ‘tweet’ to automatically fill in the first part, so all the visitor must do is finish the sentence:</p>\n<figure><img class=\" wp-image-399197 aligncenter\" src=\"https://theme-fusion.com/wp-content/uploads/2016/03/twitter-intent-box-1024x241.png\" alt=\"The Twitter tweet intent box.\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/03/twitter-intent-box-1024x241.png 1024w, https://theme-fusion.com/wp-content/uploads/2016/03/twitter-intent-box-300x71.png 300w, https://theme-fusion.com/wp-content/uploads/2016/03/twitter-intent-box.png 1306w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<p>You can easily do this by using Twitter’s ‘intent links’, which are added by creating a normal link like any other, simply using the <a href=\"https://dev.twitter.com/web/tweet-button/web-intent\" target=\"_blank\">Twitter intent protocol</a>.</p>\n<p>Here’s the link to use to make the example work. Simply modify the username and following message to customize it for yourself!</p>\n<p><em><a href=\"https://twitter.com/intent/tweet/?text=@yourbusiness:%20Hey!%20I%20just%20wanted%20to%20get%20in%20touch%20about\" target=\"_blank\">http://twitter.com/intent/tweet/?text=@yourbusiness: Hey! I just wanted to get in touch about</a></em></p>\n<p>If you want to get a little more integrated on Facebook, you can request to have your business included in the <a href=\"https://www.messenger.com/business\" target=\"_blank\">Messenger for Business program</a>.</p>\n<p>Need advice on using social media for customer support? We have you covered:</p>\n<div class=\"shortcode-list\">\n<ul>\n<li>Customer Support on Twitter, from <a href=\"https://blog.twitter.com/2015/twitter-customer-service\" target=\"_blank\">Twitter</a> and <a href=\"http://blog.hubspot.com/marketing/twitter-customer-service-examples\" target=\"_blank\">HubSpot</a>.</li>\n<li>Customer Support on Facebook, from <a href=\"http://www.socialmediaexaminer.com/social-customer-service-facebook/\" target=\"_blank\">Social Media Examiner</a>.</li>\n</ul>\n</div>\n<h2>Element 4: <a href=\"https://www.google.com/maps\" target=\"_blank\">Google Maps</a> (With Options for Directions)</h2>\n<p>If you’re a bricks and mortar business, embedding <a href=\"https://www.google.com/maps\" target=\"_blank\">Google Maps</a> will offer a better visual for where your company is right off the bat. Avada comes locked and loaded with <a href=\"http://avada.theme-fusion.com/google-maps/\" target=\"_blank\">Google Maps embeds</a>, along with several customization options that are easy to use and allow you to make the map exactly as you wish to fit your brand. All you need to do is drop it in and choose your options. </p>\n<figure><img class=\" wp-image-399186 size-large aligncenter\" src=\"https://theme-fusion.com/wp-content/uploads/2016/03/embedded-google-maps-1024x384.png\" alt=\"The embedded Google Maps screen.\" width=\"1024\" height=\"384\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/03/embedded-google-maps-1024x384.png 1024w, https://theme-fusion.com/wp-content/uploads/2016/03/embedded-google-maps-300x113.png 300w, https://theme-fusion.com/wp-content/uploads/2016/03/embedded-google-maps.png 1127w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<p>You can even take this one step further by using a small form that gives people directions straight to you. With the help of Avada and a form plugin, you can create incredibly beautiful maps without a single line of code.</p>\n<h2>Element 5: <a href=\"http://www.skype.com/\" target=\"_blank\">Skype Calling</a></h2>\n<p>Depending on the type of business you run, you may be interested in adding <a href=\"http://www.skype.com/\" target=\"_blank\">Skype</a> as an option for people worldwide to contact you.</p>\n<p>Even if you’re a local business, you can never know what opportunities await in the wide world yonder – and it’s best to be prepared to take those calls!</p>\n<p>You can learn more about <a href=\"http://blogs.skype.com/2013/06/20/how-to-set-up-a-skype-number-so-customers-can-call-you-on-skype/\" target=\"_blank\">setting up Skype for business calls</a> here, and when it’s time to add it to your website, simply drop in a <a href=\"http://www.skype.com/en/create-contactme-buttons/\" target=\"_blank\"><em>Call Us</em> Skype button</a>.</p>\n<h2>Conclusion</h2>\n<p>You go to a lot of trouble optimizing the rest of your site for conversions and engagement. Don’t lose customer leads by having a contact page that doesn’t let your visitors to reach you in their preferred way!</p>\n<p>Turn the heat up by creating a personal narrative; including a contact form, clickable phone numbers or emails; making social media outreach painfully simple; and adding the option for directions straight to your business.</p>\n<p>What works best for you on your own contact page? Do you have any insider secrets to get more leads from your business site? Let your fellow Avada users know in the comments section below!</p>\n<p>The post <a rel=\"nofollow\" href=\"http://theme-fusion.com/improve-your-contact-page-in-wordpress-and-avada/\">5 Elements to Supercharge Your Contact Page in WordPress and Avada</a> appeared first on <a rel=\"nofollow\" href=\"http://theme-fusion.com\">Theme Fusion</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://theme-fusion.com/improve-your-contact-page-in-wordpress-and-avada/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"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:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:60:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"Avada Customer Spotlight: Gabriëlle Vermeij\";s: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:\"http://theme-fusion.com/avada-customer-spotlight-gabrielle-vermeij/\";s: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:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://theme-fusion.com/avada-customer-spotlight-gabrielle-vermeij/#respond\";s: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, 20 Jan 2017 20:24: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:8:\"category\";a:7:{i:0;a:5:{s:4:\"data\";s:5:\"Avada\";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:9:\"Community\";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:18:\"Customer Spotlight\";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:5:{s:4:\"data\";s:6:\"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:\"\";}i:4;a:5:{s:4:\"data\";s:6:\"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:\"\";}i:5;a:5:{s:4:\"data\";s:18:\"Gabriëlle Vermeij\";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:5:{s:4:\"data\";s:9:\"spotlight\";s: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:\"http://theme-fusion.com/?p=420340\";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:613:\"<p>Gabriëlle Vermeij is an art director and photographer based in the Netherlands. She helps her clients capture creative visions and translate them into tangible objects, such as brochures and websites. Her creativity is astounding and her ability to merge colors, photography and design into one is stunning. Gabriëlle chose Avada as the theme to help […]</p>\n<p>The post <a rel=\"nofollow\" href=\"http://theme-fusion.com/avada-customer-spotlight-gabrielle-vermeij/\">Avada Customer Spotlight: Gabriëlle Vermeij</a> appeared first on <a rel=\"nofollow\" href=\"http://theme-fusion.com\">Theme Fusion</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"ThemeFusion Staff\";s: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:1201:\"<p><a href=\"http://www.vermeijdesign.nl\" target=\"_blank\">Gabriëlle Vermeij</a> is an art director and photographer based in the Netherlands. She helps her clients capture creative visions and translate them into tangible objects, such as brochures and websites. Her creativity is astounding and her ability to merge colors, photography and design into one is stunning.</p>\n<p><span id=\"more-420340\"></span></p>\n<p>Gabriëlle chose Avada as the theme to help communicate her creative edge to her potential clients. She’s taken the time out of her busy creative schedule to answer a few questions about her life, business, and Avada portfolio. Let’s meet Gabriëlle!</p>\n<div style=\"clear: both;\"></div><div class=\"separator\" style=\"margin-top: 40px;margin-bottom: 40px;\"></div>\n<a href=\" https://avada.theme-fusion.com/gabrielle-vermeij-customer-spotlight/ \" class=\"short-btn large square \" target=\"_blank\"> View The Customer Spotlight </a>\n<p>The post <a rel=\"nofollow\" href=\"http://theme-fusion.com/avada-customer-spotlight-gabrielle-vermeij/\">Avada Customer Spotlight: Gabriëlle Vermeij</a> appeared first on <a rel=\"nofollow\" href=\"http://theme-fusion.com\">Theme Fusion</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://theme-fusion.com/avada-customer-spotlight-gabrielle-vermeij/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"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:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:51:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"3 Creative Ways to Ask for More Subscribers on Your WordPress Website\";s: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:76:\"http://theme-fusion.com/top-creative-ways-ask-subscribers-wordpress-website/\";s: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:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"http://theme-fusion.com/top-creative-ways-ask-subscribers-wordpress-website/#respond\";s: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, 19 Jan 2017 20:58: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:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:9:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"cta\";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:7:\"pop-ups\";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:5:{s:4:\"data\";s:18:\"subscription 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://theme-fusion.com/?p=399744\";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:646:\"<p>There’s not a lot of debate about the power of email subscriptions. Without a doubt, it’s important that you are asking your visitors to subscribe as effectively as possible! That said, your readers aren’t psychic, and can’t subscribe if you don’t give them the opportunity. By simply asking for people to subscribe throughout your WordPress […]</p>\n<p>The post <a rel=\"nofollow\" href=\"http://theme-fusion.com/top-creative-ways-ask-subscribers-wordpress-website/\">3 Creative Ways to Ask for More Subscribers on Your WordPress Website</a> appeared first on <a rel=\"nofollow\" href=\"http://theme-fusion.com\">Theme Fusion</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Tom Ewer\";s: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:13057:\"<p>There’s not a lot of debate about the power of email subscriptions. Without a doubt, it’s important that you are asking your visitors to subscribe as effectively as possible!</p>\n<p><span id=\"more-399744\"></span></p>\n<p>That said, your readers aren’t psychic, and can’t subscribe if you don’t give them the opportunity. By simply asking for people to subscribe throughout your WordPress site with consistent messaging and presentation, you’ll ensure that you catch every potential subscriber possible.</p>\n<p>Are you ready to stop letting subscribers slip through your fingers? In this post, we’ll discuss how to creatively insert your subscriber form throughout your WordPress website, in order to convert your readers into engaged participants of your brand!</p>\n<h2>1. Add Omnipresent Calls to Action in the Header, Footer, or Sidebar</h2>\n<p>An omnipresent Call to Action (CTA) is one that shows up throughout your entire site. It’s always waiting to catch new readers, and can be found no matter what page the viewer is on.</p>\n<p>There are three main locations where this particular CTA can live:</p>\n<div class=\"shortcode-list\">\n<ol>\n<li>Header</li>\n<li>Footer</li>\n<li>Sidebar</li>\n</ol>\n</div>\n<p>This CTA is invaluable because you know that you’re putting every page to work. It’s baked right into the most important action locations that people use on a regular basis, which means people can’t miss it.</p>\n<p>Here’s a bonus: If you’re willing to put a bit of effort in, you can not only track which pages are sending the most subscribers, but which also exact form location performs best! These numbers arm with you valuable knowledge about how your users interact with your design, which enables you to make more informed decisions about your website design in the future. (Exactly how to integrate the tracking of these marketing numbers will change for each email subscription service, but here’s how to do it with <a href=\"http://kb.mailchimp.com/lists/signup-forms/determine-webpage-signup-location\" target=\"_blank\">MailChimp</a>.)</p>\n<p>Feeling confused? Here are a few examples from around the web that demonstrate how to use each of these omnipresent CTA locations.</p>\n<h3>CTA in the Header</h3>\n<p>Including a call for subscriptions in the header is best done with subtlety, because you don’t want to make it difficult to navigate your site.</p>\n<p><a href=\"http://villagesofvanburen.com/\" target=\"_blank\">The Villages of Van Buren</a> solves this problem with a simple button that brings you to the subscribe page:</p>\n<figure><img class=\"wp-image-399746 aligncenter\" src=\"https://theme-fusion.com/wp-content/uploads/2016/03/omnipresent-cta-header.png\" alt=\"Screenshot of CTA in the header\" width=\"633\" height=\"153\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/03/omnipresent-cta-header.png 900w, https://theme-fusion.com/wp-content/uploads/2016/03/omnipresent-cta-header-300x73.png 300w, https://theme-fusion.com/wp-content/uploads/2016/03/omnipresent-cta-header-768x186.png 768w\" sizes=\"(max-width: 633px) 100vw, 633px\" /></figure>\n<h3>CTA in the Sidebar</h3>\n<p>You have a little more wiggle room to write an introduction for the newsletter in the sidebar. Explain what sort of content the reader will receive before throwing the form in there!</p>\n<p>Keep it simple, while providing relevant information for their newsletter:<br />\n<img src=\"https://theme-fusion.com/wp-content/uploads/2017/01/sidebar_newsletter.jpg\" alt=\"sidebar_newsletter\" width=\"651\" height=\"434\" class=\"alignnone size-full wp-image-420297\" srcset=\"https://theme-fusion.com/wp-content/uploads/2017/01/sidebar_newsletter.jpg 651w, https://theme-fusion.com/wp-content/uploads/2017/01/sidebar_newsletter-300x200.jpg 300w\" sizes=\"(max-width: 651px) 100vw, 651px\" /></p>\n<h3>CTA in the Footer</h3>\n<p>How detailed you care to be in your footer heavily relies on how much space your design allows for. Typically, it falls somewhere between the brevity of the header and the more detailed approach of the sidebar.</p>\n<p><a href=\"http://www.thechoppingblock.com/\" target=\"_blank\">The Chopping Block</a> offers a mobile subscription to their content, so they are able to make unique use of their subscribe call to action with a brief text and mobile phone image:</p>\n<figure><img class=\"wp-image-399750 aligncenter\" src=\"https://theme-fusion.com/wp-content/uploads/2016/03/omnipresent-cta-footer-1024x371.png\" alt=\"Screenshot of CTA in the footer\" width=\"633\" height=\"229\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/03/omnipresent-cta-footer-1024x371.png 1024w, https://theme-fusion.com/wp-content/uploads/2016/03/omnipresent-cta-footer-300x109.png 300w, https://theme-fusion.com/wp-content/uploads/2016/03/omnipresent-cta-footer-768x278.png 768w, https://theme-fusion.com/wp-content/uploads/2016/03/omnipresent-cta-footer.png 1160w\" sizes=\"(max-width: 633px) 100vw, 633px\" /></figure>\n<h2>2. Integrate Contextually Relevant Subscription Forms Within Your Content</h2>\n<p>By only using subscription forms in typical locations (such as the header), you wind up leaving a lot of potential subscribers out in the cold.</p>\n<p>Here’s how one blogger, <a href=\"http://www.marieforleo.com/2016/03/louie-schwartzberg/\" target=\"_blank\">Marie Forleo</a>, ensures every reader has the chance to subscribe after finishing her posts:</p>\n<figure><img class=\"wp-image-399820 aligncenter\" src=\"https://theme-fusion.com/wp-content/uploads/2016/03/cta-end-post-1-1024x489.png\" alt=\"Screenshot of CTA at the end of a blog post\" width=\"633\" height=\"302\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/03/cta-end-post-1-1024x489.png 1024w, https://theme-fusion.com/wp-content/uploads/2016/03/cta-end-post-1-300x143.png 300w, https://theme-fusion.com/wp-content/uploads/2016/03/cta-end-post-1-768x367.png 768w, https://theme-fusion.com/wp-content/uploads/2016/03/cta-end-post-1.png 1168w\" sizes=\"(max-width: 633px) 100vw, 633px\" /></figure>\n<p>You can take this one step further.</p>\n<p>It’s only logical that the prime moment someone may subscribe is when they’re actively experiencing the benefit they gain from your work. So, why not include a call to action right there, <em>within</em> your content?</p>\n<p>Plugins like <a href=\"https://wordpress.org/plugins/yikes-inc-easy-mailchimp-extender/\" target=\"_blank\">Easy Forms for MailChimp</a> make it easy to include a signup form within your pages and blog posts.</p>\n<p>For best results, make the form copy contextually relevant to the article. In other words, don’t randomly paste a template form; instead, introduce how your newsletter is relevant to what the reader is currently reading about, then ask for the subscribe with the form.</p>\n<p>Here’s an example of what we mean:</p>\n<blockquote><p>Learning how to maintain the feng shui in your home takes ongoing practice. That’s why we send out weekly feng shui tips in our interior design newsletter.</p>\n<p>You can subscribe easily, right here! <em>[Subscribe Form Here]</em></p></blockquote>\n<p>Even better, create a signup incentive specific to the article! The above example could read more like this:</p>\n<blockquote><p>Learning how to maintain the feng shui in your home takes ongoing practice. That’s why we send out weekly feng shui tips in our interior design newsletter.</p>\n<p>If you subscribe right now, you’ll also get our free e-book: “The Beginner’s Guide to Feng Shui”<em> [Subscribe Form Here]</em></p></blockquote>\n<p>Whether or not you include a form within a post itself, don’t forget to include a warm welcome to the newsletter and call to action at the end of your blog posts. You can use this on pages too, where it makes sense! <a href=\"http://www.corepoweryoga.com/\" target=\"_blank\">CorePower Yoga</a> is a great example of this:</p>\n<figure><img class=\"wp-image-399754 aligncenter\" src=\"https://theme-fusion.com/wp-content/uploads/2016/03/cta-end-page.png\" alt=\"Screenshot of CTA at end of page\" width=\"633\" height=\"174\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/03/cta-end-page.png 821w, https://theme-fusion.com/wp-content/uploads/2016/03/cta-end-page-300x83.png 300w, https://theme-fusion.com/wp-content/uploads/2016/03/cta-end-page-768x211.png 768w\" sizes=\"(max-width: 633px) 100vw, 633px\" /></figure>\n<h2>3. Use (Tasteful!) Pop-Ups to Maintain Integrity While Boosting Conversions</h2>\n<p>Pop-ups are not without their controversy. Businesses love them, since pop-ups continue to hold high conversion rates in many environments. On the other hand, pop-ups perform best when employed tastefully, due to the knee-jerk reaction of seething rage on the visitor’s side of things.</p>\n<p>This brings us to a very poignant question. What does <em>tastefully</em> mean?</p>\n<p><a href=\"https://wordpress.org/plugins/scroll-triggered-boxes/\" target=\"_blank\">Scroll Triggered Boxes</a> offer solid examples of pop-ups that users may intuitively appreciate.</p>\n<p>In this situation, the pop-up politely asks for a subscribe after the reader has made it all the way to the end of the blog post. It’s ethical, unobtrusive, but still catches attention. Best of all, it’s specifically targeted at people who finished your content and loved it. Who better to subscribe to your email list than your avid readers?</p>\n<p>Here’s the plugin in action on the <a href=\"http://withoutboxes.com/archives/\" target=\"_blank\">Without Boxes</a> blog:</p>\n<figure><img class=\"wp-image-399758 aligncenter\" src=\"https://theme-fusion.com/wp-content/uploads/2016/03/scroll-triggered.png\" alt=\"Screenshot of scroll triggered pop-up\" width=\"633\" height=\"365\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/03/scroll-triggered.png 974w, https://theme-fusion.com/wp-content/uploads/2016/03/scroll-triggered-300x173.png 300w, https://theme-fusion.com/wp-content/uploads/2016/03/scroll-triggered-768x443.png 768w\" sizes=\"(max-width: 633px) 100vw, 633px\" /></figure>\n<p>Experts all around the web have weighed in on what’s important for pop-ups, and we’ve narrowed it down to the two that we believe hold the most weight:</p>\n<div class=\"shortcode-list\">\n<ol>\n<li><strong><a href=\"http://www.evergage.com/blog/secret-pleasant-pop-ups/\" target=\"_blank\">Keep your pop-ups relevant</a> to the topic at hand.</strong> When your blog post is about interior design, your pop-ups should be advertising your newsletter for interior design (and nothing else).</li>\n<li><strong>Pop-ups that show themselves right away and block the main content are a big turn off for readers.</strong> They’re too intrusive. Instead, try <a href=\"http://unbounce.com/email-marketing/get-subscribers-from-pop-ups/\" target=\"_blank\">showing your pop-up after 60 seconds</a>. It’s a proven metric that makes sense: If someone has stayed on your page that long, they’re likely invested in what you have to say. (Alternatively, go with the ‘after content’ option mentioned above.)</li>\n</ol>\n</div>\n<p>If you can stick to these two rules, your pop-ups won’t cause too much nuisance for your users, and should increase your subscriber rate considerably.</p>\n<p>Consultant <a href=\"http://lewishowes.com/\" target=\"_blank\">Lewis Howes</a> has a great example of a pop-up that waits until you’ve had the chance to see what’s on the site first:</p>\n<figure><img class=\"wp-image-399755 aligncenter\" src=\"https://theme-fusion.com/wp-content/uploads/2016/03/tasteful-pop-up.png\" alt=\"Screenshot of a pop-up that waits to show until after 60 seconds\" width=\"633\" height=\"450\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/03/tasteful-pop-up.png 851w, https://theme-fusion.com/wp-content/uploads/2016/03/tasteful-pop-up-300x213.png 300w, https://theme-fusion.com/wp-content/uploads/2016/03/tasteful-pop-up-768x546.png 768w\" sizes=\"(max-width: 633px) 100vw, 633px\" /></figure>\n<h2>Conclusion</h2>\n<p>Don’t let your content stop working for you, even for a moment! Integrate clever subscriber forms and calls to action throughout your site for better subscription rates.</p>\n<p>Ensure that your website is catching as many subscribers as possible by integrating:</p>\n<div class=\"shortcode-list\">\n<ol>\n<li>At least one omnipresent call to action in either the header, footer or sidebar.</li>\n<li>Forms within and following your post content.</li>\n<li>Tasteful pop-ups that convert readers, rather than irritate them.</li>\n</ol>\n</div>\n<p>How do you ask for more subscribers? What are your favorite opt-in plugins? Share your successes in the comments section below!</p>\n<p><em>Image credits: <a href=\"https://pixabay.com/en/megaphone-shout-action-call-scream-50092/\" target=\"_blank\">Michael Dunner</a></em></p>\n<p>The post <a rel=\"nofollow\" href=\"http://theme-fusion.com/top-creative-ways-ask-subscribers-wordpress-website/\">3 Creative Ways to Ask for More Subscribers on Your WordPress Website</a> appeared first on <a rel=\"nofollow\" href=\"http://theme-fusion.com\">Theme Fusion</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"http://theme-fusion.com/top-creative-ways-ask-subscribers-wordpress-website/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"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:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:42:\"\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:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Avada 5.0 Is Live!\";s: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:\"http://theme-fusion.com/avada-5-0-live/\";s: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 Oct 2016 11:54: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:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:5:\"Avada\";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:9:\"Community\";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:7:\"Updates\";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:5:{s:4:\"data\";s:9:\"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:33:\"http://theme-fusion.com/?p=415817\";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:509:\"<p>We are excited to bring you several months of hard work and determination. Avada 5.0 along with the new Fusion Builder are now live for everyone to enjoy. Avada 5.0 with the new Fusion Builder has been our most successful update in the 4+ years we’ve been creating them. It helps pave the way for […]</p>\n<p>The post <a rel=\"nofollow\" href=\"http://theme-fusion.com/avada-5-0-live/\">Avada 5.0 Is Live!</a> appeared first on <a rel=\"nofollow\" href=\"http://theme-fusion.com\">Theme Fusion</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"ThemeFusion Staff\";s: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:3956:\"<p>We are excited to bring you several months of hard work and determination. <a href=\"https://avada.theme-fusion.com/whats-new-in-5-0/\" target=\"_blank\">Avada 5.0</a> along with the new <a href=\"https://avada.theme-fusion.com/fusion-builder-2/\" target=\"_blank\">Fusion Builder</a> are now live for everyone to enjoy. </p>\n<p><span id=\"more-415817\"></span></p>\n<p>Avada 5.0 with the new Fusion Builder has been our most successful update in the 4+ years we’ve been creating them. It helps pave the way for future updates and goals that will continue and allow our creative team of individuals to bring you amazing value and innovations. </p>\n<p>This update took us longer than expected, but it’s well worth the wait. The best way to view all that Avada 5.0 and the new Fusion Builder contains, is to view our promotional pages below. We’ve included some additional links below that highlight some of the new improvements to already created features.</p>\n<p>We humbly thank our dedicated group of <strong><a href=\"https://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" target=\"_blank\">275,000+ customers</a></strong> who continue and make these incredible updates possible. We promise to continue and bring you incredible updates that aim at making our customers lives easier through simplified and creative site building.</p>\n<p><strong><em>Please note, the current version is Avada 5.0.2</em></strong></p>\n<div style=\"clear: both;\"></div><div class=\"separator\" style=\"margin-top: 10px;margin-bottom: 40px;\"></div>\n<p><a href=\" https://avada.theme-fusion.com/whats-new-in-5-0/ \" class=\"short-btn large square \" target=\"_blank\"> What’s New In Avada 5.0 </a><br />\n<a href=\" https://avada.theme-fusion.com/fusion-builder-2/ \" class=\"short-btn large square \" target=\"_blank\"> The New Fusion Builder </a><br />\n<a href=\" https://avada.theme-fusion.com/fusion-builder-elements/ \" class=\"short-btn large square \" target=\"_blank\"> Fusion Builder Elements </a><br />\n<a href=\" https://avada.theme-fusion.com/avada-options/ \" class=\"short-btn large square \" target=\"_blank\"> Avada’s Option Network </a><br />\n<a href=\" https://avada.theme-fusion.com/demos/ \" class=\"short-btn large square \" target=\"_blank\"> Avada’s Professional Demos </a><br />\n<a href=\" https://avada.theme-fusion.com/professional-demos/ \" class=\"short-btn large square \" target=\"_blank\"> Avada’s Demo Importer </a><br />\n<a href=\" https://avada.theme-fusion.com/mobile-visibility-system/ \" class=\"short-btn large square \" target=\"_blank\"> Mobile Visibility System </a><br />\n<a href=\" https://avada.theme-fusion.com/site-layout/ \" class=\"short-btn large square \" target=\"_blank\"> Flexible Site Framework </a><br />\n<a href=\" https://avada.theme-fusion.com/headers-features/ \" class=\"short-btn large square \" target=\"_blank\"> Advanced Header Options </a><br />\n<a href=\" https://avada.theme-fusion.com/responsive/ \" class=\"short-btn large square \" target=\"_blank\"> Responsive Framework </a><br />\n<a href=\" https://avada.theme-fusion.com/woocommerce/ \" class=\"short-btn large square \" target=\"_blank\"> WooCommerce Integration </a><br />\n<a href=\" https://avada.theme-fusion.com/church/events/ \" class=\"short-btn large square \" target=\"_blank\"> Events Calendar Integration </a><br />\n<a href=\" https://avada.theme-fusion.com/bbpress/ \" class=\"short-btn large square \" target=\"_blank\"> bbPress Integration </a></p>\n<p>Cheers,<br />\nThemeFusion</p>\n<p><em>PS: comments are turned off on this announcement post so we can focus on our customers <img src=\"https://s.w.org/images/core/emoji/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></em></p>\n<p>The post <a rel=\"nofollow\" href=\"http://theme-fusion.com/avada-5-0-live/\">Avada 5.0 Is Live!</a> appeared first on <a rel=\"nofollow\" href=\"http://theme-fusion.com\">Theme Fusion</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:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:51:\"\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:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Avada 5.0 Update!\";s: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:\"http://theme-fusion.com/avada-5-0-update/\";s: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 Sep 2016 02:38: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:8:\"category\";a:7:{i:0;a:5:{s:4:\"data\";s:5:\"Avada\";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:9:\"Community\";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:11:\"ThemeFusion\";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:5:{s:4:\"data\";s:6:\"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:\"\";}i:4;a:5:{s:4:\"data\";s:7:\"Updates\";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:5:{s:4:\"data\";s:9:\"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:\"\";}i:6;a:5:{s:4:\"data\";s:20:\"avada theme features\";s: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:\"http://theme-fusion.com/?p=414150\";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:540:\"<p>Good Morning Avaaaaaaaaaaaaaada Community!!!! Our team has been working around the clock on the latest, (and by far) greatest update ever, Avada 5.0! This is a quick improv post to update you on the progress of how things have been going, some necessary changes that have occurred and some all around information goodness. Avada 5.0 […]</p>\n<p>The post <a rel=\"nofollow\" href=\"http://theme-fusion.com/avada-5-0-update/\">Avada 5.0 Update!</a> appeared first on <a rel=\"nofollow\" href=\"http://theme-fusion.com\">Theme Fusion</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Luke\";s: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:9219:\"<p>Good Morning Avaaaaaaaaaaaaaada Community!!!! </p>\n<p>Our team has been working around the clock on the latest, <em>(and by far)</em> greatest update ever, <a href=\"https://theme-fusion.com/avada-5-0-landing-soon/\" target=\"_blank\">Avada 5.0</a>! This is a quick improv post to update you on the progress of how things have been going, some necessary changes that have occurred and some all around information goodness.</p>\n<p><span id=\"more-414150\"></span></p>\n<p><strong><em>Avada 5.0 is Live!</em></strong></p>\n<p>Yes, the <em>‘Good Morning Avada Community’</em> line is a tribute to the late, great <a href=\"https://en.wikipedia.org/wiki/Good_Morning,_Vietnam\" target=\"_blank\">Robin Williams</a>. It simply feels right for our incredibly dedicated community of <a href=\"https://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" target=\"_blank\">275,000+ customers</a>.</p>\n<p>First off, we apologize since we severely underestimated the release date for when Avada 5.0 would be complete. We expected it sometime in August based off what we had already completed, against what was still left to do, yet here we are going into October. Such is the nature of development. </p>\n<p>We do sincerely apologize for underestimating our release date. That falls on us and we take full responsibility for it and will ensure it never happens again. <img src=\"https://s.w.org/images/core/emoji/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n<p>Thankfully through all our hard work, Avada 5.0 is simply amazing! </p>\n<p>We are so excited about it and we know you are as well. Each and every day so many of our amazing customers send in emails, comments, tweets, Facebook posts, blog comments, etc asking … <em>“When is Avada 5.0 going live?!?!?”</em>.</p>\n<p>We can’t express how humbled we feel to know the dedication our customer base feels towards the continued development of Avada. It is difficult for our team to continue and tell everyone that Avada 5.0 <em>“is coming soon”</em>, yet that is the truth, it is <em>“coming soon”!</em> </p>\n<p>Simply put, this is our most extensive update ever, loaded with goodies that aim at making your life easier by allowing you to grow your business, your clients business or your own personal website through our amazing product we all love, <a href=\"https://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" target=\"_blank\">Avada</a>. </p>\n<p>Our creative and dedicated group of individuals at ThemeFusion headquarters have been working around the clock to ensure everything is ready for this update. <a href=\"https://theme-fusion.com/avada-5-0-landing-soon/\" target=\"_blank\">Avada 5.0</a> includes significant changes such as the <a href=\"https://theme-fusion.com/avada-5-0-building-the-future/\" target=\"_blank\">brand new Fusion Builder</a> with dozens of new features, over 50+ Avada theme features, and an extreme number of improvements and performance enhancing items for the overall codebase. </p>\n<p>We push ourselves to never be satisfied and to continually strive for perfection. That reason alone is why Avada 5.0 is what it is, the best we’ve ever worked on. </p>\n<p>Throughout this update process we have continued to find ways to enhance the product. The nature of development is fickle at times, and is something we always have to keep an eye on. While we work on one thing, something else comes up that makes sense to do at the same time. This process of development is part of why we underestimated our release date, but it’s all for the better of the product, and will be well worth the wait!</p>\n<p>This update has been the progression of a development cycle that started towards the end of 2015, and will continue with Avada 6.0 into the future. It is the culmination of many meetings, discussions and research for where we wish to take this amazing community of <a href=\"https://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" target=\"_blank\">275,000+ wonderful customers</a>. </p>\n<p>Our continued goal is to simplify, enhance and extend what we offer to our users through strategically planned updates. Our history of updates shows this as well, but we’ve taken it so much further in 2016 and could not be more excited about it! And this is only the beginning!</p>\n<p>These updates we plan out have expected release dates, and we unfortunately underestimated the release date of 5.0. However, it is important to note a few things. <strong><em>The delay you see only means good things for you in the end because it either involves something new we’ve added, something we’ve realized can be improved, or all around thorough testing to ensure a solid update</em></strong>. </p>\n<p>Our team of 20+ people across the globe all have one important goal, to make our product better, and we spend hundreds of man hours a day doing this. There is no idle time, everything is constantly in motion being worked on, tested and verified. All of this means beneficial things for both you and us. </p>\n<p>We have a very strict set of guidelines that we follow when creating updates for our <a href=\"https://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" target=\"_blank\">275,000+ strong</a> user base. We organize and detail every feature, improvement, refactoring item and enhancement to ensure it is correct. <strong><em>Basically it boils down to our #1 goal, which is satisfying you, our customer.</em></strong> And to ensure we do that, we need to be patient while working through every part of the update.</p>\n<p>We do expect 5.0 to release soon, but do not want to release the expected date because of the nature of development. It will be soon. However, we do need you to fully understand that each and every day we work extremely hard to bring you what we feel needs done in each update we create. </p>\n<p>We have a group of over 300+ beta customers who have been helping us along the way, for which we are very grateful. We’ll be posting a final RC package to them as soon as we feel it is ready. </p>\n<p>We thank you for your patience, kindness, excitement and even generosity that comes in each and every day through online communications. It gives us strength and encouragement and confirms the company philosophy of what we believe in.</p>\n<p>Please be sure to follow our <a href=\"https://www.facebook.com/ThemeFusion-101565403356430/\" target=\"_blank\">Facebook Page</a>, join the amazing <a href=\"https://www.facebook.com/groups/AvadaUsers/\" target=\"_blank\">Avada Facebook Users Group</a>, follow us <a href=\"https://twitter.com/Theme_Fusion\" target=\"_blank\">on Twitter</a> and <a href=\"http://theme-fusion.us2.list-manage2.com/subscribe?u=4345c7e8c4f2826cc52bb84cd&id=af30829ace\" target=\"_blank\">subscribe to our newsletter</a> to stay up to date on all that is happening. We do our best to keep our customer base informed of all that is going on.</p>\n<p><strong><em>We’d like to give a special shout out to the amazing admins of the Avada Users Group on Facebook; Julie Larson, Geoff Powell, Alfred DeRose, Brad Vose, Vince Balk, Shaminder Ossan and Keely Worth for continuing to grow and nourish the Avada community on Facebook. They are on the front lines of the community making sure that new and old Avada users feel welcome and educated. Thank you guys!</em></strong></p>\n<p>In case you have not seen the Avada 5.0 posts yet, check the buttons out below. </p>\n<p>The current version of <a href=\"https://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" target=\"_blank\">Avada 4.0.3 is live on Themeforest</a> and is still the #1 selling theme of all time. Updates are <a href=\"https://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" target=\"_blank\">FREE</a> to anyone who has purchased an Avada license so don’t hesitate to join this amazing community today <img src=\"https://s.w.org/images/core/emoji/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n<p>We promise to continue to strive for perfection in all that we do for you. Thank you for helping us along the way.</p>\n<p>Cheers,<br />\nThemeFusion</p>\n<div style=\"clear: both;\"></div><div class=\"separator\" style=\"margin-top: 10px;margin-bottom: 40px;\"></div>\n<p><a href=\" https://theme-fusion.com/avada-5-0-landing-soon/ \" class=\"short-btn large square \" target=\"_blank\"> Avada 5.0 </a> <a href=\" https://theme-fusion.com/avada-5-0-building-the-future/ \" class=\"short-btn large square \" target=\"_blank\"> New Fusion Builder </a> <a href=\" https://theme-fusion.com/important-changes-coming-in-avada-5-0/ \" class=\"short-btn large square \" target=\"_blank\"> Important Changes </a></p>\n<p><em>PS: comments are turned off on this post so we can focus on getting you what you really want, Avada 5.0!</em></p>\n<p>The post <a rel=\"nofollow\" href=\"http://theme-fusion.com/avada-5-0-update/\">Avada 5.0 Update!</a> appeared first on <a rel=\"nofollow\" href=\"http://theme-fusion.com\">Theme Fusion</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:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:57:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"How to Avoid These Top 8 Mistakes When Getting Started With 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://theme-fusion.com/top-mistakes-to-avoid-getting-started-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"http://theme-fusion.com/top-mistakes-to-avoid-getting-started-wordpress/#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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 Aug 2016 14: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:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:15:\"Beginners Guide\";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:9:\"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:\"\";}i:2;a:5:{s:4:\"data\";s:17:\"automated backups\";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:5:{s:4:\"data\";s:17:\"beginner mistakes\";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:5:{s:4:\"data\";s:18:\"default permalinks\";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:5:{s:4:\"data\";s:18:\"image optimization\";s: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:\"http://theme-fusion.com/?p=399352\";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:630:\"<p>With WordPress’ famous five minute install, it’s tempting to rush in and start your website straight away without a second thought; but without a little bit of planning, you may find yourself subject to some costly mistakes as you get up and running. Since the technical barrier to installing your website is so low, you’re free […]</p>\n<p>The post <a rel=\"nofollow\" href=\"http://theme-fusion.com/top-mistakes-to-avoid-getting-started-wordpress/\">How to Avoid These Top 8 Mistakes When Getting Started With WordPress</a> appeared first on <a rel=\"nofollow\" href=\"http://theme-fusion.com\">Theme Fusion</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Tom Ewer\";s: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:13350:\"<p>With WordPress’ famous five minute install, it’s tempting to rush in and start your website straight away without a second thought; but without a little bit of planning, you may find yourself subject to some costly mistakes as you get up and running.</p>\n<p><span id=\"more-399352\"></span></p>\n<p>Since the technical barrier to installing your website is so low, you’re free to spend more time learning about why and how to run your website to avoid paying dearly down the line.</p>\n<p>In this post, you’ll learn the eight top mistakes and how to avoid them before you click <em>Install</em> on your new WordPress site.</p>\n<h2>Mistake 1: Ignoring Free Educational Resources</h2>\n<p>One of the reasons WordPress has maintained its popularity is due to the sheer amount of free and widely available support on any variety of topics from ‘beginner blogger’ to ‘advanced developer’.</p>\n<p>And while the WordPress community is home to an incredible support network, it’s arguably better to avoid trouble in the first place by getting your technical knowledge of the platform up to an elementary standard at minimum.</p>\n<h3>How to Avoid This Mistake</h3>\n<p>It’s simple – take advantage of the educational resources available to you! Here are a few of our favorites:</p>\n<div class=\"shortcode-list\">\n<ol>\n<li><a href=\"https://theme-fusion.com/getting-started-with-wordpress/\" target=\"_blank\">Our very own <em>Getting Started With WordPress</em> Series</a></li>\n<li><a href=\"https://codex.wordpress.org/New_To_WordPress_-_Where_to_Start%20\" target=\"_blank\">WordPress Codex: Getting Started</a></li>\n<li><a href=\"http://www.wpbeginner.com/category/wp-tutorials/\" target=\"_blank\">WordPress Beginner Tutorials</a></li>\n<li><a href=\"https://www.siteground.com/tutorials/wordpress/\" target=\"_blank\">SiteGround’s WordPress Tutorials</a></li>\n<li><a href=\"https://ithemes.com/tutorial/category/wordpress-101/%20\" target=\"_blank\">iThemes WordPress 101</a></li>\n</ol>\n</div>\n<p>The above list is a mere scratching of the surface – <a href=\"https://premium.wpmudev.org/blog/learn-wordpress-resources/\" target=\"_blank\">you can go much further</a>.</p>\n<h2>Mistake 2: Using Insecure Login Credentials</h2>\n<p>While there are many <a href=\"https://wordpress.org/plugins/search.php?q=security\" target=\"_blank\">WordPress security plugins</a> to help you make doubly ensure that your dashboard is safe, the true guardians are your username and password.</p>\n<figure><img class=\"wp-image-399370\" src=\"https://theme-fusion.com/wp-content/uploads/2016/03/wordpress-login-screen-1024x594.png\" alt=\"WordPress login screenshot.\" width=\"633\" height=\"367\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/03/wordpress-login-screen-1024x594.png 1024w, https://theme-fusion.com/wp-content/uploads/2016/03/wordpress-login-screen-300x174.png 300w, https://theme-fusion.com/wp-content/uploads/2016/03/wordpress-login-screen-768x445.png 768w, https://theme-fusion.com/wp-content/uploads/2016/03/wordpress-login-screen.png 1504w\" sizes=\"(max-width: 633px) 100vw, 633px\" /></figure>\n<p>Using the default <em>admin </em>username coupled with a weak password could spell disaster; enabling hacker bots to gain access to your site and wreak havoc.</p>\n<h3>How to Avoid This Mistake</h3>\n<p>First, try a username other than <em>admin</em>. Choose something you’ll easily remember, but that may not come so naturally to a bot trying to hack in.</p>\n<p>Secondly, feel free to take advantage of the password generator that comes installed with WordPress. Not comfortable using a password that you have to store somewhere? Check out <a href=\"https://xkcd.com/936/\" target=\"_blank\">XKCD’s post on simple, secure passwords</a>.</p>\n<h2>Mistake 3: Keeping the Default Permalink Structure</h2>\n<p>The default permalinks provided by WordPress won’t necessarily be right for you. And because permalinks can impact your Search Engine Optimization (SEO) rankings and the usability of your site, they’re worth thinking about!</p>\n<p>Permalinks, when structured well, don’t simply provide useful information about what information can be found in the post (therefore helping SEO) – they can be used as easy to memorize bookmarks later.</p>\n<p>What’s easier to remember later? This…</p><pre class=\"crayon-plain-tag\">/2008/02/03/this-was-the-entire-title-name-with-all-the-words/</pre><p>…or…</p><pre class=\"crayon-plain-tag\">/simple-title/</pre><p>Furthermore, permalinks displayed within the search results and in the browser address bar can give the reader a clue as to what they will read before your site even loads.</p>\n<p>The worst part is, once Google has indexed your site with a certain permalink structure, it can really <a href=\"https://moz.com/blog/advanced-wordpress-seo-permalink-changes-multilingual-implementation\" target=\"_blank\">hurt your rankings</a> to change it after the fact – no matter how careful you are through the process of switching to a new structure.</p>\n<h3>How to Avoid This Mistake</h3>\n<p>Do your homework!</p>\n<p>Research the <a href=\"https://premium.wpmudev.org/blog/wordpress-permalinks/\" target=\"_blank\">best permalink structure for your needs</a> and set them according before you hit <em>Publish</em> on even a single page.</p>\n<h2>Mistake 4: Failing to Install Traffic Analytics</h2>\n<p>Analytics provide insights on your site, its audience, and how they interact with your content.</p>\n<figure><img class=\"alignnone wp-image-399374\" src=\"https://theme-fusion.com/wp-content/uploads/2016/03/google-analytics-screenshot-1024x430.png\" alt=\"Google Analytics screenshot\" width=\"633\" height=\"266\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/03/google-analytics-screenshot-1024x430.png 1024w, https://theme-fusion.com/wp-content/uploads/2016/03/google-analytics-screenshot-300x126.png 300w, https://theme-fusion.com/wp-content/uploads/2016/03/google-analytics-screenshot-768x323.png 768w\" sizes=\"(max-width: 633px) 100vw, 633px\" /></figure>\n<p>When you can see which articles are drawing your audience in and what content makes them leave, you can provide more experiences they love (and less of what they don’t). Analytics can also be used to determine <em>how</em> your users are browsing through your site, and help you figure out which are the best pages to focus conversion optimization on.</p>\n<h3>How to Avoid This Mistake</h3>\n<p>Install <a href=\"https://analytics.google.com/\" target=\"_blank\">Google Analytics</a> as soon as your site launches! Avada makes doing so simple by providing a dedicated field in the Theme Options to which you can add your Google tracking code.</p>\n<h2>Mistake 5: Using Poor Quality Themes</h2>\n<p>A poorly written theme can impact your site’s performance and usability. Even a theme with a beautiful demo may not have the options you need, or may include unnecessary scripts or unoptimized code and images.</p>\n<p>In other words, don’t just throw the first pretty theme you find onto your site!</p>\n<h3>How to Avoid This Mistake</h3>\n<p>Do your research for any theme that catches your interest. You can follow these steps to do your own background check:</p>\n<div class=\"shortcode-list\">\n<ol>\n<li><strong>Search for more information about the author of the theme.</strong> Are they experienced? Have they developed other themes?</li>\n<li><strong>Read through reviews about the theme itself.</strong> Do people enjoy using it? What kind of websites does it work best for?</li>\n<li><strong>Look at the history of updates.</strong> Does it get updated to stay current with WordPress releases? How often are updates published? What kinds of features are added over time?</li>\n<li><strong>Check support capabilities.</strong> What kind of support does the developer offer? Do reviews mention top quality or poor quality support?</li>\n</ol>\n</div>\n<p><a href=\"https://premium.wpmudev.org/blog/free-wordpress-themes-how-to-choose-the-perfect-theme-for-you/\" target=\"_blank\">Check out a more detailed guide here</a>. Naturally, we think pretty highly of <a href=\"http://avada.theme-fusion.com/\" target=\"_blank\">Avada</a> <img src=\"https://s.w.org/images/core/emoji/72x72/1f609.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n<h2>Mistake 6: Not Setting Up Automated Backups</h2>\n<p>Back in the good ol’ days, did you ever write a document in <a href=\"https://products.office.com/en-US/word\" target=\"_blank\">Microsoft Word</a>, only for the program to crash? That doc was gone forever and you were forced to started again.</p>\n<p>Multiply the frustration you felt tenfold and you might start getting close to understanding how terrible it is to lose your website to a technical hosting glitch or a hacker.</p>\n<h3>How to Avoid This Mistake</h3>\n<p>Set up a backup system immediately! <a href=\"https://theme-fusion.com/need-set-wordpress-backup/\" target=\"_blank\">Here’s our tutorial</a> to show you how.</p>\n<h2>Mistake 7: Never Updating WordPress</h2>\n<p>It’s easy to ignore the update notifications for WordPress, or even fear them due to a misunderstanding of what might happen when you update.</p>\n<div id=\"attachment_399354\" style=\"width: 643px\" class=\"wp-caption aligncenter\"><img class=\"wp-image-399354\" src=\"https://theme-fusion.com/wp-content/uploads/2016/03/wordpress-updates.png\" alt=\"WordPress Updates Screenshot\" width=\"633\" height=\"169\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/03/wordpress-updates.png 915w, https://theme-fusion.com/wp-content/uploads/2016/03/wordpress-updates-300x80.png 300w, https://theme-fusion.com/wp-content/uploads/2016/03/wordpress-updates-768x206.png 768w\" sizes=\"(max-width: 633px) 100vw, 633px\" /><p class=\"wp-caption-text\">There’s nothing to fear about keeping your plugins up to date.</p></div>\n<p>You must learn to face your fears and keep WordPress updated! Keeping your WordPress installation up to date is important for a few reasons:</p>\n<div class=\"shortcode-list\">\n<ol>\n<li>WordPress develops updates to fix security bugs.</li>\n<li>WordPress updates include better features.</li>\n<li>Keeping all of your plugins and themes up to date with WordPress helps ensure that everything will continue to run smoothly and safely.</li>\n</ol>\n</div>\n<p>A great example of this is Avada. We continually send updates to bring you stronger and better tools with Avada, but some of those features can only be used with the current version of WordPress!</p>\n<h3>How to Avoid This Mistake</h3>\n<p>Squish those notifications by using the automatic updater for WordPress through the <em>Updates</em> page. Alternatively, you can <a href=\"http://www.wpbeginner.com/plugins/how-to-enable-automatic-updates-for-wordpress-plugins/\" target=\"_blank\">setup automatic updates</a> for 3rd party plugins and for the Avada theme, <a href=\"https://theme-fusion.com/avada-doc/getting-started/how-to-register-your-purchase/\" target=\"_blank\">register your purchase</a> to enable theme auto updates.</p>\n<h2>Mistake 8: Uploading Unoptimized Images</h2>\n<p>Poorly optimized images can put more of a strain on your site’s load speed than anything else, and you only have to consider your own browsing habits to know that a slow loading site can cause great frustration. I’m willing to bet that you’ve hit the <em>Back</em> button on a slow website on more than one occasion. Do you want visitors to do the same to your site?</p>\n<h3>How to Avoid This Mistake</h3>\n<p>Optimize all of your images! It’s far easier than you think, and you’ll be able to reduce image file size dramatically, without noticeably affecting quality.</p>\n<p>You can run all your existing images through an optimization process and set up automatic optimization for newly uploaded images. Here’s our tutorial to <a href=\"https://theme-fusion.com/wordpress-image-optimization-guide/\" target=\"_blank\">show you how</a>.</p>\n<h2>Conclusion</h2>\n<p>It may be super easy to install WordPress and get your site up and running, but don’t let that lull you into a false sense of security. You’d do well to educate yourself a little – at least enough to avoid the above eight common mistakes.</p>\n<p>Just to review, here’s how to avoid these mistakes:</p>\n<div class=\"shortcode-list\">\n<ol>\n<li>Take advantage of free educational resources.</li>\n<li>Use strong login credentials.</li>\n<li>Use the appropriate settings for your permalinks.</li>\n<li>Install Google Analytics.</li>\n<li>Choose a high-quality theme.</li>\n<li>Set up an automatic backup system.</li>\n<li>Keep your WordPress up to date.</li>\n<li>Optimize all of your images.</li>\n</ol>\n</div>\n<p>By following all of the above, you’re already ahead of the game!</p>\n<p>Have you made any mistakes with WordPress that you’d like to share so that others can avoid them? Let us know in the comments section below!</p>\n<p><em>Image Credit: <a href=\"https://pixabay.com/en/users/kpgolfpro-27707/\" target=\"_blank\">Kevin Phillips</a></em></p>\n<p>The post <a rel=\"nofollow\" href=\"http://theme-fusion.com/top-mistakes-to-avoid-getting-started-wordpress/\">How to Avoid These Top 8 Mistakes When Getting Started With WordPress</a> appeared first on <a rel=\"nofollow\" href=\"http://theme-fusion.com\">Theme Fusion</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://theme-fusion.com/top-mistakes-to-avoid-getting-started-wordpress/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"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:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:57:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"Important Changes Coming In Avada 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://theme-fusion.com/important-changes-coming-in-avada-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://theme-fusion.com/important-changes-coming-in-avada-5-0/#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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 02 Aug 2016 13:48: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:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:5:\"Avada\";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:15:\"Beginners Guide\";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:6:\"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:\"\";}i:3;a:5:{s:4:\"data\";s:7:\"Updates\";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:5:{s:4:\"data\";s:9:\"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:\"\";}i:5;a:5:{s:4:\"data\";s:9:\"important\";s: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:\"http://theme-fusion.com/?p=406091\";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:543:\"<p>The year of 2016 brings so much excitement for our + customer base. Avada has been the #1 selling theme for 4 years in a row with no signs of stopping. Our goal is to ensure we are leaders and innovators in this market. Avada is a digital product that deals with ever-changing web technologies. […]</p>\n<p>The post <a rel=\"nofollow\" href=\"http://theme-fusion.com/important-changes-coming-in-avada-5-0/\">Important Changes Coming In Avada 5.0</a> appeared first on <a rel=\"nofollow\" href=\"http://theme-fusion.com\">Theme Fusion</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Luke\";s: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:15865:\"<p>The year of 2016 brings so much excitement for our <strong>275,000+</strong> customer base. Avada has been the #1 selling theme for 4 years in a row with no signs of stopping. Our goal is to ensure we are leaders and innovators in this market. Avada is a digital product that deals with ever-changing web technologies. This requires ThemeFusion to make careful decisions so we can continue and move forward into the future. These decisions allow us to improve and innovate, while making sure our customer base receives the best product they possibly can.</p>\n<p><span id=\"more-406091\"></span></p>\n<div style=\"clear: both;\"></div><div class=\"separator\" style=\"margin-top: 30px;margin-bottom: 10px;background-color: #dadada;height: 1px;\"></div>\n<strong><a href=\"https://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" target=\"_blank\">Avada 5.0 is now live</a></strong><em> and is FREE to anyone who has purchased a license in the past. Comments are now turned off on this post as all new ones are support questions, please use our ticket system for any questions you have, <a href=\"https://theme-fusion.com/avada-doc/getting-started/avada-theme-support/\">sign up by following these steps</a>.</em><br />\n<div style=\"clear: both;\"></div><div class=\"separator\" style=\"margin-top: 10px;margin-bottom: 30px;background-color: #dadada;height: 1px;\"></div>\n<p>Backwards Compatability is critically important to us. Each decision taken and executed by our team is the result of highly detailed planning to ensure that every customer can update as smoothly as possible. We do all in our power to inform our customer base of important changes that each major update brings. <a href=\"https://theme-fusion.com/avada-5-0-landing-soon/\" target=\"_blank\">Avada 5.0</a> has 3 important items that vastly improve Avada, at the same time, they require our customers to be well informed about each of them.</p>\n<h4>1. New Token Registration For Auto Updates / Demo Importing / Plugin install & Updates</h4>\n<p>In past versions of Avada, auto updates required a 3 part registration process, while demo importing and installing/updating of plugins did not require anything. However, there are a few issues with this.</p>\n<p>First, a 3 part registration process is cumbersome and only worked for auto theme updates. Second, this previous process was based off the old Envato API which is very soon coming to an end. Since the old Envato API is ending, we are required to work with the new API which has many enhancements and improvements. One of these improvements allows us to make the registration process much easier!</p>\n<p>Enter the new Envato token registration process! This process only requires one single key and is very easy to setup.</p>\n<p>The new token registration process will be required to receive auto theme updates, Avada demos, and premium plugins to install and update. Though past versions of Avada did not require you to register the product to receive the demos and plugins, Avada 5.0 will. This may seem like an unnecessary step, but in reality it’s a vast improvement and all for the better!</p>\n<p>Before you hold reservations, let me explain what this means for you, the Avada customer. The new token method allows us to control all three items <em>(auto theme updates / Avada demos / premium plugins)</em> with one token key from your Envato account. This allows us to provide you with all the necessary data from a server instead of the theme zip file.</p>\n<p>This means a drastically reduced theme zip file that will easily install without the need to bump up PHP configurations. Customers with low PHP configurations or shared servers will no longer have to login via FTP to upload the theme.</p>\n<p>In addition, this allows us to continue adding as many demos as we need, offer more plugins, reduce unnecessary bugs and more easily maintain a more efficient codebase. This is a major improvement and overall time saver!</p>\n<p>The new registration process is done through the new Envato API via a token key. When you update to <a href=\"https://theme-fusion.com/avada-5-0-landing-soon/\" target=\"_blank\">Avada 5.0</a> you will see this below on the Avada Product Registraton Tab. Simply click on the instruction toggle box to view information on how to get your token key. Once registration is complete, all Avada demos can be imported and premium plugins <em>(currently Layer Slider and Revolution Slider)</em> will be able to be installed or updated.</p>\n<figure><a href=\"https://theme-fusion.com/wp-content/uploads/2016/07/avada_5.0_token_registration.jpg\"><img class=\"aligncenter size-full wp-image-409229\" src=\"https://theme-fusion.com/wp-content/uploads/2016/07/avada_5.0_token_registration.jpg\" alt=\"avada_5.0_token_registration\" width=\"1266\" height=\"800\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/07/avada_5.0_token_registration.jpg 1266w, https://theme-fusion.com/wp-content/uploads/2016/07/avada_5.0_token_registration-300x190.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/07/avada_5.0_token_registration-768x485.jpg 768w, https://theme-fusion.com/wp-content/uploads/2016/07/avada_5.0_token_registration-1024x647.jpg 1024w\" sizes=\"(max-width: 1266px) 100vw, 1266px\" /></a></figure>\n<h3>What Does This Mean For You?</h3>\n<p>While this is a major improvement for our customers, codebase and product, there is one thing we could not make happen. We tried everything we could and worked with Envato on trying to make it happen. However …</p>\n<p><strong>If you have already setup product registration for auto updates before, you will need to setup product registration again. This means you have to update to Avada 5.0 manually through WP admin or via FTP. Unfortunately we were unable to move over registrations. Thankfully the new token key registration system is easy to do and only needs done once.</strong></p>\n<p>After updating to 5.0, you will see the screen above and need to register the product via the new token process if you want auto updates / Avada demos / premium plugins.</p>\n<p>When Avada 5.0 releases, a full documentation post will be live in our support center. Simply go to the <a href=\"https://theme-fusion.com/support/\" target=\"_blank\">main support page</a> and enter a few keywords in the search field to find it.</p>\n<div style=\"clear: both;\"></div><div class=\"separator\" style=\"margin-top: 50px;margin-bottom: 30px;background-color: #dadada;height: 1px;\"></div>\n<h4>2. Portfolio & FAQ Page Templates Are Removed</h4>\n<p>Previously we had two methods to display your portfolio post types; a specific portfolio page template or the recent work element. And we had only one method to display your FAQ post types, the FAQ page template.</p>\n<p>Page templates are limiting because they do not allow you to place the corresponding post type wherever you’d like which makes it difficult to build a page with additional content. For example, you can use a <em>Portfolio 3 column page template</em>, and insert additional content on the page but the additional content will always be above the portfolio posts. The same is true for the FAQ page template.</p>\n<p>Elements <em>(shortcodes)</em> on the other hand, do not have this limitation, they are far more superior and we have chosen to only use them moving forward for our custom post types. Avada 5.0 brings a new FAQ element <em>(this has been widely requested, yay!)</em> and the recent work element has been renamed to portfolio.</p>\n<p>Our goal is to always improve, simplify and enhance Avada. In this instance simplification is necessary. We offer two methods to do the same thing, but one method <em>(elements)</em> is way more flexible. This is the reasoning behind removing all Portfolio and FAQ page templates.</p>\n<p>Instead of using page templates, you will be using the Portfolio and FAQ elements to display those post types anywhere you wish to display them. Elements are far superior than page templates because they A) can be placed anywhere on the page, even between other content, B) offer several more customization options, C) simplify the process of page building.</p>\n<p>The portfolio element gets long awaited feature additions like the load more button, infinite scroll, portfolio title display, text alignment, boxed padding and more. The FAQ element gets filter display, category selection and exclude categories. In addition every element now gets the brand new element visibility system that allows you to display exactly what you want on mobile, tablets and desktop.</p>\n<figure><a href=\"https://theme-fusion.com/wp-content/uploads/2016/07/avada_5_faq_portflio_elements.jpg\"><img class=\"aligncenter size-full wp-image-409252\" src=\"https://theme-fusion.com/wp-content/uploads/2016/07/avada_5_faq_portflio_elements.jpg\" alt=\"avada_5_faq_portflio_elements\" width=\"1266\" height=\"695\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/07/avada_5_faq_portflio_elements.jpg 1266w, https://theme-fusion.com/wp-content/uploads/2016/07/avada_5_faq_portflio_elements-300x165.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/07/avada_5_faq_portflio_elements-768x422.jpg 768w, https://theme-fusion.com/wp-content/uploads/2016/07/avada_5_faq_portflio_elements-1024x562.jpg 1024w\" sizes=\"(max-width: 1266px) 100vw, 1266px\" /></a></figure>\n<h3>What Does This Mean For You?</h3>\n<p>When you update to Avada 5.0, if you have a page that is using a portfolio or FAQ page template, everything will be automatically taken care of.</p>\n<p>The page template will be converted to the <em>default</em> or <em>100% width (if you had 100% width selected in fusion page options)</em> page template, and a portfolio or FAQ element will be added to it with the same options you previously had. The Fusion Page Options tab for Portfolio will be removed since it is no longer needed. All options and settings for Portfolio and FAQ elements are controlled directly in the element settings window via Fusion Builder, or globally via Fusion Theme Options.</p>\n<p>We’ve created the code to ensure the removal of these page templates and accurate conversion of your settings for any Portfolio or FAQ page template you were using. Everything is taken care of when you update to Avada 5.0.</p>\n<p>For those who use child themes and have modified these templates that will be removed in Avada 5.0, you can now modify the Portfolio or FAQ element with new hooks and also full element class replacement. Both are taken care of in our codebase.</p>\n<p>When Avada 5.0 releases, a full documentation post will be live in our support center. Simply go to the <a href=\"https://theme-fusion.com/support/\" target=\"_blank\">main support page</a> and enter a few keywords in the search field to find it.</p>\n<div style=\"clear: both;\"></div><div class=\"separator\" style=\"margin-top: 50px;margin-bottom: 30px;background-color: #dadada;height: 1px;\"></div>\n<h4>3. Fusion Builder Page Conversion</h4>\n<p>Avada 5.0 includes the brand new <a href=\"https://theme-fusion.com/avada-5-0-building-the-future/\" target=\"_blank\">Fusion Builder</a>! The codebase was rebuilt from the ground up to ensure backwards compatibility, enhanced performance, ease of use, extendibility, modularity and the future. It is ridiculously fast, efficient and extremely fun to use.</p>\n<p>The new Fusion Builder is a stand-alone plugin that is included with Avada. As mentioned, it has been built for the future and will eventually be released as it’s own product to be used with any theme! With this incredible new codebase, all previous pages built with the old Fusion Builder have to be converted over to the new Fusion Builder format.</p>\n<p>Upon updating to Avada 5.0, you will be presented with a splash screen that explains the process and asks you to confirm conversion. We do not automatically convert the pages because we have also made sure that we use unique names for Avada elements to prevent conflicts with other 3rd party plugins.</p>\n<figure><a href=\"https://theme-fusion.com/wp-content/uploads/2016/07/avada5_fb_conversion.jpg\"><img class=\"aligncenter size-full wp-image-409260\" src=\"https://theme-fusion.com/wp-content/uploads/2016/07/avada5_fb_conversion.jpg\" alt=\"avada5_fb_conversion\" width=\"1266\" height=\"1147\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/07/avada5_fb_conversion.jpg 1266w, https://theme-fusion.com/wp-content/uploads/2016/07/avada5_fb_conversion-300x272.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/07/avada5_fb_conversion-768x696.jpg 768w, https://theme-fusion.com/wp-content/uploads/2016/07/avada5_fb_conversion-1024x928.jpg 1024w\" sizes=\"(max-width: 1266px) 100vw, 1266px\" /></a></figure>\n<h3>What Does This Mean For You?</h3>\n<p>In order to achieve this, all element names that are related to Avada need to be converted to the new Fusion Builder syntax. To do so, Avada will search through your posts and pages and collect IDs of all pages using old Avada elements. Then it will create backups of those posts <em>(to ensure all your data is fully secure)</em> and convert the shortcode names to our new syntax. The process can take a little time, <em>(or more time if you have a lot of pages and posts)</em>, so please be patient and DO NOT CLOSE THE SCREEN once you’ve triggered the conversion.</p>\n<p>If you choose to not convert the shortcodes, you won’t be able to use Avada 5.0. You can simply revert to your previous theme version by deleting the contents of the new Avada folder and copying the old Avada theme folder to your server.</p>\n<p>As always and with any software, we recommend doing a full database backup before proceeding with conversion. Once converted, you will be able to fully enjoy all that Avada 5.0 offers along with the amazing new Fusion Builder.</p>\n<p>When Avada 5.0 releases, a full documentation post will be live in our support center. Simply go to the <a href=\"https://theme-fusion.com/support/\" target=\"_blank\">main support page</a> and enter a few keywords in the search field to find it.</p>\n<div style=\"clear: both;\"></div><div class=\"separator\" style=\"margin-top: 50px;margin-bottom: 30px;background-color: #dadada;height: 1px;\"></div>\n<h4>Conclusion</h4>\n<p>We take immense pride in providing free updates to our <strong>275,000+</strong> customer base. In addition, we make backwards compatibility one of the most important factors in every update. We have a beta testing group of over 200+ customers who have been helping us test all of this along the way, and we do everything in our power to make the process as smooth as it can be.</p>\n<p>As always, our amazing team of experts are just a ticket away from helping answer any questions you have. We are always here to help you around the clock.</p>\n<p>We are extremely excited about this update, it is a major step forward for Avada customers and our codebase. And it’s only the beginning, a full front end experience is coming to all Avada customers along with a plethora of new products and services. The future is bright and exciting!</p>\n<p>We humbly thank you for making <a href=\"http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" target=\"_blank\">Avada the #1 selling theme of all time</a> on Themeforest and for giving us an overall 5 star rating for the past 4 years. This is the highest praise we could receive from you. Your dedication, loyalty and business drives us each day and we will continue to pay it back through these amazing updates and top notch customer support.</p>\n<p>We love you all, thank you!</p>\n<p>Cheers<br />\nThemeFusion Team</p>\n<p>The post <a rel=\"nofollow\" href=\"http://theme-fusion.com/important-changes-coming-in-avada-5-0/\">Important Changes Coming In Avada 5.0</a> appeared first on <a rel=\"nofollow\" href=\"http://theme-fusion.com\">Theme Fusion</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://theme-fusion.com/important-changes-coming-in-avada-5-0/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"151\";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:66:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Avada 5.0 Building The 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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://theme-fusion.com/avada-5-0-building-the-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://theme-fusion.com/avada-5-0-building-the-future/#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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 29 Jul 2016 17:43: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:8:\"category\";a:9:{i:0;a:5:{s:4:\"data\";s:5:\"Avada\";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:6:\"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:\"\";}i:2;a:5:{s:4:\"data\";s:14:\"Fusion 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:\"\";}i:3;a:5:{s:4:\"data\";s:6:\"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:\"\";}i:4;a:5:{s:4:\"data\";s:7:\"Updates\";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:5:{s:4:\"data\";s:9:\"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:\"\";}i:6;a:5:{s:4:\"data\";s:8:\"features\";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:5:{s:4:\"data\";s:14:\"fusion 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:\"\";}i:8;a:5:{s:4:\"data\";s:7:\"plugins\";s: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:\"http://theme-fusion.com/?p=406086\";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:539:\"<p>Our ambitious plans continue for 2016, the next major step is coming near and the excitement is building, literally! Avada 5.0 includes something incredible that has been worked on for a very long time and plays a vital role in site creation. The brand new Fusion Builder. Avada 5.0 is now live and is FREE […]</p>\n<p>The post <a rel=\"nofollow\" href=\"http://theme-fusion.com/avada-5-0-building-the-future/\">Avada 5.0 Building The Future</a> appeared first on <a rel=\"nofollow\" href=\"http://theme-fusion.com\">Theme Fusion</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Luke\";s: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:41745:\"<p>Our ambitious plans continue for 2016, the next major step is coming near and the excitement is <strong><em>building</em></strong>, literally! <a href=\"http://theme-fusion.com/avada-5-0-landing-soon/\" target=\"_blank\">Avada 5.0</a> includes something incredible that has been worked on for a very long time and plays a vital role in site creation. The brand new Fusion Builder.</p>\n<p><span id=\"more-406086\"></span></p>\n<div style=\"clear: both;\"></div><div class=\"separator\" style=\"margin-top: 30px;margin-bottom: 10px;background-color: #dadada;height: 1px;\"></div>\n<strong><a href=\"https://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" target=\"_blank\">Avada 5.0 is now live</a></strong><em> and is FREE to anyone who has purchased a license in the past. Comments are now turned off on this post as all new ones are support questions, please use our ticket system for any questions you have, <a href=\"https://theme-fusion.com/avada-doc/getting-started/avada-theme-support/\">sign up by following these steps</a>.</em><br />\n<div style=\"clear: both;\"></div><div class=\"separator\" style=\"margin-top: 10px;margin-bottom: 30px;background-color: #dadada;height: 1px;\"></div>\n<p>We at ThemeFusion strive for simplicity in our product, yet at the same time have the continued goal of making Avada fully customizable from the ground up without having to be a web developer. A huge part of this relies on ThemeFusion’s proprietary page builder called Fusion Builder.</p>\n<p>The Fusion Builder gives you a drag and drop, WYSIWYG visual editing experience. It makes it easy to create beautiful, unique web pages or posts.</p>\n<p>Over the years we have had several feature, functionality and improvement requests for Fusion Builder from our <strong><a href=\"http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" target=\"_blank\">275,000+ user base</a></strong>.</p>\n<p>To make Fusion Builder into the page builder that everyone requests, and the codebase our team envisions, we were required to be build it new from the ground up. This was a decision made back in 2015 and has been worked on by a portion of our team for a long time, and now the entire team is focusing on it to ensure it’s ready for our next major update, <a href=\"http://theme-fusion.com/avada-5-0-landing-soon/\" target=\"_blank\">Avada 5.0</a>.</p>\n<h3 style=\"font-size: 30px; line-height: 42px; font-style: italic; color: #bbbfc2; margin-bottom: 25px;\">We are extremely excited to bring you months and months of work that we feel has yielded the best page builder on the market!</h3>\n<p>When Fusion Builder releases with Avada 5.0, it will be its own separate plugin. First it will only be included with Avada only, but eventually it will be sold as its own stand alone product.</p>\n<figure><a href=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_logo.png\"><img class=\"aligncenter size-full wp-image-406811\" src=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_logo.png\" alt=\"fusion_builder_logo\" width=\"1266\" height=\"800\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_logo.png 1266w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_logo-300x190.png 300w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_logo-768x485.png 768w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_logo-1024x647.png 1024w\" sizes=\"(max-width: 1266px) 100vw, 1266px\" /></a></figure>\n<p><em>While we are about to enter the beta phase, please note that some images you see below may change before the final release.</em></p>\n<h4>The New Fusion Builder</h4>\n<p>The new Fusion Builder was built with performance, ease of use, extendibility and modularity in mind. This is not only a page builder, it is going to serve as the backbone of many new products. Built with backbone.js, it is ridiculously fast, efficient and extremely fun to use.</p>\n<p>Everything has been re-envisioned from top to bottom to ensure easy site building that is intuitive and extremely fast.</p>\n<p>Oh and don’t worry, all of your previous pages and posts built with the current Fusion Builder will be converted over to the new Fusion Builder upon updating to Avada 5.0!</p>\n<p>Read below for a portion of our favorite highlights and previews of what the new Fusion Builder will include. This is only a sample of what truly lies under the hood of Fusion Builder.</p>\n<h5 style=\"margin: 50px 0px 10px 0px;\">Entirely Re-Built Codebase From Top To Bottom</h5>\n<p>Fusion Builder has been completely re-built from the ground up. This includes the backend code to the all important user interface. While time consuming, this has allowed us to do whatever we want with it now, and into the future.</p>\n<p>The speed at which it operates is a minimum 10x faster than its predecessor. One of the main goals for the codebase was to ensure it is built for speed, regardless of the overall page size.</p>\n<figure><a href=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_codebase-1.jpg\"><img class=\"aligncenter size-full wp-image-406826\" src=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_codebase-1.jpg\" alt=\"fusion builder codebase\" width=\"1275\" height=\"627\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_codebase-1.jpg 1275w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_codebase-1-300x148.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_codebase-1-768x378.jpg 768w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_codebase-1-1024x504.jpg 1024w\" sizes=\"(max-width: 1275px) 100vw, 1275px\" /></a></figure>\n<p>The beneficial speed enhancements and squeaky clean codebase are highly important, but the user interface is what truly makes this into the best builder on the market. The user interface is the means by which you interact and use a digital product. It can make or break its success.</p>\n<p>Our team has spent countless hours making sure every little detail of the user interface from the overall layout, to the controls, to the option editing is perfect.</p>\n<h3 style=\"font-size: 30px; line-height: 42px; font-style: italic; color: #bbbfc2; margin-bottom: 25px;\">And this is only the beginning.</h3>\n<p>The first version to release is purely a backend builder because we know that our <strong><a href=\"http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" target=\"_blank\">275,000+ customers</a></strong> are diverse. Many customers want backend editing only, and many want front end editing. The good news is Fusion Builder will have both! The magical codebase that runs it was built in such a way that it’s ready for anything we throw at it.</p>\n<p>A front end version of the new Fusion Builder is already in the design phase and will quickly be in development after <a href=\"http://theme-fusion.com/avada-5-0-landing-soon/\" target=\"_blank\">Avada 5.0</a> is released. In addition, Fusion Builder will not only be for Avada users, it will eventually by available for any WordPress theme.</p>\n<h5 style=\"margin: 50px 0px 10px 0px;\">Intuitive User Interface</h5>\n<p>The problem with most page builders is that you do not get enough room to build the page by being forced to edit within a sidebar of options, or the interface is so complicated that it takes several clicks to do one simple thing, or it is just so bad it makes you want to scream and smash your computer screen.</p>\n<p>User interfaces can make or break a product, and we spent a lot of time making sure we got ours right. Below is a quick preview of a basic layout with no content added but containers and columns. Please click to enlarge the image.</p>\n<figure><a href=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_preview.jpg\"><img class=\"aligncenter size-full wp-image-406821\" src=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_preview.jpg\" alt=\"fusion_builder_preview\" width=\"1275\" height=\"627\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_preview.jpg 1275w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_preview-300x148.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_preview-768x378.jpg 768w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_preview-1024x504.jpg 1024w\" sizes=\"(max-width: 1275px) 100vw, 1275px\" /></a></figure>\n<p>The first thing you will notice is that the new Fusion Builder looks fairly different from the old one, besides some similarities in column box controls. There is no longer a top control bar with columns / elements / pre built page tabs. While this may make some of you surprised and ask, <em>“Why in the world did you do that?”</em>. The answer is simple, it is no longer needed!</p>\n<h3 style=\"font-size: 30px; line-height: 42px; font-style: italic; color: #bbbfc2; margin-bottom: 25px;\">The new interface allows you to add anything, anywhere, anytime.</h3>\n<p>The new interface and process allows us to do things we simply could not do before. We take usability very seriously and have come up with a new system that we feel you will absolutely love.</p>\n<p>We’ve even created a “start” page when building a new page or post that helps you get started. Below is an example of what you will see when starting a new page or post.</p>\n<figure><a href=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_start_page.jpg\"><img class=\"aligncenter size-full wp-image-406991\" src=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_start_page.jpg\" alt=\"fusion_builder_start_page\" width=\"1266\" height=\"675\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_start_page.jpg 1266w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_start_page-300x160.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_start_page-768x409.jpg 768w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_start_page-1024x546.jpg 1024w\" sizes=\"(max-width: 1266px) 100vw, 1266px\" /></a></figure>\n<p>We’ve done a lot of research and worked tirelessly on the new user interface for Fusion Builder making sure every detail is perfected for usability. Most builders, including our current Fusion Builder require you to drag and drop elements from a static top bar. They also require extra clicks to do something that can be done with less.</p>\n<p>The new Fusion Builder cuts through all these problems and provides a clean and simple interface that allows you to quickly build pages even if you’ve never used a page builder before.</p>\n<h3 style=\"font-size: 30px; line-height: 42px; font-style: italic; color: #bbbfc2; margin-bottom: 25px;\">The hard work has definitely paid off with an interface that allows you to add anything, anywhere at anytime while building your page.</h3>\n<p>The below screenshot shows you a quick glimpse into this process. It is a column box in the middle of an entire page layout. Yet you can quickly see that you can easily add a new element, entire container or set of columns anywhere you are at on the page. This is a major time saver and will change the way you view Fusion Builder.</p>\n<figure><a href=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_interface.jpg\"><img class=\"aligncenter size-full wp-image-406837\" src=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_interface.jpg\" alt=\"fusion_builder_interface\" width=\"1266\" height=\"767\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_interface.jpg 1266w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_interface-300x182.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_interface-768x465.jpg 768w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_interface-1024x620.jpg 1024w\" sizes=\"(max-width: 1266px) 100vw, 1266px\" /></a></figure>\n<p>The areas you see for <em>+ Container</em>, <em>+ Column</em> and <em>+ Elements</em> are activation buttons that bring up modal windows for you to quickly select the item you wish to insert.</p>\n<p>For example, when you click <em>+ Element</em> you are presented with a popup window to choose any pre-built element or any custom element you have created <em>(we will get into custom content later)</em>.</p>\n<figure><a href=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_element_preview.jpg\"><img class=\"aligncenter size-full wp-image-406845\" src=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_element_preview.jpg\" alt=\"fusion_builder_element_preview\" width=\"1266\" height=\"895\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_element_preview.jpg 1266w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_element_preview-300x212.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_element_preview-768x543.jpg 768w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_element_preview-1024x724.jpg 1024w\" sizes=\"(max-width: 1266px) 100vw, 1266px\" /></a></figure>\n<p>It’s important to note that the we are now calling <em>full width containers</em> only <em>containers</em>, however they still act as they always have. This was a simple name change we felt was needed. With the way the new Fusion Builder works, it is always necessary for content to go inside of a container.</p>\n<p>The process of building a page is <em>Containers > Columns > Elements</em> … you add containers first, then inside of containers go columns and inside of columns go elements (shortcodes). This is the process for page building and the proper way to do it so it can be used with any theme in the future. The user interface is built in such a way that makes this process easy and fullproof!</p>\n<p>This is just a taste of the new user interface and only shows you a glimpse of what can be done. You really only truly understand the benefits of it once you start to use it, and we are extremely excited for when that time comes.</p>\n<h5 style=\"margin: 50px 0px 10px 0px;\">Fusion Builder Library & Custom Content</h5>\n<p>One of our top feature requests over the past 2 years has been the ability to save your own custom content. The new Fusion Builder will not disappoint in this area. We’ve added an entire “Library” section that allows you to manage all types of saved content. As you can see below, the Library button is always visible in the main control bar that sits above all content.</p>\n<figure><a href=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_library_button.jpg\"><img class=\"aligncenter size-full wp-image-406995\" src=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_library_button.jpg\" alt=\"fusion_builder_library_button\" width=\"1266\" height=\"157\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_library_button.jpg 1266w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_library_button-300x37.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_library_button-768x95.jpg 768w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_library_button-1024x127.jpg 1024w\" sizes=\"(max-width: 1266px) 100vw, 1266px\" /></a></figure>\n<p>When the Library button is clicked, it opens up a popup window that holds all various types of custom and pre-built content. The pre-built content is made up of our Avada demo pages <em>(yes you can import individual pages from each demo which we will get into later!)</em>, the custom content is any content you save in your own layouts.</p>\n<p>The Library function allows you to save any type of custom content such as entire page layouts, containers, columns or elements. Every item you see on the page has a save icon to click. Once the saved icon is clicked, you name it and it is added into the library.</p>\n<p>Anything in the Library can be easily reused at anytime. Below is a screenshot of the Library window with custom containers we have saved.</p>\n<figure><a href=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_library_containers-1.jpg\"><img class=\"aligncenter size-full wp-image-407063\" src=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_library_containers-1.jpg\" alt=\"fusion_builder_library_containers\" width=\"1266\" height=\"541\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_library_containers-1.jpg 1266w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_library_containers-1-300x128.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_library_containers-1-768x328.jpg 768w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_library_containers-1-1024x438.jpg 1024w\" sizes=\"(max-width: 1266px) 100vw, 1266px\" /></a></figure>\n<p>As you can see, the Library is organized into various sections through a main tab control bar up top. This control bar is familiar and used throughout the new Fusion Builder for a consistent user experience.</p>\n<p>Another important feature to note is when you save your own page template, we provide you with options to manage them by editing or deleting the template. That alone is a great feature, but we also provide options for how the template loads on the page.</p>\n<p>Often times you may already have a page started but want to add a different custom template you have created to save time. Fusion Builder allows you to choose how the content is added to the page by giving you 3 options; Replace All Content, Insert Above Current Content and Insert Below Current Content. The below screenshot shows you these options.</p>\n<figure><a href=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_template_loading.jpg\"><img class=\"aligncenter size-full wp-image-407025\" src=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_template_loading.jpg\" alt=\"fusion_builder_template_loading\" width=\"1266\" height=\"303\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_template_loading.jpg 1266w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_template_loading-300x72.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_template_loading-768x184.jpg 768w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_template_loading-1024x245.jpg 1024w\" sizes=\"(max-width: 1266px) 100vw, 1266px\" /></a></figure>\n<p>The library is perfectly organized to match the overall functionality of the Fusion Builder. The process of how this works is exciting and truly changes how you will use Fusion Builder to create pages and posts.</p>\n<p>This extremely important feature will give you tons of time back since you can save any type of content you build, and reuse it at anytime.</p>\n<h5 style=\"margin: 50px 0px 10px 0px;\">Sharing is Caring</h5>\n<p>With the amazing tools the new Fusion Builder offers, we believe content created with it should easily be able to be shared between customers, clients, etc. The Library saves all your custom content into corresponding sections, and we’ve built an import/export feature that allows you to export all of your saved content, and then import it in another installation.</p>\n<p>Not only can you export the content, you can export each type of custom content individually. For example, if you only need to export your saved containers, you can export your saved containers and share that with someone else. Or if you wish, you can export everything at once.</p>\n<figure><a href=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_shareing-1.jpg\"><img class=\"aligncenter size-full wp-image-407004\" src=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_shareing-1.jpg\" alt=\"fusion_builder_shareing\" width=\"1266\" height=\"348\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_shareing-1.jpg 1266w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_shareing-1-300x82.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_shareing-1-768x211.jpg 768w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_shareing-1-1024x281.jpg 1024w\" sizes=\"(max-width: 1266px) 100vw, 1266px\" /></a></figure>\n<p>Building custom content through containers, columns, elements or entire pages and being able to share that content with other users is a big advancement for all Fusion Builder customers. The possibilities are endless.</p>\n<h5 style=\"margin: 50px 0px 10px 0px;\">Main Control Bar Is Always Visible</h5>\n<p>We’ve mentioned the top control bar has had a drastic design change, there are no longer different tabbed sections with column, elements, etc to drag and drop onto the page.</p>\n<p>The new control bar is much smaller, yet does so much more. Due to this change, the main control bar can be constantly fixed on the screen so it’s always visible no matter if you are at the top, middle or bottom of the page.</p>\n<p>This allows you to always have the main controls to use directly in front of you which eliminates the need to scroll back up top to do an action. This is a major time saver.</p>\n<p>The screenshot below shows this in action. Take a look on the right side for the browser scrollbar. This is a very large layout and the current location is halfway down the page, yet the main control bar sticks to the top of the screen so you can always access it.</p>\n<figure><a href=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_sticky_control_bar.jpg\"><img class=\"aligncenter size-full wp-image-407007\" src=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_sticky_control_bar.jpg\" alt=\"fusion_builder_sticky_control_bar\" width=\"1266\" height=\"652\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_sticky_control_bar.jpg 1266w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_sticky_control_bar-300x155.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_sticky_control_bar-768x396.jpg 768w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_sticky_control_bar-1024x527.jpg 1024w\" sizes=\"(max-width: 1266px) 100vw, 1266px\" /></a></figure>\n<p>The main control bar is special in what it allows you to do. First off the builder page is always active, but has controls to access the library, collapse all sections at once, add custom css to the page, save the entire page as a template, delete all content, and control history states. All of this is uniquely setup in one single bar that allows you to quickly use each feature.</p>\n<h5 style=\"margin: 50px 0px 10px 0px;\">History State Control</h5>\n<p>While we’re talking about the main control bar, one of the most useful features on it is the “History States” icon. In most builders, you can go back or forth in your history states one at a time with a back arrow or a forward arrow. The new Fusion Builder has one history button that shows you a dropdown list of your last 30 actions so you can quickly jump back several states with one click.</p>\n<figure><a href=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_history.jpg\"><img class=\"aligncenter size-full wp-image-407009\" src=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_history.jpg\" alt=\"fusion_builder_history\" width=\"1266\" height=\"450\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_history.jpg 1266w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_history-300x107.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_history-768x273.jpg 768w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_history-1024x364.jpg 1024w\" sizes=\"(max-width: 1266px) 100vw, 1266px\" /></a></figure>\n<p>This addition allows you to not only go back in time, but leap back in time with a single click. the history state icon opens a dropdown box on hover and shows you the names of each action taken, so you can quickly and easily identify what state you need to return to. It’s awesome!</p>\n<h5 style=\"margin: 50px 0px 10px 0px;\">Custom CSS Per Page</h5>\n<p>A big request from our customer base has been to provide them with a way to insert custom CSS per page. Fusion Theme Options has a custom CSS field that will apply globally to every page or post, but the new Fusion Builder has a feature that allows you to apply CSS to a specific page only. Here is an example of what you will see.</p>\n<figure><a href=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_css_field.jpg\"><img class=\"aligncenter size-full wp-image-407020\" src=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_css_field.jpg\" alt=\"fusion_builder_css_field\" width=\"1266\" height=\"642\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_css_field.jpg 1266w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_css_field-300x152.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_css_field-768x389.jpg 768w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_css_field-1024x519.jpg 1024w\" sizes=\"(max-width: 1266px) 100vw, 1266px\" /></a></figure>\n<p>The main control bar has an icon that toggles the entire css field up and down. Any CSS entered into this field will only apply to that one page. It is always accessible with the sticky control bar and when you save a page template, the CSS will be saved with it.</p>\n<p>Since the CSS is saved with the page template, it will also be imported to new pages when you start from a custom page template. If the page already has custom CSS, then the new CSS is appended to the existing CSS when you load a custom template on it.</p>\n<h5 style=\"margin: 50px 0px 10px 0px;\">Import Any Page From Any Demo</h5>\n<p>Yes you read that correctly! The new Fusion Builder allows you to import any single page from any Avada demo with just a few clicks. We are often asked by our customer base something like this …</p>\n<p><em>“How do I use the Travel demo, but with the Cafe demo Contact us page?”</em>.</p>\n<p>Well, now you can very easily! Everything is saved and managed in the Fusion Builder Library, and for Avada users this also means single pages from all Avada demos.</p>\n<p>Simply open the Library window and select the Demo tab, find the demo you want from the dropdown menu, and you will be presented with a full list of each page that demo contains. Find the page you want and click the load button … voila! Below shows you an example of the demo section in the Library window.</p>\n<figure><a href=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_library_demos.jpg\"><img class=\"aligncenter size-full wp-image-406997\" src=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_library_demos.jpg\" alt=\"fusion_builder_library_demos\" width=\"1266\" height=\"675\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_library_demos.jpg 1266w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_library_demos-300x160.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_library_demos-768x409.jpg 768w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_library_demos-1024x546.jpg 1024w\" sizes=\"(max-width: 1266px) 100vw, 1266px\" /></a></figure>\n<h3 style=\"font-size: 30px; line-height: 42px; font-style: italic; color: #bbbfc2; margin-bottom: 25px;\">This is a very cool feature and makes it easy to mix and match any Avada demo layouts.</h3>\n<p>If you want the full demo with all the pages, posts, fusion theme options, fusion page options, widgets, post types, etc (everything!) you will need to import the full demo from our Avada > Demos section. However, if you only need a single page from any of the demos, Fusion Builder is the way to go.</p>\n<p>It is important to note that when you import a single page from a demo through the Fusion Builder, it gives you the page layout, page template from the page attributes box, fusion page options and image placeholders for the images.</p>\n<p>This is done for technical and usability reasons. For example, Fusion Theme Options cannot import for a single page or those options would be applied to your entire site and override your current theme options.</p>\n<p>The purpose of the single demo page import is to get the layout structure, along with page template and Fusion page Options. The purpose of importing a full demo from Avada > Demos is to get everything.</p>\n<h5 style=\"margin: 50px 0px 10px 0px;\">Nested Columns</h5>\n<p>Did someone say “nested columns”? Yes that’s right, we did. Nested columns have been a big request from the designers who use Avada. Nested columns allow you to insert more columns inside of other columns.</p>\n<p>While that may not seem important, it opens up an entirely new world of design opportunities for page creation. For example, you can now have a 1/3 column on the left, a 2/3 column on the right that has a nested set of columns inside. This allows you to produce layouts like what you see below.</p>\n<figure><a href=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_nested_preview.jpg\"><img class=\"aligncenter size-full wp-image-407028\" src=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_nested_preview.jpg\" alt=\"fusion_builder_nested_preview\" width=\"1266\" height=\"612\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_nested_preview.jpg 1266w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_nested_preview-300x145.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_nested_preview-768x371.jpg 768w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_nested_preview-1024x495.jpg 1024w\" sizes=\"(max-width: 1266px) 100vw, 1266px\" /></a></figure>\n<p>Notice how the 1/3 column on the left goes the full height of the several columns on the right. And the columns on the right have one main 2/3 column at the top, then a set of 1/3 columns below. The possibilities with nested columns are virtually endless. By the way, that design example above is from a new Avada demo that is being created.</p>\n<p>To access the nested columns, click the <em>+ Element</em> button inside of any column, the popup window will display. At the top are 3 tabs; Elements (these are our pre-built shortcodes), Library Elements (these are your custom saved elements), and Nested Columns. The nested columns tab also shows a set of pre-built column combinations to save you time. Below is a screenshot for how they look inside the new Fusion Builder.</p>\n<figure><a href=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_nested_columns.jpg\"><img class=\"aligncenter size-full wp-image-407030\" src=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_nested_columns.jpg\" alt=\"fusion_builder_nested_columns\" width=\"1266\" height=\"377\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_nested_columns.jpg 1266w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_nested_columns-300x89.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_nested_columns-768x229.jpg 768w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_nested_columns-1024x305.jpg 1024w\" sizes=\"(max-width: 1266px) 100vw, 1266px\" /></a></figure>\n<h5 style=\"margin: 50px 0px 10px 0px;\">More Incredible Features That Make This The Best Page Builder</h5>\n<p>We are only highlighting a few of the major features, but wanted to also give you a glimpse into many of the other amazing features that we’ve built into the new Fusion Builder.</p>\n<p>Containers can now be custom named. Simply click on the name “Containers” and you can start typing a new name directly on the page. This allows you to easily identify what that section is, which is very helpful on large pages with several containers. Each container can also be collapsed with a single click. This is extremely useful for saving screen real estate.</p>\n<p>The collapse option paired with custom container naming saves a lot of time and keeps everything organized and clean. Oh, and the main control bar offers an option to “collapse all” containers on a single page at one time. This is extremely useful for reorganizing page content. Collapse all sections on the page, then simply drag and drop different containers into your desired place. Boom!</p>\n<figure><a href=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_container_names.jpg\"><img class=\"aligncenter size-full wp-image-407032\" src=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_container_names.jpg\" alt=\"fusion_builder_container_names\" width=\"2456\" height=\"177\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_container_names.jpg 2456w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_container_names-300x22.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_container_names-768x55.jpg 768w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_container_names-1024x74.jpg 1024w\" sizes=\"(max-width: 2456px) 100vw, 2456px\" /></a></figure>\n<p>Column resizing is no longer done with a + and – icon, just like history states, column resizing has a popup box that allows you to choose any size column we offer with a single click. There is no longer a need to click the + button several times to make a 1/6 column into a 1/1 column. Major time saver.</p>\n<figure><a href=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_column_resize-1.jpg\"><img class=\"aligncenter size-full wp-image-407035\" src=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_column_resize-1.jpg\" alt=\"fusion_builder_column_resize\" width=\"1266\" height=\"400\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_column_resize-1.jpg 1266w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_column_resize-1-300x95.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_column_resize-1-768x243.jpg 768w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_column_resize-1-1024x324.jpg 1024w\" sizes=\"(max-width: 1266px) 100vw, 1266px\" /></a></figure>\n<p>Elements that contain child elements, for example Tabs, have an entirley new user interface that is much easier to use. Each child element can now be reorganized into position via drag and drop. For example, if you have a tab element on your page and it contains 3 different tab sections, you can now easily drag and drop all 3 into your desired order.</p>\n<figure><a href=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_child_element.jpg\"><img class=\"aligncenter size-full wp-image-407037\" src=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_child_element.jpg\" alt=\"fusion_builder_child_element\" width=\"1266\" height=\"483\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_child_element.jpg 1266w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_child_element-300x114.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_child_element-768x293.jpg 768w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_child_element-1024x391.jpg 1024w\" sizes=\"(max-width: 1266px) 100vw, 1266px\" /></a></figure>\n<p>And each child element is custom named based off the content you enter, so it’s very easy to know which child element it is. This new feature applies to any element that offers child items (tabs, content boxes, toggles, checklist, counter circles & boxes, etc.)</p>\n<p>In addition, we now offer full sets of pre-built column combinations when adding both containers and columns to the page, including nested columns. Avada allows for up to 6 columns, so the pre-built column combinations are a big time saver when building your page. Simply click <em>+ Container</em> or <em>+ Column</em> buttons and you are presented with pre-built column combinations and your custom saved combinations to quickly insert with a single click.</p>\n<figure><a href=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_col_combos.jpg\"><img class=\"aligncenter size-full wp-image-407039\" src=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_col_combos.jpg\" alt=\"fusion_builder_col_combos\" width=\"1266\" height=\"990\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_col_combos.jpg 1266w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_col_combos-300x235.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_col_combos-768x601.jpg 768w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_col_combos-1024x801.jpg 1024w\" sizes=\"(max-width: 1266px) 100vw, 1266px\" /></a></figure>\n<p>The new Fusion Builder comes with a set of global options that allow you to enable or disable any element. If you are not using the toggle element, simply disable it and it is gone. These global options also hold the import and export feature for all your custom content.</p>\n<p>Lastly a huge request has been to allow Fusion Builder to be used on custom post types. In the global settings area, you can easily enable or disable Fusion Builder for any registered post type. Each post type will get a check box to click so you can quickly manage if the Fusion Builder is used on them or not.</p>\n<figure><a href=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_post-type.jpg\"><img class=\"aligncenter size-full wp-image-407040\" src=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_post-type.jpg\" alt=\"fusion_builder_post-type\" width=\"1266\" height=\"151\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_post-type.jpg 1266w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_post-type-300x36.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_post-type-768x92.jpg 768w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_post-type-1024x122.jpg 1024w\" sizes=\"(max-width: 1266px) 100vw, 1266px\" /></a></figure>\n<p>There are many more things that make the new Fusion Builder simply amazing, and we are extremely excited to bring this new product to our Avada customers first, then to the rest of the theme market.</p>\n<h5 style=\"margin: 50px 0px 10px 0px;\">Future Plans for Fusion Builder</h5>\n<p>Fusion Builder 1.0 is simply the beginning of an amazing product that is going to continue and get better and better. One of our main goals was to create it in such a way that it’s modular and extendible.</p>\n<p>There will be entire sets of add ons that you can use with Fusion Builder. We are already working with 3rd party developers to start and build an add on library. While this may take time, and only come to fruition once Fusion Builder is released as a stand alone product, the benefit for what this will do for our customers is simply amazing.</p>\n<p>Any developer who wishes to take part in the major Avada ecosystem will now be able to by creating new add ons for the Fusion Builder. The possibilities are endless.</p>\n<p>Future plans for Fusion Builder are solidified. The initial release is for our Avada customers, but that is only the beginning and our team is thrilled and extremely excited about continued development of this product.</p>\n<figure><a href=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_welcome.jpg\"><img class=\"aligncenter size-full wp-image-407043\" src=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_welcome.jpg\" alt=\"fusion_builder_welcome\" width=\"1266\" height=\"1079\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_welcome.jpg 1266w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_welcome-300x256.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_welcome-768x655.jpg 768w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_welcome-1024x873.jpg 1024w\" sizes=\"(max-width: 1266px) 100vw, 1266px\" /></a></figure>\n<h4>Conclusion</h4>\n<p><a href=\"http://avada.theme-fusion.com/whats-new-in-4-0/\" target=\"_blank\">Avada 4.0</a> brought us the new Fusion Theme Options Panel with a user interface that our customers love and saves a lot of time while building a site. <a href=\"http://theme-fusion.com/avada-5-0-landing-soon/\" target=\"_blank\">Avada 5.0</a> that includes the new Fusion Builder shines in this area as well and makes everything easier, faster and more efficient.</p>\n<p>We’re very excited to be bringing you the new Fusion Builder, it contains months and months of development, blood sweat and tears. But the new Fusion Builder is not all, <a href=\"http://theme-fusion.com/avada-5-0-landing-soon/\" target=\"_blank\">Avada 5.0</a> includes several other features and improvements that make your life easier. And this truly is only the beginning.</p>\n<p>The post <a rel=\"nofollow\" href=\"http://theme-fusion.com/avada-5-0-building-the-future/\">Avada 5.0 Building The Future</a> appeared first on <a rel=\"nofollow\" href=\"http://theme-fusion.com\">Theme Fusion</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://theme-fusion.com/avada-5-0-building-the-future/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"264\";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:69:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Avada 5.0 Is Landing Soon!\";s: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:47:\"http://theme-fusion.com/avada-5-0-landing-soon/\";s: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:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://theme-fusion.com/avada-5-0-landing-soon/#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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 29 Jul 2016 17:43: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:8:\"category\";a:10:{i:0;a:5:{s:4:\"data\";s:5:\"Avada\";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:6:\"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:\"\";}i:2;a:5:{s:4:\"data\";s:14:\"Fusion 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:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"ThemeFusion\";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:5:{s:4:\"data\";s:6:\"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:\"\";}i:5;a:5:{s:4:\"data\";s:7:\"Updates\";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:5:{s:4:\"data\";s:9:\"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:\"\";}i:7;a:5:{s:4:\"data\";s:20:\"avada theme features\";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:5:{s:4:\"data\";s:14:\"fusion 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:\"\";}i:9;a:5:{s:4:\"data\";s:6:\"update\";s: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:\"http://theme-fusion.com/?p=406754\";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:511:\"<p>Avada 5.0 has an awesome ring to it, and it has been ringing in our ears for quite some time. This update includes an incredible list of new features that are not just features, they aim at making your life easier. And that is something we are extremely excited about. Avada 5.0 is a very […]</p>\n<p>The post <a rel=\"nofollow\" href=\"http://theme-fusion.com/avada-5-0-landing-soon/\">Avada 5.0 Is Landing Soon!</a> appeared first on <a rel=\"nofollow\" href=\"http://theme-fusion.com\">Theme Fusion</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Luke\";s: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:30537:\"<p>Avada 5.0 has an awesome ring to it, and it has been ringing in our ears for quite some time. This update includes an incredible list of new features that are not just features, they aim at making your life easier. And that is something we are extremely excited about. Avada 5.0 is a very special update packed with several new features and improvements that make it the most historical update in our history of updates.</p>\n<p><span id=\"more-406754\"></span></p>\n<div style=\"clear: both;\"></div><div class=\"separator\" style=\"margin-top: 30px;margin-bottom: 10px;background-color: #dadada;height: 1px;\"></div>\n<strong><a href=\"https://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" target=\"_blank\">Avada 5.0 is now live</a></strong><em> and is FREE to anyone who has purchased a license in the past. Comments are now turned off on this post as all new ones are support questions, please use our ticket system for any questions you have, <a href=\"https://theme-fusion.com/avada-doc/getting-started/avada-theme-support/\">sign up by following these steps</a>.</em><br />\n<div style=\"clear: both;\"></div><div class=\"separator\" style=\"margin-top: 10px;margin-bottom: 30px;background-color: #dadada;height: 1px;\"></div>\n<h4>Avada 5.0</h4>\n<p>This historical update contains many new features and improvements. We take our customer relations very serious and constantly get new feedback on various aspects of the theme.</p>\n<p>Each and every portion of feedback that comes into us is tracked and organized and plays a big part in what we release with each update. Avada 5.0 is the culmination of many things.</p>\n<p>Ultimately usability of a product is of the highest importance. <a href=\"http://avada.theme-fusion.com/whats-new-in-4-0/\" target=\"_blank\">Avada 4.0</a> brought us the new Fusion Theme Options Panel with a user interface that our customers love and saves a lot of time while building a site. That is what we consider a major usability enhancement, and we strive to continue making similar enhancements with each update.</p>\n<p>We are excited, thrilled and blessed to bring you Avada 5.0. Below are the highlights of this update, but they are only a glimpse into what Avada 5.0 really includes.</p>\n<h5 style=\"margin: 50px 0px 10px 0px;\">The New Fusion Builder</h5>\n<p>This incredible update contains many new features and improvements. But high above anything else sits the brand new <a href=\"http://theme-fusion.com/avada-5-0-building-the-future/\" target=\"_blank\">Fusion Builder</a>.</p>\n<figure><a href=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_logo.png\"><img class=\"aligncenter size-full wp-image-406811\" src=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_logo.png\" alt=\"fusion_builder_logo\" width=\"1266\" height=\"800\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_logo.png 1266w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_logo-300x190.png 300w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_logo-768x485.png 768w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_logo-1024x647.png 1024w\" sizes=\"(max-width: 1266px) 100vw, 1266px\" /></a></figure>\n<p>Over the years we have had several feature, functionality and improvement requests for Fusion Builder from our <strong><a href=\"http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" target=\"_blank\">275,000+ user base</a></strong>.</p>\n<p>To make Fusion Builder into the page builder that everyone requests, and the codebase our team envisions, required us to <a href=\"http://theme-fusion.com/avada-5-0-building-the-future/\" target=\"_blank\">build it brand new from the ground up</a>. This was a decision made back in 2015 and has been worked on by a portion of our team for a long time, and now the entire team is focusing on it to ensure it is ready for our next major update, Avada 5.0.</p>\n<h3 style=\"font-size: 30px; line-height: 42px; font-style: italic; color: #bbbfc2; margin-bottom: 25px;\">The new Fusion Builder will change your outlook on what a page builder can do.</h3>\n<p>In fact, the new Fusion Builder has so much to talk about that it needed it’s own post to show off all the bells and whistles. Check out all the details of the new Fusion Builder below.</p>\n<div style=\"clear: both;\"></div><div class=\"separator\" style=\"margin-top: 40px;margin-bottom: 40px;\"></div>\n<a href=\" http://theme-fusion.com/avada-5-0-building-the-future/ \" class=\"short-btn large square \" target=\"_blank\"> View The New Fusion Builder </a>\n<h5 style=\"margin: 50px 0px 10px 0px;\">Fusion Core Codebase Clean Up</h5>\n<p>Fusion Core is our companion plugin that runs with Avada. A huge portion of Fusion Core was the Fusion Builder. However, in Avada 5.0 the new Fusion Builder has been separated out into its own individual plugin as it should be.</p>\n<p>This has allowed us to extensively clean up our Fusion Core plugin codebase. A lot of code has been removed from it making it light weight. While Fusion Core still holds features of Avada like the Fusion Slider and more, it will continue to change as our ambitious plans continue for 2016. These plans are exciting and will continue to make Avada more and more modular.</p>\n<figure><a href=\"https://theme-fusion.com/wp-content/uploads/2016/06/avada_5_plugin.jpg\"><img class=\"aligncenter size-full wp-image-407079\" src=\"https://theme-fusion.com/wp-content/uploads/2016/06/avada_5_plugin.jpg\" alt=\"avada_5_plugin\" width=\"1258\" height=\"981\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/06/avada_5_plugin.jpg 1258w, https://theme-fusion.com/wp-content/uploads/2016/06/avada_5_plugin-300x234.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/06/avada_5_plugin-768x599.jpg 768w, https://theme-fusion.com/wp-content/uploads/2016/06/avada_5_plugin-1024x799.jpg 1024w\" sizes=\"(max-width: 1258px) 100vw, 1258px\" /></a></figure>\n<h5 style=\"margin: 50px 0px 10px 0px;\">Avada Demo’s & Premium Plugin Offloading</h5>\n<p>When we add new things to Avada, many factors are taken into account; usability, support, interface, customer feedback and more. As you know, Avada contains the <a href=\"http://avada.theme-fusion.com/avada-options/\" target=\"_blank\">most advanced options system</a> in any theme on the market.</p>\n<p>Our options network allows you to <a href=\"http://avada.theme-fusion.com/demos/\" target=\"_blank\">build virtually any type of design</a> with one theme.</p>\n<p>Demos will continue to be added with each major update. However, each new demo that we add makes the overall Avada zip file larger. The typical hosting company only allows about an 8-10MB file to be uploaded via WP admin.</p>\n<p>We often get support requests for this issue because some of our customers cannot install Avada.zip through the WP admin because the zip file is larger than what the hosting company allows. With that being said, it can easily be installed via FTP and our team will help you do that, or you can ask you host to up the file size limit.</p>\n<p>However, we aim to please and do everything we can to avoid that scenario. This is why we built a brand new system for “demo and premium plugin offloading” via the new Envato API Token key registration. Everything will look the same once registered <em>(see the next section in regards to new registration process)</em>, but behind the scenes, the registration process has changed.</p>\n<figure><a href=\"https://theme-fusion.com/wp-content/uploads/2016/06/avada_5_demo_offloading.jpg\"><img class=\"aligncenter size-full wp-image-407089\" src=\"https://theme-fusion.com/wp-content/uploads/2016/06/avada_5_demo_offloading.jpg\" alt=\"avada_5_demo_offloading\" width=\"1258\" height=\"735\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/06/avada_5_demo_offloading.jpg 1258w, https://theme-fusion.com/wp-content/uploads/2016/06/avada_5_demo_offloading-300x175.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/06/avada_5_demo_offloading-768x449.jpg 768w, https://theme-fusion.com/wp-content/uploads/2016/06/avada_5_demo_offloading-1024x598.jpg 1024w\" sizes=\"(max-width: 1258px) 100vw, 1258px\" /></a></figure>\n<p>In Avada 5.0, we’ve built a new system based off the new Envato API that allows any demo we create to be installed outside of the theme zip via our own server. So instead of including all the demo content inside the Avada zip file, we keep it on our server. In addition, the two premium plugin we include (Slider Revolution and Layer Slider) will work with this new system.</p>\n<p>When you click to install a demo or install/update a plugin, it pulls all the content from our server and installs it on yours. Not only does this bring the size down of the theme zip fie which will help a lot of customers, it is also faster, more efficient and allows for easier future maintenance.</p>\n<h3 style=\"font-size: 30px; line-height: 42px; font-style: italic; color: #bbbfc2; margin-bottom: 25px;\">With demo offloading, the Avada zip file has dropped more than 75% in overall size.</h3>\n<p>To allow demos and plugins to be offloaded requires a token key from the new Envato API, which leads us to the next item.</p>\n<h5 style=\"margin: 50px 0px 10px 0px;\">Envato Token Registration For Auto Updates & Demo OffLoading</h5>\n<p>Currently we offer auto updates which requires a Themeforest username, purchase code and API key. This is what we currently consider “product registration” and it is based off the previous Envato API which involved 3 steps. This was required back before the new Envato API was made and it looked like this:</p>\n<figure><a href=\"https://theme-fusion.com/wp-content/uploads/2016/06/avada_old_registration.jpg\"><img class=\"aligncenter size-full wp-image-407087\" src=\"https://theme-fusion.com/wp-content/uploads/2016/06/avada_old_registration.jpg\" alt=\"avada_old_registration\" width=\"1258\" height=\"221\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/06/avada_old_registration.jpg 1258w, https://theme-fusion.com/wp-content/uploads/2016/06/avada_old_registration-300x53.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/06/avada_old_registration-768x135.jpg 768w, https://theme-fusion.com/wp-content/uploads/2016/06/avada_old_registration-1024x180.jpg 1024w\" sizes=\"(max-width: 1258px) 100vw, 1258px\" /></a></figure>\n<p>Recently Envato has updated their API which has very nice improvements. The improvements allow theme authors much easier ways to implement auto updates so we have taken advantage of this and added token registration.</p>\n<p>Token registration simply requires one field (not 3) and is much easier to setup. It is based off the new Envato API and allows for a faster, more reliable setup.</p>\n<p>To generate a token, you simply have to log into your Themeforest account, click the link we provide you and generate a token key. Then copy and paste the token key into the field and voila, all is done!</p>\n<p>Once you have setup your token, you have access to auto updates and demo offloading. Below is how the new registration field via token implementation looks.</p>\n<figure><a href=\"https://theme-fusion.com/wp-content/uploads/2016/06/avada_new_token_registration-1.jpg\"><img class=\"aligncenter size-full wp-image-407125\" src=\"https://theme-fusion.com/wp-content/uploads/2016/06/avada_new_token_registration-1.jpg\" alt=\"avada_new_token_registration\" width=\"1258\" height=\"199\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/06/avada_new_token_registration-1.jpg 1258w, https://theme-fusion.com/wp-content/uploads/2016/06/avada_new_token_registration-1-300x47.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/06/avada_new_token_registration-1-768x121.jpg 768w, https://theme-fusion.com/wp-content/uploads/2016/06/avada_new_token_registration-1-1024x162.jpg 1024w\" sizes=\"(max-width: 1258px) 100vw, 1258px\" /></a></figure>\n<p>One field with one token, takes care of both the demo installation and the auto update. Its a beautiful, simple thing. The only bad news we have is that anyone who previously registered via our old method, now has to re-register via the token method. But we assure you, this is an advancement.</p>\n<h3 style=\"font-size: 30px; line-height: 42px; font-style: italic; color: #bbbfc2; margin-bottom: 25px;\">This new token format is easier, more reliable and covers both product registration and demo offloading. In the end, it is for the advancement of the product and easier usability.</h3>\n<p>We tried many things to circumvent customers having to re-register and worked closely with Envato on this. Unfortunately, the new Envato API does not provide a way to move old registration to the new token format.</p>\n<p><em>What does this mean for those who already setup registration through the old method?</em></p>\n<p>Anyone who updates to Avada 5.0 and has previously registered for auto updates must setup the new token format. You will no longer see the old method, it will only display the new token format. We understand that can be frustrating for those who registered already, however we did our best to avoid it but it was simply not possible and out of our hands.</p>\n<h5 style=\"margin: 50px 0px 10px 0px;\">New Visibility System for All Fusion Builder Elements</h5>\n<p>In our current version of Avada, we have some elements (full width containers <em>“now only called Containers”</em>, columns and image frames) that have a “hide on mobile option”. While this is useful, it is incomplete. Avada 5.0 brings a full visibility system that takes everything to the next level.</p>\n<h3 style=\"font-size: 30px; line-height: 42px; font-style: italic; color: #bbbfc2; margin-bottom: 25px;\">Every element you can use with Fusion Builder now has “visibility options” that include 3 settings; mobile, tablet, desktop.</h3>\n<p>This system allows you to control what your viewers see on any screen. For example, on desktop you may have a lot of content to show in tabs, but on tablets and mobile it takes up to much room. You can now select to show the full set of tabs on desktop, and then show shortened versions of them on tablets and mobile.</p>\n<p>Below is what you will see for every Fusion Builder element.</p>\n<p><strong> <em>EDIT: due to development changes, the options are now called small screen / medium screen / large screen</em></strong>.</p>\n<figure><a href=\"https://theme-fusion.com/wp-content/uploads/2016/06/avada_5_visibility.jpg\"><img class=\"aligncenter size-full wp-image-407094\" src=\"https://theme-fusion.com/wp-content/uploads/2016/06/avada_5_visibility.jpg\" alt=\"avada_5_visibility\" width=\"1258\" height=\"152\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/06/avada_5_visibility.jpg 1258w, https://theme-fusion.com/wp-content/uploads/2016/06/avada_5_visibility-300x36.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/06/avada_5_visibility-768x93.jpg 768w, https://theme-fusion.com/wp-content/uploads/2016/06/avada_5_visibility-1024x124.jpg 1024w\" sizes=\"(max-width: 1258px) 100vw, 1258px\" /></a></figure>\n<p>As you can see, there are 3 options and each one acts like a toggle. In the above example, this content is set to show on tablets and desktop, but is hidden on mobile.</p>\n<p>Every element can be hidden or changed to display exactly how you want it on mobile phones, tablets and desktop. This visibility system opens up incredible possibilities for how you display your content to your viewers.</p>\n<p>In addition, we will be adding new breakpoints to determine when mobile and tablets should break <em>(more on that later!)</em>. In theory, the possibilities are endless!</p>\n<h5 style=\"margin: 25px 0px 10px 0px;\">Advanced Option Network Correlation</h5>\n<p>This title may not be obvious as to what it means when you first read it, but we are very excited about it!</p>\n<p>Avada has the <a href=\"http://avada.theme-fusion.com/avada-options/\" target=\"_blank\">most advanced options system</a> in any theme on the market. It consists of Fusion Theme Options, Fusion Page Options and Fusion Builder Options. All of these options work together to allow you to build unique, professional sites.</p>\n<p>As you know, Fusion Theme Options are global options, meaning they affect every thing throughout your site. However, Fusion Page Options and Fusion Builder Options override the Fusion Theme Options on a per page or per element basis.</p>\n<p>This concept we built allows ultimate flexibility in page creation. For example, you may want all your buttons to be square and blue throughout your site, yet one page needs a special button that is round and red to grab the users attention. Our advanced options network allows you to easily to that with globals vs overrides.</p>\n<p>However, since the options network consist of globals vs overrides, it’s vital to know what is set for globals. What we’ve done in Avada 5.0 is made it clear what is currently set in the global Fusion Theme Options so you always know when building a page.</p>\n<p>This is what we call option correlation and it is built into each description that offers both a theme or page option, or theme and Fusion Builder option. Below is what it looks like.</p>\n<figure><a href=\"https://theme-fusion.com/wp-content/uploads/2016/06/avada_5_option_correlation-1.jpg\"><img class=\"aligncenter size-full wp-image-407098\" src=\"https://theme-fusion.com/wp-content/uploads/2016/06/avada_5_option_correlation-1.jpg\" alt=\"avada_5_option_correlation\" width=\"1258\" height=\"289\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/06/avada_5_option_correlation-1.jpg 1258w, https://theme-fusion.com/wp-content/uploads/2016/06/avada_5_option_correlation-1-300x69.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/06/avada_5_option_correlation-1-768x176.jpg 768w, https://theme-fusion.com/wp-content/uploads/2016/06/avada_5_option_correlation-1-1024x235.jpg 1024w\" sizes=\"(max-width: 1258px) 100vw, 1258px\" /></a></figure>\n<p>In the above example we used button size and button span options from Fusion Builder. As you can see in the description, <em>button size is set to Large</em> and <em>button span is set to No</em>. Those are the options that are set globally in Fusion Theme Options, and they link directly to the exact panel in Theme Options in case you want to change them quickly. However the choices made in Fusion Builder are button medium and span yes so they override the Fusion Theme Options.</p>\n<h3 style=\"font-size: 30px; line-height: 42px; font-style: italic; color: #bbbfc2; margin-bottom: 25px;\">This small but important change will save you a lot of time and effort, and make option selection even easier.</h3>\n<p>Previously to figure out what was set globally, you had to navigate away from the page, go to Fusion Theme Options panel, find the right area and change it.</p>\n<p>Now in Avada 5.0, the global settings from Fusion Theme Options are displayed in the description of each option. This basic concept is a real advancement in Avada that will help you better understand the options network and save you a lot of time.</p>\n<h5 style=\"margin: 50px 0px 10px 0px;\">Save / Manage / Import / Export Custom Color Schemes</h5>\n<p>In Fusion Theme Options there is a general “Color” tab that has pre-defined color skins. Often times customers start off with one but have to change several color settings to get their colors exactly how they want them. All of that is a normal part of building your website.</p>\n<p>However currently there is no way to save your own color scheme unless you back up your entire theme options panel.</p>\n<h3 style=\"font-size: 30px; line-height: 42px; font-style: italic; color: #bbbfc2; margin-bottom: 25px;\">Avada 5.0 includes a proprietary system that allows you to save, update, delete, import or export your current color scheme.</h3>\n<p>The color scheme is basically any color option that is within Fusion Theme Options. Colors play an extremely important role in how your site looks. Being able to fully manage your own custom color schemes is a major step forward in option management.</p>\n<p>Check out how this new system works below.</p>\n<figure><a href=\"https://theme-fusion.com/wp-content/uploads/2016/06/avada_5_custom_schemes.jpg\"><img class=\"aligncenter size-full wp-image-407101\" src=\"https://theme-fusion.com/wp-content/uploads/2016/06/avada_5_custom_schemes.jpg\" alt=\"avada_5_custom_schemes\" width=\"1258\" height=\"365\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/06/avada_5_custom_schemes.jpg 1258w, https://theme-fusion.com/wp-content/uploads/2016/06/avada_5_custom_schemes-300x87.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/06/avada_5_custom_schemes-768x223.jpg 768w, https://theme-fusion.com/wp-content/uploads/2016/06/avada_5_custom_schemes-1024x297.jpg 1024w\" sizes=\"(max-width: 1258px) 100vw, 1258px\" /></a></figure>\n<p>Each of the 5 buttons (Save, Update, Delete, Import, Export) act as toggles and will bring up a new section to complete the desired action. In this above example, we are saving the current color options as a new scheme.</p>\n<p>And custom color scheme shows up as the same icon that represents a custom color combination, but when you hover over the icon it shows you the custom name.</p>\n<figure><a href=\"https://theme-fusion.com/wp-content/uploads/2016/06/avada_5_custom_schemes_hover.jpg\"><img class=\"aligncenter size-full wp-image-407102\" src=\"https://theme-fusion.com/wp-content/uploads/2016/06/avada_5_custom_schemes_hover.jpg\" alt=\"avada_5_custom_schemes_hover\" width=\"1258\" height=\"177\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/06/avada_5_custom_schemes_hover.jpg 1258w, https://theme-fusion.com/wp-content/uploads/2016/06/avada_5_custom_schemes_hover-300x42.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/06/avada_5_custom_schemes_hover-768x108.jpg 768w, https://theme-fusion.com/wp-content/uploads/2016/06/avada_5_custom_schemes_hover-1024x144.jpg 1024w\" sizes=\"(max-width: 1258px) 100vw, 1258px\" /></a></figure>\n<p>There is no limit to how many custom schemes you can have, and you can import and export so you can share them with friends and clients when needed.</p>\n<h5 style=\"margin: 50px 0px 10px 0px;\">New Professionally Designed Demos To Import</h5>\n<p>What’s a new major Avada update without <a href=\"http://avada.theme-fusion.com/demos/\" target=\"_blank\">new demos</a>? We must have new demos and Avada 5.0 will not disappoint.</p>\n<p>There are several demos that are either finalized, being finalized or in the process of being built. Because of the constant flow of demo work, we cannot guarantee at this point how many will be included in Avada 5.0, however we can assure you that at least 2-3 new demos are coming, and hopefully more.</p>\n<p>These demos are like all other demos, <a href=\"http://avada.theme-fusion.com/demos/\" target=\"_blank\">professionally made by designers</a> using our <a href=\"http://avada.theme-fusion.com/avada-options/\" target=\"_blank\">advanced options network</a>.</p>\n<p>We put a high importance on demos and have a constant flow of them being made because they truly show the power of Avada.</p>\n<p>The varying designs we offer and features each one presents shows you what can really be done with the #1 selling theme on the marketplace. In addition, they are so <a href=\"http://avada.theme-fusion.com/professional-demos/\" target=\"_blank\">easy to import</a>. We built a custom importer that imports the entire demo for you with just a few clicks.</p>\n<figure><a href=\"https://theme-fusion.com/wp-content/uploads/2016/06/avada_5_demos.jpg\"><img class=\"aligncenter size-full wp-image-407104\" src=\"https://theme-fusion.com/wp-content/uploads/2016/06/avada_5_demos.jpg\" alt=\"avada_5_demos\" width=\"1253\" height=\"777\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/06/avada_5_demos.jpg 1253w, https://theme-fusion.com/wp-content/uploads/2016/06/avada_5_demos-300x186.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/06/avada_5_demos-768x476.jpg 768w, https://theme-fusion.com/wp-content/uploads/2016/06/avada_5_demos-1024x635.jpg 1024w\" sizes=\"(max-width: 1253px) 100vw, 1253px\" /></a></figure>\n<p>Using a pre-built demo, which is created by professional designers is an incredible way to get started in building your own site. Import a demo, then simply change out the content.</p>\n<p>At the same time, you can easily build your own site from scratch using all the features Avada includes. Avada can be what you want it to be.</p>\n<h5 style=\"margin: 50px 0px 10px 0px;\">Additional Features, Improvements And Enhancements</h5>\n<p>While the above items are considered major new features, there are always additional features packed into major Avada updates.</p>\n<p>We’ve started making our entire options network with the same user interface that you see in Fusion Theme Options via Avada 4.0. Although it will not be fully done in 5.0, a lot of it will be.</p>\n<p>For example, the new interface you see in Fusion Theme Options is now carried over into the new Fusion Builder options like below.</p>\n<figure><a href=\"https://theme-fusion.com/wp-content/uploads/2016/06/avada_5_ui-2.jpg\"><img class=\"aligncenter size-full wp-image-407146\" src=\"https://theme-fusion.com/wp-content/uploads/2016/06/avada_5_ui-2.jpg\" alt=\"avada_5_ui\" width=\"1253\" height=\"623\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/06/avada_5_ui-2.jpg 1253w, https://theme-fusion.com/wp-content/uploads/2016/06/avada_5_ui-2-300x149.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/06/avada_5_ui-2-768x382.jpg 768w, https://theme-fusion.com/wp-content/uploads/2016/06/avada_5_ui-2-1024x509.jpg 1024w\" sizes=\"(max-width: 1253px) 100vw, 1253px\" /></a></figure>\n<p>All Fusion Builder elements that contain child elements, for example Tabs, have an entirley new user interface that is much easier to use. Each child element can now be reorganized into position via drag and drop. For example, if you have a tab element on your page and it contains 3 different tab sections, you can now easily drag and drop all 3 into your desired order.</p>\n<figure><a href=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_child_element.jpg\"><img class=\"aligncenter size-full wp-image-407037\" src=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_child_element.jpg\" alt=\"fusion_builder_child_element\" width=\"1266\" height=\"483\" srcset=\"https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_child_element.jpg 1266w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_child_element-300x114.jpg 300w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_child_element-768x293.jpg 768w, https://theme-fusion.com/wp-content/uploads/2016/06/fusion_builder_child_element-1024x391.jpg 1024w\" sizes=\"(max-width: 1266px) 100vw, 1266px\" /></a></figure>\n<p>And each child element is custom named based off the content you enter, so it’s very easy to know which child element it is. This new feature applies to any element that offers child items (tabs, content boxes, toggles, checklist, counter circles & boxes, etc.)</p>\n<h3 style=\"font-size: 30px; line-height: 42px; font-style: italic; color: #bbbfc2; margin-bottom: 25px;\">This alone is a major time saver and quality of life improvement while using certain elements in the new Fusion Buidler.</h3>\n<p><strong>Additional features that Avada 5.0 includes are …</strong></p>\n<div class=\"shortcode-list\">\n<ul>\n<li>New theme option to set a separate color of the menu text for the sticky header</li>\n<li>Column spacing is no longer “YES or NO” but can be set with an exact pixel amount</li>\n<li>New responsive breakpoints to set pixel values for content breaking in responsive modes</li>\n<li>Popular blog shortcode now has an option for post ordering</li>\n<li>Portfolio page layouts now have options to display the portfolio title and categories</li>\n<li>Portfolio text layouts now have options to choose text alignment</li>\n<li>Portfolio text layouts with boxed mode now have full padding optons</li>\n<li>Continued and dedicated codebase refactoring</li>\n</ul>\n</div>\n<p>While all these new features are being added, our development team takes our codebase very serious. Each new update contains several areas that have been refactored so the codebase stays clean, organized, optimized and efficient.</p>\n<p>These under the hood changes are things that most customers will not notice, yet are highly important to our team because they allow us to more easily add new features, changes and future improvements.</p>\n<p>We are dedicated to making the <a href=\"http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" target=\"_blank\">#1 selling theme</a> also the best coded theme on the marketplace.</p>\n<h5 style=\"margin: 50px 0px 10px 0px;\">Avada 5.0 Release Date & Beta Testing</h5>\n<p>We like to keep our customers informed and up to date about what is going on internally and when they can expect it. At the same time, the nature of development can change at the drop of a hat so we’ve decided to not give out estimated release dates until we are in the final stages of development.</p>\n<p>We are working diligently and around the clock to get everything done, ensuring all beta items are taken care of, testing everything we can possibly test, performance test, etc. That is our normal process for major updates.</p>\n<p>We do everything in our power to ensure a solid release, and that takes multiple rounds of beta testing. If you wish to be a best tester, please see <a href=\"https://theme-fusion.com/forums/topic/avada-beta-testing/\" target=\"_blank\">this post</a> about what is required for beta testing with us.</p>\n<h4>Conclusion</h4>\n<p>ThemeFusion is dedicated to you, our customer. Everything we do is for our customers and our product. We want to continue and push the boundaries of what a theme can do. We want to continue and offer the best support around.</p>\n<p>Our dedicated team here at ThemeFusion understands this and truly thinks with one mind and one goal. We know there is always room for improvement, and we push ourselves to the limit to bring you these improvements with each new update.</p>\n<p>We hope you enjoy it!</p>\n<p>The post <a rel=\"nofollow\" href=\"http://theme-fusion.com/avada-5-0-landing-soon/\">Avada 5.0 Is Landing Soon!</a> appeared first on <a rel=\"nofollow\" href=\"http://theme-fusion.com\">Theme Fusion</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://theme-fusion.com/avada-5-0-landing-soon/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"167\";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:63:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"Avada Customer Spotlight: Simon Evans\";s: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:61:\"http://theme-fusion.com/avada-customer-spotlight-simon-evans/\";s: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:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://theme-fusion.com/avada-customer-spotlight-simon-evans/#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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Jun 2016 15: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:8:\"category\";a:8:{i:0;a:5:{s:4:\"data\";s:5:\"Avada\";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:9:\"Community\";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:18:\"Customer Spotlight\";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:5:{s:4:\"data\";s:6:\"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:\"\";}i:4;a:5:{s:4:\"data\";s:5:\"Bikes\";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:5:{s:4:\"data\";s:6:\"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:\"\";}i:6;a:5:{s:4:\"data\";s:10:\"Little Big\";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:5:{s:4:\"data\";s:11:\"Simon Evans\";s: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:\"http://theme-fusion.com/?p=406645\";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:623:\"<p>Simon Evans is a round the world cyclist who founded LittleBig in Ireland in 2013. After completing a 30,000km tour by literally circumnavigating the globe by bicycle, he returned home and put his engineering skills to use by inventing the LittleBig adaptable children’s bike. The LittleBig bikes are available through their online shop with worldwide delivery available. […]</p>\n<p>The post <a rel=\"nofollow\" href=\"http://theme-fusion.com/avada-customer-spotlight-simon-evans/\">Avada Customer Spotlight: Simon Evans</a> appeared first on <a rel=\"nofollow\" href=\"http://theme-fusion.com\">Theme Fusion</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"ThemeFusion Staff\";s: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:1328:\"<p>Simon Evans is a round the world cyclist who founded <a href=\"http://www.littlebigbikes.com\" target=\"_blank\">LittleBig</a> in Ireland in 2013. After completing a 30,000km tour by literally circumnavigating the globe by bicycle, he returned home and put his engineering skills to use by inventing the LittleBig adaptable children’s bike.</p>\n<p><span id=\"more-406645\"></span></p>\n<p>The LittleBig bikes are available through their <a href=\"http://www.littlebigbikes.com/shop\" target=\"_blank\">online shop</a> with worldwide delivery available. Simon chose <a href=\"http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" target=\"_blank\">Avada</a> as his theme of choice for the LittleBig website. We caught up with him to learn more about his adventures, his bike and his love of Avada.</p>\n<div style=\"clear: both;\"></div><div class=\"separator\" style=\"margin-top: 40px;margin-bottom: 40px;\"></div>\n<a href=\" http://avada.theme-fusion.com/little-big-customer-spotlight/ \" class=\"short-btn large square \" target=\"_blank\"> View The Customer Spotlight </a>\n<p>The post <a rel=\"nofollow\" href=\"http://theme-fusion.com/avada-customer-spotlight-simon-evans/\">Avada Customer Spotlight: Simon Evans</a> appeared first on <a rel=\"nofollow\" href=\"http://theme-fusion.com\">Theme Fusion</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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://theme-fusion.com/avada-customer-spotlight-simon-evans/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"5\";s: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:29:\"http://theme-fusion.com/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:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:17:{s:4:\"date\";s:29:\"Fri, 17 Feb 2017 21:55:49 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:10:\"set-cookie\";a:2:{i:0;s:133:\"__cfduid=d3111e6ea48d763a974453dd875d813731487368549; expires=Sat, 17-Feb-18 21:55:49 GMT; path=/; domain=.theme-fusion.com; HttpOnly\";i:1;s:59:\"X-Mapping-fjhppofk=7929928EE1852AC0233DC72A47254A0E; path=/\";}s:11:\"x-cacheable\";s:17:\"CacheAlways: feed\";s:13:\"cache-control\";s:28:\"max-age=600, must-revalidate\";s:7:\"x-cache\";s:8:\"HIT: 225\";s:13:\"x-cache-group\";s:0:\"\";s:4:\"link\";s:60:\"<http://theme-fusion.com/wp-json/>; rel=\"https://api.w.org/\"\";s:7:\"expires\";s:29:\"Thu, 19 Nov 1981 08:52:00 GMT\";s:6:\"pragma\";s:8:\"no-cache\";s:6:\"x-type\";s:4:\"feed\";s:4:\"etag\";s:39:\"\"ee3b6b528290e1604a0023c37f6eb57d-gzip\"\";s:10:\"x-pass-why\";s:0:\"\";s:12:\"x-robots-tag\";s:15:\"noindex, follow\";s:13:\"last-modified\";s:29:\"Fri, 17 Feb 2017 21:26:57 GMT\";s:6:\"server\";s:16:\"cloudflare-nginx\";s:6:\"cf-ray\";s:20:\"332c7c58a09a3810-ATL\";}}s:5:\"build\";s:14:\"20130911080210\";}','no'),(9179,'_transient_timeout_feed_mod_636a1eae994b1deb9d704cdb777d2ebb','1487411749','no'),(9180,'_transient_feed_mod_636a1eae994b1deb9d704cdb777d2ebb','1487368549','no'),(9183,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1487411758','no'),(9184,'_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:\"Wed, 01 Feb 2017 15:58: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: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-40067\";s: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: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: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: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:2;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:45498:\"<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/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/iamjolly\">iamjolly</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/krstarica\">Ivan</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/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/mariovalney\">Mario Valney</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/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/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/voldemortensen\">voldemortensen</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:3;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: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: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: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: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: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: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:7;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: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 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:\"\";}}}}}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 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2016/10/wordpress-4-7-beta-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 28 Oct 2016 04:30: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: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=4535\";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 1 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:6895:\"<p>WordPress 4.7 Beta 1 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-beta1.zip\">download the beta here</a> (zip).</p>\n<p>WordPress 4.7 is slated for release on <a href=\"https://make.wordpress.org/core/4-7/\">December 6</a>, but we need your help to get there. We’ve been working on a lot of things, many of them to make getting your site set up the way you want it much easier. Here are some of the bigger items to test and help us find as many bugs as possible in the coming weeks:</p>\n<ul>\n<li><a href=\"http://2017.wordpress.net/\"><strong>Twenty Seventeen</strong></a> – A brand new default theme brings your site to life with immersive featured images, video headers, and subtle animations. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.</li>\n<li><strong>Video Headers</strong> – 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.</li>\n<li><strong>Set up your site in one flow</strong> – From finding and installing themes right inside the customizer, to automatically staged theme-specific starter content, to clickable shortcuts that jump directly to editing an item from the preview pane, to adding pages while you’re building a nav menu or setting a static front page: getting a new site spun up and ready to share with a friend or a coworker is faster and easier than it’s ever been. Note: starter content appears when live previewing brand new sites and is currently only available in Twenty Seventeen. We’ll be expanding this to other bundled themes very soon, and perhaps to sites with existing content in future releases of WordPress.</li>\n<li><strong>Custom CSS with live previews</strong> – Ever needed to hide or tweak the look of something in your theme or from a plugin? Now you can do it with CSS and live preview the results while customizing your site. CSS can be a powerful tool; you may find that you won’t need the theme editor or child themes anymore.</li>\n<li><strong>User admin languages</strong> – Just because your site is in one language doesn’t mean that everybody helping manage it prefers that language for their admin. To try this out, you’ll need to have more than one language installed, which will make a user language option available in your profile.</li>\n<li><strong>PDF thumbnail previews</strong> – Uploading PDFs will now generate thumbnail images so you can more easily distinguish between all your documents.</li>\n</ul>\n<p>As always, there have been exciting changes for developers to explore as well, such as:</p>\n<ul>\n<li><strong>REST API content endpoints</strong> – If you only test one thing as a developer, please test these. This phase is particularly helpful for people building plugins, themes, and in-admin interfaces. Can you build the things you need? Are these ready for release, and is the world ready for them? (<a href=\"https://core.trac.wordpress.org/ticket/38373\">#38373</a>)</li>\n<li><strong><code>WP_Hook</code></strong> – The code that lies beneath actions and filters has been overhauled. You likely aren’t affected, but if you’ve done things to the <code>$wp_filter</code> global or experienced funky recursion bugs in the past, <a href=\"https://make.wordpress.org/core/2016/09/08/wp_hook-next-generation-actions-and-filters/\">please take a moment to read the dev note</a> and test your code.</li>\n<li><a href=\"https://make.wordpress.org/core/2016/10/04/custom-bulk-actions/\"><strong>Custom bulk actions</strong></a> – List tables, now with more than bulk edit and delete.</li>\n<li>Expanded <a href=\"https://make.wordpress.org/core/2016/10/26/registering-your-settings-in-wordpress-4-7/\"><strong>Settings Registration API</strong></a> via <code>register_setting()</code>.</li>\n<li>For theme developers: <strong>Post type templates</strong> (<a href=\"https://core.trac.wordpress.org/ticket/18375\">#18375</a>)</li>\n<li><strong><a href=\"https://make.wordpress.org/core/2016/09/09/new-functions-hooks-and-behaviour-for-theme-developers-in-wordpress-4-7/\">More goodies for theme developers!</a></strong></li>\n<li><strong>Locale switching</strong> (<a href=\"https://core.trac.wordpress.org/ticket/26511\">#26511</a>)</li>\n<li><a href=\"https://make.wordpress.org/core/2016/10/11/comment-allowed-checks-in-wordpress-4-7/\"><strong>Comment allowed checks</strong></a> have the potential for a back-compat break.</li>\n</ul>\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><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, and please enjoy this extended haiku break, courtesy of <a href=\"https://profiles.wordpress.org/ramiabraham\">Rami Abraham</a><em>.</em></p>\n<p><em>Exquisite endpoints</em><br />\n<em>Extol epic exabytes</em><br />\n<em>Enabling earthlings</em></p>\n<p><em>Careful interfaces</em><br />\n<em>Considerately conjured</em><br />\n<em>Customizer chic</em></p>\n<p><em>Ring in the new year</em><br />\n<em>With elegance and balance</em><br />\n<em>Twenty Seventeen</em></p>\n<p><em>Hooks hook healthily</em><br />\n<em>17817</em><br />\n<em>Sane iterations</em></p>\n<p><em>Admin in your tongue<br />\nOne site, many languages<br />\nWe all speak WordPress</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:\"4535\";s: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:\"Fri, 17 Feb 2017 21:55:58 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:\"Wed, 01 Feb 2017 15:58:56 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 249\";}}s:5:\"build\";s:14:\"20130911080210\";}','no'),(9185,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1487411758','no'),(9186,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1487368558','no'),(9187,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1487411759','no'); INSERT INTO `wp_options` VALUES (9188,'_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:81:\"WPTavern: How to Check if Installed Plugins Are No Longer in the Plugin Directory\";s: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=66106\";s: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/how-to-check-if-installed-plugins-are-no-longer-in-the-plugin-directory\";s: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:9904:\"<p>When we wrote about <a href=\"https://wptavern.com/why-plugins-sometimes-disappear-from-the-wordpress-plugin-directory\">why plugins sometimes disappear</a> from the WordPress plugin directory, it generated a healthy discussion in the comments. One of the topics of discussion brought up is whether or not <a href=\"https://wptavern.com/why-plugins-sometimes-disappear-from-the-wordpress-plugin-directory#comment-209733\">users should be notified</a> when a plugin disappears and if so, how?</p>\n<p>Currently, when a plugin is hidden on the directory, users are not notified. If it’s removed due to a security vulnerability and the author chooses not to fix it or move the plugin somewhere else such as <a href=\"https://github.com/\">GitHub</a>, users are left in the dark.</p>\n<p>Donna Cavalier shared a <a href=\"https://wordpress.org/support/topic/plugin-is-missing-on-the-wordpress-org-directory/\">recent example</a> of why users should be notified. Contact Form DB is a popular plugin that saves contact form submissions from many popular Contact Forms plugins to the database. As of <a href=\"https://web.archive.org/web/20161030050515/https://wordpress.org/plugins/contact-form-7-to-database-extension/\">October 30th, 2016</a>, it was actively installed on more than 400K sites.</p>\n<p>Approximately <a href=\"https://wordpress.org/support/topic/plugin-is-missing-on-the-wordpress-org-directory/\">one month ago</a>, the plugin was hidden due to a security vulnerability. Instead of releasing a patch, Michael Simpson, creator of Contact Form DB, moved the plugin <a href=\"https://github.com/mdsimpson/contact-form-7-to-database-extension/releases\">to GitHub</a> and subsequently released a <a href=\"https://github.com/mdsimpson/contact-form-7-to-database-extension/releases/tag/v2.10.30\">new version</a> that patched the vulnerability. Simpson says the person on the plugin review team that he spoke with was condescending, unprofessional, and rubbed him the wrong way.</p>\n<p>“I’m happy to address any issues and meet any standards, but I’m at the limit of my patience,” Simpson said.</p>\n<p>“I try to be a good citizen and give back to the community. I’ve put in countless hours for close to seven years now. When I’m treated like this, it seems WordPress doesn’t value me or my contribution to its community.</p>\n<p>“Anyway, I put the code on GitHub and I will continue to support it. But at this point I’m not sure I want to deal with people like this to re-list the plugin on this site. I don’t need the frustration.”</p>\n<p><strong>If you use Contact Form DB, please <a href=\"https://github.com/mdsimpson/contact-form-7-to-database-extension/releases/tag/v2.10.30\">update to 2.10.30</a> as soon as possible as it contains the aforementioned security fix.</strong></p>\n<p>It’s impossible for Contact Form DB users to automatically install updates from GitHub without installing an <a href=\"https://wptavern.com/github-updater-4-1-to-add-remote-installation-for-wordpress-plugins-and-themes\">updater plugin</a>. This leaves thousands of sites at risk.</p>\n<h2>How to Know When Installed Plugins Are No Longer in the Directory</h2>\n<p>In the comments of <a href=\"https://wptavern.com/why-plugins-sometimes-disappear-from-the-wordpress-plugin-directory\">our article</a>, Tavern reader Central Geek <a href=\"https://wptavern.com/why-plugins-sometimes-disappear-from-the-wordpress-plugin-directory#comment-209776\">shared links</a> to a couple of plugins aimed at providing useful information such as, whether a <a href=\"https://wordpress.org/plugins/vendi-abandoned-plugin-check/\">plugin has been abandoned</a> and <a href=\"https://wordpress.org/plugins/better-plugin-compatibility-control/\">better plugin compatibility information</a>.</p>\n<p>One of the plugins he mentions is called <a href=\"https://wordpress.org/plugins/no-longer-in-directory/\">No Longer in Directory, </a>developed by <a href=\"https://profiles.wordpress.org/whitefirdesign/\">White Fir Design</a>. The plugin adds a page to the WordPress backend that informs users if any of the plugins that are installed are available in the plugin directory. It also separately lists installed plugins that haven’t been updated in two years or more.</p>\n<p><img /></p>\n<p>The check is performed using the plugin directory’s folder name. The author notes that this could lead to plugins that have never been in the plugin directory to be flagged if they use the same name as a plugin that was in the directory in the past. If you encounter this situation, you’re encouraged to create a new thread on the <a href=\"https://wordpress.org/support/plugin/no-longer-in-directory\">plugin’s support forum</a>.</p>\n<p>So far, No Longer in Directory is actively installed on more than 1K sites. Out of a total of <a href=\"https://wordpress.org/support/plugin/no-longer-in-directory/reviews/\">six reviews</a>, its average rating is 4.8 out of 5 stars. I tested the plugin with WordPress 4.8 alpha and didn’t encounter any issues.</p>\n<p>If this is a feature you’d like to see implemented in WordPress, consider <a href=\"https://wordpress.org/ideas/topic/alert-when-installed-plugins-have-been-removed-from-the-plugin-directory\">voting for it</a>. So far, the idea has 43 votes with a five-star average rating. <a href=\"https://profiles.wordpress.org/ipstenu\">Mika Epstein</a>, Plugin Directory Representative, <a href=\"https://wordpress.org/ideas/topic/alert-when-installed-plugins-have-been-removed-from-the-plugin-directory#post-22481\">responded to the idea</a> four years ago noting that it was being worked on.</p>\n<p>As Epstein mentioned in our previous article, explaining WHY a plugin has been closed is complex.</p>\n<p>“Obviously the last thing we want are people getting hacked, but it presents us with a few options and they all have flaws,” she said.</p>\n<p>“We’ve not been able to determine a way to tell people ‘This plugin is gone, don’t use it’ and ‘This plugin is gone, but use it if you want.’ without putting users at risk.”</p>\n<h2>If a Plugin Is Permanently Removed From the Directory, Users Should Be Notified</h2>\n<p>I believe users should be informed if a plugin is permanently removed from the directory. It doesn’t make sense to notify users if it’s temporarily hidden due to violating a guideline or a security issue. Plus, between upgrade and admin notices, users are receiving enough notifications as it is.</p>\n<p>I’m unsure if the notification should be an admin notice as we’ve <a href=\"https://wptavern.com/please-stop-abusing-wordpress-admin-notices\">already documented</a> how plugin authors are using them to advertise. Users are increasingly getting annoyed by them and they’re usefulness is in decline.</p>\n<p>There’s also the question as to who is responsible for informing users. This responsibility should fall squarely on the plugin author. If I was a plugin author and not interested in someone <a href=\"https://wptavern.com/adopt-me-plugin-tag-is-now-in-use-on-wordpress-org\">adopting my plugin</a> and wanted it removed from the directory, I’d do so by pushing out one last update.</p>\n<p>I’d explain in the plugin’s description and changelog that support and updates would no longer occur and that users should seek alternatives. I might even suggest a few that come to mind. Then, after about a month, I’d submit a request to the plugin review team to permanently remove it.</p>\n<p>This would give users a heads up and plenty of time to seek out an alternative. The Post Template plugin is a good example of this idea in action. Here is the notice it displayed on all of its settings pages before it disappeared.</p>\n<blockquote><p><strong>Since version 4.0.0, the plugin has been released under a commercial license. New features such as addition of custom fields to the templates have been added. Furthermore, this version is discontinued, which means that no further bug fixes, new features and compatibility fixes for new WordPress versions will be implemented. If you want to buy the latest version of Post Template, please visit the plugin web page.</strong></p></blockquote>\n<p>By notifying users ahead of time, the responsibility shifts to the user to find an alternative.</p>\n<p><a href=\"https://wordpress.org/support/topic/plugin-is-missing-on-the-wordpress-org-directory/page/2/#post-8726059\">Simpon </a>said he’ll work to get the plugin re-listed but it may take some time as he’s swamped with work. At the time of publishing, <a href=\"https://wordpress.org/plugins/contact-form-7-to-database-extension/\">the plugin</a> is not available on WordPress.org.</p>\n<h2>An Unfortunate Situation for Users of Contact Form DB</h2>\n<p>While <a href=\"https://wordpress.org/support/topic/plugin-is-missing-on-the-wordpress-org-directory/page/2/\">users sympathized</a> with Simpson over his decision, I think it’s partly irresponsible. If a plugin has a security vulnerability, patching it and making it available as soon as possible should take precedence over how one feels about a situation.</p>\n<p>Instead of putting aside differences and pushing out an update to patch a security vulnerability, Simpson chose to move the plugin and the patched version to GitHub. The decision not to work with the plugin review team has put thousands of sites at risk with no easy way for users to update.</p>\n<p>Hopefully, Simpson will work with the team to get a patched version of Contact Form DB back onto the directory as soon as possible. Until then, if you use Contact Form DB, please <a href=\"https://github.com/mdsimpson/contact-form-7-to-database-extension/releases/tag/v2.10.30\">update to 2.10.30</a> manually as it patches the security vulnerability.</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 Feb 2017 08:52: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: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: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:87:\"WPTavern: WPWeekly Episode 263 – Plugins Disappearing, WordCamp Miami, and OSTraining\";s: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=66103&preview=true&preview_id=66103\";s: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/wpweekly-episode-263-plugins-disappearing-wordcamp-miami-and-ostraining\";s: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:3129:\"<p>In this episode, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I discuss the news making headlines including, WordCamp Miami in its 9th year, OSTraining partnering with GoDaddy to release training videos, and why plugins sometimes disappear from the WordPress plugin directory. We also provide an update on the REST API vulnerability that is actively being exploited to deface webpages.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/wordpress-rest-api-vulnerability-exploits-continue\">WordPress REST API Vulnerability Exploits Continue</a><br />\n<a href=\"https://wptavern.com/google-changes-the-wording-of-its-wordpress-update-notifications\">Google Webmaster Tools Fixes Confusing Messages About Updating WordPress</a><br />\n<a href=\"https://wptavern.com/wordcamp-miami-2017-to-host-javascript-track-ama-spots-and-2-day-kids-camp\">WordCamp Miami 2017 to Host JavaScript Track, AMA Spots, and 2-Day Kids’ Camp</a><br />\n<a href=\"https://wptavern.com/ostraining-partners-with-godaddy-to-launch-free-wordpress-beginner-course-on-youtube\">OSTraining Partners with GoDaddy to Launch Free WordPress Beginner Course on YouTube</a><br />\n<a href=\"https://wptavern.com/why-plugins-sometimes-disappear-from-the-wordpress-plugin-directory\">Why Plugins Sometimes Disappear From the WordPress Plugin Directory</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/mobile-featured-image/\">Mobile Featured Image</a> allows users to add a featured image specifically for mobile devices. The new image can be a resized version of your featured image or an entirely new image targeted especially at mobile viewers.</p>\n<p><a href=\"https://wordpress.org/plugins/fb-messenger-bot/\">FB Messenger Bot for WooCommerce</a> automatically messages clients from your Facebook page, WooCommerce, or Gravity Forms. The plugin creates a ‘send to Facebook’ button at the end of the WooCommerce Sales process or on the Gravity Forms thank you page.</p>\n<p><a href=\"https://wordpress.org/plugins/restrict-new-users-by-domain/\">Restrict New Users by Domain </a>makes it easy to whitelist or blacklist email domains that new users can use when registering. If using the whitelist, only new users who enter an email domain on the whitelist will be allowed to create an account. If using the blacklist, a user who enters an email domain on the blacklist will be unable to register.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, February 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 #263:</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, 16 Feb 2017 23:01:09 +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: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:31:\"Post Status: LoopConf in review\";s: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://poststatus.com/?post_type=poststatus_notes&p=33889\";s: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:32:\"https://poststatus.com/loopconf/\";s: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:46039:\"<p><a href=\"https://loopconf.com/\">LoopConf</a> is a developer centric conference, and LoopConf “2.1” took place in Salt Lake City in early February. This second iteration of the event was a great one, with informative, diverse talks, a laid back atmosphere, and it was very well organized — which is especially impressive considering the challenges that mother nature caused. As an added bonus, you can now <a href=\"https://www.youtube.com/playlist?list=PLod7ww284cBH0DZshlVXRR5XtpaIZXfTF\">watch all the talks for free</a>.</p>\n<p>Originally planned for Miami last year, LoopConf was postponed due to a hurricane in southern Florida — hence the “.1” above — and rescheduled closer to organizer Ryan Sullivan’s home in Salt Lake City. Despite the postponement, most attendees were still able to make it, and some folks (like me) could only go to the newly scheduled event.</p>\n<p>Salt Lake City was unseasonably warm, making it a pleasant few days, mixed with great food and company. It was also a pleasure to be able to meet more people from local companies, including the newly minted BlueHost and MOJO headquarters downtown.</p>\n<p>Post Status was at LoopConf as a media partner, and <a href=\"https://poststatus.com/profiles/brian-richards/\">Brian Richards</a> and I took a lot of pictures, as well as several video interviews.</p>\n<h3>What to know about LoopConf</h3>\n<p>In our first video interview, Ryan talked about the origins of LoopConf, and described what he hoped attendees would get out of the event:</p>\n<p></p>\n<p>I hope to see a future LoopConf 3, and I think the venue and atmosphere worked really well in Salt Lake City.</p>\n<h3>A small sampling of valuable talks</h3>\n<p>There were many great talks. I didn’t attend them all, as I was working on other stuff for much of the two days, but the feedback was pretty universally positive, and every talk I did attend, I found valuable.</p>\n<h4>The competitive landscape for WordPress</h4>\n<p><img /></p>\n<p>The first day kicked off with a great talk by Pantheon co-founder Josh Koenig, who spoke on the <a href=\"https://youtu.be/BsKkFf4vDyw?list=PLod7ww284cBH0DZshlVXRR5XtpaIZXfTF\">competitive landscape for WordPress</a>, including opportunities and risks. It was a really excellent start to the event.</p>\n<h4>Empathetic communication</h4>\n<p><img /></p>\n<p>I met Sharon Steed prior to her talk, and she spoke about <a href=\"https://www.youtube.com/watch?v=Ke9hfBKebxc\">empathetic communication</a>. And due to her own journey as a communicator, going through life with a stutter, it has impacted how she thinks about communication and how she advises her clients.</p>\n<p>There were two quotes I loved: “Technology cannot replace the social aspect of face-to-face communication.” And, “Silence kills collaboration.” I think greater empathy in our ecosystem and society in general is pivotal.</p>\n<h3>Put an “S” on it</h3>\n<p><img /></p>\n<p>I don’t know anyone who knows more about HTTPS than Zack Tollman, who directed the effort to make WIRED’s website fully HTTPS. They learned many lessons, and he <a href=\"https://youtu.be/McAzEj2iXaA?list=PLod7ww284cBH0DZshlVXRR5XtpaIZXfTF\">shares them in his outstanding talk</a>.</p>\n<h4>Bootstrapping a WordPress business</h4>\n<p><img /></p>\n<p>The <a href=\"https://poststatus.com/jason-cohen-wp-engine-founder/\">most recent podcast</a> episode featured a video interview and extended audio interview with <a href=\"https://wpengine.com\">WP Engine</a> founder and LoopConf keynote speaker Jason Cohen, which I highly recommend you check out. Jason is full of knowledge, and my interview with him pairs well with his keynote talk.</p>\n<p>Jason’s talk will certainly get you thinking about whether you should raise your prices, that’s for sure.</p>\n<h4>Watch them all!</h4>\n<p>Don’t take my word for which talks to see. I just feature these because I got a lot out of them in the moment. However, in general I found this lineup to be one of the most proficient groups of speakers I’ve seen yet at a WordPress event.</p>\n<p>Check out <a href=\"https://www.youtube.com/playlist?list=PLod7ww284cBH0DZshlVXRR5XtpaIZXfTF\">the whole playlist</a>.</p>\n<h3>Pictures</h3>\n<p>Here are pictures from the three days of workshops and talks.</p>\n\n<a href=\"https://poststatus.com/loopconf/loopconf2-0004/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0004-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0008/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0008-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0011/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0011-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0017/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0017-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0018/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0018-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0019/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0019-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0021/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0021-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0028/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0028-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0033/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0033-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0036/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0036-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0039/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0039-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0051/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0051-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0052/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0052-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0053/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0053-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0056/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0056-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0057/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0057-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0062/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0062-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0063/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0063-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0068/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0068-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0075/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0075-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0077/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0077-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0079/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0079-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0086/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0086-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0087/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0087-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0088/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0088-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0091/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0091-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0115/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0115-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0129/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0129-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0135/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0135-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0136/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0136-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0146/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0146-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0149/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0149-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1735/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1735-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1746/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1746-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1757/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1757-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1775/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1775-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1778/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1778-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1795/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1795-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1808/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1808-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1809/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1809-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1812/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1812-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1818/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1818-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1819/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1819-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1824/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1824-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1826/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1826-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1831/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1831-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1836/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1836-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1841/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1841-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1854/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1854-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1856/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1856-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1862/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1862-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1868/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1868-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1894/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1894-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1897/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1897-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1911/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1911-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1921/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1921-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1928/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1928-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1936/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1936-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1937/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1937-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1954/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1954-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1968/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1968-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1978/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1978-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1979/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1979-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1983/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1983-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1986/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1986-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1991/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1991-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1996/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1996-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2005/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2005-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2015/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2015-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2030/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2030-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2042/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2042-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2043/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2043-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2049/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2049-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2062/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2062-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2079/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2079-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2080/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2080-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2093/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2093-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2103/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2103-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2106/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2106-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2119/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2119-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2151/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2151-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2163/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2163-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2172/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2172-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2180/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2180-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2194/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2194-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2215/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2215-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2240/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2240-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2253/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2253-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2290/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2290-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2291/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2291-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2293/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2293-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2311/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2311-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2330/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2330-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2334/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2334-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2370/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2370-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2377/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2377-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2380/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2380-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2390/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2390-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2413/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2413-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2447/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2447-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2466/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2466-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2487/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2487-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2511/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2511-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2515/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2515-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2517/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2517-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2521/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2521-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2528/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2528-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2531/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2531-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2532/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2532-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2533/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2533-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2536/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2536-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2538/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2538-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2541/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2541-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2542/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2542-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2546/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2546-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2561/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2561-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2570/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2570-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2590/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2590-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2597/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2597-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2599/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2599-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2615/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2615-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2617/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2617-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2652/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2652-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9825/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9825-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9826/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9826-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9828/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9828-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9830/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9830-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9831/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9831-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9833/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9833-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9835/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9835-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9837/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9837-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9839/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9839-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9846/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9846-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9848/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9848-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9850/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9850-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9851/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9851-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9859/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9859-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9863/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9863-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9866/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9866-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9868/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9868-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9876/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9876-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9879/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9879-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9885/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9885-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9887/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9887-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9888/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9888-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9892/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9892-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9895/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9895-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9904/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9904-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9905/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9905-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9911/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9911-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9914/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9914-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9929/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9929-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9933/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9933-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9940/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9940-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9941/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9941-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9949/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9949-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9953/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9953-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9956/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9956-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9960/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9960-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9962/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9962-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9965/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9965-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9967/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9967-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9969/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9969-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9970/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9970-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9971/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9971-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9976/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9976-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9993/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9993-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9986/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9986-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9981/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9981-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n\n<p>You are welcome to use these pictures however you wish. If you’d like to credit Brian Richards or myself, or Post Status, we’d appreciate it — but it’s not required. Pictures he took show Canon 6D in the meta description, and pictures I took show Canon 70D in the description.</p>\n<h3>More interviews from LoopConf</h3>\n<p>I’ll have more interviews from LoopConf over the coming days and weeks. I chatted with several core contributors and developers about specific experiences they’ve had with WordPress. Keep an eye out for those!</p>\n<h3>A fun, niche event with a lot of value</h3>\n<p>LoopConf was pretty laid back, and did a lot of things really well.</p>\n<p>For one, I’m super jealous of how quickly they got the videos uploaded, and they’ve generously made them available for free for everyone. Also, there were no noticeable event hiccups, and the team was always available to help with whatever attendees may need.</p>\n<p>The venue itself was really nice, as you can hopefully see in the pictures, and the whole place was laid out in a way that made both the talks and the hallway track highly accessible. And sponsors were in the center of the whole event, which was great.</p>\n<p>I found that the size of the event (I’d guess around 200 people) made it so that conversations were easy to have, and we were able to go in-depth. And because everything from breakfast to dinner to the after party were at the venue, it made everything super convenient.</p>\n<p>If and when there’s a LoopConf 3, you should go! I’ve also found this general theme to be true at other niche WordPress events — including <a href=\"https://adayofrest.hm\">A Day of REST</a> (specific to the REST API in WordPress, which you should go to next month!) and <a href=\"https://pressnomics.com\">PressNomics</a> (a WordPress business event, which you should go to in April!), and even my own <a href=\"https://poststatus.com/publish\">Publish</a> event (which may have a second iteration later this year).</p>\n<p>To learn more about LoopConf, <a href=\"https://loopconf.com/\">check out the website</a>. And definitely take advantage of all of those <a href=\"https://www.youtube.com/playlist?list=PLod7ww284cBH0DZshlVXRR5XtpaIZXfTF\">free videos</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:\"Thu, 16 Feb 2017 20:00: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:15:\"Brian Krogsgard\";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:125:\"WPTavern: Matt Mullenweg Responds to Security Rant: Digital Signatures for WordPress Updates Are Important but Not a Priority\";s: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=66076\";s: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:135:\"https://wptavern.com/matt-mullenweg-responds-to-security-rant-digital-signatures-for-wordpress-updates-are-important-but-not-a-priority\";s: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:8422:\"<p>Scott Arciszewski, Chief Development Officer for Paragon Initiative Enterprises, who is most widely known for his <a href=\"https://paragonie.com/blog/2017/02/cryptographically-secure-php-development\">cryptography engineering work</a>, published a post on Medium criticizing Matt Mullenweg, co-creator of the WordPress open-source software project, for not caring enough about security. Arciszewski has since retracted the post but you can <a href=\"http://web.archive.org/web/20170214062414/https://medium.com/@CiPHPerCoder/stopmullware-on-the-security-of-27-of-the-websites-on-the-internet-298a7e5b6871\">read it</a> via the Wayback Machine.</p>\n<p>Arciszewski is working on a project known as <a href=\"https://download.libsodium.org/doc/\">libsodium</a>, a core extension to PHP 7.2 which allows for encryption, decryption, signatures, password hashing and more. Its goal is to enable developers to build higher-level cryptographic tools.</p>\n<p>WordPress’ automatic update system is handled through api.wordpress.org. Since updates do not have a digital signature, if api.wordpress.org were compromised, attackers could send malicious updates to thousands or millions of sites. This scenario was at the forefront of people’s minds late last year after Wordfence <a href=\"https://www.wordfence.com/blog/2016/11/hacking-27-web-via-wordpress-auto-update/\">published details</a> of a complex security vulnerability that could have compromised the update servers.</p>\n<p>Arciszewski suggests offline code signing and elliptic curve cryptography as solutions, “The key that can produce a valid signature for a file isn’t stored on the server (only the file itself and a valid signature are), so even if the server gets hacked, attackers can’t just add trojan horse malware to the file,” he said.</p>\n<p><a href=\"http://php.net/manual/en/book.openssl.php\">OpenSSL</a> is an extension of PHP and is commonly used as public-key cryptography but it only supports RSA which Arciszewski deems inadequate. Since WordPress is written in PHP and supports versions 5.2-7+, Arciszewski needed to create a solution that was as compatible. This inspired him to create <a href=\"http://web.archive.org/web/20170214062414/https://github.com/paragonie/sodium_compat\">sodium_compat</a> that adds <a href=\"https://ed25519.cr.yp.to/\">Ed25519 signature verification</a> to WordPress’ automatic updater.</p>\n<p>Arciszewski submitted a number of patches to WordPress but was told by Dion Hulse, WordPress core developer, that the sodium_compat library could not be merged into core until it passed a security audit by a third-party. Audits can cost a lot of money so Arciszewski’s plan was to see if Automattic could take on some of the cost or crowd-source the funds. However, his project was put on hold after Mullenweg informed Hulse to stop working on the feature as it’s not related to the three core focus areas of the Editor, Customizer, and the REST API.</p>\n<p>Arciszewski described the decision as irresponsible and that every user has a reason to be alarmed, “The WordPress team has shown that they are not responsible enough to govern their impressive ownership of the Internet (with the exception of some folks powerless to correct the organization’s course),” he said. “This act of negligence <em class=\"markup--em markup--p-em\">will</em> put the rest of the web in harm’s way.”</p>\n<h2>Update Signing is Important but Not a Priority</h2>\n<p>Mullenweg <a href=\"https://medium.com/@photomatt/wordpress-and-update-signing-51501213e1\">responded to the post</a> on Medium.com with one of his own and reiterated the WordPress development team’s commitment to security.</p>\n<p>“Everyone involved takes their responsibility very seriously, and the growth of WordPress has meant many thoughtful, hard-working people have gotten involved and think of the security of WP sites holistically, from every angle,” he said.</p>\n<p>Mullenweg also clarified what attacks would be stopped by implementing digital signatures to WordPress updates.</p>\n<p>“It could stop a man in the middle attack, where someone modifies the update files on the network in between your blog and WordPress.org, or it could stop a situation where the part of .org that serves the update is compromised but the signing part isn’t, and someone decided to send out updates even though they know they’ll be rejected,” he said.</p>\n<p>The team is unaware of any WordPress sites that have been attacked this way. While the possibility exists, the extent of the damage would likely be limited. The update servers are monitored around the clock and since many large webhosting companies automatically scan their customer’s sites for malware, the malicious update would likely be discovered quickly.</p>\n<p>Mullenweg describes what would happen if an update server was compromised.</p>\n<p>“We would turn it off really quickly, notify the world there was an issue, fix the problem, turn it back on, and notify the specific sites or hosts as able,” he said. Although WordPress <a href=\"https://w3techs.com/technologies/details/cm-wordpress/all/all\">powers 27.5%</a> of the top 10 million sites tracked by Alexa, it’s highly unlikely that number of sites would be compromised.</p>\n<p>He goes on to say that there are easier ways to compromise a WordPress site and listed the biggest issues to WordPress security based on impact.</p>\n<ol class=\"postList\">\n<li id=\"6e1f\" class=\"graf graf--li graf-after--p\">Sites not updating core.</li>\n<li id=\"8121\" class=\"graf graf--li graf-after--li\">Sites not updating plugins.</li>\n<li id=\"9cf6\" class=\"graf graf--li graf-after--li\">Sites not updating themes.</li>\n<li id=\"0f5b\" class=\"graf graf--li graf-after--li\">Weak passwords, without brute-force protection or two-factor authentication.</li>\n<li id=\"9601\" class=\"graf graf--li graf-after--li\">Hosts (professional or ad-hoc) not scanning and fixing sites.</li>\n<li id=\"3b2e\" class=\"graf graf--li graf-after--li\">Hypothetical issues not seen in practice, which distract from the above existing priorities.</li>\n</ol>\n<p>Mullenweg confirms that he offered to donate to the audit of sodium_compat a day before Arciszewski published his post. Even if the library passed an audit, the code couldn’t immediately be added to core, “You would also need to do some significant work on the server-side to isolate the signing from the update server, so it’s worthwhile in the first place,” he said.</p>\n<p>And if the code were added to core, only the sites that updated to the version that has the cryptographic library and the update checking would be able to take advantage of it. WordPress.org would still need to send updates to older versions that don’t have update checking. These sites would still be vulnerable to receiving a malicious update.</p>\n<p>Mullenweg says that digital signatures and update signing will end up in WordPress eventually but it’s not a priority as there are other security issues in front of it, “We are prioritizing those issues above a nice-to-have, defense in-depth effort,” he said.</p>\n<p>“A good approach would be to build the server-side first, because doing that properly, say with an <a href=\"https://en.wikipedia.org/wiki/Hardware_security_module\">HSM</a>, is the difficult and important part; then get the packages signed; then test out verification in a plugin because we don’t want to break auto-updates; and then finally merge into core and set the client to reject non-signed updates. On the client side we need to pick a cryptography library, and get it audited.”</p>\n<p>Mullenweg ended his post explaining why he published his response on Medium instead of his <a href=\"http://ma.tt\">personal site</a>. “Seems to be the most popular place for rants like this. I also wanted to try out the famous Medium editor,” he said.</p>\n<h2>What’s Next For sodium_compat</h2>\n<p>While the prospects don’t look good for his library being added to WordPress in 2017, Arciszewski says there are plenty of other PHP projects that could benefit from it, “For their sake, I’m still strongly inclined to pursue an independent third-party cryptography audit, and attempt to crowd-fund the cost,” he said.</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 Feb 2017 23:48: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: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: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:49:\"BuddyPress: BuddyPress 2.8.0 – “San Matteo”\";s: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=263791\";s: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://buddypress.org/2017/02/buddypress-2-8-0-san-matteo/\";s: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:8634:\"<p>BuddyPress 2.8.0 “San Matteo” is now available for download from the WordPress.org plugin repository, or right from your WordPress Dashboard. “San Matteo” focuses on various improvement for developers, site builders and site managers.</p>\n<h2 class=\"headline-title\">For Developers & Site Builders</h2>\n<h3 class=\"headline-title\">Modernizing the Codebase</h3>\n<p>To continue the migration of legacy code to modern standards and techniques necessary for the <code>BP REST API</code> project and other new features moving forward, <a href=\"https://codex.buddypress.org/getting-started/buddypress-2-8-will-require-php-5-3/\">BuddyPress 2.8 requires at least PHP 5.3</a>. This will allow us to build better, robust, and secure code, benefiting developers and users now and in the future.</p>\n<h3 class=\"feature-title\">More helpful “Activate Pending Accounts” screen</h3>\n<p><img class=\"size-full wp-image-263800 aligncenter\" src=\"https://buddypress.org/wp-content/uploads/1/2017/02/pending-accounts.png\" alt=\"\" width=\"800\" height=\"500\" /></p>\n<p>When you click on the username on the “Users > Manage Signups” page, you can now view profile data entered by the user at the time of registration.</p>\n<h3 class=\"feature-title\">Support for <code>List-Unsubscribe</code> header in emails</h3>\n<p><img class=\"size-full wp-image-263802 aligncenter\" src=\"https://buddypress.org/wp-content/uploads/1/2017/02/list-unsubscribe.png\" alt=\"\" width=\"800\" height=\"500\" /></p>\n<p>Allow users to unsubscribe from BuddyPress email notifications in some email clients such as Gmail (web), when properly configured.</p>\n<h3 class=\"feature-title\">Twenty Seventeen Companion Style sheet</h3>\n<p><img class=\"size-full wp-image-263803 aligncenter\" src=\"https://buddypress.org/wp-content/uploads/1/2017/02/twenty-seventeen.png\" alt=\"\" width=\"800\" height=\"500\" /></p>\n<p>BuddyPress looks great in WordPress’s latest default theme with the new Twenty Seventeen companion style sheet.</p>\n<p>To change the default two-column page layout to a full-width layout as seen in the image, add the <a href=\"https://codex.buddypress.org/themes/bp-theme-compatibility-and-the-wordpress-default-themes/twenty-seventeen-theme/\">following code</a> to the <code>functions.php</code> file of your Twenty Seventeen child theme.</p>\n<h4 class=\"feature-title\">More hooks for Messages</h4>\n<p>We’ve added new filters and actions for different methods throughout the Messages component.</p>\n<h4 class=\"feature-title\">A more flexible Group search</h4>\n<p>The new <code>search_column</code> parameter allows developers to specify which columns should be matched, as well as where wildcard characters should be placed, when searching via <code>BP_Groups_Group::get()</code>.</p>\n<h4 class=\"feature-title\">Alphabetical sorting for Groups widget</h4>\n<p>The groups widget can now be sorted alphabetically, in addition to sorting the results by recently active, popular, and newest groups.</p>\n<h4 class=\"feature-title\">Enable choice of <code>PHPMailer</code></h4>\n<p>Developers can specify which <code>PHPMailer</code> should be used when sending BuddyPress with a new filter.</p>\n<h4 class=\"title\">Localization Improvements</h4>\n<p>We continue to improve our localization internals, making it easier for translation editors to ensure that BuddyPress will be available for everyone in their own language.</p>\n<h4 class=\"title\">Developer Reference</h4>\n<p>Regular updates to inline code documentation make it easier for developers to understand how BuddyPress works.</p>\n<h4 class=\"title\">Accessibility Upgrades</h4>\n<p>Continued improvements for universal access help make BuddyPress back- and front-end screens usable for everyone (and on more devices).</p>\n<p><strong>…and much more!</strong></p>\n<p>Read about all the bug fixes and feature enhancements introduced in BuddyPress 2.8.0 at our <a href=\"https://codex.buddypress.org/releases/version-2-8-0/\">official 2.8.0 changelog</a>.</p>\n<p><strong>Thank You to Our Contributors</strong></p>\n<p>Many, many thanks to all those who contributed during this development cycle. This is a volunteer-run project, and these contributors freely gave of their time and expertise to make BuddyPress better than ever:</p>\n<p><a href=\"https://profiles.wordpress.org/dontdream/\">Andrea Tarantini (dontdream)</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta/\">Ankit K Gupta (ankit-k-gupta)</a>, <a href=\"https://profiles.wordpress.org/angeljs/\">angeljs</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone B Gorges (boonebgorges)</a>, <a href=\"https://profiles.wordpress.org/thebrandonallen/\">Brandon Allen (thebrandonallen)</a>, <a href=\"https://profiles.wordpress.org/bhargavbhandari90/\">Bunty (bhargavbhandari90)</a>,<a href=\"https://profiles.wordpress.org/ketuchetan/\">chetansatasiya (ketuchetan)</a>, <a href=\"https://profiles.wordpress.org/chiragpatel/\">Chirag Patel (chiragpatel)</a>, <a href=\"https://profiles.wordpress.org/danbp/\">danbp</a>, <a href=\"https://profiles.wordpress.org/dcavins/\">David Cavins (dcavins)</a>, <a href=\"https://profiles.wordpress.org/wpdennis/\">Dennis (wpdennis)</a>, <a href=\"https://profiles.wordpress.org/Dianakc/\">Diana K. Cury (Dianakc)</a>, <a href=\"https://profiles.wordpress.org/finzend/\">finzend</a>, <a href=\"https://profiles.wordpress.org/hnla/\">Hugo (hnla)</a>,<a href=\"https://profiles.wordpress.org/jdgrimes/\">J.D. Grimes (jdgrimes)</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby (johnjamesjacoby)</a>, <a href=\"https://profiles.wordpress.org/jonas-lundman/\">Jonas Lundman (jonas-lundman)</a>, <a href=\"https://profiles.wordpress.org/jonieske/\">jonieske</a>, <a href=\"https://profiles.wordpress.org/jreeve/\">jreeve</a>, <a href=\"https://profiles.wordpress.org/lakrisgubben/\">lakrisgubben</a>, <a href=\"https://profiles.wordpress.org/Offereins\">Laurens Offereins (Offereins)</a>, <a href=\"https://profiles.wordpress.org/lgreenwoo/\">lgreenwoo</a>,<a href=\"https://profiles.wordpress.org/maccast/\">maccast</a>, <a href=\"https://profiles.wordpress.org/imath/\">Mathieu Viet (imath)</a>, <a href=\"https://profiles.wordpress.org/mchansy/\">mchansy</a>, <a href=\"https://profiles.wordpress.org/mercime/\">mercime</a>, <a href=\"https://profiles.wordpress.org/tw2113/\">Michael Beckwith (tw2113)</a>, <a href=\"https://profiles.wordpress.org/modemlooper/\">modemlooper</a>, <a href=\"https://profiles.wordpress.org/m_uysl/\">Mustafa Uysal (m_uysl)</a>, <a href=\"https://profiles.wordpress.org/nickmomrik/\">Nick Momrik (nickmomrik)</a>, <a href=\"https://profiles.wordpress.org/DJPaul/\">Paul Gibbs (DJPaul)</a>,<a href=\"https://profiles.wordpress.org/pareshradadiya/\">paresh.radadiya (pareshradadiya)</a>, <a href=\"https://profiles.wordpress.org/petya/\">Petya Raykovska</a>, <a href=\"https://profiles.wordpress.org/r-a-y/\">r-a-y</a>, <a href=\"https://profiles.wordpress.org/rekmla/\">rekmla</a>, <a href=\"https://profiles.wordpress.org/espellcaste/\">Renato Alves (espellcaste)</a>, <a href=\"https://profiles.wordpress.org/rogercoathup/\">Roger Coathup (rogercoathup)</a>, <a href=\"https://profiles.wordpress.org/DarkWolf/\">Salvatore (DarkWolf)</a>,<a href=\"https://profiles.wordpress.org/sanket.parmar/\">Sanket Parmar (sanket.parmar)</a>, <a href=\"https://profiles.wordpress.org/slaffik/\">Slava Abakumov (slaffik)</a>, <a href=\"https://profiles.wordpress.org/stagger-lee/\">Stagger Lee (stagger-lee)</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar (netweb)</a>, <a href=\"https://profiles.wordpress.org/mahype/\">Sven Wagener (mahype)</a>, <a href=\"https://profiles.wordpress.org/wordpressrene/\">wordpressrene</a>.</p>\n<h2>PanuozzoPress</h2>\n<p>BuddyPress 2.8 is called “San Matteo” after <a href=\"http://www.sanmatteopanuozzo.com/\">a great pizza restaurant</a> in New York City. San Matteo specializes in the “panuozzo”, a pizza-sandwich hybrid native to Salerno, Italy. The proprietor of San Matteo is a friendly fellow who insists on speaking Italian even to customers who don’t understand a word of it. If you find yourself in the neighborhood, be sure to stop by for a great pizza.</p>\n<h2>Time to Go Get 2.8.0!</h2>\n<p>Grab BuddyPress 2.8.0 “San Matteo” from the <a href=\"https://wordpress.org/plugins/buddypress/\">wordpress.org plugin repository</a>, or right from your WordPress Dashboard.</p>\n<p><strong>Questions, comments, feature requests, or bug reports?</strong> Please use our <a href=\"https://buddypress.org/support/\">support forums</a> or our <a href=\"https://buddypress.trac.wordpress.org/\">development tracker</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 Feb 2017 22:38: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:14:\"Slava Abakumov\";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:38:\"HeroPress: Not every hero wears a cape\";s: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=1605\";s: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://heropress.com/essays/not-every-hero-wears-cape/\";s: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:8166:\"<img width=\"960\" height=\"480\" src=\"https://heropress.com/wp-content/uploads/2017/02/021517-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: Sometimes the biggest heroes are the people who notice that someone else feels out of place, extend their hand, and welcome them in.\" /><h3>I almost didn’t go to my first WordCamp</h3>\n<p>I started working with WordPress in 2010. A client requested I use WordPress and a Revolution theme they’d purchased to build their new site. When I was done, I submitted it to the theme showcase, and Brian Gardner reached out to tell me how much he’d liked it.</p>\n<p>I continued working with Brian and his themes as Revolution became Revolution 2, and then StudioPress and Genesis. That led to me designing and developing Family Tree, one of the first commercial themes targeted at women entrepreneurs. It was released in May of 2011.</p>\n<p>Right around the release of my first theme, Brian asked if I was going to be at WordCamp San Francisco. There was going to be a Genesis Connect event there, and he wanted me to be there. I really wanted to go, but didn’t know how I was going to pull it off.</p>\n<p>See, after a years long struggle I had recently been diagnosed with bipolar disorder.</p>\n<blockquote><p>I was trying to rebuild my design career with WordPress, but I was really struggling.</p></blockquote>\n<p>I felt like flying to San Francisco to see my internet friends was a luxury I couldn’t afford.</p>\n<p>But when I mentioned it to my wife, she told me we’d find a way. She started hitting travel sites and found a cheap airline ticket. Then she went on AirBnB and booked me a couch in the lobby of an art gallery in the Tenderloin–it was the cheapest thing we could find. I left on August 11, 2011, three days before my 40th birthday.</p>\n<h3>My first day of WordCamp SF was a nightmare</h3>\n<p>I have pretty severe social anxiety, so my plan was to maintain a low profile and keep to myself until I could meet up with some of my Genesis friends. About 20 minutes into the first talk I went to I was totally lost, so I thought I’d sneak out and hit lunch early. It seemed like a solid plan.</p>\n<p>My foot had fallen asleep during the presentation, though, and as I stood up to sneak out my ankle buckled and I fell. Every head in the auditorium whipped around to stare at me slowly rolling down the aisle. It was painfully obvious to me that not only did I not belong, but I had just made a very public ass of myself and was mortified.</p>\n<h3>Then the WordPress Community stepped in</h3>\n<p>There was already a huge crowd in the courtyard when I managed to slink out of the auditorium. I felt like someone had dropped me back into my junior high cafeteria. I stood in the massive line, wanting nothing more than to find a quiet corner to nurse my wounded pride, call my wife, maybe cry a little, and tell her that coming had been a huge waste of time and money.</p>\n<blockquote><p>If that’s how my day had panned out, my WordPress story might have been a lot different. Instead, I ran into my first ambassador of the WordPress community.</p></blockquote>\n<p>This kind of goofy guy in front of me started chatting me up.</p>\n<p>I told him it was my first WordCamp. He asked me where I was from, and we discovered we lived maybe an hour away from each other: me in San Diego, him in Orange County. He invited me to eat lunch with his group. And that’s how I wound up sitting at a table eating lunch with Steve Zehngut and his crew.</p>\n<p>These people were more like me: marketers and designers, theme authors and SEO specialists, food bloggers and digital nomads. I started to feel like I might belong there, after all. The phone call I made to my wife after lunch was about how much fun I was having, and how many cool people I was meeting.</p>\n<p>Later that day I went to dinner with the crew from Genesis and met even more amazing people I’d only known online. After that, there was a huge Genesis Connect happy hour. The more people I met and talked to, the more friends I made. On Sunday, before one of the final presentations, an auditorium of my new friends sang “Happy Birthday” to me. (I won’t lie–it was cool but also almost as embarrassing as falling down the first day, lol!)</p>\n<h3>One person can make a difference</h3>\n<p>If Steve hadn’t asked me to eat lunch with his group that day, I might have never gone to another WordCamp. Instead, when WordCamp San Diego 2012 came around Dre Armeda encouraged me to submit a speaker application, and I gave my first talk. For six years now I’ve spoken at every local WordCamp that’s accepted my speaker application, trying to inspire other people to get and stay involved in our community.</p>\n<p>I spent some time looking at the 2011 WCSF attendees list when I was writing this essay. Some of my best friends (and best WordCamp stories) can be directly linked to that list. Even the people I may not have met at that event came into my life because of that event.</p>\n<h3>Six degrees of a lunch invitation</h3>\n<p>I don’t remember whether or not I met Alex Vasquez in San Francisco, but he’s one of the people who actually wants an honest answer when he asks how I’ve been. I’m pretty sure I didn’t meet Andy Stratton there, but I eventually travelled to Baltimore to speak at the WordCamp he and Drew Poland organized. I’m positive I didn’t cross paths with Karim Marucchi, but he eventually became my boss, mentor, and go-to puppy picture friend. And those are just the connections from one event that happened 6 years ago.</p>\n<blockquote><p>WordCamp San Francisco taught me that being a hero doesn’t have to be a huge, dramatic thing.</p></blockquote>\n<p>Sometimes the biggest heroes are the people who notice that someone else feels out of place, extend their hand, and welcome them in. Of all of the lessons I’ve learned in WordPress, that’s the most important one. Thanks, Steve!</p>\n<p><em>(P.S. If anyone knows where I can find some adult Superman Underoos in stock, LMK. WordCamp San Diego is coming up at the end of March, and I never got Steve a proper thank you gift.)</em></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: Not every hero wears a cape\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Not%20every%20hero%20wears%20a%20cape&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fnot-every-hero-wears-cape%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Not every hero wears a cape\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fnot-every-hero-wears-cape%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%2Fnot-every-hero-wears-cape%2F&title=Not+every+hero+wears+a+cape\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Not every hero wears a cape\"></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/not-every-hero-wears-cape/&media=https://heropress.com/wp-content/uploads/2017/02/021517-150x150.jpg&description=Not every hero wears a cape\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Not every hero wears a cape\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/not-every-hero-wears-cape/\" title=\"Not every hero wears a cape\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/not-every-hero-wears-cape/\">Not every hero wears a cape</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 Feb 2017 12:00: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:10:\"Chris Ford\";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:86:\"WPTavern: Open Source Leadership Summit to Live Stream Keynote Sessions February 14-16\";s: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=66058\";s: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/open-source-leadership-summit-to-live-stream-keynote-sessions-february-14-16\";s: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:1865:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/02/open-source-leadership-summit.png?ssl=1\"><img /></a></p>\n<p>The Linux Foundation’s <a href=\"http://events.linuxfoundation.org/events/open-source-leadership-summit\" target=\"_blank\">Open Source Leadership Summit</a> is happening in Lake Tahoe, CA, February 14-16, 2017. The invitation-only event brings together open source technology leaders to collaborate across different projects and share best practices.</p>\n<p>The organizers will be live streaming all of the <a href=\"https://osleadershipsummit2017.sched.com/overview/type/Keynote\" target=\"_blank\">keynote sessions</a> for free throughout the three-day event for a total of 17 presentations. A few sample topics and speakers include:</p>\n<ul>\n<li>State of the Union – Jim Zemlin, Executive Director of the Linux Foundation</li>\n<li>A Conversation with Linus Torvalds (with Jim Zemlin)</li>\n<li>State of Blockchain – Christopher Ferris, CTO of Open Technology, IBM</li>\n<li>Security and Privacy in a Hyper-connected World – Bruce Schneier, Security Expert</li>\n<li>Building and Motivating Engineering Teams – Camille Fournier, Senior Thinker and Raconteur</li>\n<li>How Cross-Foundation Collaboration is a Win for Open Source – Abby Kearns, Executive Director, Cloud Foundry Foundation</li>\n</ul>\n<p>Anyone who wants to join the keynote sessions via live stream will need to <a href=\"http://events.linuxfoundation.org/events/open-source-leadership-summit/program/live-video-stream\" target=\"_blank\">sign up</a> ahead of the event. The keynotes will be broadcast in Pacific Daylight Time and viewers can return to the signup page to watch live. Viewers are encouraged to use the event’s official #lfosls hashtag to tweet about the sessions as they are watching.</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 Feb 2017 06:32: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: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:77:\"WPTavern: Why Plugins Sometimes Disappear From the WordPress Plugin Directory\";s: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=66033\";s: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:88:\"https://wptavern.com/why-plugins-sometimes-disappear-from-the-wordpress-plugin-directory\";s: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:4548:\"<p>Nearly 50K publicly available plugins call the <a href=\"https://wordpress.org/plugins/\">WordPress plugin directory</a> home but once in awhile a few of them seem to disappear. There is usually a good reason for why this happens but the only information available to the public is a page that says the plugin cannot be found. If the plugin is popular enough, concerned users will <a href=\"https://wptavern.com/contact-me\">contact us</a> and ask to investigate what happened.</p>\n<p><a href=\"https://profiles.wordpress.org/ipstenu\">Mika Epstein</a>, Plugin Directory Representative, says there are a number of reasons for why a plugin can end up hidden from view, “The most well-known, but not the most common, is security issues,” Epstein said.</p>\n<p>“Plugins are removed and, by default, hidden mostly because we’re on bbPress 1.0 and there is not as granular a control with post statuses when compared to WordPress itself.”</p>\n<p>The plugin review team has three options to choose from when altering a plugin’s visibility, active, closed, and disabled. Although rarely used, when a plugin is disabled, it is hidden from view but updates are able to be pushed out.</p>\n<p>I asked Epstein why there’s not more detailed information when a plugin is hidden and the answer is complex, “The lack of information is partly technical as bbPress 1.0 is limited and partly because we can’t all agree on the <em>right</em> way to disclose, when to disclose, and when <em>not</em> to disclose,” she said.</p>\n<p>“Obviously the last thing we want are people getting hacked, but it presents us with a few options and they all have flaws. We’ve not been able to determine a way to tell people ‘This plugin is gone, don’t use it’ and ‘This plugin is gone, but use it if you want.’ without putting users at risk.”</p>\n<p>Epstein uses WooCommerce and Jetpack as examples, “Let’s say I close Jetpack today and tell people ‘WordPress decided not to support it anymore.’ But tomorrow I close WooCommerce and tell people ‘I can’t tell you why.’ That means an intelligent person knows that WooCommerce is <em>probably</em> vulnerable.”</p>\n<p>It’s a conundrum without an easy solution. The team typically closes plugins which makes the plugin’s page disappear. This has the added benefit of making it more difficult to determine if the plugin ever existed. Then the team contacts and works with the developer directly.</p>\n<p>Most closures are done with the knowledge of the plugin author as they are often the ones who request that their plugins be closed.</p>\n<h2>The New WordPress Plugin Directory Will Modernize Plugin Administration</h2>\n<p><a href=\"https://wptavern.com/new-wordpress-plugin-directory-now-in-open-beta\">Announced</a> at WordCamp Europe 2016, the WordPress plugin directory redesign has been in <a href=\"https://wordpress.org/plugins-wp/\">open beta</a> for about eight months.</p>\n<img />WordPress Plugin Directory Redesign\n<p>In addition to bringing a fresh new look to plugin pages, the migration away from bbPress to WordPress will help make the plugin review team’s job easier, “Like far too many things in Plugin Land, everything depends on modernizing the backend to something that is functional.” Epstein said.</p>\n<p>“Once the new directory is out and I have some more people trained to do reviews properly, then we’ll have the bandwidth to sit down and really figure out a <strong>best</strong> solution.</p>\n<p>“A stopgap might be making the page say ‘This plugin is no longer available.’ But I’m personally not sure if that would make FUD better or worse.”</p>\n<p>If you discover that a plugin you rely on has suddenly vanished from the directory, don’t panic. Depending on the issue, plugins usually reappear within a week unless the author has requested that it be closed.</p>\n<p>To learn what’s involved and how the plugin review team does its job, listen to <a href=\"https://wptavern.com/wpweekly-episode-231-an-inside-look-at-the-plugin-review-process-with-mika-epstein\">episode 231</a> of WordPress Weekly. I also encourage you to read our <a href=\"https://wptavern.com/behind-the-scenes-in-the-wordpress-plugin-directory-with-mika-epstein\">detailed interview</a> with Epstein published in 2014, in which most of the information is still accurate.</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 Feb 2017 03:37:39 +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:60:\"WPTavern: WordPress REST API Vulnerability Exploits Continue\";s: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=66011\";s: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/wordpress-rest-api-vulnerability-exploits-continue\";s: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:10607:\"<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2014/04/emergency.jpg?ssl=1\"><img /></a>photo credit: <a href=\"https://flic.kr/p/dLUWMb\">Code & Martini</a> by <a href=\"https://www.flickr.com/photos/ivanavasilj/\">Ivana Vasilj</a> – cc license\n<p>It has been nearly two weeks since the WordPress security team <a href=\"https://make.wordpress.org/core/2017/02/01/disclosure-of-additional-security-fix-in-wordpress-4-7-2/\" target=\"_blank\">disclosed</a> an unauthenticated privilege escalation vulnerability in a REST API endpoint in 4.7 and 4.7.1. The vulnerability was patched silently and disclosure was delayed for a week to give WordPress site owners a head start on updating to 4.7.2. Last week <a href=\"https://wptavern.com/wordpress-rest-api-vulnerability-is-being-actively-exploited-hundreds-of-thousands-of-sites-defaced\" target=\"_blank\">hundreds of thousands of vulnerable sites had already been defaced</a> and the damage reports are still rolling in.</p>\n<p>Over the weekend the attacks increased and WordPress security firms have seen more attempts blocked by their firewalls. <a href=\"https://sucuri.net/\" target=\"_blank\">Sucuri</a>, the website security firm that reported the vulnerability to WordPress, was tracking the “Hacked by w4l3XzY3” campaign last week and estimated 66,000 defacements. That particular campaign has now passed 260,000 pages indexed by Google. It is one of nearly two dozen defacement campaigns targeting the vulnerability.</p>\n<p>“During the past 24 hours we have seen an average growth in defaced pages per campaign of 44%,” Wordfence CEO Mark Maunder <a href=\"https://www.wordfence.com/blog/2017/02/rapid-growth-in-rest-api-defacements/\" target=\"_blank\">said</a> on Friday. “The total number of defaced pages for all these campaigns, as indexed by Google has grown from 1,496,020 to 1,893,690. That is a 26% increase in total defaced pages in just 24 hours.”</p>\n<p>Maunder referenced a <a href=\"https://www.google.com/trends/explore?date=2017-01-01%202017-12-31&q=%22Hacked%20By%20MuhmadEmad%22,%22Hacked%20By%20SA3D%20HaCk3D%22,%22by%20w4l3XzY3%22,%22Hacked%20By%20Imam%22,%22Hacked%20By%20BALA%20SNIPER%22\" target=\"_blank\">Google Trends chart</a> which he said demonstrates the success the defacement campaigns have had over the past week. The spike began on the day WordPress disclosed the vulnerability.</p>\n<p> &q;</p>\n<p>However, White Fir Design, another company that offers security services, <a href=\"https://www.whitefirdesign.com/blog/2017/02/10/unreliable-claim-that-1-5-million-wordpress-pages-defaced-is-reminder-of-the-terribleness-of-security-companiesjournalists/\" target=\"_blank\">disputes Wordfence’s claims</a> that 1.8 million pages were hacked. The ~2 million pages figure is cited in reports from <a href=\"http://www.bbc.com/news/technology-38930428\" target=\"_blank\">BBC</a>, <a href=\"http://www.theinquirer.net/inquirer/news/3004423/wordpress-hacking-spree-sees-15-million-web-pages-defaced\" target=\"_blank\">The Enquirer</a>, <a href=\"https://arstechnica.com/security/2017/02/virally-growing-attacks-on-unpatched-wordpress-sites-affects-2m-pages/\" target=\"_blank\">Ars Technica</a>, <a href=\"http://www.cio.com/article/3168761/security/recent-wordpress-vulnerability-used-to-deface-1-5-million-pages.html\" target=\"_blank\">CIO.com</a>, and other publications. White Fir Design contends that the hacked pages that have been indexed by Google are not an accurate representation.</p>\n<p>Sucuri CTO Daniel Cid also does not fully agree with Wordfence’s assessment of the situation. After doing some research over the weekend, Sucuri estimates more than 50,000 sites hacked with 20-30 pages per site defaced. This would be roughly a million on the lower end of the estimate and ranges up to 1.5 million.</p>\n<p>Sucuri is also starting to see more serious attempts on the REST API vulnerability in the form of <a href=\"https://blog.sucuri.net/2017/02/rce-attempts-against-the-latest-wordpress-rest-api-vulnerability.html\" target=\"_blank\">remote code execution (RCE) attacks</a> on sites using plugins that allow for PHP execution from within posts and pages. One such campaign attempts to inject a PHP include to add content from a compromised site and then inject a backdoor hidden in /wp-content/uploads.</p>\n<p>“Defacements don’t offer economic returns, so that will likely die soon,” Cid said. “What will remain are attempts to execute commands (RCE) as it gives the attackers full control of a site – and offers multiple ways to monetize – and SPAM SEO / affiliate link / ad injections. We are starting to see them being attempted on a few sites, and that will likely be the direction this vulnerability will be misused in the coming days, weeks and possibly months.”</p>\n<p>Hackers are targeting any sites that haven’t updated to 4.7.2 – there doesn’t seem to be any pattern among them. A quick look at the Google results for the most active campaigns shows that compromised sites include blogs, media, government, education, sports, medical, and technology websites.</p>\n<h3>Why the REST API is Enabled by Default</h3>\n<p>The WordPress REST API is enabled by default, as the plan is for more admin and plugin functionality to rely on the REST API in the future. After the recent attacks, several users <a href=\"https://make.wordpress.org/core/2017/02/01/disclosure-of-additional-security-fix-in-wordpress-4-7-2/#comment-32110\" target=\"_blank\">commented</a> on the vulnerability disclosure to ask why it is enabled by default.</p>\n<p>“The security issue is in a feature I do not use on any of my sites (REST API) and yet still, this feature is first enabled by default and second since WordPress 4.7 you even need a plugin – which could introduce further security issues – to disable the feature?” one user (@helios2121) <a href=\"https://make.wordpress.org/core/2017/02/01/disclosure-of-additional-security-fix-in-wordpress-4-7-2/#comment-32123\" target=\"_blank\">commented</a> on the post. “Please rethink your approach to security. Make features that not everyone needs opt-in. Or <em>at least</em> give a way to opt out without requiring additional plugins.”</p>\n<p>Morten Rand-Hendriksen opened a trac ticket to discuss <a href=\"https://core.trac.wordpress.org/ticket/39806#ticket\" target=\"_blank\">disabling the REST API by default</a> and only enabling it when the site admin requests it, or a theme or plugin is dependent on it.</p>\n<p>Core Committer Sergey Biryukov confirmed that the plan is to introduce more core functionality that relies on REST API. “Turning off the REST API is like turning off admin-ajax.php — both will break your site,” Biryukov said.</p>\n<p>Rand-Hendriksen asked why the content endpoints cannot be protected by default while allowing the REST API to be on by default for admin purposes. Another user asked why the Users endpoint isn’t protected by default (i.e. <a href=\"https://news.microsoft.com/wp-json/wp/v2/users\" target=\"_blank\">https://news.microsoft.com/wp-json/wp/v2/users</a> or <a href=\"https://www.obama.org/wp-json/wp/v2/users\" target=\"_blank\">https://www.obama.org/wp-json/wp/v2/users</a>), which “makes it easier than ever to get all the usernames” on any site using 4.7+.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/02/users-endpoint.png?ssl=1\"><img /></a></p>\n<p>“If you really want to disable the REST API on your site(s), this is our current recommendation: restrict it to authenticated users,” Core Committer James Nylen said. “However, we want to continue to increase adoption and usage of the REST API, and I expect that even this modification will break more and more WP functionality as time goes on, such as API-driven themes and embeds.”</p>\n<p>Nylen recommends the <a href=\"https://wordpress.org/plugins/disable-json-api/\" target=\"_blank\">Disable JSON API</a> plugin for those who want to follow that recommendation on sites using WordPress 4.7+. The plugin currently has more than 10,000 active installs.</p>\n<p>The WordPress security team worked diligently to mitigate the attacks by helping hosts and security firms put protections in place before the issue was made public. However, the <a href=\"https://make.wordpress.org/core/2017/02/01/disclosure-of-additional-security-fix-in-wordpress-4-7-2/\" target=\"_blank\">full disclosure of the vulnerability</a> was buried on the Make/Core blog, a site that is not widely read among regular WordPress site owners. The link to the disclosure was published as an addendum to <a href=\"https://wordpress.org/news/2017/01/wordpress-4-7-2-security-release/\" target=\"_blank\">the previous post</a> on the WordPress news blog a week later.</p>\n<p>“While I appreciate the responsible disclosure of this issue and the effort to resolve it, I hope you consider making future announcements via a new post on the WordPress News site, rather than just appending an update to a previous post,” user @johnrork <a href=\"https://make.wordpress.org/core/2017/02/01/disclosure-of-additional-security-fix-in-wordpress-4-7-2/#comment-32105\" target=\"_blank\">commented</a> on the official disclosure. “I am probably not the only one who could have avoided being compromised had this shown up as a new item in my RSS reader on Wednesday.”</p>\n<p>Those who read the Make blogs had a head start on fixing their own sites and/or their clients’ sites. Those who depend on the WordPress news blog for information on security updates probably read the post when it was initially published and never returned to see the update a week later. An issue this severe warranted WordPress’ transparency in a new post on its news blog. This would have also automatically sent out a tweet to more than half a million followers on the official WordPress account and the Facebook account which has more than a million likes.</p>\n<p>Fortunately, the number of vulnerable sites that also have plugins that could allow attackers to piggyback on this vulnerability is a much smaller number. Defaced sites are embarrassing but easy to fix. In most cases administrators need only update to 4.7.2 and roll back the defaced posts to the most recent revision. Most site owners have no idea how fast exploits begin to pop up after public disclosure, but this situation provided a gentle reminder of the importance of updating WordPress and the benefit of leaving automatic updates on.</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 Feb 2017 22:59: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: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: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: 10up Unveils ElasticPress.io: Elasticsearch as a Service for WordPress Sites\";s: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=65981\";s: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:96:\"https://wptavern.com/10up-unveils-elasticpress-io-elasticsearch-as-a-service-for-wordpress-sites\";s: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:7053:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/02/elasticpress-logo.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://10up.com\" target=\"_blank\">10up</a> launched <a href=\"https://www.elasticpress.io/\" target=\"_blank\">ElasticPress.io</a> this week, its new Elasticsearch SaaS product with plans starting at $299/month. <a href=\"https://github.com/elastic/elasticsearch\" target=\"_blank\">Elasticsearch</a> is an open source, distributed search engine that speeds up searching by using JSON documents to store data in indices. The indices store mapping fields to the corresponding documents and the engine searches the index instead of a site’s entire database.</p>\n<p>Elasticsearch can perform near-real-time searches and is highly scalable, but the setup is technically demanding. It is used by many large companies, such as GitHub, Soundcloud, Etsy, Netflix, Cisco, and Samsung. It is also one of the most popular enterprise search engines for WordPress sites, as searching WordPress tables with thousands or even millions of records is simply not going to be fast.</p>\n<p>The WordPress plugin directory has a dozen plugins for using and extending Elasticsearch but 10up’s <a href=\"https://wordpress.org/plugins/elasticpress/\" target=\"_blank\">ElasticPress</a> is by far the most popular with more than a thousand installs. After supporting the plugin for several years, along with many enterprise clients using Elasticsearch, 10up decided to create a hosted service that integrates with ElasticPress.</p>\n<p>“The reason we created this solution for our clients, and that we’re now making this public, is that we don’t think anyone has provided a super easy, end-to-end (plugin to hosted service) that offers all of the benefits of Elasticsearch and our ElasticPress plugin, while being completely agnostic to your site hosting,” 10up founder Jake Goldman said.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/02/elasticpress.png?ssl=1\"><img /></a></p>\n<p>ElasticPress.io is an end-to-end solution that is specifically tailored for those using the ElasticPress plugin. This is one of the key differences between managing your own Elasticsearch infrastructure with a service like AWS. ElasticPress.io controls both the hosting and the plugin, allowing the service to optimize performance for both.</p>\n<p>“There are a number of really neat use cases for ElasticPress on our roadmap that add either risk (security) or headaches (complicated setup and management procedures) if you can’t control both ends,” Goldman said. “For instance, there are optional Elasticsearch modules (just like there are optional Apache and Nginx modules) for features like indexing media that many hosted Elastic services don’t enable by default or support. We also want to be able to index and handle content that isn’t public, and many hosted Elastic services aren’t locked down / secured end-to-end with the website by default.”</p>\n<h3>How ElasticPress.io’s Pricing Compares to Competitors</h3>\n<p><a href=\"https://www.elastic.co/\" target=\"_blank\">Elastic</a>, the creators of Elasticsearch were one of the first companies to launch Elasticsearch as a service in 2012. Two years later the company raised $70 million in a Series C funding round. Dozens of other Elasticsearch as a service companies have sprouted up since then, with pricing ranging from under $20 to tens of thousands of dollars depending on the resources offered.</p>\n<p>The ElasticPress.io service is the first of its kind in the WordPress ecosystem. Most hosting companies do not have it built into their enterprise level plans. WordPress.com VIP is one of the few that offers Elasticsearch for sites on its <a href=\"https://vip.wordpress.com/our-services/#hosting-plans\" target=\"_blank\">plans</a> which range from $5,000 – $25,000 per month. WP Engine has an Elasticsearch solution as part of its <a href=\"https://wpengine-labs.com/\" target=\"_blank\">Labs program</a>, which is based on a fork of ElasticPress. However, the solution has not yet been officially added to the company’s enterprise plans.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/10up\">@10up</a> <a href=\"https://twitter.com/mgibbs189\">@mgibbs189</a> <a href=\"https://twitter.com/cabgfx\">@cabgfx</a> <a href=\"https://twitter.com/sbangnielsen\">@sbangnielsen</a> <a href=\"https://twitter.com/SearchWP\">@SearchWP</a> ElasticPress plus lower cost providers is still extremely powerful for under $12 a month</p>\n<p>— Scott Kingsley Clark (@scottkclark) <a href=\"https://twitter.com/scottkclark/status/830165095045033984\">February 10, 2017</a></p></blockquote>\n<p></p>\n<p>For the most part, developers who have to implement Elasticsearch for a WordPress site are faced with hosting their own instance and managing it themselves. This is the most cost effective option but comes with a great deal more responsibility.</p>\n<p>“Elasticsearch is a quickly evolving platform, and they don’t exactly have the same commitment to infinite backwards compatibility that WordPress has these days,” Goldman said. “Major Elasticsearch upgrades can break old integrations. That means the site owner needs to either worry about automatic version upgrades breaking their site, or has to manage their upgrades carefully. By controlling the integration with Elastic on the website site and controlling the hosting, we can carefully handle version upgrades for customers while making sure nothing breaks.”</p>\n<p>10up is aiming at the higher end of the market where customers are looking for convenience and access to the creators of ElasticPress for support. Goldman anticipates many of those customers will be similar to the product’s existing customers who simply need a robust keyword search or related content engine that will “just work.” ElasticPress.io is also targeting smaller and mid-tier businesses that are experiencing performance bottlenecks with WordPress’ native query engine.</p>\n<p>“Those customers are typically relying on rather complicated faceting / filtering of content, the classic use-case being a WooCommerce store where customers are constantly filtering on a handful of unique (unique = hard to cache) meta data all the time,” Goldman said. “That’s where ElasticPress really shines: our native WooCommerce support and optimization take those very taxing queries and makes them lightning fast.”</p>\n<p>As the service is fairly unique in the WordPress space, ElasticPress.io’s <a href=\"https://www.elasticpress.io/#pricing\" target=\"_blank\">pricing</a> has room to evolve as 10up learns from its customers. The plans currently range from $299 – $999 per month with increasing storage space and tiered support response times. Goldman said they haven’t ruled out other pricing points and may explore more pricing options in the future.</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 Feb 2017 06:33: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: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:94:\"Post Status: Jason Cohen, founder of WP Engine, on growing your company well — 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=33802\";s: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://poststatus.com/jason-cohen-wp-engine-founder/\";s: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:2499:\"<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. In this episode, I interview <a href=\"https://twitter.com/asmartbear\">Jason Cohen</a>, the founder of WP Engine and current CTO.</p>\n<p>I talked to Jason about a whole lot of things, mostly to do with growing well. Whether you’re growing revenue, company size, or personal development — this is a conversation about growth, and how to do it well.</p>\n<p>Unlike many entrepreneurs in the WordPress space, WP Engine isn’t Jason’s first business. He’s done this before, and made plenty of mistakes. He talks about what he’s done differently at WP Engine and how its made him a happier person.</p>\n<p>This interview took place at LoopConf, and <a href=\"https://www.youtube.com/watch?v=b_CmkUT25BE\">Jason was a keynote presenter</a>. His LoopConf talk pairs well with our discussion.</p>\n<p>You can catch the first segment on video, and the entire conversation is on the audio podcast.</p>\n<p></p>\n<!--[if lt IE 9]><script>document.createElement(\'audio\');</script><![endif]-->\n<a href=\"https://audio.simplecast.com/60233.mp3\">https://audio.simplecast.com/60233.mp3</a>\n<p><a href=\"https://audio.simplecast.com/60233.mp3\">Direct Download</a></p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://wpengine.com/\">WP Engine</a></li>\n<li><a href=\"https://loopconf.com/\">LoopConf</a></li>\n<li><a href=\"https://blog.asmartbear.com/\">Jason’s blog</a></li>\n</ul>\n<h3>Sponsor: iThemes</h3>\n<p>This episode is sponsored by <a href=\"https://ithemes.com/?utm_source=post_status&utm_medium=banner&utm_campaign=ps_ads\">iThemes</a>. The team at iThemes offers WordPress plugins, themes and training to help take the guesswork out of building, maintaining and securing WordPress websites. For more information, check out their <a href=\"https://ithemes.com/?utm_source=post_status&utm_medium=banner&utm_campaign=ps_ads\">website</a> and thank you to iThemes for being a Post Status partner.</p>\n<p><em>Photo by Brian Richards for Post Status</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:\"Sat, 11 Feb 2017 04: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";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:44:\"WPTavern: In Case You Missed It – Issue 17\";s: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=65984&preview=true&preview_id=65984\";s: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-17\";s: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:8994:\"<p><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>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>Interviewed for WordPress.tv</h2>\n<p>A few weeks ago, Marcus Couch and I were interviewed by John Parkinson. Parkinson is a volunteer moderator and performs community outreach for WordPress.tv. In the interview, we discuss the benefits of WordPress.tv, the WordPress community, WordCamps, and more. I encourage you to check out his <a href=\"https://blog.wordpress.tv/tag/interview/\">other community interviews</a> as well.</p>\n<p></p>\n<h2 class=\"selectionShareable\">WooCommerce and WordPress Used to Sell Stress Cubes</h2>\n<p>CNBC has <a href=\"http://www.cnbc.com/2017/01/30/a-24-year-old-made-345000-by-beating-kickstarters-to-market.html\">an interesting story</a> that features a 24-year-old who made $345K in two months selling <a href=\"https://stresscube.com/\">Stress Cubes</a>, a knock-off of the Fidget Cube. The Fidget Cube raised <a href=\"https://www.kickstarter.com/projects/antsylabs/fidget-cube-a-vinyl-desk-toy\">nearly 6.5M dollars</a> in crowdfunding money.</p>\n<p>The Fidget Cube experienced significant delays in shipping due to manufacturing issues. The 24-year-old contacted suppliers in China, purchased 1,000 plastic cubes, created a similar product, and shipped it to market before the Fidget Cube had a chance to reach backers. He used WordPress and WooCommerce to sell Stress Cubes grossing him nearly $350K in two months.</p>\n<h2>Why WordPress in Education</h2>\n<p>Jared Bennett <a href=\"https://dev.commons.hwdsb.on.ca/2017/02/08/why-wordpress-in-education/\">explains</a> how the <a href=\"http://www.hwdsb.on.ca/\">Hamilton Wentworth District School Board</a> uses WordPress. “We run over 100 individual school websites on a WordPress Multisite Network, and back in May of 2011, we launched the HWDSB Commons: a second Multisite Network which now hosts over 8,000 blogs for over 30,000 users,” Bennett said.</p>\n<p>Bennett <a href=\"https://github.com/hwdsbcommons/\">shares links</a> to plugins the team created to solve specific issues such as comment moderation in BuddyPress and blocking specific modules in Jetpack. Since WordPress is free as in beer, it allows his school board to spend public money in a more responsible way.</p>\n<p>“In the WordPress ecosystem we operate in, I pay for functionality to be developed, and I share it openly on platforms like the WordPress plugin repository, or on sites like <a href=\"https://github.com/hwdsbcommons/\">Github,</a>” Bennett said.</p>\n<p>“The money you would have spent to enable the previously developed functionality, you can now spend on something else, something that I might benefit from. Think about how much more responsible this model is, particularly when we are talking about spending public money.</p>\n<p>“We are all contributing; and the community benefits from those contributions; and our money — and the functionality of our platforms — improves exponentially faster than if we were all spending our money paying the private company over and over for code that has already been paid for by previous customers.”</p>\n<p>To learn more about WordPress in education, listen to <a href=\"https://wptavern.com/wpweekly-episode-261-wordpress-for-schools-with-cameron-barrett\">episode 261</a> of WordPress Weekly where we interview Cameron Barrett, founder of <a href=\"http://schoolpress.co/\">SchoolPresser, LLC</a>. Barrett explains how he negotiated and helped migrate Newark New Jersey’s public school system from a proprietary CMS to WordPress.</p>\n<h2>WP101 Plugin Now Has WooCommerce and Jetpack Videos</h2>\n<p>The <a href=\"https://wp101plugin.com/\">WP101 plugin</a> has added Jetpack and WooCommerce training videos. This is in addition to the Yoast SEO and WordPress training videos.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Huge update for our WP101 Plugin! It now includes WooCommerce and Jetpack videos. That’s 90 videos for your clients! <a href=\"https://t.co/6jtzj1JgkC\">https://t.co/6jtzj1JgkC</a> <a href=\"https://t.co/CByYvd61Xi\">pic.twitter.com/CByYvd61Xi</a></p>\n<p>— WordPress 101 (@WP101) <a href=\"https://twitter.com/WP101/status/829455708802408452\">February 8, 2017</a></p></blockquote>\n<p></p>\n<h1 class=\"entry-title\">Adding Meta Fields to a Widget Sidebar Section</h1>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Example for how to add meta fields/controls to a widget sidebar section in the customizer: <a href=\"https://t.co/aMadLioQn6\">https://t.co/aMadLioQn6</a> <a href=\"https://twitter.com/hashtag/javascript?src=hash\">#javascript</a> <a href=\"https://twitter.com/hashtag/WordPress?src=hash\">#WordPress</a></p>\n<p>— Weston Ruter ⚡ (@westonruter) <a href=\"https://twitter.com/westonruter/status/829799276976828417\">February 9, 2017</a></p></blockquote>\n<p></p>\n<h2>WP Sessions Developer Survey</h2>\n<p>WP Sessions is conducting a <a href=\"http://wpsessions.com/developer-survey/\">developer survey</a> to find out about the tools developers use. Results will be anonymized and shared in aggregate in a few weeks.</p>\n<h2>Widget Logic Has a New Maintainer</h2>\n<p><a href=\"https://wordpress.org/plugins/widget-logic/\">Widget Logic</a>, a popular plugin actively installed on more than 300K sites, has a <a href=\"https://profiles.wordpress.org/wpchefgadget/\">new maintainer</a> named <a href=\"https://profiles.wordpress.org/wpchefgadget/#content-plugins\">WPChef</a>. The plugin was created nine years ago by <a href=\"https://profiles.wordpress.org/alanft/\">Alanft</a>. Prior to WPChef gaining commit access, the last time Widget Logic was updated was <a href=\"https://plugins.trac.wordpress.org/browser/widget-logic/tags/0.57?rev=1592418\">two years ago</a>.</p>\n<p>After gaining access, WPChef released Widget Logic 5.7.0. This version fixed a PHP 7 compatibility issue, a conflict with WPML, added a new default load logic point, and a Ukrainian translation. In addition to bug fixes, a global admin notice to install Limit Login Attempts Reloaded was also added. Limit Login Attempts Reloaded is a separate plugin owned and maintained by WPChef.</p>\n<p><img />Limit Login Attempts Reloaded Admin NoticeThe wording of the notice and appearing globally caused some users to <a href=\"https://wordpress.org/support/topic/incorrect-widget-logic-team-security-recommendation/\">be concerned</a> or upset. Some users responded to the update by <a href=\"https://wordpress.org/support/plugin/widget-logic/reviews/?filter=1\">writing 1-star reviews</a>. After a user <a href=\"https://wordpress.org/support/topic/taking-over-and-forking-this-plugin/#post-8781763\">described the notice</a> as sounding like fake news, WPChef changed it.</p>\n<h2>From SupportPress to Help Scout!</h2>\n<p>The WordPress.org community team is moving away from <a href=\"https://supportpress.com/\">SupportPress</a> to Help Scout. The move opens up a number of possibilities as Help Scout offers a lot of features that are non-existent in SupportPress.</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://make.wordpress.org/community/2017/02/09/moving-from-supportpress-to-help-scout/\">Moving from SupportPress to Help Scout</a></p></blockquote>\n<p></p>\n<h2>Plush 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<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/hashtag/Wapuu?src=hash\">#Wapuu</a> army is taking over <a href=\"https://twitter.com/hashtag/WordCamp?src=hash\">#WordCamp</a> US <img src=\"https://s.w.org/images/core/emoji/2.2.1/72x72/1f60d.png\" alt=\"?\" class=\"wp-smiley\" /><a href=\"https://twitter.com/hashtag/wcus?src=hash\">#wcus</a> <a href=\"https://twitter.com/hashtag/wcus2016?src=hash\">#wcus2016</a> <a href=\"https://t.co/Giyt3KFsnF\">pic.twitter.com/Giyt3KFsnF</a></p>\n<p>— Musannif (@mzahir) <a href=\"https://twitter.com/mzahir/status/805133225127510016\">December 3, 2016</a></p></blockquote>\n<p></p>\n<p>This plush Wapuu which was given away at WordCamp US 2016 as part of the event’s swag was a huge hit with attendees and their children. I have one myself and the quality is superb.</p>\n<p>That’s it for issue seventeen. 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, 10 Feb 2017 22:16: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: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: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:48:\"BuddyPress: BuddyPress 2.8.0 Release Candidate 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=263679\";s: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://buddypress.org/2017/02/buddypress-2-8-0-release-candidate-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1158:\"<p>BuddyPress 2.8.0 Release Candidate 1 is now available for testing. Please <a href=\"https://downloads.wordpress.org/plugin/buddypress.2.8.0-RC1.zip\">download the 2.8.0-RC1 zip</a> or get a copy via our Subversion repository.</p>\n<p>This is our last chance to find any bugs that slipped through the beta process. So please test with your themes and plugins. We plan to release BuddyPress 2.8.0 next Wednesday, February 15.</p>\n<p>A detailed changelog will be part of our official release notes, but you can get a quick overview by reading the post about the <a href=\"https://buddypress.org/2017/01/buddypress-2-8-0-beta-1/\">2.8.0 Beta 1</a> release.</p>\n<p>Release Candidate means we are in string freeze, so translators should feel confident in finishing their BuddyPress translations in <a href=\"https://translate.wordpress.org/projects/wp-plugins/buddypress\">GlotPress</a>.</p>\n<p>Let us know of any issues you find in <a href=\"https://buddypress.org/support\">the support forums</a> and/or on <a href=\"https://buddypress.trac.wordpress.org\">our development tracker</a>.</p>\n<p>Thanks in advance for giving the release candidate a test drive!</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 Feb 2017 20:51: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:14:\"Slava Abakumov\";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:99:\"WPTavern: Creative Commons’ New Search Tool is Now in Beta, Pulls CC Images from Multiple Sources\";s: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=65809\";s: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/creative-commons-new-search-tool-is-now-in-beta-pulls-cc-images-from-multiple-sources\";s: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:5467:\"<p>If you’ve been wearing out Unsplash images on your blog, it’s time to take another look at Creative Commons. The site has just <a href=\"https://creativecommons.org/2017/02/07/new-cc-search/\" target=\"_blank\">launched the beta</a> of its new multi-source search interface. Unlike the <a href=\"https://search.creativecommons.org/\" target=\"_blank\">current search tool</a>, which will only search one source by sending the visitor offsite, <a href=\"https://ccsearch.creativecommons.org/\" target=\"_blank\">CC Search</a> loads the results from multiple sources onsite.</p>\n<p>The Commons includes approximately 1.1 billion works in various formats – literary works, videos, photos, audio, scientific research, and other formats. As half of these works are estimated to be images, the prototype for the new search tool focuses on this format.</p>\n<p>“Our goal is to cover the whole commons, but we wanted to develop something people could test and react to that would be useful at launch,” Creative Commons CEO Ryan Merkley said. “To build our beta, we settled on a goal to represent one percent of the known Commons, or about 10 million works, and we chose a vertical slice of images only, to fully explore a purpose-built interface that represented one type but many providers.”</p>\n<p>CC Search currently pulls CC-licensed images from Rijksmuseum, Flickr, 500px, the New York Public Library, and the Metropolitan Museum of Art. This includes 200,000 new images from the collection of <a href=\"https://creativecommons.org/2017/02/07/met-announcement/\" target=\"_blank\">375,000 digital works that the Met released under CC0</a> this week.</p>\n<p>In addition to the new search interface, the beta includes social tools that allow users to curate and share their own lists, add tags and favorites, and save searches. One-click attribution is built in, making it easy for users to properly attribute the works.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/02/cc-search.png?ssl=1\"><img /></a></p>\n<p>As Creative Commons is a small organization and fairly lean on resources, the new search was built by a single contractor over seven months. Software engineer Liza Daly was selected to <a href=\"https://hackernoon.com/cc-search-developer-notes-and-reflection-418271194682#.6f8mudh02\" target=\"_blank\">research and build a proof-of-concept for CC Search</a>, a project which she understood to be “a front door to the universe of openly licensed content.”</p>\n<p>“CC Search is meant to make material more discoverable regardless of where it is hosted,” Daly said. “For this reason (and for obvious cost-saving objectives), we decided to host only image metadata — title, creator name, any known tags or descriptions — and link directly to the provider for image display and download. A consequence of this is that CC Search only includes images which are currently available on the web; CC is not collecting or archive any images itself.”</p>\n<p>Daly built the search feature on AWS cloud infrastructure using Python, Django, Postgres, and Elasticsearch. The beta has estimated hosting costs of $1,400/month. She opted for Python, because she was most familiar with it.</p>\n<p>“As the prototype evolved, we decided the opportunity for an engaging front door to the Commons lay in curation and personalization,” Daly said. “Because of its dedicated maintenance team and frequent patch management, I chose Django as the web framework.” She chose Elasticsearch over Solr (and other options) primarily because of the AWS’s Elasticsearch-as-a-service.</p>\n<p>“CC Search is not, at this time, a particularly sophisticated search application; image metadata is relatively simple and when dealing with a heterogeneous content set from a diversity of providers, one tends towards a lowest-common-denominator approach — our search can only be as rich as our weakest data source,” Daly said. “There is much to be improved here.”</p>\n<p>Daly also described an interesting idea for adding a blockchain-type architecture that would record licensing transactions, sharing, and gratitude in a distributed way. This idea falls outside of the scope of the MVP but may be something the project’s future developers will consider when implementing the final version.</p>\n<p>“A long-term goal of this project is to facilitate not only search and discovery, but also reuse and ‘gratitude,\'” Daly said. “A frequent complaint about open licenses in general — both for creative works and software code — is that contributing to the commons can be a thankless task. There are always more consumers than contributors, and there’s no open web equivalent to a Facebook ‘like.\'”</p>\n<p>Other future improvements that the team will consider based on user feedback include adding more content partners, more tools for customizing lists, allowing users to search from their own curated material, and giving trusted users the ability to push metadata back into the collection. Search filters may also be expanded to allow for searching by color, drilling down into tags, and searching public lists.</p>\n<p>Check out the beta for the new CC Search at <a href=\"https://ccsearch.creativecommons.org/\" target=\"_blank\">ccsearch.creativecommons.org</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 Feb 2017 05:42: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:82:\"WPTavern: Google Webmaster Tools Fixes Confusing Messages About Updating 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=65787\";s: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/google-changes-the-wording-of-its-wordpress-update-notifications\";s: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:4148:\"<p>In 2009, <a href=\"https://webmasters.googleblog.com/2009/11/new-software-version-notifications-for.html\">Google announced</a> it would send notifications via <a href=\"https://www.google.com/webmasters/tools/\">Webmaster Tools</a> to site owners that new versions of software are available E.g. Joomla, Drupal, or WordPress.</p>\n<p>WordPress 4.7.2 <a href=\"https://wordpress.org/news/2017/01/wordpress-4-7-2-security-release/\">was released</a> at the end of January. It patched a critical security vulnerability with the REST API that is <a href=\"https://wptavern.com/wordpress-rest-api-vulnerability-is-being-actively-exploited-hundreds-of-thousands-of-sites-defaced\">being actively exploited</a> in the wild. Site owners who updated to 4.7.2 are <a href=\"https://productforums.google.com/forum/?hl=en#!category-topic/webmasters/QwkXrbyzKBA\">receiving Google Alerts</a> that their sites are out of date.</p>\n<blockquote><p>Recommended WordPress update available for<span dir=\"ltr\"><a>http://www.example.com/</a></span></p>\n<div dir=\"ltr\">\n<div>\n<p>To: Webmaster of <span dir=\"ltr\"><a>http://www.example.com/</a></span>,</p>\n<p>Google has detected that your site is currently running WordPress 4.7.0 or 4.7.1, an older version of WordPress. Outdated or unpatched software can be vulnerable to hacking and malware exploits that harm potential visitors to your site. Therefore, we suggest you update the software on your site as soon as possible.</p>\n<p>Following are one or more example URLs where we found pages that have outdated software. The list is not exhaustive.</p>\n<p dir=\"ltr\"><a href=\"https://www.example.com/123/\" target=\"_blank\" rel=\"nofollow\">https://www.example.com/123/</a></p>\n<p dir=\"ltr\"><a href=\"https://www.example.com/456/\" target=\"_blank\" rel=\"nofollow\">https://www.example.com/456/</a></p>\n<p dir=\"ltr\"><a href=\"https://www.example.com/789/\" target=\"_blank\" rel=\"nofollow\">https://www.example.com/789/</a></p>\n</div>\n</div>\n</blockquote>\n<p dir=\"ltr\">Some of the people who received notices thought the email was a phishing attempt as WordPress is misspelled using a lower-case p. Others <a href=\"https://productforums.google.com/d/msg/webmasters/QwkXrbyzKBA/z_4hg5s5BwAJ\">expressed confusion and anxiety</a> receiving notices despite having already updated their sites.</p>\n<p dir=\"ltr\">WordPress powered sites contain a meta generator that Google uses to detect which version is running.</p>\n<p dir=\"ltr\">< meta name=”generator” content=”WordPress 4.7.1″ /></p>\n<p dir=\"ltr\">However, Google does not monitor pages in real-time. If a site owner updates to WordPress 4.7.2 but the page indexed by Google is running 4.7.1, they’ll receive a notice.</p>\n<p dir=\"ltr\">Juan Felipe Rincón, Webmaster Outreach at Google, <a href=\"https://productforums.google.com/d/msg/webmasters/QwkXrbyzKBA/25QwebHfBwAJ\">responded </a>to the forum thread and confirmed the issues reported by users, “Definitely a problem on our end,” Rincón said.</p>\n<p dir=\"ltr\">“We’re sorry for causing confusion in the messaging and for the swirl this created for many of you and your users or client base.”</p>\n<p dir=\"ltr\">Google was aware that notices would be sent to site owners who already updated but chose to send them anyway due to the seriousness of the vulnerability.</p>\n<p dir=\"ltr\">“However, we underestimated the number of sites that had already patched, and our messaging gave no room for interpretation or letting website owners know that if they had already upgraded they could ignore the message safely,” Rincón said.</p>\n<p dir=\"ltr\">Google has implemented the following changes to improve its update notification system:</p>\n<ul>\n<li dir=\"ltr\">Messages have stopped being delivered for now but will resume shortly.</li>\n<li dir=\"ltr\">The messages have been reworded to be clearer.</li>\n<li dir=\"ltr\">Additional checks have been added to reduce the number of notifications sent to owners who already updated.</li>\n</ul>\n<p>If you’ve updated WordPress to 4.7.2, you can safely disregard the notices.</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 Feb 2017 23:55: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: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: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:89:\"WPTavern: WordCamp Miami 2017 to Host JavaScript Track, AMA Spots, and 2-Day Kids’ Camp\";s: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=65831\";s: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:95:\"https://wptavern.com/wordcamp-miami-2017-to-host-javascript-track-ama-spots-and-2-day-kids-camp\";s: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:4451:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/02/wordcamp-miami-2017.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://2017.miami.wordcamp.org/\" target=\"_blank\">WordCamp Miami</a> is sporting an 80’s theme this year for its 9th year running. The team of 12 organizers is expecting more than 800 attendees and will host 60+ local and global speakers, including new speakers from India, Australia, Poland, Canada, and other international locations.</p>\n<p>As in previous years, WordCamp Miami is a multi-day smorgasbord of WordPress networking and educational opportunities with workshops for all ages. The event is bringing back the two-day Kids’ Camp and Kids’ Panel it hosted last year. David Bisset, one of the organizers, is expecting approximately 50 attendees and said the team is seeing an even greater increase of parents and kids than previous years, based on more kids’ tickets being purchased earlier.</p>\n<p>This year the Kids’ Camp will focus on blogging and coding and children will even get their own attendee bags. Kids will also receive free hosting and a free domain name, thanks to a donation from a sponsor. The <a href=\"https://2017.miami.wordcamp.org/2017/01/17/speaker-call-opening-for-kids/\" target=\"_blank\">call for speakers for kids</a> aged 7-18 is now open.</p>\n<p>WordCamp Miami will be hosting three workshops on the Friday leading up to the main event: a Beginner’s workshop, a Freelance workshop, and the WP REST API / BuddyCamp workshop. This is the fifth consecutive year for BuddyCamp and attendees will have the opportunity to learn more about building mobile applications with BuddyPress and the WordPress REST API.</p>\n<p>The “Learn JavaScript Deeply” track is returning in 2017, featuring local and international JS developers. So far WordCamp Miami is the only camp to have an entire track devoted to JavaScript. Organizers have designed the format of the track to be duplicated by other camps that want to include more JS content.</p>\n<p>The event’s organizers usually attempt to get “<a href=\"https://2017.miami.wordcamp.org/2017/02/03/why-its-important-for-outside-the-bubble-perspectives-at-wordcamps/\" target=\"_blank\">outside the WordPress bubble</a>” by inviting speakers with experience in other platforms to share with attendees. This year’s lineup includes two sessions from members of the Drupal and Joomla communities. Mike Herchel, a front-end web developer at Lullabot, will present a session titled “WordPress & Drupal: Community and Contribution Differences and Lessons.” Aleksander Kuczek, CEO of Perfect Dashboard and a Joomla Extension Directory team member, will be speaking about how Joomla handles plugin contributions.</p>\n<p>Other focus topics during the main event include customizing/extending WordPress, e-commerce, mental health, content marketing, and building a better business (from freelancers to agencies). Organizers have also reduced the time for speakers a little in order to introduce some “AMA” spots. The new format will feature prominent people in the community who will be available to simply answer questions from attendees. The guests for the AMA spots are still being finalized, but Bisset said one example is a representative from Sucuri and will be available to answer any questions regarding security.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/02/rate-my-talk.gif?ssl=1\"><img /></a>WordCamp Miami will also debut the “<a href=\"http://davidbisset.com/results-of-my-live-rate-my-talk-with-emoji-at-wpcampus/\" target=\"_blank\">Rate My Talk With Emoji</a>” app that Bisset developed for attendees to give “live speaker feedback” while sessions are happening. He said the team is hoping to have the speakers decide on which emoji should be available, but if there are problems with pre-event testing they will pre-select emoji. At this time they are not planning on including any negative ones. Speakers will have access to their results after the conference.</p>\n<p>WordCamp Miami would not be possible without the event’s army of volunteers. Bisset said organizers are still looking for <a href=\"http://davidbisset.us6.list-manage2.com/subscribe?u=8f9242549d66d09eceb714b54&id=046ea0475e\" target=\"_blank\">volunteers</a> to help out before and during the event.</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 Feb 2017 20:22:59 +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:94:\"WPTavern: OSTraining Partners with GoDaddy to Launch Free WordPress Beginner Course on YouTube\";s: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=65805\";s: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:105:\"https://wptavern.com/ostraining-partners-with-godaddy-to-launch-free-wordpress-beginner-course-on-youtube\";s: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:4409:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/02/ostraining-logo.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://www.ostraining.com\" target=\"_blank\">OSTraining</a> has launched a free <a href=\"https://www.youtube.com/playlist?list=PLtaXuX0nEZk-rRfsl8lclMY5TncDmAUBm\" target=\"_blank\">40-video WordPress Beginner course</a> on YouTube, thanks to a sponsorship from GoDaddy. The open source software education site has created more than 3,000 videos for PHP platforms like WordPress, Joomla, Magento, and Drupal. This particular course, which has all new information for WordPress 4.7, was inspired by the company’s success in launching a free Drupal 8 course in 2016.</p>\n<p>“The original idea was a happy accident,” CEO Steve Burge said. “We did a <a href=\"https://www.kickstarter.com/projects/stevebure/drupal-8-training-videos-help-us-make-drupal-magic\" target=\"_blank\">Kickstarter project</a> based around the launch of Drupal 8. That involved about 200 free videos, spread over several classes. The main class was ‘The Drupal 8 Beginner class’ and it went viral, getting over <a href=\"https://www.ostraining.com/blog/news/1-million/\" target=\"_blank\">1 million views in a year</a>.”</p>\n<p>The Kickstarter campaign raised more than $12K towards its $10K funding goal. It was the first time OSTraining produced a free course. Once the videos were released, Burge and his team were amazed by how popular the course became.</p>\n<p>“It led us to re-think our business approach,” Burge said. “Rather than putting everything behind a paywall, we realized the power of giving away our best beginner material. From a business perspective, that made sense so long as we could find a sponsor.”</p>\n<p>OSTraining worked with Topher DeRosia to film the WordPress Beginner course after securing a sponsorship from GoDaddy. Although the company has done multiple versions of its beginner class over the years, with updates for changes in each release, WordPress 4.7 presents a new opportunity for content longevity.</p>\n<p>“We hope that by targeting 4.7 this class will last longer than most, because the new release cycle means a new version won’t be here in a couple of months,” Burge said.</p>\n<p>In addition to beginner topics like how to install WordPress, write posts, and use the media library, the course also includes information on getting started with WordPress plugins like NinjaForms and Jetpack. The last few videos cover more advanced topics like security, spam, staging, and performance.</p>\n<p>Although the <a href=\"https://www.youtube.com/channel/UCpJf6LGZ0a4n9Lj4aVt9spg/\" target=\"_blank\">official WordPress YouTube channel</a> doesn’t have much educational content for beginners, the WordPress community in general is gaining a stronger presence on YouTube. Searching for “WordPress” turns up more than five million videos in many different languages. Educational topics like “How to make a WordPress website” and other tutorials are the most popular.</p>\n<p>WordPress businesses are also starting to see the value of having a solid presence on YouTube. Last year Automattic started beefing up its <a href=\"https://www.youtube.com/channel/UCvP5cfpfIgkb0Dt8o7Qt21A\" target=\"_blank\">channel</a> with a steady stream of new videos, including ads and tutorials for WordPress.com. Other large WordPress companies like <a href=\"https://www.youtube.com/user/iThemescom\" target=\"_blank\">iThemes</a>, <a href=\"https://www.youtube.com/user/wpbeginner/\" target=\"_blank\">WPBeginner</a>, and <a href=\"https://www.youtube.com/user/yoastcom/\" target=\"_blank\">Yoast</a> are publishing hundreds of free videos to YouTube, generating millions of views and thousands of subscribers.</p>\n<p>After finding success on YouTube with the free Drupal 8 videos, OSTraining has also launched a free <a href=\"https://www.youtube.com/playlist?list=PLtaXuX0nEZk9eL59JGE3ny-_GAU-z5X5D\" target=\"_blank\">Magento 2</a> course and has a free Joomla course on the way.</p>\n<p>“Getting more than 1 million views of the Drupal class really opened our eyes,” Burge said. “It’s almost like the difference between free, open source software and expensive, closed source software. You can reach so many more people by giving it away free.”</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 Feb 2017 05:48: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: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: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:65:\"Dougal Campbell: Good Breakdown of Recent WordPress 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:34:\"http://dougal.gunters.org/?p=81297\";s: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:91:\"http://dougal.gunters.org/blog/2017/02/08/good-breakdown-of-recent-wordpress-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:2977:\"<div class=\"featured-image align-right\"><img width=\"150\" height=\"150\" src=\"http://dougal.gunters.org/wordpress/wp-content/uploads/2008/10/wordpress-wednesday-150x150.png\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" /></div><p>The <a href=\"https://blog.sucuri.net/\">Sucuri Blog</a> has a good dissection of the recent critical <a href=\"https://blog.sucuri.net/2017/02/content-injection-vulnerability-wordpress-rest-api.html\">WordPress REST API vulnerability</a>. I won’t rehash the details here, but I did want to point out that this is why developers should remember to follow these two rules of defensive programming:</p>\n<ol>\n<li>Sanitize inputs as early as possible</li>\n<li>Sanitize outputs as late as possible</li>\n</ol>\n<p>In this case, there was a failure to follow the first rule. There are a couple of different places where this could have been handled better.</p>\n<p>For one, unless there is a good reason to allow <strong><code>GET</code></strong> or <strong><code>POST</code></strong> variables to override a URL placeholder parameter, then that should be handled appropriately. If there is a reason for it, then those values should be forced to comply with the regular expression or data type that is expected.</p>\n<p>The other failure, beyond simple sanitizing, is that the logic of the <strong><code>update_item_permission_check()</code></strong> method simply didn’t properly account for the failure to retrieve a valid result from <strong><code>get_post()</code></strong>. This function will return post data either as an object or an array (depending on parameters), or <strong><code>null</code></strong> upon failure. The logic of the first conditional was looking for a valid post <em>and</em> invalid permissions on the post as an error condition:</p>\n<pre><code>if ( $post && ! $this->check_update_permission( $post ) ) {\n return new WP_Error( \'rest_cannot_edit\', \n __( \'Sorry, you are not allowed to edit this post.\' ), \n array( \'status\' => rest_authorization_required_code() ) );\n}</code></pre>\n<p>Instead, it should have reversed the valid post logic, and looked for <em>not</em> a valid post, <em>or</em> invalid permissions:</p>\n<pre><code>if ( <strong>! $post ||</strong> ! $this->check_update_permission( $post ) ) {\n return new WP_Error( \'rest_cannot_edit\', \n __( \'Sorry, you are not allowed to edit this post.\' ), \n array( \'status\' => rest_authorization_required_code() ) );\n}</code></pre>\n<p>And for good measure, it should probably check whether the return value was an instance of <strong><code>WP_Error</code></strong>, for future-proofing. This small change would have detected an invalid post ID, and still performed a valid permissions check for existing posts.</p>\n<p>Okay boys and girls, let’s say it all together now… “Security is hard.”</p>\n<p> </p>\n<div class=\"yarpp-related-rss yarpp-related-none\">\n</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 Feb 2017 01:46: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:15:\"Dougal 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:\"\";}}}}}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:72:\"WPTavern: WPWeekly Episode 262 – Interview With Morten Rand-Hendriksen\";s: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=65818&preview=true&preview_id=65818\";s: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:79:\"https://wptavern.com/wpweekly-episode-262-interview-with-morten-rand-hendriksen\";s: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:2668:\"<p>On this episode, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I are joined by <a href=\"https://mor10.com/\">Morten Rand-Hendriksen</a> to discuss his <a href=\"https://mor10.com/the-case-for-wordpress-telemetry/\">WordPress Telemetry proposal</a>. We discuss the potential benefits of having an opt-in usage data collection system that could help core developers and others make informed decisions. Rand-Hendriksen also shares what he’s learned from <a href=\"https://www.lynda.com/Morten-Rand-Hendriksen/725535-1.html\">teaching WordPress</a> at Lynda.com, on how difficult it is for new users to grasp WordPress.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/blogvault-security-breach-infects-customers-sites-with-malware\">BlogVault Security Breach Infects Customers’ Sites With Malware</a><br />\n<a href=\"https://wptavern.com/wordpress-rest-api-vulnerability-is-being-actively-exploited-hundreds-of-thousands-of-sites-defaced\">WordPress REST API Vulnerability is Being Actively Exploited, Hundreds of Thousands of Sites Defaced</a><br />\n<a href=\"https://wptavern.com/wp-super-cache-1-4-9-patches-multiple-xss-vulnerabilities\">WP Super Cache 1.4.9 Patches Multiple XSS Vulnerabilities</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/content-locker/\">Content Locker</a> is a tool that allows you to configure content to be behind a paywall. Visitors can pay for content by liking, sharing, or registering an account.</p>\n<p><a href=\"https://wordpress.org/plugins/wp-jump/\">WP Jump</a> allows you to bookmark your site in the admin bar. This plugin is useful if you have several, local or online, WordPress installations.</p>\n<p><a href=\"https://wordpress.org/plugins/sidebar-content-clone/\">Sidebar Content Clone</a> is a handy solution for easily duplicating or cloning all widgets from one sidebar to another sidebar. It can also clear all widgets from a sidebar with a single click.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, February 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 #262:</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 Feb 2017 01:03: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: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: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:67:\"WPTavern: WP Super Cache 1.4.9 Patches Multiple XSS Vulnerabilities\";s: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=65664\";s: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/wp-super-cache-1-4-9-patches-multiple-xss-vulnerabilities\";s: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:2318:\"<p><a href=\"https://wordpress.org/plugins/wp-super-cache/\">WP Super Cache</a> is a <a href=\"https://odd.blog/2007/11/05/wordpress-super-cache-01/\">nearly 10-year-old</a> plugin that is maintained by <a href=\"https://odd.blog/\">Donncha Ó Caoimh</a> and is actively installed on more than a million sites. Releases have been far and few between, but Ó Caoimh <a href=\"https://odd.blog/2017/02/03/wp-super-cache-1-4-9/\">has released</a> WP Super Cache 1.4.9 that patches cross-site-scripting vulnerabilities on the settings page.</p>\n<p>“Those pages are only accessible by admin users so an anonymous visitor to your site can’t come along and enable it to steal your login cookies but along with those fixes come many bug fixes so it’s worth upgrading if you’re using an old version,” Ó Caoimh said.</p>\n<p>In addition to patching security vulnerabilities, this release also contains a number of bug fixes. There’s <a href=\"https://github.com/Automattic/wp-super-cache/pull/174\">also a fix</a> in this version for those who host a lot of sites that use WP Super Cache and are running into issues with semaphores due to the possibility of users using file locking.</p>\n<p>If you’re running into this issue and need to disable file locking completely, Ó Caoimh suggests setting the WPSC_DISABLE_LOCKING constant in a global config file. “The file locking simply slowed down how fast cache files were created and is a hold-over from WP Cache when that plugin used to write directly to the cache files,” Ó Caoimh said.</p>\n<p>“This plugin writes to temporary files before moving to the final cache files so that locking isn’t really needed, but some sites still use it which is why it’s still around.”</p>\n<p>Ó Caoimh is already hard at work on the next version of WP Super Cache with an effort towards <a href=\"https://github.com/Automattic/wp-super-cache/pull/177\">moving legacy cache files</a> into supercache directories. This will improve performance and make the files easier to maintain.</p>\n<p>Users are encouraged to update to 1.4.9 as soon as possible. To see a detailed list of changes and bug fixes, visit the <a href=\"https://wordpress.org/plugins/wp-super-cache/changelog/\">plugin’s changelog</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:\"Wed, 08 Feb 2017 04:26: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: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: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:73:\"WPTavern: WordPress for Android Closes Google+ Community for Beta Testers\";s: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=65699\";s: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:83:\"https://wptavern.com/wordpress-for-android-closes-google-community-for-beta-testers\";s: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:2616:\"<p>The WordPress mobile app for Android is <a href=\"https://plus.google.com/u/0/+MaximeBiais/posts/8M796fTin9Q?cfem=1\" target=\"_blank\">shutting down its beta testing community</a> that was hosted on Google+ for the past three years. The mobile team switched to a completely open beta last year, enabling them to recruit 1,500 new testers.</p>\n<p>The Google+ community, which currently has 1,152 members, has been the main channel for communication to and from the app’s developers. It was previously used to announce new beta versions and users posted regularly to confirm bugs, leave feedback on their experiences, and ask questions about upcoming features.</p>\n<p>“We kept this Google+ Community opened since then but it became a place for spammers,” Automattic mobile engineer Maxime Biais said. “We decided to close it.”</p>\n<p>Beta testers who want to continue participating are encouraged to use the open source project’s issue tracker on <a href=\"https://github.com/wordpress-mobile/WordPress-Android\" target=\"_blank\">GitHub</a>. Testers can also join the #mobile channel on <a href=\"https://make.wordpress.org/chat/\" target=\"_blank\">WordPress Slack</a>. Any testers who want to lave the beta can visit the app’s testing page and tap “<a href=\"https://play.google.com/apps/testing/org.wordpress.android\" target=\"_blank\">Leave the Test</a>,” followed by uninstalling and then re-installing the app from the Play Store to get the official stable version.</p>\n<p>Despite having a healthy troop of beta testers, the open source app rarely receives any contributions from developers outside of Automattic. <a href=\"https://wptavern.com/wordpress-for-android-5-7-adds-path-to-upgrade-wordpress-com-plan\" target=\"_blank\">Recent releases</a> have included an expansion of Automattic’s monetization path with a link for users to manage and upgrade their WordPress.com plans. This has added fuel to the friction between the needs of self-hosted sites and the presence of WordPress.com features.</p>\n<p>Community members who have voiced complaints about the current features and goals of the app are welcome to participate in its development on GitHub. Beta testing is still open to all and new testers can <a href=\"https://play.google.com/apps/testing/org.wordpress.android\" target=\"_blank\">opt in on the Google Play Store testing page</a>. The Google+ Community will close on March 6, 2017, but questions and feedback are welcome in the #mobile Slack channel where the app’s developers are frequently available.</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 Feb 2017 03:22: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: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: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:62:\"WPTavern: Google Updates AMP to Allow Sharing of Canonical URL\";s: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=65660\";s: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/google-updates-amp-to-allow-sharing-of-canonical-url\";s: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:4925:\"<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2016/04/reading.jpg?ssl=1\"><img /></a><a href=\"https://stocksnap.io/photo/F55691D3FB\">RC Cipriano</a>\n<p>One of the main drawbacks of Google <a href=\"https://www.ampproject.org/\" target=\"_blank\">AMP</a> has been brand confusion when viewing and sharing articles. Google launched the AMP project to speed up the mobile web, but in exchange publishers have had to give up control of how their AMP’d content appears. One of the most irksome aspects of interacting with AMP pages is the convoluted URL structure, which causes users to be hesitant to share the content.</p>\n<p>AMP appends google.com/amp/ to the beginning of the URL when copying the link, opening it in a browser, or sharing an article. Visitors who want to find the canonical URL have to return to Google to search for it. To the casual observer, it appears the visitor has landed on and is attempting to share a Google story.</p>\n<p>After nearly a year, Google is finally looking to remedy this sharing problem with an update to the AMP Viewer header. In a <a href=\"https://developers.googleblog.com/2017/02/whats-in-amp-url.html\" target=\"_blank\">post</a> on the Google Developers blog, the company officially recognized this problem and announced a change that will allow visitors to share the canonical URL:</p>\n<blockquote><p>Many users have requested a way to access, copy, and share the canonical URL of a document. Today, we’re adding support for this functionality in form of an anchor button in the AMP Viewer header on Google Search. This feature allows users to use their browser’s native share functionality by long-tapping on the link that is displayed.\n</p></blockquote>\n<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/02/google-amp-sharing-link.png?ssl=1\"><img /></a>photo credit: Google\n<p>The updated header with the anchor button is already available on the iOS Google app and will be coming to the Android app within a few weeks. Google is also working on using the <a href=\"https://developers.google.com/web/updates/2016/10/navigator-share\" target=\"_blank\">Web Share API</a> to let visitors use the platform’s native sharing flow with the original URL instead of the AMP viewer URL.</p>\n<p>“A thriving ecosystem is very important to us and attribution, user trust, and ownership are important pieces of this ecosystem,” Alex Fischer, Google software engineer, said.</p>\n<p>The ability to share the canonical URL is good news for existing AMP users but is probably not enough to convince skeptical publishers to start AMPing up their pages. Burying the publisher’s canonical link is just one of many reasons there has been such strong push back against the AMP project.</p>\n<p>Kyle Schreiber, whose post on <a href=\"https://80x24.net/post/the-problem-with-amp/\" target=\"_blank\">the problems with AMP</a> inspired discussions on <a href=\"https://news.ycombinator.com/item?id=13414570\" target=\"_blank\">Hacker News</a> and <a href=\"https://www.reddit.com/r/programming/comments/5oggtm/the_problem_with_amp/\" target=\"_blank\">Reddit</a>, believes that “AMP is bad for the open web and should be changed or eliminated.”</p>\n<p>Schreiber contends that Google has designed AMP to keep the visitor within its own ecosystem. Publishers get locked in when access to Google’s news carousel is reserved for AMP’d sites only.</p>\n<p>“Clicking on an AMP link feels like you never even leave the search page, and links to AMP content are displayed prominently in Google’s news carousel,” Schreiber said.</p>\n<p>Last year the <a href=\"https://www.wsj.com/articles/google-amp-gets-mixed-reviews-from-publishers-1477648838\" target=\"_blank\">Wall Street Journal</a> spoke with publishers who were critical with AMP but reluctant to speak publicly for fear of Google’s retaliation. Their AMP pages were generating around half as much revenue as pageviews on their full mobile sites due to Google’s limitations on the type of ad units available for AMP pages. Google’s response was that the company aims to drive more revenue to non-AMP pages but isn’t quite there yet.</p>\n<p>At the end of February the AMP project experiment will have been publicly launched for a year but many smaller publishers are still hesitant to get on board. They are concerned that AMP oversteps its reach without delivering enough value in return. The strategy of taking an absurd amount of control over publishers’ content and then slowly doling it back out (as with the new button for sharing the canonical URL) demonstrates how easily Google has established itself as the de facto arbiter of the mobile web. If publishers continue to yield control of their mobile content, Google will have every incentive to make AMP support the next official ranking signal.</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 Feb 2017 18:58: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: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:30:\"HeroPress: Hitting Rock Bottom\";s: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=1592\";s: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://heropress.com/essays/hitting-rock-bottom/\";s: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:5419:\"<img width=\"960\" height=\"480\" src=\"https://heropress.com/wp-content/uploads/2017/02/020817-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: We all need someone to listen. Someone to remind us that it gets better. That we will make it to tomorrow.\" /><p>I’d never been to The Capital Grille. I’d been to nice steak houses before, but this felt like a big deal. At least it should have. I was too busy freaking out because my wife wasn’t responding to one of my texts. That’s when I knew I hit rock bottom. That mental illness had taken full control. Ruining a $50 steak will make you realize that.</p>\n<p>I hit my rock bottom in the middle of WordCamp Orlando 2016. Sitting across from the wonderful Mike Hansen, sharing the best mashed potatoes I’d ever had, I was miserable. Not because Mike was bad company, but because I was so inside my head that I couldn’t control my thoughts. Dark thoughts. Suicidal thoughts. I was a mess, but Mike and the rest of the crew from BlueHost tried to keep me calm and engaged in conversation. I kept apologizing, but they stuck with me. It was pretty obvious I wasn’t okay, and they did their best. That’s what WordPress is. When you hear about “the community,” that’s what we’re really talking about.</p>\n<p>The next day, I was originally scheduled to speak, but had already backed out. As an organizer of the event, I felt awful. I know how much of a pain it is to rearrange the schedule last-minute because I’m the one, at least for the past 3 years, has made Orlando’s schedule. But the team rallied around me.</p>\n<blockquote><p>They knew I wasn’t okay, and supported me without me needing to ask.</p></blockquote>\n<p>But then something amazing happened.</p>\n<p>In the confusion of rescheduling speakers – caused by Hurricane Matthew, not Hurricane Mental Illness – a replacement speaker for one of our workshops had never actually been notified that he was speaking and didn’t show. Whoops. Even though I’d planned to just lay low in the developer workshop all day, as soon as I got word that a replacement was needed, I grabbed my laptop and headed to the next room. I don’t remember much of what I said, but I gave a talk on themes completely off the top of my head. And then it hit me. I know what I’m doing. I can do this. I’m going to be okay.</p>\n<h3>Road To Recovery</h3>\n<p>The next day, I went to see my doctor. I was diagnosed as bipolar. The dragon I’d been fighting for 15 years finally had a name. Two prescriptions later and I was on the road to recovery. I’m still on it, but WordPress is helping drive the engine.</p>\n<p>Since WordCamp Orlando, my business has taken off. I’ve started and completed more projects in the past 3 months than I did the entire rest of 2016. And all of that was possible because of the support I received that weekend. When we talk about how wonderful the WordPress community really is, we mean it. It saves lives.</p>\n<p>There’s a lot more to my story – coming out as non-binary, a shuttering business partnership to salvage a great friendship – but I don’t want to ramble.</p>\n<blockquote><p>It’s time to pay the support I received forward.</p></blockquote>\n<p>We all need someone to listen. Someone to remind us that it gets better. That we will make it to tomorrow.</p>\n<p>If you’re struggling, drop me a line on <a href=\"https://twitter.com/adamsoucie\">Twitter</a> or send an email. I’ll be waiting on the other end to lend an ear and a helping hand.</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: Hitting Rock Bottom\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Hitting%20Rock%20Bottom&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fhitting-rock-bottom%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Hitting Rock Bottom\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fhitting-rock-bottom%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%2Fhitting-rock-bottom%2F&title=Hitting+Rock+Bottom\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Hitting Rock Bottom\"></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/hitting-rock-bottom/&media=https://heropress.com/wp-content/uploads/2017/02/020817-150x150.jpg&description=Hitting Rock Bottom\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Hitting Rock Bottom\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/hitting-rock-bottom/\" title=\"Hitting Rock Bottom\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/hitting-rock-bottom/\">Hitting Rock Bottom</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:\"Tue, 07 Feb 2017 12:00:01 +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:\"Adam Soucie\";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:110:\"WPTavern: WordPress REST API Vulnerability is Being Actively Exploited, Hundreds of Thousands of Sites Defaced\";s: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=65651\";s: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:120:\"https://wptavern.com/wordpress-rest-api-vulnerability-is-being-actively-exploited-hundreds-of-thousands-of-sites-defaced\";s: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:5617:\"<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/02/needle.jpg?ssl=1\"><img /></a>photo credit: stevendepolo <a href=\"http://www.flickr.com/photos/10506540@N07/3020361085\">hypodermic needle IMG_7418</a> – <a href=\"https://creativecommons.org/licenses/by/2.0/\">(license)</a>\n<p>At the end of January, <a href=\"https://wordpress.org/news/2017/01/wordpress-4-7-2-security-release/\" target=\"_blank\">WordPress 4.7.2</a> was released to fix four security issues, three of which were disclosed at the time of the release. These included a SQL injection vulnerability in WP_Query, a cross-site scripting (XSS) vulnerability in the posts list table, and the Press This feature allowing users without permission to assign taxonomy terms. The fourth and most critical issue, an unauthenticated privilege escalation vulnerability in a REST API endpoint, was fixed silently and <a href=\"https://make.wordpress.org/core/2017/02/01/disclosure-of-additional-security-fix-in-wordpress-4-7-2/\" target=\"_blank\">disclosed a week after the release</a>.</p>\n<p>Contributors on the release opted to delay disclosure in order to mitigate the potential for mass exploitation, given that any site running 4.7 or 4.7.1 is at risk. This allowed time for users to update manually and for automatic updates to roll out.</p>\n<p>“We believe transparency is in the public’s best interest,” WordPress Core Security Team Lead Aaron Campbell said. “It is our stance that security issues should always be disclosed. In this case, we intentionally delayed disclosing this issue by one week to ensure the safety of millions of additional WordPress sites.”</p>\n<p>WordPress worked with <a href=\"https://sucuri.net/\" target=\"_blank\">Sucuri</a>, the company that discovered the issue, along with other WAF vendors and hosting companies to add protections before the vulnerability was publicly disclosed.</p>\n<p>The vulnerability has been public for less than a week and is now being actively exploited. Thousands of WordPress sites have been defaced with messages like “<a href=\"https://wordpress.org/support/topic/wordpress-4-7-1-hacked-by-ng689skw/\" target=\"_blank\">Hacked by NG689Skw</a>” or “Hacked by w4l3XzY3” or similar. Googling for information about these particular hacks returns thousands of other hacked sites in the results.</p>\n<p>Sucuri founder and CTO Daniel Cid said his team saw exploits in the wild less than 24 hours after the disclosure. The attacks are primarily simple defacements so far.</p>\n<p>“There are some good bad guys updating the post excerpt with the message: ‘Update WordPress or you will be hacked,’ which is kind weird,” Cid said. “But overall we’re seeing just simple defacement attempts, using modified versions of the exploit that was shared publicly.”</p>\n<h3>Multiple Campaigns Have Defaced Hundreds of Thousands of WordPress Sites</h3>\n<p>Sucuri is monitoring multiple defacement campaigns, each with varying degrees of success. The company <a href=\"https://blog.sucuri.net/2017/02/wordpress-rest-api-vulnerability-abused-in-defacement-campaigns.html\" target=\"_blank\">published an update</a> on the active attacks as well as the IP addresses they are originating from.</p>\n<p>“We are currently tracking four different hacking (defacement) groups doing mass scans and exploits attempts across the internet,” Cid said. “We see the same IP addresses and defacers hitting almost every one of our honeypots and network.”</p>\n<p>One defacement campaign Sucuri is tracking already has more than 68,000 pages indexed on Google. After perusing the WordPress.org forums, the problem seems to have a much larger reach than Sucuri’s network has initially detected. For example, “Hacked by NG689Skw” returns approximately 200K indexed results. “Hacked By SA3D HaCk3D” returns more than 100K results. There are multiple permutations of this defacement in play on WordPress websites across the web. Not all results that share this same campaign structure are guaranteed to be associated with this vulnerability, but the few listed above were recent posts on the WordPress.org forum from users who failed to update to 4.7.2 in time.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/02/hacked-wordpress-sites.png?ssl=1\"><img /></a></p>\n<p>“On our end, we are seeing a big growth on exploit attempts, specially for defacement,” Cid said. “But SPAM SEO is slowly growing too.”</p>\n<p>Cid said the vulnerability allows attackers to inject content into a post or page by default, but defacement is the easy first step, along with SEO spam. If a site has a plugin like <a href=\"https://wordpress.org/plugins/insert-php/\" target=\"_blank\">Insert PHP</a> or <a href=\"https://wordpress.org/plugins/php-code-widget/\" target=\"_blank\">PHP Code Widget</a> installed, the vulnerability can lead to remote code execution. These two plugins have more than 300K combined active installs and there are others that perform similar functions.</p>\n<p>“The core of the issue is people not updating,” Cid said. “Even with auto and simple updates, people still do not update their sites.”</p>\n<p>Needless to say, if you haven’t updated to 4.7.2 and your site is running 4.7.0 or 4.7.1, you are at risk for content injection. For most sites that have been defaced, the simplest solution is to update to the latest version of WordPress and rollback the defaced post(s) to a revision.</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 Feb 2017 00:36: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: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:75:\"WPTavern: BlogVault Security Breach Infects Customers’ Sites With Malware\";s: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=65658\";s: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:83:\"https://wptavern.com/blogvault-security-breach-infects-customers-sites-with-malware\";s: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:2120:\"<img />photo credit: Anonymous Account <a href=\"http://www.flickr.com/photos/37053322@N00/2291139919\">Code</a> – <a href=\"https://creativecommons.org/licenses/by/2.0/\">(license)</a>\n<p><a href=\"https://blogvault.net/\">BlogVault</a>, a real-time backup and migration service with a <a href=\"https://wordpress.org/plugins/blogvault-real-time-backup/\">WordPress plugin</a> that’s active on more than 20K sites, <a href=\"https://blogvault.net/security-notification/\">announced</a> over the weekend that it suffered a security breach that exposed data. Akshat Choudhary, founder of BlogVault, <a href=\"https://blogvault.net/help/info\">explains</a> that some customer sites were accessed without authorization and were infected with malware.</p>\n<p>BlogVault is contacting customers whose sites are affected and removing malware to secure the data. According to Choudhary, all backups generated by BlogVault are safe. FTP, login credentials, and payment related data is safe. The service doesn’t store credit card information as payments are processed through <a href=\"https://stripe.com/\">Stripe</a>.</p>\n<p>The service has carried out a series of security precautions including, updating <a href=\"https://wordpress.org/plugins/blogvault-real-time-backup/\">the plugin to 1.45</a>, resetting passwords for all customer accounts, and is meticulously analyzing its systems. Customer passwords were encrypted, making them difficult to retrieve.</p>\n<p>BlogVault is sharing information about the breach as it becomes available. “We understand that it can be frustrating for you; as it is for us, to not have all the information,” Choudhary said. “We aim to be comprehensive in our response to the issue. Once we have safeguarded our customers’ data, and our investigation is complete we will be able to share more details.”</p>\n<p>Customers are encouraged to update the BlogVault plugin to 1.45 as soon as possible and to keep an eye on the service’s <a href=\"https://blogvault.net/help/info\">security updates page</a> for new information.</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 Feb 2017 22:04: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: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:55:\"WPTavern: Content Creation Is About More Than an 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=65626\";s: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:66:\"https://wptavern.com/content-creation-is-about-more-than-an-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:16655:\"<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/02/ReidPeifer.jpeg?ssl=1\"><img /></a>Reid Peifer\n<p>This is a guest post written by <span class=\"st\"><a href=\"https://twitter.com/reidpeifer?lang=en\">Reid Peifer</a>, Partner and Art Director at <a href=\"http://tri.be/\">Modern Tribe</a>. In this post, Peifer shares his experience, opinions, and things to consider as the content creation experience in WordPress <a href=\"https://make.wordpress.org/core/2017/01/17/editor-technical-overview/\">is revamped</a>.<br />\n</span></p>\n<hr />\n<p>Let’s imagine a world where the tools that we have don’t limit us, but instead enable us to create unique, contextual, and thoughtful content. We don’t fight with them, we don’t quibble over line breaks and margins.</p>\n<p>We don’t argue about whether or not two images should line up. We’re not limited to bold, italic, underline, and bullet points to express our ideas. We’re not limited to taxonomies for our organization and obtuse relational algorithms to determine complementary content.</p>\n<p>This is the reality that we should have. Content management should be more than TinyMCE and meta boxes. While WordPress has continued to grow into a mature platform, the focus on what should be its core mission has taken a second seat.</p>\n<p>We (the WordPress community at large) have gotten so excited about making WordPress awesome, we lost sight of our charge – to enable WordPress to make awesome things. To democratize publishing. To get the stories out of people’s heads and hearts and out to the world.</p>\n<p>We forgot about content. Without content, WordPress and all its bits and bobs amount to much ado about nothing. While it’s true that WordPress has grown to an almost unimaginable scale, the content it creates today isn’t going to support the needs of tomorrow’s web.</p>\n<p>I couldn’t make it to WordCamp US, but I’ll admit that I sat slack-jawed with joy listening to the <a href=\"https://wordpress.tv/2016/12/07/matt-mullenweg-state-of-the-word-2016/\">video</a> calling for a focus on the editor in 2017.</p>\n<p>The <a href=\"https://make.wordpress.org/core/2017/01/17/editor-technical-overview/\">initial discussions</a> happening on make.wordpress.org and within slack are incredibly encouraging. The community has taken this charge and is moving forward with a passion that reflects the importance of the task at hand.</p>\n<p>While I absolutely applaud their effort, and think the conversation thus far has been valuable – it immediately went to the editor itself. What makes a good editor? The discussion is focused on the UI, what format the data should be stored in, should shortcodes be used etc. All good questions, but if we answer them first – we limit the scope of our inquiry.</p>\n<p>The first question should be ‘what makes good content’? What is ‘content’? Does content only live on the post or the page? What are its essential elements? How do those elements interact and relate to each other? What’s the life cycle of content? Where and how does it surface throughout the site? Does content behave differently in different scenarios or positions?</p>\n<p>If we start with these questions, their answers become our objectives for the UI. The question ‘what makes a good editor’ has a clear answer – one that makes achieving these goals delightful and effortless.</p>\n<h2>The Need for a More Robust Content Creation Tool Is Not New</h2>\n<p>Years ago, when ‘magazine layout’ was the new hot thing, we had the privilege of working with some large publications. In our design discovery, we learned how they thought about the presentation of their content, how layouts would change based on the content they were presenting that day.</p>\n<p>The rigid templates of the web that we were used to building couldn’t possibly meet the strategy that they had employed for ages in print. The sports, business, and lifestyle sections all needed to be able to leverage different layouts and presentation depending on their immediate needs.</p>\n<p>They needed to change day after day. We were going to toss out what we knew about building sites in WordPress. We were going to have to ditch the template hierarchy and start from scratch. The taxonomy term page in the admin wasn’t going to cut it.</p>\n<p>Meanwhile, ‘art directed’ or ‘editorial posts’ became a thing. Folks like Jason Santa Maria and Trent Walton were pumping out beautiful, bespoke articles rich in editorial design. I’ve never been more excited about the web’s potential than when I saw those first Jason Santa Maria articles – I’m a sucker for good content design.</p>\n<p>At some point shortly thereafter the NY Times published <a href=\"http://www.nytimes.com/projects/2012/snow-fall/#/?part=tunnel-creek\">Snowfall</a>, and everyone we talked to needed ‘long form’ (even if they had no idea why or what that could mean). I ran my own experiments trying to recreate that functionality in WordPress – at the time that meant full markup and a reams of custom CSS all cooked into the WYSIWYG. Beautiful output, crappy experience.</p>\n<p>These are two really common (and old) examples of how the content needs more than the tool can offer.</p>\n<p>We toiled away at these challenges over the years and have solved them for our particular use cases. Every project pushes our own solutions forward. Here’s some of what we learned.</p>\n<p><em>(So we’re all talking in the same terms, below when I reference Content Creation I mean the act of creating a new piece of content. When I reference content management, I mean both the content model, and the organization and presentation of content throughout the site.)</em></p>\n<h2>We Should Learn From Modular Development & Atomic Design</h2>\n<p>We should be applying modular development and atomic design principles to both content creation and content management.</p>\n<a href=\"http://bradfrost.com/blog/post/atomic-web-design/\"><img /></a>Atomic Design Principle as Explained by Brad Frost\n<p>We’ve adopted a modular and systematic thinking to our coding practices, breaking once monolithic templates into smaller reusable parts. We’ve applied design systems thinking and atomic approaches to our UI/UX and visual design work.</p>\n<p>Small pieces come together to create components, which come together to create pages which come together to create full experiences. It’s the LEGO blocks school of design and build. This is a refrain that many of us know well.</p>\n<h2>Extending That Philosophy to Content Creation and Management</h2>\n<p>While we’ve embraced this idea of systemic thinking in how we design and the infrastructure of what we build – we haven’t gotten to thinking about how to approach content creation and content management (content strategy) in a similarly modular fashion.</p>\n<p>This is primarily because our tools won’t let us apply modular thinking to content creation and management. CMSs, including WordPress, are generally limited to predefined structures and organizational models.</p>\n<p>The role of templating in the overall CMS architecture limits the flexibility of our content creators. Today, content strategy occurs before, and then is at the mercy of development. In a better world, our content strategy could use design and development to grow, adapt, and change over time gracefully. Our publishing tools could become the method by which our ongoing content strategy evolves.</p>\n<h2>Modular Content Creation</h2>\n<p>Let’s think about the idea of content on the web. Much of what we see on the web today is a logical baby step forward from print. Titles and headlines, paragraphs of copy, images, pull quotes. Those pieces are a 1:1 analog. Because it’s a digital medium, and we’re oh so clever, we’ve included videos, image galleries, those dang carousels, and whatnots as well.</p>\n<p>For most of you, those elements are plopped onto a webpage using a WYSIWYG editor. You fight with TinyMCE for supremacy. Perhaps your theme or plugin has dedicated meta boxes for special elements. There may be a slide show or gallery at the top of the page.</p>\n<p>When we look at most executions of content on the web, they are in fact less interesting, less engaging, and less beautiful than what our print counterparts have been doing for ages (and I mean literal ages).</p>\n<p>We have all of the advantages but fail at creating anything more interesting than a preformatted spew of content. Our insistence that content and presentation need to be separate is an overstep – they are related at their very core. Was there an earth shattering news story yesterday? Too bad, you get the same 400px featured image slot that every other story gets.</p>\n<p><strong>I refuse to believe this is the best we can do.</strong></p>\n<p><strong>TinyMCE is not the pinnacle of content creation tools.</strong></p>\n<p>The platform that can figure out how to make content creation engaging and powerful is the platform that is going to continue to grow. While Calypso is an interesting engineering feat and is a helpful model for future development, it did little to push forward what it actually means to create content within the WordPress framework.</p>\n<p><strong>Trying to fight this out in a single WYSIWYG sucks</strong></p>\n<p>Our content creation tools should allow us to approach content creation the same way that we think about design. What are the atomic elements of my content strategy? How can I remix, reassemble, and work with those elements to create interesting content?</p>\n<p>It must be systemic. All of the elements and components must work as part of an overall structure and strategy to form a coherent whole. Just like our design work, and our development work. Our strategy, design, and development process is focused on identifying and creating patterns.</p>\n<p>Throughout the content strategy and design portion of the project, we’re focused on identifying what those patterns are at their very core; how do we break them down into their smallest parts? Then, through design and development, we start putting those pieces together in a way that supports internal objectives and end-user objectives.</p>\n<ul>\n<li>Elements – the simplest unit. Strings of text, single images, videos, a form input field or button</li>\n<li>Components or blocks – groupings of elements that form a cohesive unit</li>\n<li>Modules – groupings of complementary components to for a larger whole</li>\n<li>Pages (or posts, or CPTS or whatever) – groupings of modules to form a complete piece of content</li>\n</ul>\n<p>To push WordPress’ content creation tools forward, we must look at what those elements, components, and modules could be, how they relate to each other. Are they created on the fly, are they opinionated or flexible. Then how do we create them. How do they relate to themes and data sanctity. And on and on.</p>\n<h2>Modular Content Management (modular content strategy)</h2>\n<p>While there are enough visual references to start to imagine what a modular content creation tool looks like, modular content management is a bit tougher to visualize so hang with me.</p>\n<p>Within modern CMSs we’ve got a couple of tools at our disposal. Tags and categories, coupled with parent / child relationships, are the primary organization structures cooked into WordPress. Of course those can be extended to include any number of taxonomical structures imaginable.</p>\n<p>Tools like Post to Posts (P2P) provide and create an interesting peer-to-peer layer allowing you to create 1:1, 1:many, or many:many relationships.</p>\n<p>That’s pretty much it. The mechanics of relationships are defined and subject to code. I can assign content into those defined buckets. I have fixed templates that display those buckets in predetermined ways. If I want to vary from that, if I want to create relationships and remix content as a content manager or a content creator, I’m outta luck.</p>\n<p>Think about the category term screen within WordPress. What sort of content management tools do you have at your disposal there? What can you do? What can you <em>manage</em>? Not much at all. Look back over the history of WordPress releases – when has that screen changed?</p>\n<p>We are not living up to our potential if we stop at a taxonomical organization as the be-all-end-all of content management.</p>\n<p>The Loop is one of the central concepts of WordPress content management. While it is incredibly powerful and key to understanding how to think about your content, it’s the beginning, not the end, of content management. We cannot stop at the ‘list’ as the pinnacle of our content strategy.</p>\n<h3>Needs Change Over Time</h3>\n<p>We do a lot of work for universities and schools. Each and every one has a category landing page dedicated to current students. Throughout the year, they want to gather and surface all kinds of different elements, pieces of content, and tools for those students.</p>\n<p>In WordPress terms, we’ve got pages, blog posts, events, tools, resources, key dates, applications and files, on top of video galleries and who knows what other CPTs your content strategy has formed.</p>\n<p>The needs of those students change through the year – welcome materials in the fall, midterm information in the winter, job support and internship programs in the spring. If our university friends were tied to templates where those needs were articulated in code, they’d need to go back under the hood to update their content strategy and approach it at least quarterly.</p>\n<h3>Relationships Should Be Richer Than Taxonomy Terms</h3>\n<p>Real content management would enable content creators to package and present the things they’ve made in thoughtful and unique ways–where the relationships and connections have value beyond each individual piece. Together they become a cohesive whole. That’s a content strategy that’s worth a damn. If you can’t do that, your content strategy is really just a thoughtful list of categories and tags.</p>\n<p>Our content management tools should enable and empower you to gather your content and present it how you need to. You shouldn’t be limited solely by lists and algorithms. We want our clients to be able to create unique cross-sections of content where they need, not where they happen to have pre-baked templates that allow them do so.</p>\n<p>An example to help visualize: Sticking with our college student, imagine the registrar publishes a deadline for financial aid application. The residential life department has updated forms for getting a spot in the dorms.</p>\n<p>The student life department publishes a list of events for new students to meet each other. Each piece of content lives in its own silo in disparate places on the university website. Now imagine you’re in the communications department, and you’ve been charged with ensuring that new students get the information they need.</p>\n<p>Do you <strong>A:</strong> manually type excerpts to those pieces of content in a sidebar widget, hardcode some links trying to apply a specific class that makes the links look like buttons but you can’t remember if it’s .btn_round or .btnround or .round_btn_blue_large, and pray it stays in the same place <strong>OR B:</strong> create a ‘Key Info for New Students’ module by referencing each piece of content dynamically and dragging it at the top of the homepage displacing the out of date commencement gallery that you forgot to take down last spring?</p>\n<p>Old school is option A. New School option B (and it’s not the cool old school, it’s the lame frustrating old school).</p>\n<h3>The Way Forward Is Modular</h3>\n<p>If you’re new the concept of atomic design, read <a href=\"http://bradfrost.com/blog/post/atomic-web-design/\">this piece</a> by Brad Frost first. If you want to see how we solved some of these problems specifically – there’s a couple of WordPress.TV talks where I harp on this stuff <a href=\"https://wordpress.tv/2015/10/26/reid-peifer-reimagining-content-creation/\">here</a> and <a href=\"https://wordpress.tv/2014/05/08/reid-peifer-so-long-fixed-templates-and-thanks-for-all-the-fish-modular-content-with-wordpress/\">here</a>.</p>\n<p>We’ve got to strive for more than just an updated WYSIWYG editor. We’ve got to aspire to a bigger and broader understanding of what content is and could be. When we’ve got that vision, we’ll be able to build tools to help realize it.</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, 04 Feb 2017 05:32: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:\"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: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:55:\"WPTavern: More Than 50% of Web Traffic is Now Encrypted\";s: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=65505\";s: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://wptavern.com/more-than-50-of-web-traffic-is-now-encrypted\";s: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:6155:\"<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/01/lock.jpg?ssl=1\"><img /></a>photo credit: <a href=\"https://stocksnap.io/photo/550FJBDFSW\">Chris Anderson</a>\n<p>In October 2016 <a href=\"https://support.mozilla.org/en-US/kb/share-telemetry-data-mozilla-help-improve-firefox\" target=\"_blank\">Mozilla Telemetry</a> showed <a href=\"https://twitter.com/letsencrypt/status/786977436109934592\" target=\"_blank\">more than 50% of page loads were encrypted with HTTPS</a>. This week Let’s Encrypt is reporting that more than 50% HTTPS page loads is now the norm, a major milestone for HTTPS adoption across the web.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Per <a href=\"https://twitter.com/firefox\">@Firefox</a> Telemetry, more than 50% HTTPS page loads is now the norm! <a href=\"https://t.co/7mo8VPrpbq\">pic.twitter.com/7mo8VPrpbq</a></p>\n<p>— Let\'s Encrypt (@letsencrypt) <a href=\"https://twitter.com/letsencrypt/status/826198258355572736\">January 30, 2017</a></p></blockquote>\n<p></p>\n<p><a href=\"https://www.google.com/transparencyreport/https/metrics/?hl=en\" target=\"_blank\">Google’s Transparency Report</a> shows similar numbers for HTTPS usage, confirming that secure browsing has become the norm. Google found that HTTPS is less prevalent on mobile devices than desktop but the percentage of pages loaded over HTTPS is steadily on the rise across the board.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/01/percentage-pages-loaded-over-https.png?ssl=1\"><img /></a></p>\n<p>The launch of <a href=\"https://letsencrypt.org/\" target=\"_blank\">Let’s Encrypt</a>, the new free and open certificate authority, is one of the main factors causing the rapid rise in secure traffic. Thanks to sponsorships and partnerships with hosting companies and services, Let’s Encrypt closed out 2016 with more than <a href=\"https://wptavern.com/lets-encrypt-passes-20-million-active-certificates-in-2016\" target=\"_blank\">20 million active certificates</a>.</p>\n<p>Google’s influence has also been one of the driving factors in HTTPS adoption after the search engine <a href=\"https://webmasters.googleblog.com/2014/08/https-as-ranking-signal.html\" target=\"_blank\">announced</a> in 2014 that it was starting to use HTTPS as a ranking signal. As of 2017, Google Chrome is<a href=\"https://wptavern.com/chrome-to-add-security-warning-to-http-sites-beginning-2017\" target=\"_blank\"> adding a prominent security warning for HTTP sites</a>.</p>\n<p>Throughout 2016 many major publications moved to HTTPS, including the <a href=\"https://www.theguardian.com/info/developer-blog/2016/nov/29/the-guardian-has-moved-to-https\" target=\"_blank\">Guardian</a>, <a href=\"https://developer.washingtonpost.com/pb/blog/post/2015/12/10/moving-the-washington-post-to-https/\" target=\"_blank\">Washington Post</a>, <a href=\"https://www.wired.com/2016/09/wired-completely-encrypted/\" target=\"_blank\">Wired</a>, <a href=\"https://www.engadget.com/2016/06/10/engadget-moved-to-https-because-we-love-you/\" target=\"_blank\">Engadget</a>, <a href=\"https://arstechnica.com/information-technology/2017/01/ars-announces-https-by-default-finally/\" target=\"_blank\">Ars Technica</a>, and <a href=\"https://open.blogs.nytimes.com/2017/01/10/https-on-nytimes-com/?_r=0\" target=\"_blank\">New York Times</a>, to name a few. Nearly all of them publicly documented the challenges and triumphs of their HTTPS transitions.</p>\n<p>In July 2016, security researcher Scott Helme crawled the Alexa Top 1 million sites to measure how security is progressing on the web. In his previous scans, which included August 2015 and February 2016, the top million sites saw a 42% increase in HTTPS adoption. <a href=\"https://scotthelme.co.uk/alexa-top-1-million-crawl-aug-2016/\" target=\"_blank\">Helme’s July 2016 crawl</a> showed a 46% increase from February 2016.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/01/helme-https-adoption-stats.png?ssl=1\"><img /></a></p>\n<p>Despite the overall growth, the number of HTTPS-enabled sites is just 13.75% of Alexa’s top million. However, these are the sites that serve the most traffic: Google, YouTube, Facebook, Amazon, and others. These results are consistent with Electronic Frontier Foundation’s (EFF) <a href=\"https://www.eff.org/deeplinks/2016/10/lets-encrypt-largest-certificate-authority-web\" target=\"_blank\">reports</a> that HTTPS adoption is growing the fastest with smaller, previously-unencrypted sites.</p>\n<p>Let’s Encrypt’s launch has also had a ripple effect on commercial certificate authorities who are now moving to offer domain validated SSL certificates for free in order to promote their other security products. Symantec is now partnering with hosting companies to issue free certificates as part of its <a href=\"https://www.symantec.com/content/dam/symantec/docs/other-resources/ee-program-guide-combined-en.pdf\" target=\"_blank\">Encryption Everywhere</a> program. Comodo also <a href=\"https://www.comodo.com/news/press_releases/2016/12/worlds-largest-CA-comodo-and-web-hosting-platform-leader-cPanel.html\" target=\"_blank\">announced</a> a partnership with cPanel in December 2016 to automatically issue SSL certificates at no additional costs to consumers via cPanel’s AutoSSL feature.</p>\n<p>Securing half the web’s traffic is a major landmark on the road to a fully encrypted web, but encryption advocates will need to continue educating website owners on the benefits of making the switch to HTTPS. With the necessary infrastructure now in place for anyone to get an auto-renewing SSL certificate for free, Let’s Encrypt director Josh Aas is optimistic about progress on the remaining 50% of the web.</p>\n<p>“As exciting as 2016 was for encryption on the Web, 2017 seems set to be an even more incredible year,” Aas said “Much of the infrastructure and many of the plans necessary for a 100 percent encrypted Web really solidified in 2016, and the Web will reap the rewards in 2017. Let’s Encrypt is proud to have been a key part of that.”</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 Feb 2017 23:36: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:\"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: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:29:\"Donncha: WP Super Cache 1.4.9\";s: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=89500145\";s: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://odd.blog/2017/02/03/wp-super-cache-1-4-9/\";s: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:5137:\"<p>There’s a new release of <a href=\"https://wordpress.org/plugins/wp-super-cache/\">WP Super Cache</a> out and it’s a security release to fix XSS problems in the settings pages. Those pages are only accessible by admin users so an anonymous visitor to your site can’t come along and enable it to steal your login cookies but along with those fixes come many bug fixes so it’s worth upgrading if you’re using an old version.</p>\n<p>From the Changelog:</p>\n<blockquote>\n<ul>\n<li>Fixed bug when not running sem_remove after sem_release. See <a href=\"https://github.com/Automattic/wp-super-cache/issues/85\" rel=\"nofollow\">https://github.com/Automattic/wp-super-cache/issues/85</a></li>\n<li>Fixed a PHP error impacting PHP 7.1.</li>\n<li>Fixed a bug where we cached PUT and DELETE requests. We’re treating them like POST requests now.</li>\n<li>Delete supercache cache files, even when supercache is disabled, because mod_rewrite rules might still be active.</li>\n<li>Updated the settings page, moving things around. <a href=\"https://github.com/Automattic/wp-super-cache/pull/173\" rel=\"nofollow\">#173</a></li>\n<li>Make file locking less attractive on the settings page and fixed the WPSC_DISABLE_LOCKING constant so it really disables file locking even if the user has enabled it already.</li>\n<li>Added a WPSC_REMOVE_SEMAPHORE constant that must be defined if sem_remove() is to be used as it may cause problems. <a href=\"https://github.com/Automattic/wp-super-cache/pull/174\" rel=\"nofollow\">#174</a></li>\n<li>Added a “wpsc_delete_related_pages_on_edit” filter that on returning 0 will disable deletion of pages outside of page being edited. <a href=\"https://github.com/Automattic/wp-super-cache/pull/175\" rel=\"nofollow\">#175</a></li>\n<li>Fixed plugin deleting all cached pages when a site had a static homepage. <a href=\"https://github.com/Automattic/wp-super-cache/pull/175\" rel=\"nofollow\">#175</a></li>\n<li>Make sure $cache_path has a trailing slash <a href=\"https://github.com/Automattic/wp-super-cache/pull/77\" rel=\"nofollow\">#177</a></li>\n<li>Remove flush() <a href=\"https://github.com/Automattic/wp-super-cache/pull/127\" rel=\"nofollow\">#127</a> but also check if headers are empty and flush and get headers again. <a href=\"https://github.com/Automattic/wp-super-cache/pull/179\" rel=\"nofollow\">#179</a></li>\n<li>Add fix for customizer <a href=\"https://github.com/Automattic/wp-super-cache/pull/161\" rel=\"nofollow\">#161</a> and don’t cache PUT AND DELETE requests <a href=\"https://github.com/Automattic/wp-super-cache/pull/178\" rel=\"nofollow\">#178</a></li>\n<li>Check for superglobals before using them. <a href=\"https://github.com/Automattic/wp-super-cache/pull/131\" rel=\"nofollow\">#131</a></li>\n</ul>\n</blockquote>\n<p>You can click through to each of the Github pull requests above to see discussion around each bug fix.</p>\n<p>If you’re hosting many sites that use WP Super Cache and you’re seeing issues with semaphores it may mean that your users are using file locking. It’s really not needed and in <a href=\"https://github.com/Automattic/wp-super-cache/pull/174\">#174</a> there’s a fix that went into this release. You can disable file locking completely by setting the constant “WPSC_DISABLE_LOCKING” in a global configuration file. The file locking simply slowed down how fast cache files were created and is a hold-over from WP Cache when that plugin used to write directly to the cache files. This plugin writes to temporary files before moving to the final cache files so that locking isn’t really needed, but some sites still use it which is why it’s still around.</p>\n<p>I’ve already been working on the next release with efforts <a href=\"https://github.com/Automattic/wp-super-cache/pull/177\">to move the legacy cache files</a> into the supercache directories. This will make it easier to maintain them and improve performance. We really need to find a better name for this caching method however. It caches everything – page contents and http headers so it’s quite useful!<br />\nIf you’re going to test that PR, try <a href=\"https://github.com/Automattic/wp-super-cache/pull/176\">#176</a> too. The plugin only deletes index.html type files right now but this chunk of code cleans up various for loops in the plugin and also deletes any file in the named directory. There are some restrictions on it so it won’t delete anything outside the cache directory.</p>\n<p>Thanks to everyone who contributed to this release!</p>\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:\"Fri, 03 Feb 2017 17:46:01 +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: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:71:\"WPTavern: WP-CLI 1.1.0 Released, Project Shifts to Expand Package Index\";s: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=65553\";s: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/wp-cli-1-1-0-released-project-shifts-to-expand-package-index\";s: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:2920:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2016/05/wp-cli.png?ssl=1\"><img /></a></p>\n<p>WP-CLI <a href=\"https://make.wordpress.org/cli/2017/02/01/version-1-1-0/\" target=\"_blank\">1.1.0</a> is now available, two months after 1.0.0 was released. The project shifted after 1.0.0 to focus on its <a href=\"https://wp-cli.org/package-index/\" target=\"_blank\">package ecosystem</a>, encouraging new features to be built as standalone packages instead of rolling them all into WP-CLI core. Daniel Bachhuber, the project’s maintainer, moved WP-CLI in this new direction to better distribute the maintenance burden among package maintainers.</p>\n<p>Version 1.1.0 includes 23 command improvements, 8 framework enhancements, and dozens of bug fixes. The release had a 16% increase in the number of contributors from 1.0.0. It is the first major release since the project was <a href=\"https://wptavern.com/wp-cli-gets-official-wordpress-org-support\" target=\"_blank\">brought under the umbrella of WordPress.org</a> at the beginning of 2017.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/02/wp-cli-handbook.png?ssl=1\"><img /></a></p>\n<p>The process of migrating the wp-cli.org website to wordpress.org will take a couple of months, but the website documentation has already found a new home at <a href=\"https://make.wordpress.org/cli/handbook/\" target=\"_blank\">make.wordpress.org/cli/handbook/</a>. Contributors can edit documentation by clicking on the button at the top of any page, which links to the handbook’s GitHub repository.</p>\n<h3>WP-CLI to Expand Package Index</h3>\n<p>As part of the new focus on the WP-CLI package ecosystem, Bachhuber has created a GitHub repository for logging <a href=\"https://github.com/wp-cli/ideas\" target=\"_blank\">ideas for new packages</a>. The best ideas will be maintained as canonical community packages.</p>\n<p>“The end goal for the WP-CLI package index is to be a directory of well-maintained, canonical features,” Bachhuber said. “Packages will be considered community projects shepherded by one or more maintainers, instead of the domain of a specific author.”</p>\n<p>Bachhuber is looking to hire someone to assist in maintaining the project in a part-time capacity for 5-10 hours per week. This person will work on supporting package maintainers and vetting ideas for new packages.</p>\n<p>The next release cycle will focus on <a href=\"https://github.com/wp-cli/wp-cli/issues/3728\" target=\"_blank\">splitting internal commands into separate packages</a> with the goal of having official maintainers for them in the future. Contributors are also planning to create new pages on WordPress.org for the <a href=\"http://wp-cli.org/commands/\" target=\"_blank\">WP-CLI commands</a> directory and <a href=\"http://wp-cli.org/docs/internal-api/\" target=\"_blank\">internal API docs</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:\"Thu, 02 Feb 2017 18:16: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: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:73:\"Post Status: Editing and customization core focus areas — 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=33385\";s: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:76:\"https://poststatus.com/editing-customization-core-focus-areas-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:2085:\"<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>In this episode, Joe and Brian talk about two of the three WordPress core focus areas — the customizer and the editor. There has been some news lately with initial ideas and mockups for each project, and we discuss the importance of these features, as well as what’s happening with these projects so far.</p>\n<a href=\"https://audio.simplecast.com/59336.mp3\">https://audio.simplecast.com/59336.mp3</a>\n<p><a href=\"https://audio.simplecast.com/59336.mp3\">Direct Download</a></p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2017/01/19/customization-in-2017/\">Customizer opportunities</a></li>\n<li><a href=\"https://make.wordpress.org/design/2017/01/25/what-are-little-blocks-made-of/\">Editor mockups</a></li>\n<li><a href=\"https://make.wordpress.org/core/2017/01/17/editor-technical-overview/\">Editor technical challenges</a></li>\n<li><a href=\"https://commercenotebook.com\">Commerce Notebook</a></li>\n</ul>\n<h3>Sponsor: Pippin’s Plugins</h3>\n<p>This episode is sponsored by Pippin’s Plugins. <a href=\"http://pippinsplugins.com/\">Pippin’s Plugins</a> creates a suite of plugins that work great alone, or together. Whether you need to restrict content, sell downloads, or start an affiliate program, they’ve got you covered. For more information, check out their <a href=\"http://pippinsplugins.com/\">website</a> and thank you to Pippin’s Plugins for being a Post Status partner.</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:\"Thu, 02 Feb 2017 17:49: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: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: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:77:\"WPTavern: WPWeekly Episode 261 – WordPress for Schools With Cameron Barrett\";s: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=65559&preview=true&preview_id=65559\";s: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/wpweekly-episode-261-wordpress-for-schools-with-cameron-barrett\";s: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:2598:\"<p>In this episode, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I are joined by <a href=\"http://camworld.org/\">Cameron Barrett</a>, founder of <a href=\"http://schoolpress.co/\">SchoolPresser, LLC</a>. Barrett explains how he negotiated and helped migrate Newark New Jersey’s public school system from a proprietary CMS to WordPress. He shares the pitfalls he experienced and the amount of money the district is saving since making the switch. Barrett also provides tips and suggestions on how to sell WordPress as a solution to school districts.</p>\n<p>We didn’t dive as deep as we wanted to on the topic but if you’d like to learn more, please watch the<a href=\"https://wordpress.tv/2016/12/11/cameron-barrett-wordpress-for-schools-3/\"> presentation</a> he did at WordCamp US. In it, he provides more details of the migration, financials, and there’s a great question and answer session at the end.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wordpress.org/news/2017/01/wordpress-4-7-2-security-release/\">WordPress 4.7.2 Security Release</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/birthday-mails-bp/\">Birthday Mail BP</a> is an automated function for BuddyPress that sends birthday emails to members on their birthday. It’s a great way to express birthday wishes or to present a coupon or discount code to members.</p>\n<p><a href=\"https://wordpress.org/plugins/woo-document-preview/\">WC Document Preview</a> adds a document preview feature to WooCommerce similar to how Amazon allows you to preview books. This is handy for ebooks and digital products that lend themselves to previews.</p>\n<p><a href=\"https://wordpress.org/plugins/tm-style-switcher/\">TM Style Switcher</a> allows you to save a theme’s settings as skins, switch between them, and move skins from one WordPress site to another.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, February 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 #261:</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, 02 Feb 2017 00:30: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: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: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:52:\"HeroPress: The Joy of Being with WordPress Community\";s: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=1586\";s: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://heropress.com/essays/joy-wordpress-community/\";s: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:11933:\"<img width=\"960\" height=\"480\" src=\"https://heropress.com/wp-content/uploads/2017/02/020117-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: Above all, the global community of WordPress has been a major inspiration for me.\" /><p>When my friend Mahangu first recommended me to Topher to write an essay for HeroPress, I could not believe his words. Quite confused I asked Topher, he repeated the same ‘Share your story on HeroPress’. It was unbelievable yet a beautiful sentence that left me stunned with pride.</p>\n<p>HeroPress has been a place where I occasionally read the stories of the WordPress heroes. Reading the inspiring stories, I have always found new energy for Work every day. Never thought my story would be worth this platform, I was overwhelmed to receive that message from Topher.</p>\n<p>I am NO Hero but just another full stack WordPress developer. More than that, I am a 24 years young web dude from Nepal. Nepal is a small country that lies in the foothills of the immense and sensational Himalayas. Moreover, it is the land of incredible natural beauty, adventure, and ancient wisdom and enlightenment. And this land has always inspired me to take tiny steps of truth towards the mountain-high peak.</p>\n<p>I could not agree much with Mahangu and Topher but I decided to share my story on this amazing platform. After all, I am not any exceptional but someone who wants to be a hero like (almost) everyone.</p>\n<h3>How I started?</h3>\n<p>Even though I was highly interested to computer from early childhood, I got one of my own only when I was in the 4th grade. As a curious child, I learned about technical aspects of computer from my senior brother and within a year or so on I started fixing the neighbors and friends computer. Since then I had a will to get things “right” as opposed to just getting things “working”. I vividly recall those days when I used to spend hours of my holiday playing Mario. Honestly, that’s still one of my favourite game. <img src=\"https://s.w.org/images/core/emoji/2.2.1/72x72/1f609.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n<p>Back in those days, computer and internet were limited to few cyber cafes in town. I barely had any idea what they actually meant for except gaming.</p>\n<blockquote><p>I thought they were established for the foreigners as they were mostly visited by the international tourists.</p></blockquote>\n<p>After SLC examination (10th grade in Nepal), we have 3 months long vacation when students take extra classes such as bridge courses to prepare themselves for college. Since I was from the best school and was quite good at study I didn’t go for classes required for joining college. That was the time when I enrolled in a computer institute for hardware classes as I was quite interested to know how machine work. Thereafter, I joined college with Science faculty. The only motive behind joining the hardware class and choosing ‘Science’ was to prepare myself for mechanical engineering.</p>\n<p>But I could not do it. Physics, Chemistry barely made any sense to me and therefore started questioning its applicability in my day to day life. As a result, I failed formal education system.</p>\n<blockquote><p>This is how I faced the first and last (till now) “failure” in my life, I dropped down engineering dream right there.</p></blockquote>\n<p>Yet I no more worry, destiny had something other stored for me.</p>\n<p>Despite all, I had kept myself engaged with particular computer science, technology and web. I had somehow managed to learn basic HTML, CSS and designing stuff. I had made contacts with a number of people mostly senior to me who worked with programming, blogging. And one of them has a great role in shaping me as a ‘programmer’. Simultaneously, I read a lot of articles, followed people who mastered in programming which all supported my ‘new dream’ to become a ‘Programmer’.</p>\n<p>As suggested by a friend of mine, I created my first blog in 2010 using Blogger platform. Later, I came to know that WordPress was a better platform with more possibilities and finally switched to WordPress 3.2 after a recommendation from one of my seniors. To my surprise, it was more wonderful than what I actually heard. I loved WordPress. Thereafter, I started tweaking designs and other aspects. Since then, I haven’t looked back.</p>\n<h3>My Contributions / Together with WordPress</h3>\n<p>Above all, the global community of WordPress has been a major inspiration for me. I am always grateful to the community and millions of WordPress lovers for the generous resources. I have also been actively contributing to the WordPress translation.</p>\n<p>Greatly benefited by the works of others, I always wanted to give back to the community. The same instinct led me to the person I am today. Literally, volunteering for making WordPress platform for everyone has given me all the honors including this (feature on HeroPress).</p>\n<p>In 2014, among various WordPress possibilities, WooCommerce is the one which intrigued me from the very beginning. With the growing eCommerce market, I knew that it was going to be a excellent piece of software in the future because of its incredible features. Using the plugin and analyzing it from the user’s perspective, I made numerous enhancements on WooCommerce.</p>\n<p>I introduced Nepali currency symbol in WooCommerce version 2.2.3 which proved to be a milestone in developing eCommerce in my country Nepal. Additionally, I developed a Nepali payment gateway WooCommerce eSewa plugin without any incentive. The best thing about this whole thing is that, I got great help to deal with product platform from amazing folks like Mike Jolley, Claudio Sanches and James Koster. During the period, I learned so much about WooCommerce and coding in general. Since then, I have been reporting several bugs/issues and enhanced the plugin with 200+ pull requests on WooCommerce Github repository. Moreover I have also contributed to Storefront theme.</p>\n<p>Since I was already technical bent, I learned about Vagrant for development environment. My first instinct was to use Varying Vagrant vagrants (VVV). But as a developer, I wanted more flexibility over the stack I used. So I started looking for alternative and found PuPHPet. For those who don’t know, PuPHPet is – “a simple Vagrant/Puppet GUI”. In order to make it more robust, I started contributing to this project and have also introduced WP-CLI support.</p>\n<p>Afterward, I started automating my development approach. Since there was no good grunt package available to compile PO to MO files, I developed grunt-potomo.</p>\n<h3>Earning my Living with WordPress</h3>\n<p>Desperate as I had dropped from college, I was quite doubtful if I would ever get any job. Web development was at its beginning stage (not established as a job), there was little hope but it proved to be an advantage for me. I got an opportunity to work as a web developer in RealTech Computer Institute which is the same institute where I had learnt hardware and programming. I worked on new and innovative eCommerce sites, finished numerous time sensitive projects, trained new developers in utilizing front-end frameworks like BootStrap, Foundation, jQuery etc.</p>\n<p>Later in 2015, I joined a growing team of ThemeGrill as Lead Plugin Developer. Together with ThemeGrill team, I have developed several WordPress plugins. To name a few, Social Icons, RestaurantPress, ThemeGrill Demo Importer are free WordPress plugins I have developed which are available in official WP plugin repository. Additionally, I have built several internal automated tools to improve overall customer support. I am also responsible for troubleshooting production issues, assisting WooCommerce, sales and performance monitoring.</p>\n<p>WordPress has made my life much easier!</p>\n<h3>WordPress Community in Pokhara</h3>\n<p>My hometown Pokhara is 6 to 8 hours of drive from the capital city Kathmandu. I along with few WordPress enthusiast friends used to travel all the way to Kathmandu just to attend WordCamp Kathmandu (formerly WordCamp Nepal). I was fascinated by the awesome presentations by developers and networking opportunities provided there. Within a year or so the number of WordPress lovers grew in Pokhara but we didn’t have any such event there yet.</p>\n<blockquote><p>In love with WordPress, I thought of organizing WordPress people in Pokhara under common umbrella – WordPress Pokhara.</p></blockquote>\n<p>By then, I created a Facebook group with some friends, who were involved in WordPress projects. We organized several WordPress meetups and talk about WordPress. The group has grown from 3-4 members to 1000 members in Facebook right now. Mostly I have seen students and professionals coming together and helping each other in projects. Since I am away from Pokhara, Yam B. chetri and team are involved to organize regular WordPress Pokhara meetups. Thanks to his helpful behaviour, we are rapidly growing.</p>\n<h3>Wrapping Up</h3>\n<p>Since I switched to WordPress, I have been working with a motive to program a better solution for users which is surely a challenging task. So I am taking every small step to climb the cliff and still doing homework to reach the right destination.</p>\n<p>To be frank, I don’t want to explore how business work and I am not made for it. But I am quite confident on the fact that I am good at understanding public-facing issues to tackle with a right solution.</p>\n<p>This is just an ordinary story like yours as I said in the beginning. And I repeat that I am no hero yet my journey may be somehow different from yours.</p>\n<p>Just write to me if you have anything to say. ☺</p>\n<p>And thanks to HeroPress and WordPress. Let’s keep rising high as Everest! Together!!</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: The Joy of Being with WordPress Community\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=The%20Joy%20of%20Being%20with%20WordPress%20Community&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fjoy-wordpress-community%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: The Joy of Being with WordPress Community\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fjoy-wordpress-community%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%2Fjoy-wordpress-community%2F&title=The+Joy+of+Being+with+WordPress+Community\" rel=\"nofollow\" target=\"_blank\" title=\"Share: The Joy of Being with WordPress Community\"></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/joy-wordpress-community/&media=https://heropress.com/wp-content/uploads/2017/02/020117-150x150.jpg&description=The Joy of Being with WordPress Community\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: The Joy of Being with WordPress Community\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/joy-wordpress-community/\" title=\"The Joy of Being with WordPress Community\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/joy-wordpress-community/\">The Joy of Being with WordPress Community</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 Feb 2017 12:00: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:12:\"Shiva Poudel\";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:113:\"WPTavern: WordPress Telemetry Proposal Addresses Long-Standing Privacy Concerns as GDPR Compliance Deadline Looms\";s: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=64798\";s: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:124:\"https://wptavern.com/wordpress-telemetry-proposal-addresses-long-standing-privacy-concerns-as-gdpr-compliance-deadline-looms\";s: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:14494:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/paper.jpg?ssl=1\"><img /></a></p>\n<p>At the end of October 2016, Morten Rand-Hendriksen created a <a href=\"https://core.trac.wordpress.org/ticket/38418\" target=\"_blank\">proposal on WordPress trac</a> for adding telemetry to core, an opt-in feature that would collect anonymized data on how people are using the software. He proposed that the new feature be displayed on first install or update, disabled by default in the admin with a control available under Settings->General. One option he suggests is shipping it as a plugin that auto-installs on opt-in and auto-uninstalls on opt-out. He also identified a few examples of core data that could be tracked, including number of themes and plugins installed, frequency of use of specific views (Settings, Customizer, etc), current version, update status, locale, and language.</p>\n<p>“WordPress prides itself on being an application built by the user for the user,” Rand-Hendriksen <a href=\"https://mor10.com/the-case-for-wordpress-telemetry/\" target=\"_blank\">said</a>. “The problem is with the popularity and reach of WordPress today, the distance between the WordPress 1% (or even .1%) and the average user is becoming so vast we (the people who contribute to WordPress core) know almost nothing about the actual people who use WordPress or how they use the application.”</p>\n<p>During the WordPress 4.7 development cycle, Rand-Hendriksen said he was involved in several conversations where participants assumed the use of features without any data to back up their opinions. He contends that WordPress contributors do not have the necessary data to know how users are interacting with the application and its features.</p>\n<p>“The general argument was that based on the 80/20 rule, certain features should be added while others should be removed,” Rand-Hendriksen said. “I kept brining up the well known fact we don’t have a clue what features 80%, or even 20%, of WordPress users actually use so any claim of validity in the 80/20 rule is guesswork at best.”</p>\n<p>His proposal states that all the data collected should be public for transparency and also made available to end-users in the admin and on WordPress.org.</p>\n<p>The idea has had a few months to marinate and has generated some discussion about what a prototype would entail. Core committer Ella Van Dorpe created an experimental <a href=\"https://github.com/iseulde/wp-data\" target=\"_blank\">wp-data</a> standalone plugin for tracking a few simple interactions with the editor. Participants in the discussion recommended creating an Elasticsearch/Logstash setup for storing the data, technologies that the WordPress.org systems team have deployed before.</p>\n<p>“I think a good summary is that there are a lot of hurdles in the way and currently no one has time to work on it,” Greg Brown, a Data Wrangler at Automattic, said in a followup <a href=\"https://core.trac.wordpress.org/ticket/38418#comment:5\" target=\"_blank\">discussion on the ticket</a> three weeks ago. “Ultimately, I think the biggest blocker is getting someone with the time, inclination, and persistence to work on this. Getting it deployed onto .org is the right thing to do eventually, but I suspect it will take quite a while.”</p>\n<p>WordPress lead developer Dion Hulse <a href=\"https://core.trac.wordpress.org/ticket/38418#comment:6\" target=\"_blank\">confirmed</a> that WordPress is already tracking many of these stats and that creating a prototype on WordPress.org infrastructure would be the best option forward.</p>\n<p>“It would also be valuable to see how our existing stats system can compliment or be replaced by the proposal here though,” Hulse said. “I mention this as most of the stats from the original description are already tracked, just not exposed in any form. The only new thing mentioned here is the Frequency of use of specific views (Settings, Customizer, etc) and transparency part (which would still probably only be anonymized summaries, not exact data).”</p>\n<h3>WordPress Telemetry Project Provides a Solution to Long-Standing Privacy Concerns</h3>\n<p>Moving WordPress’ current data tracking into a more transparent opt-in feature would also provide a solution to some long-standing privacy concerns raised by contributors in <a href=\"https://core.trac.wordpress.org/ticket/16778\" target=\"_blank\">a six-year-old trac ticket</a>. WordPress tracks the number of blogs and users in a given installation, along with the installation URL in the headers, in order to <a href=\"https://core.trac.wordpress.org/ticket/16778#comment:67\" target=\"_blank\">facilitate update requests</a> that may become problematic, particularly in the case of large multisite installations.</p>\n<p>“Even if a user knows that some data needs to be passed for a version check of core, plugins, or themes, the amount of data passed to remote is obviously more than needed to do the version check,” one contributor <a href=\"https://core.trac.wordpress.org/ticket/16778#comment:14\" target=\"_blank\">commented</a> on the ticket. “But users should be made aware upfront so they can freely decide on their own if they want to instead of being forced to support the project with their usage-data. They could be offered an opt-in to do so.”</p>\n<p>“The number of registered users I have on my site tied to the URL that is sent with tracking request gives out vital information on how well my business could be doing – information that is mine and mine only,” WordPress plugin developer Danny van Kooten said. “At the very least we could make it very clear that WordPress is tracking this information and what exactly it is doing with it. I really do not think there is any excuse for that.”</p>\n<p>Developers can filter the data to satisfy their privacy concerns but it is somewhat inextricable from the update process for larger multisite installations. It’s also too big of a technical hurdle for most regular users who would be better served by a simple UI allowing them to opt out of data collection.</p>\n<p>Rand-Hendriksen’s WordPress telemetry proposal gives the project an opportunity to formalize what data is being collected, state the purpose behind it, and allow users to choose if they want to be included.</p>\n<h3>Europe’s General Data Protection Regulation (GDPR) May Push WordPress Towards More Transparent Data Collection</h3>\n<p>Progress on both the Telemetry project and the ticket regarding privacy concerns has been slow. Neither seem to be a priority among contributors, but Europe’s <a href=\"http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=OJ%3AL%3A2016%3A119%3ATOC\" target=\"_blank\">General Data Protection Regulation</a> (GDPR) may provide the impetus needed to push WordPress towards more transparent and responsible data collection.</p>\n<p>The GDPR is an overhaul of data protection law in Europe with far more stringent requirements than the previous laws. It requires full disclosure for any data collection and standardized privacy notices to help users understand where and how the data is being used. Consent to have data collected must be confirmed and users have the right to access their own data. It also includes the right of erasure or “the right to be forgotten,” which allows users to remove their data from the web. The GDPR goes into effect in May 2018.</p>\n<p><a href=\"https://webdevlaw.uk/\" target=\"_blank\">Heather Burns</a>, a digital law specialist who consults and speaks extensively on internet laws and policies, encouraged WordPress contributors to frame the discussion regarding privacy concerns in terms of working towards compliance with a specific framework.</p>\n<p>“For the purposes of this discussion, core should work to the GDPR standard for two reasons,” Burns said. “The first reason lies in cultural differences. The US does not have a single overarching data protection and privacy regulation, unlike Europe, where we have this data protection regime which applies to all personal data regardless of use, format, or sector. So GDPR gives developers – even those outside the EU – a robust, healthy, and very tough set of standards to follow. Given what we have seen coming out of the White House in the past week, GDPR also provides as good a starting point as any for defensive user protection.</p>\n<p>“The second is that GDPR is extraterritorial. It applies to the personal data of anyone in Europe regardless of where the online service is located. If your business is in the US or Australia or Israel but you have European users, you have to protect their data to European GDPR standards.”</p>\n<p>Pricewaterhouse Coopers recently surveyed 200 US-based multinational companies with more than 500 employees and found that <a href=\"https://www.pwc.com/us/en/increasing-it-effectiveness/publications/assets/pwc-gdpr-series-pulse-survey.pdf\" target=\"_blank\">77% plan to spend $1 million or more on GDPR compliance</a>. More than half of those surveyed cited GDPR readiness as the highest priority on their data-privacy and security agendas.</p>\n<p>The hefty penalties of noncompliance are one of the driving factors behind American companies spending millions of dollars on satisfying the requirements of this new European regulation.</p>\n<p>“GDPR is a complete overhaul of its dialup-era (1995) predecessor and one of the areas that has been beefed up is its teeth,” Burns said. “Businesses which are found to be in noncompliance by a European member state’s data protection regulator, whether that is your small app studio all the way up to Automattic, could face penalties of up to 4% of the business’s global annual turnover. Now there’s some solid context for the philosophical discussion.”</p>\n<p>However, not everyone is convinced that the GDPR will be beneficial to consumers. Kitty Kolding, CEO and president of <a href=\"http://www.infocore.com/\" target=\"_blank\">Infocore Inc</a>, an international company that specializes in sourcing market data, told <a href=\"https://www.exchangewire.com/blog/2016/07/07/an-american-perspective-the-three-worst-things-about-the-eu-gdpr/\" target=\"_blank\">ExchangeWire</a> that she believes the GDPR will undermine “the sanctity of consumers’ data privacy and security” and hobble marketing and advertising worldwide.</p>\n<p>She contends that provisions like the “right to be forgotten,” which require customer data to be retained beyond the time that it’s in active use, will make that data more susceptible to hacking. Additionally, the enforcement body for the new legislation claims authority over companies, with the right to search and seize records, without any oversight or appeals.</p>\n<p>“Every company everywhere that handles data on EU citizens is also automatically subject to this group’s absolute power – though it’s anybody’s guess how the EU believes they can enforce such a broad mandate outside its own borders,” Kolding said.</p>\n<p>Currently, only two trac tickets <a href=\"https://core.trac.wordpress.org/search?q=GDPR\" target=\"_blank\">mention the GDPR</a> so it’s not yet clear how WordPress core will respond to the requirements of the new legislation. Burns recommends that WordPress core contributors go through the process of conducting a <a href=\"https://ico.org.uk/for-organisations/guide-to-data-protection/privacy-by-design/\" target=\"_blank\">privacy impact assessment</a> to determine the right way forward.</p>\n<p>Regardless of WordPress’ response, companies and organizations that depend on the software will need to assume the responsibility of their own compliance, as these requirements extend far beyond core. The GDPR applies to anything added into a website or app that collects users’ data. For example, many contact form plugins store submissions inside the WordPress database and site owners will want to re-examine how users are notified of this.</p>\n<p>“One of the main changes with GDPR is called the accountability principle,” Burns said. “Businesses collecting personal data must be completely transparent and accountable over what data they are collecting, how they are storing it and where, who it is being passed to (such as third parties), who has access to it, and how long it is retained. Users also have the right to request that any data collected about them must be deleted.”</p>\n<p>There’s no WordPress plugin that will instantly make a site GDPR compatible. Drupal has a <a href=\"https://www.drupal.org/project/gdpr\" target=\"_blank\">GDPR module</a> that aims to make sure the site follows the guidelines and legislation set by the EU, but it doesn’t cover all requirements. Automating an assessment of privacy impact for a site using a CMS and potentially dozens of third-party extensions is a complex endeavor. This is one regulation that will require business owners to educate themselves and implement privacy practices that put users’ interests first.</p>\n<p>With the deadline for compliance closing in, WordPress has an opportunity to re-evaluate how the project handles user privacy and make steps towards greater transparency. If contributors are looking into collecting more data to assist decision-making on features, as outlined in Rand-Hendriksen’s telemetry proposal, this project provides an avenue for working towards GDPR compliance. These privacy concerns are especially important to address when considering WordPress for government, healthcare, educational institutes, and other data sensitive websites.</p>\n<p>Burns views the GDPR’s compliance deadline as a fresh opportunity for WordPress to build better privacy structures and legal certainty using the regulation as a healthy baseline for all users.</p>\n<p>“Everyone needs to be working in implementations for their own businesses and sites in any case ahead of deadline day, in addition to any changes that need to be made in the WP code,” Burns said. “It’s important to remember that GDPR compliance is not a tick box you can squeeze in next April. This is about your processes, your workflows, and your systems of accountability. Start 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:\"Wed, 01 Feb 2017 00:10: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: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: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:75:\"WPTavern: Logging Into WooCommerce.com Now Requires a WordPress.com Account\";s: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=65488\";s: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:86:\"https://wptavern.com/logging-into-woocommerce-com-now-requires-a-wordpress-com-account\";s: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:5935:\"<p>If you logged into <a href=\"https://woocommerce.com/\">WooCommerce.com</a> over the weekend, you may have noticed a distinct change. In order to sign into the site, users are now <a href=\"https://public-api.wordpress.com/oauth2/authorize?response_type=code&client_id=50916&state=26cc0ecf5f249227f5566d9b1bc392db&redirect_uri=https%3A%2F%2Fwoocommerce.com%2Fwc-api%2Fwpcom-signin%3Fnext%3Dmyaccount&blog_id=0&wpcom_connect=1&new-user=1\">required</a> to have a WordPress.com account. The change occurred without warning and surprised those who manage multiple WooCommerce stores for clients.</p>\n<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/01/WooCommerceWPComLoginScreen.png?ssl=1\"><img /></a>WooCommerce Login Screen Requiring a WP.com Account\n<p><a href=\"https://twitter.com/bradkgriffin?lang=en\">Brad Griffin</a>, who maintains a number of client sites that run WooCommerce, raised concerns over the change <a href=\"https://www.facebook.com/groups/advancedwp/permalink/1388565454538998/\">in a post</a> on the Advanced WordPress Facebook group.</p>\n<p>“When dealing with businesses, asking someone at a corporate level to take their email address and make a WordPress.com account is a bit problematic,” Griffin said. “They’re confused as to why they need to do this. They don’t have immediate access to that email address on a Saturday or Sunday.”</p>\n<p>“So, without warning, without notice, without a heads up or anything else, no one can now access anything in the back-end of the WooCommerce account unless there is a WP.com single sign on account using oAuth.”</p>\n<p>For those not interested in signing in with their WordPress.com account, WooCommerce.com attempts to alleviate concerns <a href=\"https://woocommerce.com/signin-with-wordpress/not-interested/\">in an article</a> that outlines the benefits. The benefits include an option to enable 2-Factor Authentication, access to eCommerce services, and viewing purchase history.</p>\n<p>After speaking to Todd Wilkens, Head of WooCommerce at Automattic, Griffin published <a href=\"https://www.youtube.com/watch?v=VXfugcpuD4Y\">video</a>, explaining the change and offers suggestions for those who manage multiple WooCommerce stores for clients. The suggestions are:</p>\n<ul>\n<li>Make 100% sure that you, your client, your store, your account, or anything else has a WordPress.COM account ~ not just WordPress.org!</li>\n<li>Once you’ve used an email and login and you are setup for WordPress.COM (not .org), make absolutely certain that you are using an incognito browser window when logging into WooCommerce.com.</li>\n</ul>\n<p>Using a private or incognito browser window won’t remember the login as the cookie is not saved. If you don’t use incognito mode and like, comment, or subscribe to items on WordPress.com or any site that uses <a href=\"https://developer.wordpress.com/docs/oauth2/\">WordPress.com’s oAuth protocol</a>, those actions will occur under the client’s account. “<span class=\"_5yl5\">Many users might not fully realize how far-reaching that one little oAuth endpoint <strong>actually is</strong> and the vastly significant number of touch-points it can affect,” Griffin said. </span></p>\n<p>Wilkens <a href=\"https://woocommerce.com/2017/01/woocommerce-requires-wordpress-account/\">published a post</a> on the official WooCommerce blog explaining why the login system was switched, “We found that a lot of customers were using <i>two accounts</i> to access services from <i>one</i> company,” he said.</p>\n<p>“To simplify that, we are centralizing on the WordPress.com login. Automattic has done this with previous acquisitions, like Polldaddy, for the same reasons. Now you can use only one login to access all Automattic services, including WooCommerce, Jetpack, VaultPress and more.”</p>\n<p>So far, the WooCommerce team has tracked more than 10K successful logins to the new system and are monitoring feedback on social media. Only a small subset of users have reported issues due to confusion, “Over half of the 1% of users who opened tickets were confused between having a WordPress.com login vs. the login they use for their self-hosted WordPress install,” Wilkens said.</p>\n<h2>A Better Way to Manage Multiple Client Accounts Is in the Works</h2>\n<p>WooCommerce.com joins a growing collection of Automattic services, sites, and products that require a WordPress.com user account. As the number of reasons to have an account increases, perhaps it’s time for Automattic to create a client management system. A system that allows users to assign people who can act on their behalf, similar to a <a href=\"https://en.wikipedia.org/wiki/Power_of_attorney\">power of attorney</a>.</p>\n<p>An example that comes to mind is <a href=\"https://www.godaddy.com/pro#reduce\">GoDaddy Pro</a>. GoDaddy Pro allows consultants to access all of their client’s products in one place. They can also manage aspects of their hosting and purchase products on their behalf.</p>\n<p>The change to WooCommerce.com has emphasized the unfriendliness of the site’s current system for those who manage multiple client accounts. “We had already re-prioritized a number of features on our roadmap to make life for developers managing dozens of client accounts much smoother, and hope to have something to be able to announce there soon,” Wilkens said.</p>\n<p>If you manage multiple client accounts and are affected by this change, Wilkens suggests <a href=\"https://woocommerce.com/my-account/create-a-ticket/\">opening a ticket</a> for advice. You can also provide feedback by voting on a poll at the <a href=\"https://woocommerce.com/2017/01/woocommerce-requires-wordpress-account/\">bottom of the post</a> that asks how your experience was switching to a WordPress.com login.</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, 31 Jan 2017 20:02: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:\"\";}}}}}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:90:\"WPTavern: Micro.blog Project Surges Past $65K on Kickstarter, Gains Backing from DreamHost\";s: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=65437\";s: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:99:\"https://wptavern.com/micro-blog-project-surges-past-65k-on-kickstarter-gains-backing-from-dreamhost\";s: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:9480:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/01/micro-blog-logo.png?ssl=1\"><img /></a></p>\n<p>With one week remaining on its Kickstarter campaign, the <a href=\"https://wptavern.com/micro-blog-surpasses-kickstarter-funding-goal-set-to-launch-new-social-network-for-independent-microblogs\" target=\"_blank\">Micro.blog indie microblogging project</a> has surged past its original $10K funding goal with $66,710 pledged by 2,381 backers. This puts project creator Manton Reece closer to his <a href=\"https://www.kickstarter.com/projects/manton/indie-microblogging-owning-your-short-form-writing/posts/1785295\" target=\"_blank\">stretch goal of $80K</a>, which would enable him to develop a Safe Replies feature to preemptively combat abuse on the platform and hire a part-time community manager.</p>\n<p>Micro.blog also <a href=\"https://www.dreamhost.com/blog/2017/01/24/pitching-support-open-web/\" target=\"_blank\">picked up support from DreamHost</a> this week, pushing the project past the $50K mark. The hosting company pledged $5,000 towards the campaign.</p>\n<p>“What ever happened to the vision of the open web as a distributed network of websites that were owned by their creators?” said Jonathan LaCour, SVP of Product and Technology at DreamHost. “We’d like to make it as easy as possible to launch a WordPress-powered microblog on DreamHost that integrates well with Manton’s upcoming Micro.blog service.”</p>\n<p>DreamHost (and all other hosting companies) obviously have a vested interest in getting people to see the need to have their own digital presence. However, the biggest obstacle for WordPress customers is making it convenient to join the IndieWeb. DreamHost is planning to take its support of Micro.blog one step further and create an easy way for customers to get started with independent microblogs.</p>\n<p>“As a followup to our contribution to Manton’s Kickstarter campaign, we’re planning on working on making a streamlined, pre-configured Indie microblog with WordPress at DreamHost,” LaCour said in the <a href=\"https://chat.indieweb.org/2017-01-25#bottom\" target=\"_blank\">#indieweb</a> channel on IRC yesterday. “I tend to agree that a simplified, pre-packaged WordPress setup would go a long way to driving Indieweb adoption.”</p>\n<p>When asked whether the company would be utilizing Micro.blog or some other service, LaCour said it has not been decided yet. He said the idea is that people could create an independent microblog hosted at DreamHost that is compatible with Micro.blog and other indie microblogs.</p>\n<p>“Our major focus at the moment is getting people excited about owning their own website (and entire digital identity),” LaCour said.</p>\n<h3>Micro.blog is Aiming for Incremental Webmention Support</h3>\n<p><a href=\"https://webmention.net/draft/\" target=\"_blank\">Webmention</a> is a protocol similar to pingback for notifying a URL when a website links to it and also for requesting notifications when another site mentions one of your URLs. It is an important part of facilitating decentralized communication across the web. On January 12, 2017, the <a href=\"https://www.w3.org/Social/WG\" target=\"_blank\">Social Web Working Group</a> published a <a href=\"https://www.w3.org/TR/2017/REC-webmention-20170112/#w3c-recommendation-12-january-2017\" target=\"_blank\">W3C Recommendation of Webmention</a> with the specification contributed by the <a href=\"https://indieweb.org/\" target=\"_blank\">IndieWeb</a> community.</p>\n<p>WordPress doesn’t natively offer <a href=\"https://webmention.net/draft/\" target=\"_blank\">Webmention</a> support and the core trac <a href=\"https://core.trac.wordpress.org/ticket/35435\" target=\"_blank\">ticket</a> for adding the feature has had little discussion.</p>\n<p>During a preliminary <a href=\"https://wordpress.slack.com/archives/core/p1452663582010063\" target=\"_blank\">discussion on Slack</a> last year, WordPress lead developer Dion Hulse said he thought Webmentions would be a great feature plugin and that there are a few people interested in it. There hasn’t been much movement on this front in core, but a <a href=\"https://wordpress.org/plugins/webmention/\" target=\"_blank\">Webmention plugin</a> is available in the directory.</p>\n<p>Reece is working on incorporating IndieWeb protocols into Micro.blog but said it will likely launch with incremental support for Webmention.</p>\n<p>“It might take a little while to get everything IndieWeb in there, but that’s the eventual goal,” Reece <a href=\"https://chat.indieweb.org/2017-01-25#t1485379721875000\" target=\"_blank\">said</a>. “I’m committed to Micropub and microformats and still exploring how best to support Webmention. (It might be partial support with more later.)”</p>\n<p>Micro.blog doesn’t currently handle mentions and replies using Webmention but Reece said his eventual goal is to include it.</p>\n<p>“The first step to me is getting more people their own microblog so that the infrastructure for cross-site replies is even possible,” Reece said.</p>\n<h3>Micro.blog Puts the Focus on Indie Microblogging, Instead of Replacing Twitter</h3>\n<p>Reece also <a href=\"http://www.manton.org/2017/01/microblogging-community-on-slack.html\" target=\"_blank\">launched a Slack community</a> where the project’s backers can discuss Micro.blog and other microblogging topics. He said he initially had reservations with starting something on Slack but was surprised to see the community has already grown to more than 300 members.</p>\n<p>“I didn’t want to distract from any posts that should happen in the open on blogs,” Reece said. “Some discussion just fits better in chat, though. There’s an emerging community of indie microbloggers. Having a place to share tips, tools, and ask questions about Micro.blog just makes sense.”</p>\n<p>Many of the project’s backers are eager to create a community of their own and are interested in using Micro.blog as a Twitter replacement. Other services have attempted to provide alternatives to posting directly on Twitter but none have caught on enough to significantly push IndieWeb adoption forward. <a href=\"http://app.net\" target=\"_blank\">App.net</a>, one of the most promising ad-free, microblogging networks, went into maintenance mode in 2014 and will be shutting down March 15, 2017.</p>\n<p>Reece, who was an early fan of App.net, <a href=\"http://www.manton.org/2017/01/thank-you-to-app-net.html\" target=\"_blank\">published a thank you note</a> to the service’s creators for trying something risky and creating a community around their ideas. He believes it’s the right time for another open platform to emerge.</p>\n<p>“We don’t need just another Twitter or Facebook clone,” Reece said. “We need a new platform that encourages blogging on the open web.”</p>\n<p>Nevertheless, Reece is preparing Micro.blog from the outset to be capable of replacing Twitter’s functionality, which is one of the reasons he is focusing so heavily on ensuring the platform <a href=\"https://twitter.com/manton2/status/821084145782759425\" target=\"_blank\">doesn’t get overrun with abuse</a>. Reece wants to avoid the pitfalls that have contributed to some of the more negative aspects of Twitter, but his focus is on encouraging people to blog from their own space.</p>\n<p>“Micro.blog is a success if more people blog,” Reece <a href=\"https://twitter.com/manton2/status/820372146375524359\" target=\"_blank\">said</a>. “To provide value it doesn’t need to replace Twitter, but it can.”</p>\n<p>The project’s mobile app is key to making it convenient for users to read other people’s posts and post directly to their own websites from the same interface. Reece shared another <a href=\"https://www.kickstarter.com/projects/manton/indie-microblogging-owning-your-short-form-writing/posts/1783438\" target=\"_blank\">preview of the iPhone and iPad app</a> that will be ready at launch and said he hopes there will be other apps developed by the community.</p>\n<p>“Most RSS traditional readers can’t post,” Reece said. “I think this makes for a more complete experience, and because it’s just a blog I can still use other apps and platforms to post.” He plans to give Micro.blog a 280 character limit before truncating the post.</p>\n<p>Keeping the timeline fast and making posting convenient will be critical to the platform’s success as an alternative to the dominant social media silos. Polling blogs for new content is not very aggressive in the current prototype but Reece is tuning this to provide a better experience. The platform uses rssCloud and WebSub (formerly PubSubHubbub) to provide a more Twitter-like, real-time experience.</p>\n<p>Micro.blog seems to be landing at the right time, as the idea has already resonated with more than 2,300 people willing to back the project. The service hasn’t even launched but the concept behind it is already attracting a supportive community eager to explore better ways of powering microblogging on the web.</p>\n<p>“You don’t replace Twitter overnight, or even try to,” Reece said. “But step by step, we’re going to end up with a better web, and I think independent microblogging is part of that.”</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, 26 Jan 2017 22: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: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:42:\"Dev Blog: 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=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:\"\";}}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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2141:\"<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>\";s: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: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:\"\";}}}}}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:68:\"HeroPress: Screw the Blueprint. Design Your Own Path to Fulfillment.\";s: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=1579\";s: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:61:\"https://heropress.com/essays/screw-blueprint-live-life-terms/\";s: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:9252:\"<img width=\"960\" height=\"480\" src=\"https://heropress.com/wp-content/uploads/2017/01/012517-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I wasn\'t following the blueprint, but I was having success and felt secure in the ways that mattered to me.\" /><p>Growing up, I bought into society’s notion of what made for a successful and rewarding life. For me, the blueprint for finding fulfillment looked something like this:</p>\n<p>Step 1. Get good grades in school.</p>\n<p>Step 2. Attend a nice college.</p>\n<p>Step 3. Land a secure job with an attractive salary and benefits.</p>\n<p>Step 4. Find a nice man that would make a good husband and father…and marry him.</p>\n<p>Step 5. Have children.</p>\n<p>Step 6. Die peacefully at an old age. (ha!)</p>\n<p>I was convinced that if I simply followed this blueprint, I’d find security and acceptance. And with the exception of Step #6 (a step I’m hoping to postpone for some time), I was able to accomplish everything I’d set out to do. My grades in school were outstanding, which set me up to pursue a degree in mechanical engineering at the University of Illinois. After graduating in 2000, I was presented with several job opportunities. Ultimately, I accepted a position at Procter & Gamble as an engineer for Charmin. Within a year of starting that job, I met my future husband. We married in 2004 and had our first child in 2007. Another child followed in 2008. I was right on track with my blueprint!</p>\n<p>And then everything fell apart.</p>\n<h2><strong>A breakdown wasn’t in the plan</strong></h2>\n<p>In 2008, I suffered my first real breakdown. I spent several weeks doing my best to get through each day, doing what I needed to as an employee, wife, and mom and trying hard not to let other people down. I fought back tears when I needed to, only letting them flow in private. While the kids were sleeping, I’d escape into the world of TV sitcoms. I knew that something wasn’t right.</p>\n<p>While I had followed the blueprint for security, success, and happiness, I didn’t feel like I had achieved any of these things. I felt isolated at work. At home, I felt valued only if I were functioning as the perfect wife and mom. At the time, the solution seemed clear—quit my corporate job and focus 100% on my family. This, I was certain, would lead to ultimate happiness. So I took two extended maternity leaves, eventually leaving the corporate world to focus on being a stay-at-home mom.</p>\n<h2><strong>Who the hell am I?</strong></h2>\n<p>Being home with kids full-time, no matter how wonderful your kids may be, is by far the most challenging job. While I was grateful that I had the choice to be a stay-at-home-mom, being at home left me feeling alienated. I didn’t really know who I was anymore or how to get back to “myself.”</p>\n<p>So I started experimenting with things I simply felt like doing. These things weren’t part of any blueprint, and there was no guarantee of success or happiness. I just followed my heart.</p>\n<p>I needed something challenging to occupy my mind, so I dug out my sports card collection with the intent of finally organizing it. Looking through my old cards felt both nostalgic and therapeutic, and my head started spinning with other ideas. Business ideas. My dad had a successful e-bay business that seemed like a bit of fun, so I thought: <em>why not try selling sports cards on e-bay?</em> I didn’t want to sacrifice my personal collection, so over the course of a few months, I purchased nearly a million sports cards on Craigslist. After repackaging them into 1000-count boxes, I sold them for $10/box, doubling my money in a short period of time. I learned a lot about buying and selling on the Internet but more importantly, I felt like I had discovered something that was really “me.” It was challenging in a new and exciting way, and it fit in with my hectic mom schedule.</p>\n<p>This venture into the world of online business opened my eyes in a significant way. I started following entrepreneurs such as Gary Vaynerchuk and Chris Brogan, and flew to Houston for a Mom 2.0 Summit. I loved every blog post I read and all the people I was meeting. It was a whole new world filled with risk and uncertainty but grounded in the values of helping people and living a good life. THIS WAS PERFECT FOR ME.</p>\n<h2><strong>And then came WordPress</strong></h2>\n<p>In my newfound fascination with all things Internet-related, it wasn’t surprising that I stumbled upon this thing called WordPress. I had always wanted to build a website, and with the popularity of mom bloggers exploding, I naturally gravitated toward this “easy” platform for my blog. I started the ChicagoActons blog as a way to share our family adventures with others. Building the site was something I enjoyed more than I anticipated. It fed my love of problem solving and I felt great satisfaction in seeing something that I built on the Internet. And I could do it in between changing dirty diapers and cuddling with my kids.</p>\n<p>After building ChicagoActons and sharing it via social channels, I started to get requests to build sites for others. Some were paid assignments and some were not, but I was falling in love with using this tool and my brain to help others further efforts they were passionate about. I was finding myself again, and I felt happy.</p>\n<h2><strong>Where were WordCamps all my life?</strong></h2>\n<p>By 2010, two years into freelance WordPress development, I was ready to expand my horizons and see what others were doing with the platform. I heard about WordCamp Chicago, and bought a ticket to the event that would confirm that the path I was paving was the right one for me.</p>\n<p>At WordCamp Chicago 2010, I learned a great deal about developing with WordPress, but even more life changing were the people I met. They were such a diverse group and so different than I was, yet we all shared the same passion: to support one another in our pursuits to help others. And we all used WordPress as the tool to get the job done.</p>\n<p>The feeling of acceptance and growth that I experienced at my first WordCamp was the impetus I needed to continue down the path as a WordPress-based business entrepreneur. I wasn’t following a blueprint anymore, but I was finding success and security in ways that mattered to me.</p>\n<p>I was happy.</p>\n<h2><strong>Living my own blueprint</strong></h2>\n<p>Fast-forward to today. I couldn’t be more thankful for the life journey I’m on. My kids survived having me as a stay-at-home parent, and as a WordPress-based business entrepreneur, I feel challenged every day to be better at helping others build their passion-driven interests. I would not have gotten here had it not been for WordPress and the WordPress community, which emboldened me to abandon a blueprint for happiness that simply wasn’t working for me and instead embrace life on my own terms.</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: Screw the Blueprint. Design Your Own Path to Fulfillment.\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Screw%20the%20Blueprint.%20Design%20Your%20Own%20Path%20to%20Fulfillment.&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fscrew-blueprint-live-life-terms%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Screw the Blueprint. Design Your Own Path to Fulfillment.\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fscrew-blueprint-live-life-terms%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%2Fscrew-blueprint-live-life-terms%2F&title=Screw+the+Blueprint.+Design+Your+Own+Path+to+Fulfillment.\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Screw the Blueprint. Design Your Own Path to Fulfillment.\"></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/screw-blueprint-live-life-terms/&media=https://heropress.com/wp-content/uploads/2017/01/012517-150x150.jpg&description=Screw the Blueprint. Design Your Own Path to Fulfillment.\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Screw the Blueprint. Design Your Own Path to Fulfillment.\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/screw-blueprint-live-life-terms/\" title=\"Screw the Blueprint. Design Your Own Path to Fulfillment.\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/screw-blueprint-live-life-terms/\">Screw the Blueprint. Design Your Own Path to Fulfillment.</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, 25 Jan 2017 12:00: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:\"Heather Acton\";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: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:68:\"WPTavern: WordCamp Europe 2017 to Experiment with Sponsors Workshops\";s: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=65117\";s: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:79:\"https://wptavern.com/wordcamp-europe-2017-to-experiment-with-sponsors-workshops\";s: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:12145:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/01/wordcamp-europe-2017.png?ssl=1\"><img /></a></p>\n<p>WordCamp Europe 2017 <a href=\"https://2017.europe.wordcamp.org/2016/12/29/wordcamp-europe-2017-call-for-sponsors-is-now-open-wceu/\" target=\"_blank\">opened its call for sponsors</a> at the end of 2016. The organizing team is embracing the challenge of delivering value to sponsors with workshops for those purchasing the two highest sponsorship levels:</p>\n<blockquote><p>This year, for the first time, we are introducing a third track during both conference days. The third track will be solely dedicated to sponsors, giving you the possibility to either hold a talk or a workshop. Like the other two tracks, the sponsor track will have a dedicated space (capacity for approx. 200 people), where the audience would have the opportunity to hear more about your business and product. You can decide whether you would like to use your time to talk more about your business, or to showcase.</p></blockquote>\n<p>The sponsors track has since been renamed to sponsors workshops, but the concept of a dedicated track remains the same. According to WCEU Sponsors Team coordinator Noel Tock, WordCamp Central’s transition into a public benefet corporation affords WordCamps more flexibility than previously allowed.</p>\n<p>“This means we’d like to experiment with different concepts — seeking a higher return on investment for sponsors whilst at the same time protecting the core experience of the WordCamp itself,” Tock said.</p>\n<p>The new sponsors workshops target large companies, but WCEU organizers have also created a new concept for small businesses. Those that made less than one million Euro in 2016 will qualify for an affordable booth in the middle of the event.</p>\n<p>“Similar to TechCrunch’s Startup Alley, we want to help highlight smaller companies or ones that have just started out,” Tock said. “Simply seeking out sponsorship funds the fastest way possible would not be fair to attendees. This helps makes the conversations and experiences a lot more diverse and balanced.”</p>\n<p>The sponsors workshops will not need to go through an approval process. They are perks belonging to the Super Admin and Admin sponsorship tiers and these top-level sponsors will have different options for how they want to use their slots.</p>\n<p>“They can run user workshops, pass on their slot to smaller players (plugin and theme authors) or find other creative session ideas,” Tock said. “The workshops will be clearly labeled and we’ll seek to provide an agenda/schedule on the same timeline as regular speakers.”</p>\n<h3>The Challenge of Delivering Value to Sponsors Without Stifling the Spirit of WordCamps</h3>\n<p>WordCamps are traditionally locally-organized, informal events that bring together attendees from all walks of life. Affordability is one of the hallmarks of a WordCamp, and ticket prices normally range from $20-50. The low cost of entry makes the events more inclusive, keeping the camps from becoming relegated only to elites and those who work for large companies. At a WordCamp, one can meet anyone – core developers, educators, CEOs of multi-million dollar companies, new users, developers, bloggers, and e-commerce store owners.</p>\n<p>To give you an idea of how uncommonly low WordCamp ticket prices are in comparison to other tech conferences, DrupalCon ranges from $450-600 per person. PHP UK tickets for the conference days are in the neighborhood of $500 and <a href=\"https://world.phparch.com/\" target=\"_blank\">PHP[World]</a> is nearly double that at $900. <a href=\"http://blog.cssconf.eu/2016/12/07/cssconfeu-tickets-2017/\" target=\"_blank\">CSSconf EU</a> tickets are $430. <a href=\"https://www.react-europe.org/#tickets\" target=\"_blank\">ReactEurope</a>, which is also being held in Paris, released its first round of tickets in the range of $680. WordCamp Europe <a href=\"https://2017.europe.wordcamp.org/tickets/\" target=\"_blank\">tickets</a> are €40.00 (approximately $43) because the vast majority of the cost of attendance is subsidized by sponsors.</p>\n<p>Now that WordCamp Europe has been running successfully for five years, Tock said it is easier to get sponsors on board. Sponsorship cost per attendee is one of the contributing factors. In 2016 WordCamp Europe sold 2,199 tickets and organizers expect to sell more than 3,000 this year.</p>\n<p>“If you compare the perks and size of the audience, you’ll find that WordCamp Europe can be anywhere from 20% to 50% cheaper then comparable WordCamps,” Tock said. “The bang for buck has meant we have a lot of returning sponsors.”</p>\n<p>However, as WCEU attendance and the event’s financial requirements have grown, so has the challenge to deliver value to sponsors who are contributing greater sums of money.</p>\n<p>“Asking potential sponsors for a few thousand a couple years back was easy enough,” Tock said. “Now that we’re looking for 50k+ Euros from certain sponsors, we need to up our game with it. This means early communication, well-defined packages, and more creative perks.” This year those perks include 360° booths, 30-second ads between talks, after-party branding, and the new sponsor workshops.</p>\n<p>I spoke to several other organizers of comparably large WordCamps and all of them were intrigued by the idea of sponsor workshops and interested to see how the experiment turns out.</p>\n<p>“I think on the surface it could be considered a controversial idea, but in reality it’s just giving sponsors a different kind of voice,” WordCamp Miami organizer David Bisset said. “If it’s done in a way that treats all sponsors fairly and is a voluntary track, then in some ways it doesn’t differ from a sponsor area, outside of narrowing the spotlight.”</p>\n<p>Bisset said he’s interested to see how successful this approach is but notes that it probably would only work for the largest WordCamps.</p>\n<p>“I honestly don’t know which side of the fence this lies on in regards the spirit of WordCamps,” Bisset said. “There have been controversial issues and challenges regarding sponsors and WordCamps in the past. It’s a challenge to give sponsors the most bang for their buck, treat everyone fairly, and be a model WordCamp. The jury is still out.”</p>\n<p>WordPress Orlando organizer Lisa Melegari thinks the idea of sponsor workshops may bring some legitimacy to what is known as the “hallway track,” where attendees congregate when not attending a session.</p>\n<p>“I think it’s a really interesting concept,” Melegari said. “There’s already the joke out there that there’s a phantom extra track at most WordCamps – the Hallway Track. I think this would take that and actually give some legitimacy to the myth.”</p>\n<p>Melegari said WordCamp Orlando organizers have seen a significant shift in sponsor availability and enthusiasm in the past few years, especially after WordCamp US launched. She said their local camp lost several past sponsors to the larger WordCamp US. Other sponsors have decided to just focus on local camps and some have dropped sponsorship altogether.</p>\n<p>“I really think we need to give our sponsors more opportunity to benefit their businesses, since their success allows them to continue to support our camps,” Melegari said. “Is it worth an entire extra track? Maybe not. That would put an unfair burden on camps that already have difficulty getting space and could deter sponsors from supporting a camp that cannot offer that accommodation.”</p>\n<p>Melegari said she likes the idea of allowing sponsors to have a more prominent demo opportunity as long as it doesn’t overshadow the speakers, who volunteer their time.</p>\n<p>“Having been a speaker with a very low attendance at a few talks, it’s disheartening, but understandable that another speaker’s talk is more popular,” she said. “I would be afraid the sponsor track would take away the spotlight on speakers.” From an organizer’s perspective, she is interested to see how sponsor workshops can deliver a better value for sponsorship.</p>\n<p>“We really do need to provide a better case for WordCamp sponsorship besides exposure, because many of our recurring sponsors have a smaller and smaller pool of new eyes every camp,” Melegari said. “If we are going to keep growing in camp numbers, we’re going to have to figure out something to keep all the camps financially afloat.”</p>\n<p>Alx Block, WordCamp US 2015-16 Organizer, understands the importance of sponsors and volunteers, who covered the bulk of the $516 actual cost per person for the most recent event.</p>\n<p>“I think that we’re at an impasse when it comes to adding value for sponsors, especially at the larger camps,” Block said. “On the one hand, each sponsorship is really a <em>scholarship</em> for attendees, allowing each camp to greatly reduce the ticket price so that more people can attend and get value from the camp. On the other hand, there’s limited value for the sponsors in terms of ROI. We’ve never thought of it as a business investment, but it’s certainly time to think about that more.”</p>\n<p>Keeping ticket prices low, putting on a quality event, and offering an array of perks for sponsorship is a tremendous balancing act for organizers. WordCamp Europe is one of fastest-growing camps that has experimented with doing this at a larger scale every year.</p>\n<p>“When you get into the larger dollar amounts that larger camps ask, it’s a different kind of ballgame, and I think that we need to revisit the value that a business receives as part of their sponsorship,” Block said.</p>\n<p>“I think something like sponsor workshops is a really neat idea. I can imagine that it doesn’t come with much overhead in terms of actual planning, and will give the sponsors something solid that they can plan for in terms of being able to pitch their product or service.”</p>\n<p>Historically, workshops have been events that are ancillary to the main tracks. WordCamp Europe’s plan to run them alongside speaker sessions is a bold experiment. Sponsors will have a great deal of flexibility with how they can utilize their workshop slots, so it will be interesting to see if they choose to incentivize attendance in some way or opt to pass them along to other speakers as a sponsored talk.</p>\n<p>“I think there’s a line between a sponsor ‘track’ and sponsor ‘workshops,’ which WCEU hasn’t clearly defined yet,” Block said. “I’m sure that their intention isn’t to have 1/3 of the talks be by people who paid to be there. From what I understand, the intention is to have the top-tier sponsors (maybe 4-6 of them) present on a smaller stage in a kind of rolling fashion, to supplement the full tracks – meaning, it would be a great place for an attendee to go during a time when neither of the other sessions appeals to them, or they’re interested in learning more about a specific product.”</p>\n<p>Block said he has seen this type of sponsor perk at other non-WordPress conferences and has sat in on sessions that piqued his interest.</p>\n<p>“But this is the real question in my mind: Can we offer something like this without turning WordCamps into a trade show?” Block said.</p>\n<p>“I think now that we’re growing so much with these large camps, it’s the perfect time to ask these questions and figure out exactly what type of event WordCamp is. We grow as the community grows, and WordCamp should always reflect the community’s interest. If there’s interest in giving sponsors a place to talk about their wares, I’m all about it, but I’d always want the community to come first.”</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, 24 Jan 2017 20:38: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: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: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:93:\"WPTavern: Wix Removes GPL-Licensed WordPress Code from Mobile App, Forks Original MIT Library\";s: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=65143\";s: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/wix-removes-gpl-licensed-wordpress-code-from-mobile-app-forks-original-mit-library\";s: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:14743:\"<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2014/06/ForkedFeaturedImage.png?ssl=1\"><img /></a>photo credit: <a href=\"http://www.flickr.com/photos/winterofdiscontent/3301816514/\">winterofdiscontent</a> – <a href=\"http://creativecommons.org/licenses/by-nc-sa/2.0/\">cc</a>\n<p>In October 2016, <a href=\"https://ma.tt/2016/10/wix-and-the-gpl/\" target=\"_blank\">Matt Mullenweg called out Wix</a> for using GPL-licensed code from the WordPress mobile app and distributing it in its proprietary app. After identifying a path for Wix to comply with the license, Mullenweg <a href=\"https://wptavern.com/mullenweg-takes-aim-at-wix-over-gpl-abuses-wix-response-fails-to-address-licensing-issue\" target=\"_blank\">confirmed he would be willing to go to court to protect the GPL</a>.</p>\n<p>Wix CEO Avishai Abrahami’s <a href=\"http://www.wix.com/blog/2016/10/dear-matt-mullenweg-an-open-letter-from-wix-coms-ceo-avishai-abrahami/\" target=\"_blank\">response</a> to the allegations failed to address the issue of licensing, dodging the question with references to other open source contributions. Abrahami seemed to indicate that Wix would open source its mobile app but was not clear whether it would be GPL licensed:</p>\n<p>“We always shared and admired your commitment to give back, which is exactly why we have those 224 open source projects, and thousands more bugs/improvements available to the open source community and we will release the app you saw as well,” Abrahami said.</p>\n<p>The Wix Twitter account also gave the impression that the entire app would be released under the GPL:</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/yairwein\">@yairwein</a> We\'ll release the code on Github, where we also shared our previous projects: <a href=\"https://t.co/FBhp2Kd5wn\">https://t.co/FBhp2Kd5wn</a></p>\n<p>— Wix.com (@Wix) <a href=\"https://twitter.com/Wix/status/792656290854174721\">October 30, 2016</a></p></blockquote>\n<p></p>\n<p>Publicly communicating these intentions bought the company time to educate its developers on the implications of the GPL and find another path forward for the app.</p>\n<p>The app has not been released under the GPL and Wix has discontinued development on the GPL-licensed repositories. On November 1, 2016, Wix changed the license on the <a href=\"https://github.com/wix/react-native-wordpress-editor\" target=\"_blank\">react-native-wordpress-editor</a>, the repository that was forked from the WordPress mobile app, to GPLv2. The next day, they began work on <a href=\"https://github.com/wix/react-native-zss-rich-text-editor/\" target=\"_blank\">react-native-zss-rich-text-editor</a>, a new repository forked from the original MIT-licensed library that the WordPress mobile app code built upon.</p>\n<p>It appears that Wix never planned on complying with the GPL, since the company immediately began working on an alternative approach. Wix has since released updates to its mobile apps and presumably has incorporated its own editor component that is based on the original MIT-licensed library.</p>\n<p>It is not clear whether Wix completely started over with its fork or if the company’s developers incorporated some of the commits previously made in the WordPress mobile app’s GPL-licensed fork. Wix has not responded to numerous attempts to contact them for an official statement.</p>\n<h3>Wix Invents Its Own “Enhanced” MIT License for the Forked Library</h3>\n<p>Here’s where the story takes an odd turn. Instead of distributing the new editor code under a <a href=\"https://opensource.org/licenses\" target=\"_blank\">standard open source library</a>, Wix has written its own license, which it is calling the <a href=\"https://github.com/wix/react-native-zss-rich-text-editor/blob/master/LICENSE\" target=\"_blank\">“Enhanced” MIT license (EMIT)</a>. It explicitly prohibits relicensing under the GPL and requires the developer to license modifications under the EMIT:</p>\n<blockquote><p>This license is exactly like the MIT License, with one exception – Any distribution of this source code or any modification thereof in source code format, must be done under the Enhanced MIT license and not under any other licenses, such as GPL.</p></blockquote>\n<p>Furthermore, the license prohibits the code being redistributed under any copyleft license:</p>\n<blockquote><p>when the Software is distributed as source code, the licensee is prohibited to change the license of the Software to any “viral” copyleft-type license, such as, inter alia: GPL, LGPL, EPL, MPL, etc.</p></blockquote>\n<p>Wix explained the reason behind the creation of the new license in its introduction, citing what it calls a “bug” in the MIT license. The MIT permits developers to re-license their modifications as GPL. The text of the “Enhanced” MIT license characterizes this practice as bullying:</p>\n<blockquote><p>We believe MIT license has a bug since it allows others to use it against its nature. Our belief is that the MIT license is intended to make source code available to anyone who wants to use it without additional obligations, but we have found cases where someone takes a project licensed under MIT license, adds a few lines of source code to it, and then changes the licensing to a different, more restrictive license which is against the nature and the intent of the MIT license. By doing so, the source code released under the original MIT is no longer a true “free/open” source code, thus undermining the intention of the original creator of the source code.</p>\n<p>The concept of this Enhanced MIT license is simple and more robust – you can do what you want with this source code, exactly like any other MIT license, but if you release it again as open source (even if modified), you must release it under this Enhanced MIT license – to be clear, this is not a “viral” license, it only refers to the actual source code released under this license and not to other components interacting with it. If GPL is a viral license, this license can be described as a “robust” one as it prevents licensing changes that are against its nature and it defends its own licensing principles. The essence of the Enhanced MIT license is to prevent bullies from using open source code that is truly free and open under the MIT License and turning it into other viral and more restrictive licenses – such as GPL.</p></blockquote>\n<p>The license has only ever been used in this particular instance and does not appear to have been written by a lawyer or someone who has studied copyright and licensing issues professionally. I contacted the Free Software Foundation’s <a href=\"http://www.fsf.org/licensing\" target=\"_blank\">licensing and compliance team</a> regarding the legitimacy of Wix’s “Enhanced” MIT license. FSF copyright and licensing associate Donald Robertson III said the team is currently reviewing it and may require legal counsel before making a definitive comment. When they have completed the review, they will publish a statement and list the license in the <a href=\"https://www.gnu.org/licenses/license-list.html\" target=\"_blank\">FSF directory of free and non-free software licenses</a>. These are also broken down into copyleft and GPL-compatible classifications.</p>\n<p>“As you can see from the <a href=\"https://www.gnu.org/licenses/license-list.html#GPLIncompatibleLicenses\" target=\"_blank\">GPL-incompatible licenses</a>, there are plenty of free software licenses that are incompatible with the GPL, and many of those licenses would be incompatible with other copyleft licenses on the same basis,” Robertson said. “So it is possible for a license to be free even if it doesn’t work well with the GPL. We’ll have to do some review on this particular license before we can make any comment specific to it.”</p>\n<p>Wix has not submitted its EMIT license to the Open Source Initiative, a community-recognized organization that acts as stewards of the Open Source Definition (OSD) and also reviews and approves licenses as OSD-conformant. OSI has not yet responded to my inquiry about the legitimacy of the license, but I spoke with <a href=\"https://opentechstrategies.com/\" target=\"_blank\">Karl Fogel</a>, an open source specialist who consults with organizations on open source licensing and the implications of using it in business.</p>\n<p>“This so-called ‘Enhanced MIT’ license is poorly drafted and internally inconsistent,” Fogel said. “I feel on safe ground in saying that were it ever submitted to the OSI for approval, it would be rejected quickly.”</p>\n<p>Fogel also commented on the inherent contradictions in the license’s introduction and permissions.</p>\n<p>“An obvious internal inconsistency is that in the Introduction, it says that redistribution in source code format ‘must be done under the Enhanced MIT license and not under any other licenses, such as GPL,\'” Fogel said. “But then later, in point (2) of the conditional permissions grant, it says ‘when the Software is distributed as source code, the licensee is prohibited to change the license of the Software to any ‘viral’ copyleft-type license, such as, inter alia: GPL, LGPL, EPL, MPL, etc.’</p>\n<p>“So the Introduction is saying that redistribution is not permitted under <strong>any</strong> other open source license, but then the permissions grant section only bars redistribution under copyleft licenses, leaving open the possibility to distribute under other non-copyleft licenses. Which is it?”</p>\n<p>According to OSI, <a href=\"https://opensource.org/faq#copyleft\" target=\"_blank\">copyleft</a> “refers to licenses that allow derivative works but require them to use the same license as the original work.” In requiring the EMIT to be used for derivative works, the license adopts the viral nature Wix ostensibly wanted to avoid with the GPL. This emasculates the MIT, robbing it of its essential freedoms. For this reason and many others, the EMIT appears to be an illegitimate variant of the MIT.</p>\n<p>“A larger issue is that the reasoning in the Introduction about how the standard MIT license supposedly has a ‘bug’ makes no sense,” Fogel said. ” It asserts that redistribution under an open source copyleft license would somehow be more restrictive than not doing source redistribution at all (e.g., as with a standard proprietary license). There is no sensible definition of the word ‘restrictive; in which releasing code under a copyleft license would restrict someone’s use of that code more than <em>not having the code in the first place</em> would restrict them.”</p>\n<p>Fogel does not think the EMIT is a valid derivative of the MIT license and is not convinced that it can be considered a license at all.</p>\n<p>“It is very clear that a lawyer did not write this license,” Fogel said. “I think Abrahami must have written it himself. I hesitate to even call it a license; it’s not clear what a judge would do with it, except perhaps sell tickets.”</p>\n<h3>Wix’s EMIT License is a Hostile Reaction to the Call for GPL Compliance</h3>\n<p>The EMIT license not only takes shots at the GPL but also injects a moral pronouncement against all those who subscribe to the tenets of copyleft licensing. The restrictions in the EMIT effectively “weaponize the license” against other open source projects, as one Reddit user said in a<a href=\"https://www.reddit.com/r/opensource/comments/5n7km9/wix_abandons_the_wordpress_editor_forks_original/\" target=\"_blank\">comment</a> on the situation. This encompasses a large portion of the open source community.</p>\n<p>Wix may not be able to publicly admit its violation of the GPL, as it has not yet answered for the past infringement of distributing the code in its mobile app. In looking back over the timeline of events, Wix’s public communication that implied it would comply with the GPL was disingenuous, as the team was scrambling behind the scenes to fork the original library and slap a new “anti-copyleft” license on it. The company has no respect for the GPL and, in fact, has communicated its disdain for the license in the language of its new EMIT license.</p>\n<p>“I remember reading this exchange when it happened,” Fogel said. “This is not a case of gray areas or ‘the truth lies somewhere in the middle.’ Matt Mullenweg of WordPress is 100% right, and Wix CEO Avishai Abrahami is, quite simply, wrong. Mullenweg was extremely direct about what the problem was and how to fix it. Abrahami’s response was an evasive mishmash of brazen non sequiturs and willful refusal to acknowledge Mullenweg’s point, which was simply that if Wix is going to use WordPress code that is distributed under the GNU General Public License, then Wix has to follow the terms of the GPL like anyone else.</p>\n<p>“Abrahami’s poor behavior could only have been intentional,” Fogel said. “I just don’t see any other way to interpret it, given how easy to understand Mullenweg’s letter is, and how clear the issues are here.”</p>\n<p>Wix’s illegal use of GPL code in a proprietary app could easily be chalked up to ignorance or an oversight if the company had simply attempted to comply. Instead, they wrote a license that swipes back at copyleft proponents everywhere. The EMIT actually manages to trivialize both the GPL and the MIT in one fell swoop.</p>\n<p>“The GPL is not a disease,” said <a href=\"http://www.rosenlaw.com/\" target=\"_blank\">Lawrence Rosen</a> in a document titled <a href=\"http://www.rosenlaw.com/html/GPL.pdf\" target=\"_blank\">The Unreasonable Fear of Infection</a>. “It is designed to satisfy certain philosophical and economic objectives that are widely shared by many members of the open source community.”</p>\n<p>In writing its own “Enhanced” MIT license Wix has demonstrated a careless disregard for open source licensing and hostility towards those who use copyleft licenses to guarantee user freedoms.</p>\n<p>Although some onlookers in the open source community disapproved of the two CEO’s handling the disagreement in open letters, there are plenty more who appreciate that the issue is being hammered out in public. Fogel said he hopes the situation “will draw some attention to the fact that the GPL actually means something and can be enforced.”</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, 21 Jan 2017 00:04: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: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:35:\"BuddyPress: BuddyPress 2.8.0 Beta 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=263023\";s: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://buddypress.org/2017/01/buddypress-2-8-0-beta-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2965:\"<p>BuddyPress 2.8.0 Beta 1 is packed with new features and enhancements and is now available for testing. You can download the <a href=\"https://downloads.wordpress.org/plugin/buddypress.2.8.0-beta1.zip\">BP 2.8.0-beta1</a> zip or get a copy via our Subversion repository. We’d love to have your feedback and testing help.</p>\n<p>BuddyPress 2.8.0 requires PHP 5.3+, and will not be activated on a server with a lower version of PHP. We also remind you that BuddyPress 2.8.0 will require <a href=\"https://bpdevel.wordpress.com/2016/11/17/2349/\" target=\"_blank\">at least WordPress 4.3</a>.</p>\n<p>A detailed changelog will be part of our official release notes, but, until then, here’s a list of some of our favorite changes. (Check out <a href=\"https://buddypress.trac.wordpress.org/query?status=closed&group=resolution&milestone=2.8\">this report</a> on Trac for the full list.)</p>\n<ul>\n<li>BP Email: Allow end user to specify which PHPMailer should be used <a href=\"https://buddypress.trac.wordpress.org/ticket/7286\">#7286</a></li>\n<li>Companion Stylesheet – Twentyseventeen <a href=\"https://buddypress.trac.wordpress.org/ticket/7338\">#7338</a></li>\n<li>Minimum PHP version is 5.3 <a class=\"closed\" title=\"View ticket\" href=\"https://buddypress.trac.wordpress.org/ticket/7325\">#7325</a>, <a class=\"closed\" title=\"View ticket\" href=\"https://buddypress.trac.wordpress.org/ticket/7299\">#7299</a></li>\n<li>Support List-Unsubscribe header in emails <a href=\"https://buddypress.trac.wordpress.org/ticket/7390\">#7390</a></li>\n<li>Make group search more flexible <a href=\"https://buddypress.trac.wordpress.org/ticket/7418\">#7418</a> and other groups improvements, like <a class=\"closed\" title=\"View ticket\" href=\"https://buddypress.trac.wordpress.org/ticket/7419\">#7419</a>, <a class=\"closed\" title=\"View ticket\" href=\"https://buddypress.trac.wordpress.org/ticket/7399\">#7399</a>, <a class=\"closed\" title=\"View ticket\" href=\"https://buddypress.trac.wordpress.org/ticket/7388\">#7388</a>, <a class=\"closed\" title=\"View ticket\" href=\"https://buddypress.trac.wordpress.org/ticket/7386\">#7386</a>, <a class=\"closed\" title=\"View ticket\" href=\"https://buddypress.trac.wordpress.org/ticket/7375\">#7375</a></li>\n<li>Lots of new filters in various parts of the code, like <a class=\"closed\" title=\"View ticket\" href=\"https://buddypress.trac.wordpress.org/ticket/6667\">#6667</a>, <a class=\"closed\" title=\"View ticket\" href=\"https://buddypress.trac.wordpress.org/ticket/5193\">#5193</a></li>\n<li>Lots of inline documentation tweaks and other fixes and improvements</li>\n</ul>\n<p>BP 2.8.0 is almost ready, but please do not run it in a production environment just yet. Let us know of any issues you find in the <a href=\"https://buddypress.org/support/\">support forums</a> and/or <a href=\"https://buddypress.trac.wordpress.org/\">development tracker</a>.</p>\n<p>Thanks everyone for all your help to date. We are excited to release BuddyPress 2.8.0 in February!</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:\"Thu, 19 Jan 2017 23:03: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:14:\"Slava Abakumov\";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:40:\"Post Status: Shaping a vision of success\";s: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=32469\";s: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://poststatus.com/shaping-success-wordcamps/\";s: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:14728:\"<p><em><strong>Editor’s note</strong></em>: This guest post is written by <a href=\"https://poststatus.com/profiles/jenny-beaumont/\">Jenny Beaumont</a>, a co-organizer of WordCamp Paris and WordCamp Europe. She’s spent the last two decades building things in and around the web, writes a <a href=\"http://www.jennybeaumont.com/subscribe/\">terrific newsletter</a>, and lives in France.</p>\n<p>One of the highlights of my year, and a fitting end to 2016 as my <a href=\"http://www.jennybeaumont.com/celebrating-15-years-of-freelancingwith-a-sabbatical/\">sabbatical</a> drew to a close, was attending the 2nd annual <a href=\"https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/\">WordCamp US</a>, held December 2-4 in Philadelphia, Pennsylvania.</p>\n<p>The trip met my expectations in every way, from the warm-hearted nature of the locals to the super-sized portions at every delicious meal, and from the diversity of attendees to all of the extraordinary conversations I had during that short week I was in town.</p>\n<p>“You might have noticed that this year’s programming at WordCamp US had some more of a human side, in addition to just the technical that we’ve had before,” said Matt Mullenweg, co-founder of WordPress and CEO of Automattic, during his much-anticipated <a href=\"https://poststatus.com/matt-mullenweg-state-word-2016/\">State of the Word</a>.</p>\n<p>“I think that a lot of our opportunities to grow over the coming year are on the human side, and understanding the humanity of an open source project and working together and creating the code that’s going to touch humanity as well.”</p>\n<p>Moving into 2017, ready for new opportunities and with the next edition of <a href=\"https://2017.europe.wordcamp.org/\">WordCamp Europe</a> on the horizon, I find myself thinking about growth past and present, and about what success might look like for all of us in this new year.</p>\n<h3>Growth and competition for WordPress</h3>\n<p>“It’s really all about pie,” replied Mullenweg when asked about the future of a WordPress entrepreneur, stating that as long as the pie continues to grow, everyone can get a piece.</p>\n<p>He talked about how the new focuses of the WordPress project—the REST API, the Editor and the Customizer—along with an inclusive design-lead approach, should allow WordPress to reach new audiences.</p>\n<p>WordPress has seen incredible growth in recent years, now representing over <a href=\"https://w3techs.com/technologies/overview/content_management/all\">27% of websites</a>, a full 20% ahead of competing platforms. This translates to 58.5% market share of all monitored content management systems, <a href=\"https://www.rarst.net/wordpress/powers-internet/\">when looking</a> at the top 10 million sites.</p>\n<p>This doesn’t mean that the competition isn’t trying to close the gap. Mullenweg reported that the top proprietary platforms, such as Squarespace and Wix, spent upwards of 320 million in advertising dollars in 2016, often directly targeting search engine queries for WordPress.</p>\n<p>“I think that in the past WordPress got by on a lot of sort marketing by happenstance,” he said, admitting the need to look at the marketing of WordPress in new ways, and hopefully pooling the resources of the community to do so.</p>\n<p>“I think we have a real opportunity especially as the businesses around WordPress grow larger and larger, to actually coordinate a bit […] there’s no one company in the WordPress ecosystem that’s large enough to match 300 million dollars, and spend on telling people the WordPress story. But no one company needs to be large enough, because we’re a community.”</p>\n<p>All in all, he painted a bright picture for the future for the WordPress ecosystem, the community of people who come together around a common purpose and ideal—the WordPress project and its mission to democratize publishing—and in so doing create a new paradigm for work and the web, the byproduct of which is a flourishing economy.</p>\n<p>I can’t help but wonder, how big can the pie get? And while we concentrate on growth and competition, how do we measure the success of our mission? How will we know when we’ve democratized publishing? Can or should WordPress achieve this goal alone?</p>\n<h3>The numbers game for WordCamps</h3>\n<p>“We must tilt our hat and bow down to Europe, which beat us this year,” Mullenweg capitulated as he wrapped up his report on community growth, expressed in the number of events and event attendance worldwide.</p>\n<p>Growth is an indication that we’re doing something right. An increase in the numbers tells us that more people are interested and getting involved. This is what an open source project needs to reach a wider audience, stay competitive and accomplish its mission: people to make it happen.</p>\n<p>But should success be measured solely in numbers? Is it healthy to think that there can be winners and losers when it comes to the success of our community as a whole?</p>\n<p>In its first three years, WordCamp Europe grew at a slow and predictable rate. Then last year, for some reason, it exploded. We sold our initial batch of 1500 tickets practically overnight, and ended up selling nearly 2200 tickets in total.</p>\n<p>What happened? Did WordCamp Europe’s reputation catch up with itself, creating this burgeoning interest? Was Vienna simply an incredibly attractive destination for a lot of people? Or was it the organizing team that did an outstanding job at marketing and outreach?</p>\n<p>WordCamp US was in its second year, and we can ask similar questions about why they didn’t see the growth they were expecting. Is the event, with its transition from the long-standing WordCamp San Francisco, still in its infancy, so that slow growth is to be expected? Was going to the same destination two years in a row not as appealing to attendees? Did the team do an adequate job of communicating around the event?</p>\n<p>In my mind, both WordCamp Europe and WordCamp US were successful events. Each did a lot of things well, and some other things less well. Attendees I encountered, whether speakers, sponsors, volunteers or the general public, seemed to have a rewarding experience and their expectations met.</p>\n<p>Because that’s why we put these events on, right? Not to “get the numbers” or “win”, but to create an enriching experience.</p>\n<h3>Bigger is not necessarily better</h3>\n<p>So, how big do we let ourselves get? This has been an ongoing question for us on the WordCamp Europe team since things took on a new dimension in Vienna.</p>\n<p>When I asked <a href=\"https://paolo.blog/\">Paolo Belcastro</a>, WordCamp Europe local team lead in 2016 and global team lead for 2017, what he thought about growth he said, “For me a successful event is when we have one ticket left over. It should be our goal to make sure that everyone who wants to attend, can.”</p>\n<p>This is a philosophy that I stand beside. It reflects our focus on attendees and on inclusiveness, so that it doesn’t matter whether we have 1000, 2000 or 3000 people, it only matters that we do our best to accommodate everyone and put on a great event for however many show up.</p>\n<p>It does not, however, answer the question.</p>\n<p>It’s exciting to run a popular event, and it’s easy to get carried away with that excitement and sense of accomplishment knowing that so many people want to attend, that so many people are being impacted in positive ways. When we focus solely on the numbers, and adopt a “bigger is better” mentality, it’s also easy to lose sight of some important consequences of growth.</p>\n<h4>Professional level of production</h4>\n<p>Keep in mind that we didn’t originally plan an event for 2200 people last year, and so we had to improvise, which meant a significant budget increase and a lot of extra work for the organizing team.</p>\n<p>It also catapulted us into a new level of production. Putting on a large event is not the same as putting on a smaller one, and once you get up above 2000 attendees, it has a trickle down effect. It means organizing a speakers dinner for upwards of 300 volunteers, and an after party for 1500. These are events in and of themselves. We’re brought to collaborate with professionals in the events world—caterers, vendors, venues—while we’re still volunteers working in our “spare time”, some of us with more experience than others at making this all happen.</p>\n<h4>Increased cost of WordCamps</h4>\n<p>While the average ticket price per day has gone down, from $20 to $15.79, the cost of putting on a WordCamp has increased. Mullenweg reported that the cost of WordCamp US was $516 per person, while attendees continue to pay a mere $40 for entry to the two-day event, including lunch both days, free-flowing coffee, access to the contributor day and after party, not to mention the <a href=\"https://poststatus.com/photos-post-status-publish-wordcamp-us-2016/#jp-carousel-31176\">great swag</a>, which included both a t-shirt and an adorable Wapuu plushy this year.</p>\n<p>The additional 90% of this cost falls to sponsors. Sponsors are not volunteers running a non-profit, they are businesses. As we ask more and more of them, they understandably are <a href=\"https://wptavern.com/the-value-of-sponsoring-a-wordcamp-from-a-business-perspective\">starting to question</a> what they get in return. Our response has typically been, “you’re supporting the community and gaining exposure,” but is that enough and for how long? How much is too much to ask?</p>\n<h4>Setting expectations for sponsors and attendees</h4>\n<p>How much is too much to ask of anyone? As we ask more of sponsors they expect more in return. As we grow, try to predict growth and to outdo ourselves every year, the task for organizers becomes more demanding. As we create bigger and better events, attendees expect to find the same elsewhere.</p>\n<p>An event with 10,000 attendees would be amazing. We probably couldn’t call it a WordCamp, though. It would be a WordPalooza, and would require a full-time staff and a new approach to programming, sponsorship and organization on the whole. Does an event have to grow into order to be successful? Can maintaining a certain level of participation and quality also be considered a success?</p>\n<p>Because it’s also possible that WordCamp US and WordCamp Europe will simply plateau at a certain capacity. The world may not be ready for a WordPalooza.</p>\n<h3>Competition and success</h3>\n<p>“One of the reasons why I think WordPress has such a collaborative community, when you see competitors hanging out with each other and getting drinks […] is that it’s a growing pie. So everyone’s slice of that pie can grow alongside. If it were shrinking or a static pie, the only way to grow would be taking some pie from someone else.”</p>\n<p>Competition is widely considered good for business. It pushes companies to innovate and guard against complacency. It encourages a focus on customer service and helps protect consumers through competitive pricing. Competition in the marketplace confirms there is a market to be had, that demand is strong for the products or services being offered. It seeks to establish a basis for fairness, while letting companies vie for market share, sales and profit margins.</p>\n<p>The friendly, collaborative nature of the WordPress community is born out of the open source philosophy of contribution and sharing. It is, in my mind, our greatest strength. Support within the community is unparalleled. We consistently root for one another, learn from one another, share our triumphs and our difficulties, through mergers, acquisitions, hirings, firings, career changes and even the occasional drama.</p>\n<p>How big can WordPress get? Arriving at 100% market share is neither a likely nor a desirable scenario, if you believe in the benefits of competition and fair trade. The pie is not likely to grow exponentially, but rather will turn into something else entirely as the technology, the world and the web evolve, and the project along with them.</p>\n<h3>Success and expectations</h3>\n<p>“When we are candid about our shortcoming, it allows us to be better towards going to the future,” Mullenweg said in talking about the WordPress Editor.</p>\n<p>This is a sentiment we can apply across the board, to ensure that our philosophy and our mission are reflected in our words and actions as we bring new users to our platform and welcome newcomers to our community.</p>\n<p>Healthy competition, whether inside or outside of the community, helps us strive to be the best we can be. Raising the bar can produce some extraordinary results, allowing us to be inspired by one another, taking on ideas that we might find valuable for our audiences, customers, clients. Healthy competition allows us to learn, have fun, grow and share that wealth of knowledge around us.</p>\n<p>Unhealthy competition causes us to lose sight of our goals, focusing on numbers instead of the people affected by them. In a community such as ours that prides itself on inclusiveness, we can only succeed or fail together.</p>\n<p>In this coming year I’d like to see success shaped through managing expectations and staying true to our purpose. I’d like to see it shaped by people, not numbers, by the humanity of this open source project that brings us together, allows us to create, to innovate, to provide for ourselves and our families.</p>\n<p>I’d like to think that a future vision of success could be when growth is neither the goal, nor our limitation, when we’re no longer looking to a growing pie, but rather to a renewable spring or self-sustaining garden. I’d like to think that one day we will be able to say that we’ve succeeded in democratizing publishing, and if and when we do, I doubt that we will have done it alone. And that’s a good thing.</p>\n<h3>See you in Paris</h3>\n<p>I have no idea how many people will show up to WordCamp Europe in June, but I do know that it will be another fantastic event. I also know that you can help make it a success by participating. You can apply to <a href=\"https://2017.europe.wordcamp.org/2016/11/28/join-us-as-a-speaker-at-wordcamp-europe/\">speak</a>, to <a href=\"https://2017.europe.wordcamp.org/2016/10/06/wordcamp-europe-2017-call-for-volunteers-is-now-open/\">volunteer</a>, to <a href=\"https://2017.europe.wordcamp.org/2016/12/29/wordcamp-europe-2017-call-for-sponsors-is-now-open-wceu/\">sponsor</a>, and/or <a href=\"https://2017.europe.wordcamp.org/tickets/\">buy a ticket</a>. So many ways to be a part of making it happen. So, see you there? Wait, let me rephrase: see you there!</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:\"Thu, 19 Jan 2017 06:02: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:14:\"Jenny Beaumont\";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:51:\"HeroPress: Living A Better Life Thanks To 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:56:\"https://heropress.com/?post_type=heropress-essays&p=1571\";s: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://heropress.com/essays/living-better-life-thanks-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:11987:\"<img width=\"960\" height=\"480\" src=\"https://heropress.com/wp-content/uploads/2017/01/011817-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"My experience as a remote worker lets me have greater foreight which in turn allows me to carry out so many activities.\" /><p>To me, as well as many others, WordPress is more than a technical choice, it’s a lifestyle choice. I didn’t see it as such right away. Looking at the last 4 years of my life, I can fully appreciate its impact.</p>\n<p>Aspiring to a life full of adventures and whimsy; I never really fit the mold. American TV series and movies that taught me my dreams could be achieved if I worked hard enough. Armed with that knowledge (and without a fancy diploma to my name), I worked bank, police, IT, supply chain jobs until I discovered the joy of making websites.</p>\n<p>My newfound passion (and many sleepless nights of work) helped me become a webdesigner. At the time, Joomla!, Spip and Typo 3 were the big names out there (in France). After achieving the role of Artistic Director as a freelancer; it took me a few years to open my own web agency. That moment changed my thinking: it was no longer ME but WE. And when a client asked us to use WordPress, we got to experience the CMS and its community.</p>\n<h3>Focusing on WordPress</h3>\n<p>Our team quickly realized that WordPress could do much more than “just blogs”. In France, the CMS kept having a reputation as a blog only platform. Complex websites were not made in WordPress. Our agency decided to convince clients otherwise. To achieve our mission and hone our skills, we decided to get closer to the WordPress community. I naively offered my help in evangelization efforts to the Paris WordCamp organizers. Except that there was one clear hurdle in our path: we had never contributed anything to the community before! This meant that we were relatively unknown. Needless to say that the feedback we received wasn’t what we expected.</p>\n<h3>Contributions: It’s About Helping Others</h3>\n<p>Contributing meant one thing: bring something to the WordPress ecosystem to help improve it. The WordCamp association’s president asked us to answer questions on the French forum as a token of our goodwill, to show our commitment.</p>\n<p>I started to answer questions right away but felt like an imposter. All the questions on the forum seemed so technical. I didn’t know how to contribute since I wasn’t a developer. It wasn’t like I was going to create a theme or plugin anytime soon. I kept obsessing over ways I could provide value to the community. I thought about my skills but couldn’t come up with something that would make a real difference.</p>\n<blockquote><p>Sure I could speak English, but translating documents was not something I felt comfortable doing.</p></blockquote>\n<p>So I turned to the previous WordCamp Paris conference and took a closer look at the participants. There, I found my first clue: a marketing expert! I reached out to him to see if I could interview him. As Marketing Director of a press group, he had lead a big WordPress project for his company. Interviewing him brought me two things: an article for our blog discussing what could be done with WordPress and a solid understanding of how the inner workings of the French WordPress community. He gave me an idea of the path one would take to end up giving a conference at the WordCamp. I didn’t realize it at the time, but by picking a name on a conference program, I would meet one of the key players in my WordPress story: Benjamin.</p>\n<p>Meanwhile, I continued to write articles about projects made with WordPress, sometimes ours, sometimes the competition’s. Good WordPress knows no bounds so it was necessary for me to showcase all the amazing websites made with this CMS. It’s also how I discovered my main competitors (before meeting them in the flesh later at various events).</p>\n<p>A white paper detailing the success of WordPress as a CMS got my name out. This allowed me to gain the courage to pitch my first conference. Providing feedback on projects allowed me to find my place in the WordPress community. Focusing on my experience and helping others didn’t require developer skills. My contribution was in writing and not in coding.</p>\n<h3>My First WordPress Conference As A Speaker</h3>\n<p>My first conference topic was on how to create a multilingual, multi-site project with WordPress in 3 months. Needless to say that I was nervous. I mean, speaking in front of 300 people is not something I had done while working at a bank, or in the police force or in any other job really. Adventure: here I come!</p>\n<blockquote><p>The WordPress community was very kind to me and my first conference experience was a memorable one.</p></blockquote>\n<p>During this conference, I wanted to highlight the plugins we used for this project. I mentioned a French startup that had launched a premium plugin as its first product. I found their approach interesting, so I thought I would give them a little visibility. Showcasing good WordPress websites, themes and plugins was already a habit of mine by then. The French team were happy to be mentioned and happened to be present at the event. They came to talk to me after my conference. Turns out, we had a lot to talk about. The company’s name: WP Media. They would open a new chapter of my WordPress story.</p>\n<p>During the closing night, I also met a lot of people. Some of them, just like Benjamin were going to have a big impact on my life. Many became great friends as well as mentors like Jenny Beaumont.</p>\n<p>Once I got started, there was no stopping me! I continued to speak at events (WordCamp Lyon, WP Tech Nantes), attended meetups, continued writing articles to highlight WordPress projects.</p>\n<p>The following year, I joined the organizing team of WordCamp Paris.</p>\n<p>Meanwhile, I go to my first WordCamp Europe which was a major new turn.</p>\n<h3>WordCamp Europe 2014 Changed My Life</h3>\n<p>Going to the WordCamp Europe changed my life. It’s an experience I highly recommend. If you can, go to the next WordCamp Europe!</p>\n<p>The organizers managed to pack so many international speakers that my head was spinning. Speakers were coming from all over the world. The quality of the talks (and speakers) along with the breadth of subjects covered open so many possibilities. You could end up changing your approach to WordPress or finding a new method of working with your peers.</p>\n<p>I attended a conference by Noel Tock named Beyond the code where he explained how he managed his life working in remote while traveling at the same time. He also gave insights as to how to monitor your time and how to optimize it.</p>\n<blockquote><p>Realizing that such a life was possible; that you could achieve this time of freedom by reclaiming your time was a massive discovery.</p></blockquote>\n<p>The second eye-opening conference for me was Simon’s lecture on Running an open source. He explained that that undertaking Open Source also meant contributing and collaborating with a community, including your competitors. Simon showed us for 30 minutes that working with competitors was not only beneficial for us agencies, but also for the customer, and for the WordPress community as a whole.</p>\n<h3>Professional WordPress</h3>\n<p>Becoming a strong voice in the professionalisation of WordPress in France and encouraging web agencies to contribute and to exchange more had become priority subjects.</p>\n<p>I have launched a WP Next association for professionals</p>\n<ul>\n<li>To ensure the promotion of WordPress, mainly with professionals, managers of information system, internet director, new media, … and more generally all IT decision makers.</li>\n<li>To enhance the skills of WordPress professionals with decision-makers,</li>\n<li>Promote French know-how around the WordPress CMS, associated technologies and services</li>\n</ul>\n<p>I also launched with Deborah Donnier a documentary project Think WP to make known WordPress and its community.</p>\n<h3>A new turn</h3>\n<p>With these activities I gradually moved away from the creation of websites. Having so many opportunities tied to WordPress available to me, I decided to take a new turn. During the Wordcamps across Europe, I took great pleasure in exchanging with WP Media. We had kept contact since our first meeting. My profile and experience seemed to like a great fit for a new role in the WP Media adventure. I took a leap and became COO of the startup about a year ago. I manage my agency in parallel.</p>\n<p>I now work 100% remotely and so does a great portion of my agency. As for WP Media, everyone works remotely. Being a remote worker frees me from constraints that are inherent when you live in the Paris region (it’s a city and province in France). Time spent on commuting is used for other activities.</p>\n<p>My experience as a remote worker lets me have greater foresight which in turn allows me to carry out so many activities.</p>\n<p>Today, I can proudly say that I attended the US WordCamp last year and am helping organize this year’s WordCamp Europe with Jenny and Benjamin.I feel like I belong in a global community that thrives thanks to its members and their desire to improve WordPress.</p>\n<p>WordPress helped me along the path to a life full of adventures and long lasting friendships. It offers so many opportunities to forge beautiful projects, stories and more.</p>\n<p>I hope that my story will inspire someone else to get started and find the courage to persevere on the way to a life full of adventures (with or without WordPress). Give yourself time and open yourself to other points of view to help build the life you aspire to.</p>\n<p>Thank you for reading my story and see you at WordCamp Europe 2017!</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: Living A Better Life Thanks To WordPress\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Living%20A%20Better%20Life%20Thanks%20To%20WordPress&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fliving-better-life-thanks-wordpress%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Living A Better Life Thanks To WordPress\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fliving-better-life-thanks-wordpress%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%2Fliving-better-life-thanks-wordpress%2F&title=Living+A+Better+Life+Thanks+To+WordPress\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Living A Better Life Thanks To WordPress\"></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/living-better-life-thanks-wordpress/&media=https://heropress.com/wp-content/uploads/2017/01/011817-150x150.jpg&description=Living A Better Life Thanks To WordPress\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Living A Better Life Thanks To WordPress\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/living-better-life-thanks-wordpress/\" title=\"Living A Better Life Thanks To WordPress\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/living-better-life-thanks-wordpress/\">Living A Better Life Thanks To WordPress</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, 18 Jan 2017 12:00: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:\"Emilie Lebrun\";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:62:\"Post Status: New Year’s resolutions for WordPress 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:31:\"https://poststatus.com/?p=32188\";s: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:66:\"https://poststatus.com/new-years-resolutions-wordpress-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:15739:\"<p><em><strong>Editor’s Note:</strong></em> This is a guest post by <a href=\"https://poststatus.com/profiles/jack-lenox/\">Jack Lenox</a>. Jack is a developer at Automattic and hails from the United Kingdom.</p>\n<p>For just over a year now, I have been working on the <a href=\"https://vip.wordpress.com/\">WordPress.com VIP</a> team at Automattic. I had been working at Automattic for the two years prior to this – and had been developing sites with PHP and WordPress for almost ten years prior to that. So you might imagine that I had a pretty good handle on developing stuff with WordPress.</p>\n<p>And you would be wrong. Getting started with the VIP team was an eye-opening and occasionally terrifying learning experience, occasionally resulting in me thinking: “please excuse me for a moment while I go and fix some horrible vulnerability in all of my WordPress sites.”</p>\n<p>Recently, I have cautiously found myself feeling slightly more comfortable with my position on the team. For some time, I have been wanting to document the most interesting and impactful things that I have learned in the past year.</p>\n<p>As some readers may know, a significant part of a developer’s job on the VIP team is reviewing code. Thus, with us being at the start a new year, I have hereby compiled some of the most interesting best practices I have discovered as a list of New Year’s Resolutions:</p>\n<h3>1. Use strict comparison operators</h3>\n<p>One of the many quirks of PHP is that it enjoys juggling. In particular, it enjoys <a href=\"http://php.net/manual/en/language.types.type-juggling.php\">juggling types</a>. This means that without explicit instruction, PHP doesn’t see a difference between a string of “string”, an integer of 0, and a boolean value of <code>true</code>.</p>\n<p>So for example this:</p>\n<pre><code>$var = 0;\nif ( $var == \'safe_string\' ) {\n return true;\n}\n</code></pre>\n<p>Will return true. I know, what?! The easy solution here is to simply use strict comparison operators.</p>\n<p>So that’s <code>===</code> instead of <code>==</code>, and <code>!==</code> instead of <code>!=</code>. This pops up in a few other places too. By default the <a href=\"http://php.net/manual/en/function.in-array.php\"><code>in_array()</code></a> function has its strict parameter set to false.</p>\n<p>So:</p>\n<pre><code>in_array( 0, [\'safe_value\', \'another string\'] );\n</code></pre>\n<p>Will return true. To fix this, simply pass a third parameter of <code>true</code>.</p>\n<p>While we’re here, there’s one other form of comparison we should be aware of, and that’s <a href=\"http://php.net/manual/en/function.hash-equals.php\"><code>hash_equals()</code></a>. This provides a string comparison that prevents timing attacks.</p>\n<p>While a relatively uncommon form of attack on the web, it’s worth being aware of a timing attack. What is it? Well, when PHP compares two strings, it compares them one character at a time.</p>\n<p>So in the case of something like this:</p>\n<pre><code>$submitted_password = $_POST[\'password\']; // For argument\'s sake, let\'s say it\'s \"pa45word\"\n$password = \"pa55word\";\n\nif ( $submitted password === $password ) {\n go_forth();\n}\n</code></pre>\n<p>PHP’s thought process in human terms is: Is the first character of each string p? Yes it is. Is the second character of each string a? Yes it is. And so on.</p>\n<p>It will do this until it realizes that the third characters differ and at that point it will bail. Thus, with sophisticated timing software, a password can gradually be worked out by calculating how long the process is taking. If the process takes slightly longer with one character than it does with every other character, an attacker will know that they have worked out the first character.</p>\n<p>Automated processes can keep doing this until the entire password is worked out. <code>hash_equals()</code> will compare two values, but will not bail early if it detects a difference.</p>\n<p>In conclusion, if you’re comparing sensitive values, use <code>hash_equals()</code>!</p>\n<h3>2. Use Yoda condition checks, you must</h3>\n<p>The <a href=\"https://make.wordpress.org/core/handbook/best-practices/coding-standards/php/#yoda-conditions\">WordPress PHP Coding Standards</a> suggest that you should: “always put the variable on the right side and put constants, literals or function calls on the left side.” Initially, this might just sound like a bit of pedantry, but it actually has a very practical application.</p>\n<p>Consider how catastrophic the following typo could be:</p>\n<pre><code>if ( $session_authorized = true ) {\n unleash_the_secrets();\n}\n</code></pre>\n<p>Oh dear, instead of checking that <code>$session_authorized</code> is true, I am instead assigning the value of true to that variable.</p>\n<p>Now the secrets are being unleashed to whoever wants them. This could easily be missed when checking the code for bugs, even by a reviewer.</p>\n<p>Now imagine if the first line was expressed as:</p>\n<pre><code>if ( true = $session_authorized ) {\n</code></pre>\n<p>Well, it doesn’t. We can’t assign a variable to the static boolean value of <code>true</code>.</p>\n<p>Hopefully it won’t take us too long to work out why our code is still broken, but the secrets remain safe. So we’re good! <img src=\"https://s.w.org/images/core/emoji/2.2.1/72x72/1f600.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n<h3>3. ABE. A Always, B Be, E Escaping. Always Be Escaping. ALWAYS Be Escaping.</h3>\n<p>Not having a firm grasp of the concepts of validation, sanitization and escaping can make you a very dangerous developer indeed.</p>\n<p>To the extent that libraries like React escape all output by default and to bypass this functionality, you have to use the attribute: <code>dangerouslySetInnerHTML</code></p>\n<p>Validation is checking that what your code is being passed is even vaguely what it’s expecting. So for instance, if we’re expecting an integer, we can use something like: <code>$zipcode = intval( $_POST[\'my-zipcode\'] )</code></p>\n<p>The <code>intval()</code> function returns its input as an integer and defaults to zero if the input was a non-numeric value. So while this won’t prevent our code from being passed zipcodes that aren’t valid, it does protect our code from being passed anything that isn’t a number.</p>\n<p>Naturally, we could go a step further to see if the zipcode actually appears to be valid. For example, 1111111111111 is not a valid zip code, but <code>intval()</code> doesn’t know that.</p>\n<p>Fortunately, beyond integers, WordPress has <a href=\"https://codex.wordpress.org/Data_Validation#Input_Validation\">a bunch of handy helper functions for almost every data type</a> including my favourite: <code>is_email().</code></p>\n<p>Sanitization is cleaning input to make sure that it’s safe in the context where we want to use it. This prevents one of the most common forms of security vulnerability, an <a href=\"https://www.owasp.org/index.php/SQL_injection\">SQL injection attack</a>.</p>\n<p>We also sanitize to fix practical things, like checking for invalid UTF-8 characters. WordPress has a class of <a href=\"https://codex.wordpress.org/Data_Validation#Input_Validation\"><code>sanitize_*()</code> helper functions</a>; here’s an example of how one looks in the wild:</p>\n<pre><code>$title = sanitize_text_field( $_POST[\'title\'] );\nupdate_post_meta( $post->ID, \'title\', $title );\n</code></pre>\n<p>Therefore no matter what garbage we might have been passed in <code>$_POST[\'title\']</code>, it won’t cause any real problems.</p>\n<p>Escaping is similar to sanitization, but instead it is cleaning what we’re sending out, rather than what we’re taking in. A major reason for doing this is to prevent another of the most common forms of security vulnerability, a <a href=\"https://www.owasp.org/index.php/XSS\">Cross-site Scripting (or XSS) attack</a>.</p>\n<p>We want to clean our output to ensure we aren’t accidentally echoing out something very dangerous that we didn’t realize we were inadvertently storing in our database (or perhaps fetched from an API).</p>\n<p>WordPress has <a href=\"https://codex.wordpress.org/Data_Validation#Output_Sanitization\">a bunch of very useful helper functions here</a>. Some common examples of these in the wild are:</p>\n<pre><code><h4><?php echo esc_html( $title ); ?></h4>\n</code></pre>\n<pre><code><img alt=\"\" src=\"<?php echo esc_url( $great_user_picture_url ); ?>\" />\n</code></pre>\n<pre><code><ul class=\"<?php echo esc_attr( $stored_class ); ?>\">\n</code></pre>\n<p>There is also <a href=\"https://developer.wordpress.org/reference/functions/wp_kses/\"><code>wp_kses()</code></a> which can be used on everything that is expected to contain HTML, and will filter out elements that are not explicitly allowed.</p>\n<p>As a general rule, the <code>the_*()</code> and <code>get_the_*()</code> theme functions are already escaped. However, the <code>get_bloginfo()</code> function, for example, is not escaped.</p>\n<p>For further information here, I highly recommend checking out the VIP team’s documentation on <a href=\"https://vip.wordpress.com/documentation/vip/best-practices/security/validating-sanitizing-escaping/\">Validating, Sanitizing, and Escaping</a>.</p>\n<h3>4. Stop trusting everything</h3>\n<p>Don’t trust user input. Don’t trust what’s in your database. Don’t trust any variables.</p>\n<p>Treat every variable with contempt.</p>\n<p>This way, even if, for example, someone sneaks some dodgy XSS code into your database, it’ll still get escaped on output and your site will be better protected.</p>\n<h3>5. Avoid inserting HTML directly into the document (when using JavaScript)</h3>\n<p>Doing something like this is dangerous because the data that we’re using could include many more DOM elements that dramatically alter the anticipated behavior of this code, and make it vulnerable to XSS attacks:</p>\n<pre><code>jQuery.ajax({\n url: \'http://any-site.com/endpoint.json\'\n}).done( function( data ) {\n var link = \'<a href=\"\' + data.url + \'\">\' + data.title + \'</a>\';\n\njQuery( \'#my-div\' ).html( link );\n});\n</code></pre>\n<p>Instead, we should programmatically create DOM nodes and append them to the DOM. So the above instead becomes this:</p>\n<pre><code>jQuery.ajax({\n url: \'http://any-site.com/endpoint.json\'\n}).done( function( data ) {\n var a = jQuery( \'<a />\' );\n a.attr( \'href\', data.url );\n a.text( data.title );\n\njQuery( \'#my-div\' ).append( a );\n});\n</code></pre>\n<p>This is how a library like React does things behind the scenes. You can read more about this in <a href=\"https://vip.wordpress.com/2015/03/25/preventing-xss-in-javascript/\">a wonderful post about preventing XSS attacks in JavaScript</a> by my colleague, Nick Daugherty.</p>\n<h3>6. Review code</h3>\n<p>Have you ever reviewed a plugin before using it? I know, who’s got time for that right? I’ll tell you who: you.</p>\n<p>I have come to realize that reviewing code is possibly one of the best exercises for improving as a developer. Even if you’re quite new to programming or development, and you still feel pretty green, you really should give it a go.</p>\n<p>A great way to start is to review the next plugin you decide to use on your website. Before activating it, pop it open in your text editor of choice, and just spend some time scanning through it to understand what it does.</p>\n<p>A method I like to use here is to interpret each line of the code in simple English. You can even say it loud if you like – assuming you’re not sitting in a café or co-working space where people might become worried about you.</p>\n<p>You might be surprised at how often you find bugs and quirks in the code, or that the code isn’t conforming to the best practices outlined above. And if you discover issues, why not create a patch? Or if the plugin is on GitHub, create a pull request.</p>\n<p>You can also review your own code. A great method for doing this is to never deploy code straight into production. Instead, leave it on the day you finish it, and review it line by line in the morning. This method is easiest to adopt if you’re using something like GitHub where you can create a pull request with the changes, then review the pull request yourself the next day before merging it.</p>\n<p>In this vein, I highly recommend watching my colleague, Ryan Markel’s, <a href=\"http://wordpress.tv/2016/12/10/ryan-markel-code-review-keeping-things-secure-clean-and-performant/\">fantastic talk on this topic from WordCamp US 2016</a>.</p>\n<h3>7. Upgrade your tools (or at least use PHP_CodeSniffer)</h3>\n<p>There are lots of tools that help make web development easier, but if you’re doing a lot of WordPress development, the most valuable is probably <a href=\"https://github.com/squizlabs/PHP_CodeSniffer\">PHP<em>CodeSniffer</em></a>. It reads your code and automatically reviews it for bugs and coding standards inconsistencies while you type.</p>\n<p>It’s kind of like a spell checker, but for code. No matter how good your English is, you still use spell check right? So why wouldn’t you spell check your code?</p>\n<p>Here’s a bonus for you: the WordPress VIP Coding Standards are available by default with the <a href=\"https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards\">WordPress Coding Standards for PHPCodeSniffer</a>. So with that, it’ll check if you’re following most of the above resolutions.</p>\n<p>As you might imagine, using PHP_CodeSniffer also really helps highlight potential problems when you’re reviewing plugins and other people’s code.</p>\n<h3>8. Be curious</h3>\n<p>Far too often, I’m guilty of searching to try to find out what a particular WordPress function does, or scanning Stack Overflow to see if someone’s having the same problem as me.</p>\n<p>I have historically had a bad habit of seeing much of what WordPress does as magic, and avoiding getting too deep in the inner workings. But actually, it can be very beneficial to find out answers for yourself, instead of trying to find others who have already done the work.</p>\n<p>In essence, WordPress is quite simple. The code largely consists of functions taking arguments, and doing things with those arguments, and passing the results onto other functions taking arguments, and so on.</p>\n<p>It doesn’t take much to start unpicking something, and working out exactly what’s happening behind the scenes. So next time you’re struggling with a function, try going straight to looking at what the function actually does.</p>\n<p>Personally I find the <a href=\"https://github.com/wordpress/wordpress\">WordPress GitHub repo</a> that mirrors the core SVN repo to be a very useful way of doing this.</p>\n<p>The WordPress strapline is that “code is poetry”, and for its flaws I find that on the most part, the WordPress codebase is very readable, if nothing else! <img src=\"https://s.w.org/images/core/emoji/2.2.1/72x72/1f609.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n<p>I’ll conclude by taking this opportunity to wish you a very happy and prosperous new year!</p>\n<p><strong><em>Note</em>:</strong> Some of the above has been gleefully plagiarized from <a href=\"https://vip.wordpress.com/documentation/vip/code-review-what-we-look-for/\">WordPress.com VIP’s Code Review documentation</a>. It’s an Aladdin’s cave of useful advice, and I highly recommend working your way through it as and when you can.</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:\"Thu, 12 Jan 2017 21:26: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Jack Lenox\";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:18:\"Matt: Thirty-Three\";s: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=47034\";s: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:35:\"https://ma.tt/2017/01/thirty-three/\";s: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:4279:\"<p>I’m taking it easy this week, nothing too crazy — just sharing good meals and wine with friends. Which is probably a good example of my goals for the year: putting family and loved ones first, slowing down (<a href=\"https://ma.tt/2014/10/run-better/\">to go further</a>), and deliciousness. (<a href=\"https://www.singlethreadfarms.com/\">Single Thread Farms</a> blew me away.)</p>\n<p>2016 was a year of incredible contrasts: it was the saddest and most challenged I’ve ever been with the <a href=\"https://ma.tt/2016/04/in-memoriam-chuck-mullenweg/\">passing of my father</a>, and while that overshadowed everything there were also bright moments of coming closer to family, deepening friendships, and growing professionally with incredible progress from both WordPress and Automattic. That momentum on the professional side is carrying through and right now I’m the most optimistic I can recall, and thrilled to wake up and get to work every day with the people I do.</p>\n<p>I talked about trying to spend longer stretches of time in fewer places, and that definitely happened. I flew 162k fewer miles than <a href=\"https://ma.tt/2016/01/thirty-two/\">the year before</a>, and visited 35 fewer cities. My blogging decreased a lot too — from 252 posts in 2015 to 76 posts in 2016, but the posts I did write were at least 50% longer. I made it to 9 more of the Top 50 restaurants and stand currently at 50% of <a href=\"http://www.theworlds50best.com/list/1-50-winners\">the list</a>. I finished <a href=\"https://www.pinterest.com/saxmatt/books-in-2016/\">22 books</a>, including a lot more fiction including my first few graphic novels like Ex Machina, Y: The Last Man, and Watchmen. I watched 35 movies, 9 of which were from the Marvel universe on a single flight from Cape Town to Dubai.</p>\n<p><a href=\"https://ma.tt/2016/01/thirty-two/\">Last year</a> I said, “it’s exciting to make the most of the opportunity that the volatility, love, loss, glory, failure, inspirations, and setbacks that 2016 will bring.” I didn’t know how right I would be, and wish I hadn’t been.</p>\n<p>This year doesn’t start with new plans, but rather three intentions continued from a few months ago. I <a href=\"https://ma.tt/2017/01/rebirth-and-yellow-arrows/\">revealed one yesterday</a>, and promised I would expand today on the others, so here they are:</p>\n<ol>\n<li><strong>Symmetry</strong> — Balance in all things, including my body which is stronger on my right side and much tighter on my left side. We also need symmetry in WordPress between the .org and .com products which differ too much.</li>\n<li><strong>Stillness</strong> — In echoes <a href=\"https://www.amazon.com/Art-Stillness-Adventures-Going-Nowhere-ebook/dp/B00JSRQSJS\">of Pico Iyer</a>, so much of my life in my 20s was about movement, and “going places to be moved.” In my 30s I’m looking inward. As Saint Augustine said in Book X, chapter 8 of <em>Confessions</em>: “Men go forth to wonder at the heights of mountains, the huge waves of the sea, the broad flow of the rivers, the vast compass of the ocean, the courses of the stars, and they pass by themselves without wondering.”</li>\n<li><strong>Yellow Arrows</strong> — The idea that there are clear indications of where to go next at every fork in the road, and if not you should paint them. I wrote more <a href=\"https://ma.tt/2017/01/rebirth-and-yellow-arrows/\">on this yesterday</a>.</li>\n</ol>\n<p>Previously: <a href=\"https://ma.tt/2003/01/bday/\">19</a>, <a href=\"https://ma.tt/2004/01/so-im-20/\">20</a>, <a href=\"https://ma.tt/2005/01/hot-barely-legal-matt/\">21</a>, <a href=\"https://ma.tt/2006/01/matt-22/\">22</a>, <a href=\"https://ma.tt/2007/01/twenty-three/\">23</a>, <a href=\"https://ma.tt/2008/01/twenty-four/\">24</a>, <a href=\"https://ma.tt/2009/01/twenty-five/\">25</a>, <a href=\"https://ma.tt/2010/01/twenty-six/\">26</a>, <a href=\"https://ma.tt/2011/01/twenty-seven/\">27</a>, <a href=\"https://ma.tt/2012/01/twenty-eight/\">28</a>, <a href=\"https://ma.tt/2013/01/twenty-nine/\">29</a>, <a href=\"https://ma.tt/2014/01/matt-3-0/\">30</a>, <a href=\"https://ma.tt/2015/01/thirty-one/\">31</a>, and <a href=\"https://ma.tt/2016/01/thirty-two/\">32</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:\"Thu, 12 Jan 2017 07:59: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: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:58:\"Dev Blog: 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=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:\"\";}}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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6519:\"<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>\";s: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: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:\"\";}}}}}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:31:\"Matt: Rebirth and Yellow Arrows\";s: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=47020\";s: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:48:\"https://ma.tt/2017/01/rebirth-and-yellow-arrows/\";s: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:2464:\"<p>My friend <a href=\"https://www.amazon.com/Rebirth-Fable-Forgiveness-Following-Heart/dp/0316312282/\">Kamal Ravikant has a new book out, Rebirth, which I highly recommend</a>. I had the good fortune to read it a few months ago and the story of the Camino de Santiago touched and inspired me.</p>\n<p>Because of the impact of the book, I ended up adopting a few New Year’s intentions long before January 1st — things to ruminate on and keep in mind as the year wound down. The outlook of the world seemed uncertain, and I’m learning to navigate the world without my father.</p>\n<p><img /></p>\n<h3>Yellow Arrows</h3>\n<p>The Camino de Santiago is a pilgrimage path in Spain that people have walked since the 9th century AD. The 500 mile path winds through mountains, fields, and sometimes cities, and many pilgrims take a month or more on it. In some ways it is similar to <a href=\"http://walkkumano.com/\">the Kumano Kodo walk I did with Dan and Craig last year</a>.</p>\n<p>There are places where the path isn’t exactly clear, either because the trail isn’t strong, there’s been growth, or you might be in a crowded urban area like a city. Over the years pilgrims and people who live on the trail have marked it with yellow arrows pointing the way. If someone gets lost or confused, it’s an opportunity for an additional sign to bring them back on track.</p>\n<p>When you know the path, is it clear where someone else walking it should go next? It’s an interesting concept that applies across life. In your relationships, does your friend, loved one, or partner know what to expect, and where you’re headed together? Even in WordPress I feel like there are too many places where we bring someone to a fork in the road and there is no clear indication which way they should take.</p>\n<p>Give some thought to the yellow arrows in your life, and I’ll write more about the other two things I’ve been thinking about tomorrow. Also don’t forget <a href=\"https://www.amazon.com/Rebirth-Fable-Forgiveness-Following-Heart/dp/0316312282/\">to pick up a copy of Kamal’s book</a>. I loved it and I think it will be one I’m recommending to many friends.</p>\n<p><a href=\"https://www.amazon.com/Rebirth-Fable-Forgiveness-Following-Heart/dp/0316312282/\"><img /></a></p>\n<p>(Image from <a href=\"http://caminotravelcenter.com/who-was-elias-valina-follow-the-yellow-arrow/\">Camino Travel Center</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, 11 Jan 2017 03:48: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: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: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:49:\"BuddyPress: BuddyPress 2.7.4 – 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=262326\";s: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/2016/12/buddypress-2-7-4-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:1235:\"<p>BuddyPress 2.7.4 is now available, and is a security release & recommended upgrade for all BuddyPress installations. We’ve also ported the code changes in 2.7.4 to all branches back 2.0, and are pushing updates out for all installations where we are able to do so.</p>\n<p>These releases include a fix to the BuddyPress core attachments API that could allow arbitrary file deletion on certain installation configurations.</p>\n<p>This bug was responsibly disclosed to the WordPress security team (and the BuddyPress team) through the WordPress HackerOne Bounty Program by Sam Pizzey (mopman).</p>\n<p>Both Boone & Paul worked together to fix this for all versions of BuddyPress that are currently in active use, and Stephen & Dion helped package and push these releases out.</p>\n<p>Please update to these latest versions of BuddyPress today in your WordPress Dashboard, or by <a href=\"https://wordpress.org/plugins/buddypress/\">downloading from the wordpress.org plugin repository</a>.</p>\n<p>Questions or comments? Check out the <a href=\"https://codex.buddypress.org/releases/version-2-7-4/\">2.7.4 changelog</a>, or stop by our <a href=\"https://buddypress.org/support/\">support forums</a> or Trac.</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, 23 Dec 2016 02:25: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:17:\"John James Jacoby\";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:50:\"bbPress: bbPress 2.5.12 – Requires WordPress 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:29:\"https://bbpress.org/?p=179733\";s: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://bbpress.org/blog/2016/12/bbpress-2-5-12-requires-wordpress-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:963:\"<p>Oh, bother! Out now is bbPress 2.5.12, which fixes a bug for WordPress 4.7 users who did the right thing and updated to bbPress 2.5.11. Some of you may have noticed your bbPress menu items disappear – this release fixes that stinger. <img src=\"https://s.w.org/images/core/emoji/2.2.1/72x72/1f41d.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n<p>2.5.12 officially bumps the minimum WordPress version requirement to 4.7 for all releases going forward. If you are stuck on a previous version of WordPress, please continue to use 2.5.11.</p>\n<p>This cut-off is in place because the improvements to user-roles in WordPress 4.7 are really that important, and all future bug-fix releases to 2.5 and major releases going forward will be taking advantage of them.</p>\n<p>If you’ve updated to 4.7 and are one of the unlucky few to get stung by the missing-menu bug, please accept my sincere apologies along with an update to 2.5.12 to relieve the itching.</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, 09 Dec 2016 08:02: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:17:\"John James Jacoby\";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:37:\"Dev Blog: 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=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:\"\";}}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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:41268:\"<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\"><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\" /></div><p>Introducing WordPress 4.7</p></div>\n<hr />\n<h2>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\" /></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>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 class=\"wp-video\"><!--[if lt IE 9]><script>document.createElement(\'video\');</script><![endif]-->\n<a href=\"https://wordpress.org/news/files/2016/12/starter-content.mp4\">https://wordpress.org/news/files/2016/12/starter-content.mp4</a></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>\n<h3>Edit Shortcuts</h3>\n<div class=\"wp-video\"><a href=\"https://wordpress.org/news/files/2016/12/edit-shortcuts.mp4\">https://wordpress.org/news/files/2016/12/edit-shortcuts.mp4</a></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>\n<h3>Video Headers</h3>\n<div class=\"wp-video\"><a href=\"https://wordpress.org/news/files/2016/12/video-headers.mp4\">https://wordpress.org/news/files/2016/12/video-headers.mp4</a></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></div>\n<div>\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\" /></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>\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\" /></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></div>\n<hr />\n<div>\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\" /></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>\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\" /></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></div>\n<hr />\n<h2>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=\"\" /></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>Even More Developer Happiness <img src=\"https://s.w.org/images/core/emoji/2.2.1/72x72/1f60a.png\" alt=\"?\" class=\"wp-smiley\" /></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>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/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/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/iamjolly\">iamjolly</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/krstarica\">Ivan</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/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/mariovalney\">Mario Valney</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/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/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/schlessera\">schlessera</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/voldemortensen\">voldemortensen</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>\";s: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: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:\"\";}}}}}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:47:\"bbPress: bbPress 2.5.11 – 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:29:\"https://bbpress.org/?p=178971\";s: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://bbpress.org/blog/2016/11/bbpress-2-5-11-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:1075:\"<p>bbPress 2.5.11 is out, and is a maintenance release for all previous 2.x versions. 2.5.11 includes support for the soon to be released WordPress 4.7. If you’re planning on updating to WordPress 4.7 right away, you’ll want to update to bbPress 2.5.11 immediately.</p>\n<p>If you’re using any version of bbPress 2.x and have not yet updated, please take a moment to update your bbPress installations to 2.5.11. If you’re using WordPress’s built-in updater, it should only take a click or two. If you need help, please reach out in our <a href=\"https://bbpress.org/forums/\">support forums</a> and someone will be happy to assist you.</p>\n<p>These fixes have also been ported over to 2.6, which we continue to run here at bbPress.org and BuddyPress.org.</p>\n<hr />\n<p>Speaking of bbPress 2.6, per-forum moderators, favorites, and subscriptions are fully refactored and working pretty great. Our findings have also helped push performance improvements upstream to WordPress core, and are already employed across the forums on WordPress.org.</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:\"Thu, 10 Nov 2016 00:27: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:17:\"John James Jacoby\";s: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:\"Fri, 17 Feb 2017 21:55:58 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Fri, 17 Feb 2017 21:45:07 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:5:\"build\";s:14:\"20130911080210\";}','no'),(9189,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1487411759','no'),(9190,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1487368559','no'),(9191,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1487411759','no'),(9192,'_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:3:\"bel\";s: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 Feb 2017 21:45: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: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: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/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:36:\"18101@https://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: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: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: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:36:\"29860@https://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: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: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: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:36:\"23862@https://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: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: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: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:34:\"132@https://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: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: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: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:35:\"9542@https://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: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: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: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:35:\"1169@https://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:121:\"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 16 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: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: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: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:34:\"363@https://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: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: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: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:36:\"12073@https://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: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: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: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:35:\"5790@https://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: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: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: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:35:\"8321@https://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: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: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: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:35:\"2141@https://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: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: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: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:34:\"753@https://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: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: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: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:35:\"6743@https://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: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: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: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:36:\"25254@https://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: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: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: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:36:\"51888@https://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: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: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: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:36:\"29832@https://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: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: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:48:\"https://wordpress.org/plugins/wpclef/#post-47509\";s: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, 27 Dec 2012 01:25: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:36:\"47509@https://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:139:\"Modern two-factor that people love to use: strong authentication without passwords or tokens; single sign on/off; magical login experience.\";s: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:\"Dave Ross\";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: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: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:35:\"2082@https://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: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: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: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:35:\"2316@https://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:113:\"Connect Google Analytics with WordPress by adding your Google Analytics tracking code. Get the stats that matter.\";s: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: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: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: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:35:\"2572@https://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: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: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: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:36:\"38058@https://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: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: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: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:35:\"2646@https://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: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: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: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:33:\"15@https://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:98:\"Akismet checks your comments against the Akismet Web service to see if they look like spam or not.\";s: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: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: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: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:36:\"50539@https://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: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: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: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:36:\"26607@https://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: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: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: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:36:\"26907@https://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: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: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/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:36:\"28395@https://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: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: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: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:36:\"31973@https://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: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: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:36:\"67824@https://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: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: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:36:\"21738@https://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:\"\";}}}}}}}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:12:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 17 Feb 2017 21:55:59 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:7:\"expires\";s:29:\"Fri, 17 Feb 2017 22:20:29 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Fri, 17 Feb 2017 21:45:29 +0000\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:5:\"build\";s:14:\"20130911080210\";}','no'),(9193,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1487411759','no'),(9194,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1487368559','no'),(9195,'_transient_timeout_plugin_slugs','1487476440','no'),(9196,'_transient_plugin_slugs','a:24:{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:85:\"all-in-one-event-calendar-extended-views/all-in-one-event-calendar-extended-views.php\";i:3;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:4;s:17:\"backup/backup.php\";i:5;s:40:\"backup-guard-silver/backup-guard-pro.php\";i:6;s:24:\"buddypress/bp-loader.php\";i:7;s:36:\"contact-form-7/wp-contact-form-7.php\";i:8;s:43:\"envira-gallery-lite/envira-gallery-lite.php\";i:9;s:33:\"fusion-builder/fusion-builder.php\";i:10;s:27:\"fusion-core/fusion-core.php\";i:11;s:9:\"hello.php\";i:12;s:29:\"hide-featured-image/index.php\";i:13;s:31:\"photo-gallery/photo-gallery.php\";i:14;s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";i:15;s:23:\"revslider/revslider.php\";i:16;s:51:\"revslider-gallery-addon/revslider-gallery-addon.php\";i:17;s:43:\"the-events-calendar/the-events-calendar.php\";i:18;s:53:\"widget-importer-exporter/widget-importer-exporter.php\";i:19;s:27:\"woocommerce/woocommerce.php\";i:20;s:41:\"wordpress-importer/wordpress-importer.php\";i:21;s:23:\"wp-smushit/wp-smush.php\";i:22;s:39:\"wp-speed-of-light/wp-speed-of-light.php\";i:23;s:27:\"wp-super-cache/wp-cache.php\";}','no'),(9197,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1487411760','no'),(9198,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2017/01/wordpress-4-7-2-security-release/\'>WordPress 4.7.2 Security Release</a> <span class=\"rss-date\">January 26, 2017</span><div class=\"rssSummary\">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. […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/how-to-check-if-installed-plugins-are-no-longer-in-the-plugin-directory\'>WPTavern: How to Check if Installed Plugins Are No Longer in the Plugin Directory</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wpweekly-episode-263-plugins-disappearing-wordcamp-miami-and-ostraining\'>WPTavern: WPWeekly Episode 263 – Plugins Disappearing, WordCamp Miami, and OSTraining</a></li><li><a class=\'rsswidget\' href=\'https://poststatus.com/loopconf/\'>Post Status: LoopConf in review</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\"dashboard-news-plugin\"><span>Popular Plugin:</span> iThemes Security (formerly Better WP Security) <a href=\"plugin-install.php?tab=plugin-information&plugin=siteorigin-panels&_wpnonce=721d8e0f36&TB_iframe=true&width=600&height=800\" class=\"thickbox open-plugin-details-modal\" aria-label=\"Install iThemes Security (formerly Better WP Security)\">(Install)</a></li></ul></div>','no'),(9249,'_transient_timeout_avada_dynamic_css_7','1487379095','no'),(9250,'_transient_avada_dynamic_css_7','@font-face{font-family:;src:;font-weight: normal;font-style: normal;}.Avada_506{color:green;}body,html,html body.custom-background{background-color:#ffffff;}#main,#slidingbar,.fusion-footer-copyright-area,.fusion-footer-widget-area,.fusion-page-title-bar,.fusion-secondary-header,.header-v4 #small-nav,.header-v5 #small-nav,.sticky-header .sticky-shadow,.tfs-slider .slide-content-container{padding-left:30px;padding-right:30px;}.width-100 .fusion-fullwidth{margin-left:-30px;margin-right:-30px;}.fusion-mobile-menu-design-modern .fusion-mobile-nav-holder li a{padding-left:30px;padding-right:30px;}.fusion-mobile-menu-design-modern .fusion-mobile-nav-holder .fusion-mobile-nav-item .fusion-open-submenu{padding-right:35px;}.fusion-mobile-menu-design-modern .fusion-mobile-nav-holder .fusion-mobile-nav-item a{padding-left:30px;padding-right:30px;}.fusion-mobile-menu-design-modern .fusion-mobile-nav-holder .fusion-mobile-nav-item li a{padding-left:39px;}.fusion-mobile-menu-design-modern .fusion-mobile-nav-holder .fusion-mobile-nav-item li li a{padding-left:48px;}.fusion-mobile-menu-design-modern .fusion-mobile-nav-holder .fusion-mobile-nav-item li li li a{padding-left:57px;}.fusion-mobile-menu-design-modern .fusion-mobile-nav-holder .fusion-mobile-nav-item li li li li a{padding-left:66px;}.event-is-recurring:hover,.tooltip-shortcode,a:hover{color:#78bca1;}#main .about-author .title a:hover,#main .post h2 a:hover,#slidingbar-area .fusion-accordian .panel-title a:hover,#slidingbar-area .widget li.recentcomments:hover:before,#slidingbar-area ul li a:hover,#wrapper .fusion-widget-area .current-menu-item > a,#wrapper .fusion-widget-area .current-menu-item > a:before,#wrapper .fusion-widget-area .current_page_item > a,#wrapper .fusion-widget-area .current_page_item > a:before,#wrapper .jtwt .jtwt_tweet a:hover,.content-box-percentage,.fusion-accordian .panel-title a:hover,.fusion-content-widget-area .widget .recentcomments:hover:before,.fusion-content-widget-area .widget li a:hover,.fusion-content-widget-area .widget li a:hover:before,.fusion-content-widget-area .widget_archive li a:hover:before,.fusion-content-widget-area .widget_categories li a:hover,.fusion-content-widget-area .widget_categories li a:hover:before,.fusion-content-widget-area .widget_links li a:hover:before,.fusion-content-widget-area .widget_nav_menu li a:hover:before,.fusion-content-widget-area .widget_pages li a:hover:before,.fusion-content-widget-area .widget_recent_entries li a:hover:before,.fusion-copyright-notice a:hover,.fusion-date-and-formats .fusion-format-box i,.fusion-filters .fusion-filter.fusion-active a,.fusion-footer-widget-area a:hover,.fusion-login-box a:hover,.fusion-popover,.fusion-read-more:hover:after,.more a:hover:after,.pagination-next:hover:after,.pagination-prev:hover:before,.price > .amount,.price ins .amount,.project-content .project-info .project-info-box a:hover,.side-nav .arrow:hover:after,.side-nav li.current_page_ancestor > a,.side-nav ul > li.current_page_item > a,.single-navigation a[rel=next]:hover:after,.single-navigation a[rel=prev]:hover:before,.slidingbar-area .widget li a:hover:before,.slidingbar-area a:hover,.star-rating span:before,.star-rating:before,.tooltip-shortcode,h5.toggle:hover a,span.dropcap{color:#78bca1;}.fusion-accordian .panel-title a:hover .fa-fusion-box{background-color:#78bca1 !important;border-color:#78bca1 !important;}.fusion-content-widget-area .fusion-image-wrapper .fusion-rollover .fusion-rollover-content a:hover{color:#333333;}.star-rating span:before,.star-rating:before{color:#78bca1;}#slidingbar-area .tagcloud a:hover,.fusion-body .fusion-footer-widget-area .tagcloud a:hover,.tagcloud a:hover{color:#FFFFFF;text-shadow:none;-webkit-text-shadow:none;-moz-text-shadow:none;}#nav ul li > a:hover,#sticky-nav ul li > a:hover,#wrapper .fusion-tabs-widget .tab-holder .tabs li.active a,#wrapper .fusion-tabs.classic .nav-tabs > li.active .tab-link,#wrapper .fusion-tabs.classic .nav-tabs > li.active .tab-link:focus,#wrapper .fusion-tabs.classic .nav-tabs > li.active .tab-link:hover,#wrapper .fusion-tabs.vertical-tabs.classic .nav-tabs > li.active .tab-link,#wrapper .post-content blockquote,.fusion-filters .fusion-filter.fusion-active a,.fusion-hide-pagination-text .pagination-next:hover,.fusion-hide-pagination-text .pagination-prev:hover,.pagination .current,.pagination a.inactive:hover,.progress-bar-content,.reading-box,.tagcloud a:hover{border-color:#78bca1;}#wrapper .side-nav li.current_page_item a{border-right-color:#78bca1;border-left-color:#78bca1;}#toTop:hover,#wrapper .search-table .search-button input[type=\"submit\"]:hover,.circle-yes ul li:before,.fusion-accordian .panel-title .active .fa-fusion-box,.fusion-date-and-formats .fusion-date-box,.pagination .current,.progress-bar-content,.table-2 table thead,.tagcloud a:hover,ul.arrow li:before,ul.circle-yes li:before{background-color:#78bca1;}#fusion-gmap-container,#main,#sliders-container,#wrapper,.fusion-separator .icon-wrapper,body,html{background-color:#ffffff;}.fusion-footer-widget-area{background-color:#212121;border-color:#212121;border-top-width:12px;padding-top:20px;padding-bottom:20px;}#wrapper .fusion-footer-widget-area .fusion-tabs-widget .tab-holder .tabs li{border-color:#212121;}.fusion-footer-copyright-area{background-color:#1e1e1e;border-color:#1e1e1e;border-top-width:1px;padding-top:18px;padding-bottom:16px;}.fusion-copyright-notice{color:#ffffff;font-size:13px;}.fusion-copyright-notice a{color:#ffffff;}.fusion-footer-copyright-area a:hover{color:#ffffff;}.sep-boxed-pricing .panel-heading{background-color:#c4c4c4;border-color:#c4c4c4;}.full-boxed-pricing.fusion-pricing-table .standout .panel-heading h3,.fusion-pricing-table .panel-body .price .decimal-part,.fusion-pricing-table .panel-body .price .integer-part{color:#c4c4c4;}.fusion-image-wrapper .fusion-rollover{background-image:linear-gradient(top, rgba(34,36,42,0.9) 0%, #22242a 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(34,36,42,0.9)), color-stop(1, #22242a));background-image:filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#22242a, endColorstr=#22242a), progid: DXImageTransform.Microsoft.Alpha(Opacity=0);background-image:-webkit-linear-gradient(top, rgba(34,36,42,0.9) 0%, #22242a 100%);background-image:-moz-linear-gradient(top, rgba(34,36,42,0.9) 0%, #22242a 100%);background-image:-ms-linear-gradient(top, rgba(34,36,42,0.9) 0%, #22242a 100%);background-image:-o-linear-gradient(top, rgba(34,36,42,0.9) 0%, #22242a 100%);transform:scaleX(0);-webkit-transform:scaleX(0);-moz-transform:scaleX(0);-ms-transform:scaleX(0);-o-transform:scaleX(0);}.no-cssgradients .fusion-image-wrapper .fusion-rollover{background:#22242a;}.fusion-image-wrapper:hover .fusion-rollover{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#22242a, endColorstr=#22242a), progid: DXImageTransform.Microsoft.Alpha(Opacity=100);transform:scaleX(1);-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-ms-transform:scaleX(1);-o-transform:scaleX(1);}#main .comment-submit,#reviews input#submit,.button-default,.button.default,.comment-form input[type=\"submit\"],.fusion-button-default,.fusion-portfolio-one .fusion-button,.post-password-form input[type=\"submit\"],.ticket-selector-submit-btn[type=submit],.wpcf7-form input[type=\"submit\"],.wpcf7-submit{background:#78bca1;color:#ffffff;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#78bca1, endColorstr=#78bca1);transition:all .2s;-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s;}.link-type-button-bar .fusion-read-more,.no-cssgradients #main .comment-submit,.no-cssgradients #reviews input#submit,.no-cssgradients .button-default,.no-cssgradients .button.default,.no-cssgradients .comment-form input[type=\"submit\"],.no-cssgradients .fusion-button-default,.no-cssgradients .fusion-portfolio-one .fusion-button,.no-cssgradients .post-password-form input[type=\"submit\"],.no-cssgradients .ticket-selector-submit-btn[type=\"submit\"],.no-cssgradients .wpcf7-form input[type=\"submit\"],.no-cssgradients .wpcf7-submit{background:#78bca1;}#main .comment-submit:hover,#reviews input#submit:hover,.button-default:hover,.button.default:hover,.comment-form input[type=\"submit\"]:hover,.fusion-button-default:hover,.fusion-portfolio-one .fusion-button:hover,.post-password-form input[type=\"submit\"]:hover,.ticket-selector-submit-btn[type=\"submit\"]:hover,.wpcf7-form input[type=\"submit\"]:hover,.wpcf7-submit:hover{background:#6fb297;color:#ffffff;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#6fb297, endColorstr=#6fb297);}.no-cssgradients #main .comment-submit:hover,.no-cssgradients #reviews input#submit:hover,.no-cssgradients .button-default:hover,.no-cssgradients .comment-form input[type=\"submit\"]:hover,.no-cssgradients .fusion-button-default:hover,.no-cssgradients .fusion-portfolio-one .fusion-button:hover,.no-cssgradients .ticket-selector-submit-btn[type=\"submit\"]:hover,.no-cssgradients .wpcf7-form input[type=\"submit\"]:hover,.no-cssgradients .wpcf7-submit:hover,.no-cssgradinets .button.default:hover,.no-cssgradinets .post-password-form input[type=\"submit\"]:hover{background:#6fb297 !important;}.link-type-button-bar .fusion-read-more,.link-type-button-bar .fusion-read-more:after,.link-type-button-bar .fusion-read-more:before{color:#ffffff;}.link-type-button-bar .fusion-read-more:hover,.link-type-button-bar .fusion-read-more:hover:after,.link-type-button-bar .fusion-read-more:hover:before,.link-type-button-bar.link-area-box:hover .fusion-read-more,.link-type-button-bar.link-area-box:hover .fusion-read-more:after,.link-type-button-bar.link-area-box:hover .fusion-read-more:before{color:#ffffff !important;}.fusion-image-wrapper .fusion-rollover .fusion-rollover-gallery,.fusion-image-wrapper .fusion-rollover .fusion-rollover-link{background-color:#ffffff;width:calc(15px * 2.41);height:calc(15px * 2.41);}.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-product-buttons a:before,.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-categories,.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-categories a,.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-title a,.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .price *,.fusion-image-wrapper .fusion-rollover .fusion-rollover-content a,.fusion-rollover .fusion-rollover-content .fusion-rollover-title{color:#ffffff;}.fusion-page-title-bar{border-color:rgba(255,255,255,0);border:none;background-color:#f0f0f0;background-size:cover;height:150px;-webkit-background-size:cover;-moz-background-size:cover;-ms-background-size:cover;-o-background-size:cover;}#slidingbar-area .widget-title,#slidingbar-area h3,.fusion-footer-widget-area .widget-title,.fusion-footer-widget-area h3{font-family:Montserrat, Arial, Helvetica, sans-serif;font-size:17px;font-weight:400;line-height:1.5;letter-spacing:0px;}.fusion-footer-copyright-area > .fusion-row,.fusion-footer-widget-area > .fusion-row{padding-left:5%;padding-right:5%;}.layout-wide-mode .fusion-footer-copyright-area > .fusion-row,.layout-wide-mode .fusion-footer-widget-area > .fusion-row{max-width:100% !important;}.fontawesome-icon.circle-yes{background-color:#78bca1;}.content-box-shortcode-timeline,.fontawesome-icon.circle-yes{border-color:rgba(255,255,255,0);}.fontawesome-icon,.fontawesome-icon.circle-yes,.post-content .error-menu li:after,.post-content .error-menu li:before{color:#ffffff;}.fusion-title .title-sep,.fusion-title.sep-underline,.product .product-border{border-color:#e0dede;}.checkout .payment_methods .payment_box,.post-content blockquote,.review blockquote q{background-color:rgba(255,255,255,0);}.fusion-testimonials .author:after{border-top-color:rgba(255,255,255,0);}.post-content blockquote,.review blockquote q{color:#999999;}#nav ul li ul li a,#reviews #comments > h2,#sticky-nav ul li ul li a,#wrapper #nav ul li ul li > a,#wrapper #sticky-nav ul li ul li > a,.avada-container h3,.comment-form input[type=\"submit\"],.ei-title h3,.fusion-blog-shortcode .fusion-timeline-date,.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-categories,.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-title,.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .price,.fusion-image-wrapper .fusion-rollover .fusion-rollover-content a,.fusion-load-more-button,.fusion-main-menu .sub-menu,.fusion-main-menu .sub-menu li a,.fusion-megamenu-widgets-container,.fusion-megamenu-wrapper .fusion-megamenu-submenu > a:hover,.fusion-megamenu-wrapper li .fusion-megamenu-title-disabled,.fusion-page-title-bar h3,.gform_page_footer input[type=button],.meta .fusion-date,.more,.post-content blockquote,.review blockquote div strong,.review blockquote q,.ticket-selector-submit-btn[type=submit],.wpcf7-form input[type=\"submit\"],body{font-family:\"Open Sans\", Arial, Helvetica, sans-serif;font-weight:400;letter-spacing:0px;}#nav ul li ul li a,#reviews #comments > h2,#side-header .fusion-contact-info,#side-header .header-social .top-menu,#sticky-nav ul li ul li a,#wrapper #nav ul li ul li > a,#wrapper #sticky-nav ul li ul li > a,.avada-container h3,.comment-form input[type=\"submit\"],.ei-title h3,.fusion-accordian .panel-body,.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-categories,.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-title,.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .price,.fusion-image-wrapper .fusion-rollover .fusion-rollover-content a,.fusion-main-menu .sub-menu,.fusion-main-menu .sub-menu li a,.fusion-megamenu-widgets-container,.fusion-megamenu-wrapper .fusion-megamenu-submenu > a:hover,.fusion-megamenu-wrapper li .fusion-megamenu-title-disabled,.fusion-page-title-bar h3,.gform_page_footer input[type=button],.meta .fusion-date,.more,.post-content blockquote,.review blockquote div strong,.review blockquote q,.ticket-selector-submit-btn[type=submit],body{line-height:2;}#slidingbar-area .slide-excerpt h2,#slidingbar-area ul,.counter-box-content,.fusion-alert,.fusion-blog-layout-timeline .fusion-timeline-date,.fusion-footer-widget-area .slide-excerpt h2,.fusion-footer-widget-area ul,.fusion-progressbar .progress-title,.fusion-tabs-widget .tab-holder .news-list li .post-holder .meta,.fusion-tabs-widget .tab-holder .news-list li .post-holder a,.gform_wrapper .gfield_description,.gform_wrapper label,.jtwt .jtwt_tweet,.post-content blockquote,.project-content .project-info h4,.review blockquote q,.sidebar .jtwt .jtwt_tweet,.sidebar .slide-excerpt h2,body{font-size:15px;}#reviews #comments > h2,#wrapper .fusion-tabs-widget .tab-holder .news-list li .post-holder .meta,#wrapper .meta,.fusion-blog-timeline-layout .fusion-timeline-date,.fusion-main-menu .fusion-custom-menu-item-contents,.fusion-rollover .price .amount,.post .post-content,.post-content blockquote,.project-content .project-info h4,.review blockquote div,.search input,.sidebar .fusion-tabs-widget .tab-holder .tabs li a,.sidebar .jtwt,.sidebar .widget .recentcomments,.sidebar .widget_archive li,.sidebar .widget_categories li,.sidebar .widget_layered_nav li,.sidebar .widget_links li,.sidebar .widget_meta li,.sidebar .widget_nav_menu li,.sidebar .widget_pages li,.sidebar .widget_product_categories li,.sidebar .widget_recent_entries li,.title-row,body,body .sidebar .fusion-tabs-widget .tab-holder .tabs li a{color:#747474;}#slidingbar-area h3,.avada-container h3,.comment-form input[type=\"submit\"],.fusion-footer-widget-area h3,.fusion-load-more-button,.project-content .project-info h4,.review blockquote div strong,.ticket-selector-submit-btn[type=\"submit\"],.wpcf7-form input[type=\"submit\"]{font-weight:bold;}.meta .fusion-date,.post-content blockquote,.review blockquote q{font-style:italic;}.fusion-page-title-bar .fusion-breadcrumbs,.fusion-page-title-bar .fusion-breadcrumbs li,.fusion-page-title-bar .fusion-breadcrumbs li a{font-size:14px;}#wrapper .side-nav li a{font-size:14px;}.sidebar .widget h4{font-size:17px;}.fusion-main-menu > ul > li > a,.side-nav li a{font-family:Montserrat, Arial, Helvetica, sans-serif;font-size:15px;font-weight:400;letter-spacing:1px;}.fusion-main-menu-cart .fusion-widget-cart-number{font-family:Montserrat, Arial, Helvetica, sans-serif;}#slidingbar-area .widget-title,#slidingbar-area h3{font-size:17px;line-height:17px;}#main .fusion-row,#slidingbar-area .fusion-row,.fusion-footer-copyright-area .fusion-row,.fusion-footer-widget-area .fusion-row,.fusion-page-title-row,.tfs-slider .slide-content-container .slide-content{max-width:1170px;}#wrapper #main .fusion-portfolio-content > h2.fusion-post-title,#wrapper #main .fusion-post-content > .blog-shortcode-post-title,#wrapper #main .fusion-post-content > h2.fusion-post-title,#wrapper #main .post > h2.fusion-post-title,#wrapper .fusion-events-shortcode .fusion-events-meta h2{font-size:24px;line-height:34px;}#wrapper #main #comments .fusion-title h3,#wrapper #main #respond .fusion-title h3,#wrapper #main .about-author .fusion-title h3,#wrapper #main .related-posts .fusion-title h3,#wrapper #main .related.products .fusion-title h3{font-size:18px;line-height:1.5;}.ei-title h2{font-size:42px;line-height:1.5;color:#333333;}.ei-title h3{font-size:20px;line-height:1.5;color:#747474;}#wrapper .fusion-events-shortcode .fusion-events-meta h4,.fusion-carousel-meta,.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-categories,.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-categories a,.fusion-recent-posts .columns .column .meta,.fusion-single-line-meta{font-size:12px;line-height:1.5;}.fusion-carousel-meta,.fusion-meta,.fusion-meta-info,.fusion-recent-posts .columns .column .meta,.post .single-line-meta{font-size:12px;}.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-product-buttons a,.fusion-rollover-linebreak,.product-buttons a{font-size:;line-height:1.5;}.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-product-buttons a,.product-buttons a{padding-left:;}.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-product-buttons a:before,.product-buttons a:before{margin-left:-;}.page-links,.pagination,.pagination .pagination-next,.pagination .pagination-prev{font-size:12px;}.fusion-page-title-bar h1,.fusion-page-title-bar h3{color:#333333;}.sep-boxed-pricing .panel-heading h3{color:#333333;}.full-boxed-pricing.fusion-pricing-table .panel-heading h3{color:#333333;}#main .post h2 a,.about-author .title a,.fusion-content-widget-area .widget .recentcomments,.fusion-content-widget-area .widget li a,.fusion-content-widget-area .widget_categories li,.fusion-load-more-button,.fusion-rollover a,.project-content .project-info .project-info-box a,.shop_attributes tr th,.single-navigation a[rel=\"next\"]:after,.single-navigation a[rel=\"prev\"]:before,body a,body a:after,body a:before{color:#333333;}body #toTop:before{color:#fff;}.fusion-page-title-bar .fusion-breadcrumbs,.fusion-page-title-bar .fusion-breadcrumbs a{color:#333333;}#slidingbar-area .fusion-title > *,#slidingbar-area .widget-title,#slidingbar-area h3{color:#363636;}#slidingbar-area,#slidingbar-area .fusion-column,#slidingbar-area .jtwt,#slidingbar-area .jtwt .jtwt_tweet,#slidingbar-area .widget li.recentcomments,#slidingbar-area .widget_archive li,#slidingbar-area .widget_categories li,#slidingbar-area .widget_layered_nav li,#slidingbar-area .widget_links li,#slidingbar-area .widget_meta li,#slidingbar-area .widget_nav_menu li,#slidingbar-area .widget_pages li,#slidingbar-area .widget_product_categories li,#slidingbar-area .widget_recent_entries li{color:#8c8989;} #slidingbar-area .jtwt .jtwt_tweet a,#slidingbar-area .fusion-accordian .panel-title a,#wrapper #slidingbar-area .fusion-tabs-widget .tab-holder .tabs li a,.slidingbar-area .widget li a:before,.slidingbar-area a{color:#777777;}.sidebar .widget .heading h4,.sidebar .widget h4{color:#333333;}.sidebar .widget .heading .widget-title,.sidebar .widget .widget-title{background-color:rgba(255,255,255,0);}.fusion-footer-widget-area .widget-title,.fusion-footer-widget-area h3,.fusion-footer-widget-column .product-title{color:#ffffff;}.fusion-footer-widget-area,.fusion-footer-widget-area .jtwt,.fusion-footer-widget-area .jtwt .jtwt_tweet,.fusion-footer-widget-area .widget li.recentcomments,.fusion-footer-widget-area .widget_archive li,.fusion-footer-widget-area .widget_categories li,.fusion-footer-widget-area .widget_layered_nav li,.fusion-footer-widget-area .widget_links li,.fusion-footer-widget-area .widget_meta li,.fusion-footer-widget-area .widget_nav_menu li,.fusion-footer-widget-area .widget_pages li,.fusion-footer-widget-area .widget_product_categories li,.fusion-footer-widget-area .widget_recent_entries li,.fusion-footer-widget-area article.col{color:#ffffff;}#wrapper .fusion-footer-widget-area .fusion-tabs-widget .tab-holder .tabs li a,.fusion-footer-widget-area .fusion-accordian .panel-title a,.fusion-footer-widget-area .fusion-tabs-widget .tab-holder .news-list li .post-holder a,.fusion-footer-widget-area .jtwt .jtwt_tweet a,.fusion-footer-widget-area .widget li a:before,.fusion-footer-widget-area a{color:#ffffff;}#wrapper .fusion-footer-widget-area .jtwt .jtwt_tweet a:hover,.fusion-footer-widget-area .fusion-accordian .panel-title a:hover,.fusion-footer-widget-area .fusion-tabs-widget .tab-holder .news-list li .post-holder a:hover,.fusion-footer-widget-area .widget a:hover,.fusion-footer-widget-area .widget li a:hover:before,.fusion-footer-widget-area .widget li.recentcomments:hover:before,.fusion-footer-widget-area ul li a:hover{color:#78bca1;}.fusion-footer-widget-area .tagcloud a:hover{background-color:#78bca1;}#wrapper .fusion-footer-widget-area .fusion-tabs-widget .tab-holder .tabs li.active a,#wrapper .fusion-footer-widget-area .fusion-tabs.classic .nav-tabs > li.active .tab-link,#wrapper .fusion-footer-widget-area .fusion-tabs.classic .nav-tabs > li.active .tab-link:focus,#wrapper .fusion-footer-widget-area .fusion-tabs.classic .nav-tabs > li.active .tab-link:hover,#wrapper .fusion-footer-widget-area .fusion-tabs.vertical-tabs.classic .nav-tabs > li.active .tab-link{border-color:#78bca1;}.fusion-footer-widget-area .fusion-accordian .panel-title a:hover .fa-fusion-box{background-color:#78bca1 !important;border-color:#78bca1 !important;}#customer_login .col-1,#customer_login .col-2,#customer_login h2,#customer_login_box,#reviews li .comment-text,#small-nav,#wrapper .fusion-tabs-widget .tab-holder,#wrapper .side-nav li a,#wrapper .side-nav li.current_page_item li a,.avada-skin-rev,.chzn-container-single .chzn-single,.chzn-container-single .chzn-single div,.chzn-drop,.commentlist .the-comment,.es-carousel-wrapper.fusion-carousel-small .es-carousel ul li img,.fusion-accordian .fusion-panel,.fusion-author .fusion-author-social,.fusion-blog-layout-grid .post .flexslider,.fusion-blog-layout-grid .post .fusion-content-sep,.fusion-blog-layout-grid .post .post-wrapper,.fusion-content-widget-area .widget .recentcomments,.fusion-content-widget-area .widget li a,.fusion-content-widget-area .widget li a:before,.fusion-content-widget-area .widget_archive li,.fusion-content-widget-area .widget_categories li,.fusion-content-widget-area .widget_links li,.fusion-content-widget-area .widget_meta li,.fusion-content-widget-area .widget_nav_menu li,.fusion-content-widget-area .widget_pages li,.fusion-content-widget-area .widget_recent_entries li,.fusion-counters-box .fusion-counter-box .counter-box-border,.fusion-filters,.fusion-hide-pagination-text .pagination-next,.fusion-hide-pagination-text .pagination-prev,.fusion-layout-timeline .post,.fusion-layout-timeline .post .flexslider,.fusion-layout-timeline .post .fusion-content-sep,.fusion-portfolio .fusion-portfolio-boxed .fusion-content-sep,.fusion-portfolio .fusion-portfolio-boxed .fusion-portfolio-post-wrapper,.fusion-portfolio-one .fusion-portfolio-boxed .fusion-portfolio-post-wrapper,.fusion-tabs.vertical-tabs.clean .nav-tabs li .tab-link,.fusion-timeline-arrow,.fusion-timeline-date,.input-radio,.ls-avada,.page-links a,.pagination a.inactive,.panel.entry-content,.post .fusion-meta-info,.price_slider_wrapper,.progress-bar,.project-content .project-info .project-info-box,.search-page-search-form,.sep-dashed,.sep-dotted,.sep-double,.sep-single,.side-nav,.side-nav li a,.single-navigation,.table,.table > tbody > tr > td,.table > tbody > tr > th,.table > tfoot > tr > td,.table > tfoot > tr > th,.table > thead > tr > td,.table > thead > tr > th,.table-1 table,.table-1 table th,.table-1 tr td,.table-2 table thead,.table-2 tr td,.tabs-vertical .tabs-container .tab_content,.tabs-vertical .tabset,.tagcloud a,.tkt-slctr-tbl-wrap-dv table,.tkt-slctr-tbl-wrap-dv tr td,h5.toggle.active + .toggle-content,tr td{border-color:#e0dede;}.price_slider_wrapper .ui-widget-content{background-color:#e0dede;}.fusion-load-more-button.fusion-blog-button{background-color:#78bca1;}.fusion-load-more-button.fusion-blog-button:hover{background-color:rgba(120,188,161,0.8);}.fusion-load-more-button.fusion-blog-button,.fusion-load-more-button.fusion-blog-button:hover{color:#333;}.fusion-load-more-button.fusion-portfolio-button{background-color:#78bca1;}.fusion-load-more-button.fusion-portfolio-button:hover{background-color:rgba(120,188,161,0.8);}.fusion-load-more-button.fusion-portfolio-button,.fusion-load-more-button.fusion-portfolio-button:hover{color:#333;}.sb-toggle-wrapper .sb-toggle:after{color:#ffffff;}#slidingbar-area .product_list_widget li,#slidingbar-area .widget li.recentcomments,#slidingbar-area .widget_archive li,#slidingbar-area .widget_categories li,#slidingbar-area .widget_layered_nav li,#slidingbar-area .widget_links li,#slidingbar-area .widget_meta li,#slidingbar-area .widget_nav_menu li,#slidingbar-area .widget_pages li,#slidingbar-area .widget_product_categories li,#slidingbar-area .widget_recent_entries ul li{border-bottom-color:#505152;}#slidingbar-area .fusion-accordian .fusion-panel,#slidingbar-area .tagcloud a,#wrapper #slidingbar-area .fusion-tabs-widget .tab-holder,#wrapper #slidingbar-area .fusion-tabs-widget .tab-holder .news-list li{border-color:#505152;}#wrapper .fusion-footer-widget-area .fusion-tabs-widget .tab-holder,#wrapper .fusion-footer-widget-area .fusion-tabs-widget .tab-holder .news-list li,.fusion-footer-widget-area .fusion-accordian .fusion-panel,.fusion-footer-widget-area .product_list_widget li,.fusion-footer-widget-area .tagcloud a,.fusion-footer-widget-area .widget li.recentcomments,.fusion-footer-widget-area .widget_archive li,.fusion-footer-widget-area .widget_categories li,.fusion-footer-widget-area .widget_layered_nav li,.fusion-footer-widget-area .widget_links li,.fusion-footer-widget-area .widget_meta li,.fusion-footer-widget-area .widget_nav_menu li,.fusion-footer-widget-area .widget_pages li,.fusion-footer-widget-area .widget_product_categories li,.fusion-footer-widget-area .widget_recent_entries li,.fusion-footer-widget-area ul li{border-color:#505152;}#comment-input input,#comment-textarea textarea,#wrapper .search-table .search-field input,.avada-select .select2-container .select2-choice,.avada-select .select2-container .select2-choice2,.avada-select-parent select,.chzn-container .chzn-drop,.chzn-container-single .chzn-single,.comment-form-comment textarea,.input-text,.main-nav-search-form input,.post-password-form label input[type=\"password\"],.search-page-search-form input,.wpcf7-captchar,.wpcf7-form .wpcf7-date,.wpcf7-form .wpcf7-number,.wpcf7-form .wpcf7-quiz,.wpcf7-form .wpcf7-select,.wpcf7-form .wpcf7-text,.wpcf7-form textarea,input.s,input[type=\"email\"],input[type=\"text\"],select,textarea{background-color:#eaeaea;}#wrapper .select-arrow,.avada-select-parent .select-arrow{background-color:#eaeaea;}#comment-input .placeholder,#comment-input input,#comment-textarea .placeholder,#comment-textarea textarea,#wrapper .search-table .search-field input,.avada-select .select2-container .select2-choice,.avada-select .select2-container .select2-choice2,.avada-select-parent select,.chzn-container .chzn-drop,.chzn-container-single .chzn-single,.comment-form-comment textarea,.input-text,.main-nav-search-form input,.post-password-form label input[type=\"password\"],.search-page-search-form input,.wpcf7-captchar,.wpcf7-form .wpcf7-date,.wpcf7-form .wpcf7-number,.wpcf7-form .wpcf7-quiz,.wpcf7-form .wpcf7-select,.wpcf7-form .wpcf7-text,.wpcf7-form textarea,.wpcf7-select-parent .select-arrow,input.s,input.s .placeholder,input[type=\"email\"],input[type=\"text\"],select,textarea{color:#333333;}#comment-input input::-webkit-input-placeholder,#comment-textarea textarea::-webkit-input-placeholder,.comment-form-comment textarea::-webkit-input-placeholder,.input-text::-webkit-input-placeholder,.post-password-form label input[type=\"password\"]::-webkit-input-placeholder,.searchform .s::-webkit-input-placeholder,.wpcf7-form textarea::-webkit-input-placeholder,input#s::-webkit-input-placeholder,input::-webkit-input-placeholder{color:#333333;}#comment-input input:-moz-placeholder,#comment-textarea textarea:-moz-placeholder,.comment-form-comment textarea:-moz-placeholder,.input-text:-moz-placeholder,.post-password-form label input[type=\"password\"]:-moz-placeholder,.searchform .s:-moz-placeholder,.wpcf7-form textarea::-moz-input-placeholder,input#s:-moz-placeholder,input:-moz-placeholder{color:#333333;}#comment-input input::-moz-placeholder,#comment-textarea textarea::-moz-placeholder,.comment-form-comment textarea::-moz-placeholder,.input-text::-moz-placeholder,.post-password-form label input[type=\"password\"]::-moz-placeholder,.searchform .s::-moz-placeholder,input#s::-moz-placeholder,input::-moz-placeholder{color:#333333;}#comment-input input:-ms-input-placeholder,#comment-textarea textarea:-ms-input-placeholder,.comment-form-comment textarea:-ms-input-placeholder,.input-text:-ms-input-placeholder,.post-password-form label input[type=\"password\"]::-ms-input-placeholder,.searchform .s:-ms-input-placeholder,input#s:-ms-input-placeholder,input:-ms-input-placeholder{color:#333333;}#comment-input input,#comment-textarea textarea,#wrapper .search-table .search-field input,.avada-select .select2-container .select2-choice,.avada-select .select2-container .select2-choice .select2-arrow,.avada-select .select2-container .select2-choice2 .select2-arrow,.avada-select-parent .select-arrow,.avada-select-parent select,.chzn-container .chzn-drop,.chzn-container-single .chzn-single,.comment-form-comment textarea,.gravity-select-parent .select-arrow,.input-text,.main-nav-search-form input,.post-password-form label input[type=\"password\"],.search-page-search-form input,.select-arrow,.wpcf7-captchar,.wpcf7-form .wpcf7-date,.wpcf7-form .wpcf7-number,.wpcf7-form .wpcf7-quiz,.wpcf7-form .wpcf7-select,.wpcf7-form .wpcf7-text,.wpcf7-form textarea,.wpcf7-select-parent .select-arrow,input.s,input[type=\"email\"],input[type=\"text\"],select,textarea{border-color:rgba(255,255,255,0);}#comment-input input,.avada-select .select2-container .select2-choice,.avada-select-parent select,.chzn-container .chzn-drop,.chzn-container-single .chzn-single,.input-text:not(textarea),.main-nav-search-form input,.post-password-form label input[type=\"password\"],.search-page-search-form input,.searchform .search-table .search-field input,.wpcf7-captchar,.wpcf7-form .wpcf7-date,.wpcf7-form .wpcf7-number,.wpcf7-form .wpcf7-quiz,.wpcf7-form .wpcf7-select,.wpcf7-form .wpcf7-text,input.s,input[type=\"email\"],input[type=\"text\"],select{height:40px;padding-top:0;padding-bottom:0;}.avada-select .select2-container .select2-choice .select2-arrow,.avada-select .select2-container .select2-choice2 .select2-arrow,.searchform .search-table .search-button input[type=\"submit\"]{height:40px;width:40px;line-height:40px;}.select2-container .select2-choice > .select2-chosen{line-height:40px;}.select-arrow,.select2-arrow{color:rgba(255,255,255,0);}.fusion-main-menu .fusion-main-menu-search .fusion-custom-menu-item-contents{width:307.14285714286px;}.fusion-page-title-bar h1{font-size:18px;line-height:normal;}.fusion-page-title-bar h3{font-size:14px;line-height:calc(14px + 12px);}.fusion-portfolio-content-wrapper .fusion-portfolio-content{text-align:left;}.fusion-portfolio-boxed .fusion-portfolio-content{padding:25px 25px 25px 25px;}.fusion-portfolio-boxed .fusion-portfolio-unboxed .fusion-portfolio-content{padding:0px;margin:20px 0px;}.fusion-portfolio-boxed .fusion-portfolio-unboxed .fusion-portfolio-content-wrapper{border:none;}body.has-sidebar #content{width:calc(100% - 28% - 80px);}body.has-sidebar #main .sidebar{width:28%;}body.has-sidebar.double-sidebars #content{width:calc(100% - 21% - 21% - 80px);margin-left:calc(21% + 40px);}body.has-sidebar.double-sidebars #main #sidebar{width:21%;margin-left:calc(40px - (100% - 21%));}body.has-sidebar.double-sidebars #main #sidebar-2{width:21%;margin-left:40px;}#main .sidebar{background-color:#f7f7f7;padding:30px;}.fusion-accordian .panel-title a .fa-fusion-box{background-color:#333333;}.progress-bar-content{background-color:#78bca1;border-color:#78bca1;}.content-box-percentage{color:#78bca1;}.progress-bar{background-color:#f6f6f6;border-color:#f6f6f6;}#wrapper .fusion-date-and-formats .fusion-format-box, .tribe-mini-calendar-event .list-date .list-dayname{background-color:#eef0f2;}.fusion-carousel .fusion-carousel-nav .fusion-nav-next,.fusion-carousel .fusion-carousel-nav .fusion-nav-prev{background-color:rgba(0,0,0,.5);width:40px;height:130px;margin-top:-65px;}.fusion-carousel .fusion-carousel-nav .fusion-nav-next:hover,.fusion-carousel .fusion-carousel-nav .fusion-nav-prev:hover{background-color:rgba(0,0,0,.6);}.fusion-flexslider .flex-direction-nav .flex-next,.fusion-flexslider .flex-direction-nav .flex-prev{background-color:rgba(0,0,0,.5);}.fusion-flexslider .flex-direction-nav .flex-next:hover,.fusion-flexslider .flex-direction-nav .flex-prev:hover{background-color:rgba(0,0,0,.6);}.content-boxes .col{background-color:#f7f7f7;}#wrapper .fusion-content-widget-area .fusion-tabs-widget .tabs-container{background-color:#ffffff;}body .fusion-content-widget-area .fusion-tabs-widget .tab-hold .tabs li{border-right:1px solid #ffffff;}.fusion-content-widget-area .fusion-tabs-widget .tab-holder .tabs li a,body .fusion-content-widget-area .fusion-tabs-widget .tab-holder .tabs li a{background:#f7f7f7;border-bottom:0;}body .fusion-content-widget-area .fusion-tabs-widget .tab-hold .tabs li a:hover{background:#ffffff;border-bottom:0;}body .fusion-content-widget-area .fusion-tabs-widget .tab-hold .tabs li.active a,body .fusion-content-widget-area .fusion-tabs-widget .tab-holder .tabs li.active a{background:#ffffff;border-bottom:0;border-top-color:#78bca1;}#wrapper .fusion-content-widget-area .fusion-tabs-widget .tab-holder,.fusion-content-widget-area .fusion-tabs-widget .tab-holder .news-list li{border-color:#f7f7f7;}.fusion-single-sharing-box{background-color:#f7f7f7;}.fusion-blog-layout-grid .post .fusion-post-wrapper,.fusion-blog-layout-timeline .post,.fusion-events-shortcode .fusion-layout-column,.fusion-portfolio.fusion-portfolio-boxed .fusion-portfolio-content-wrapper,.products li.product{background-color:rgba(255,255,255,0);}.fusion-blog-layout-grid .post .flexslider,.fusion-blog-layout-grid .post .fusion-content-sep,.fusion-blog-layout-grid .post .fusion-post-wrapper,.fusion-blog-layout-timeline .fusion-timeline-date,.fusion-blog-layout-timeline .fusion-timeline-line,.fusion-blog-layout-timeline .post,.fusion-blog-layout-timeline .post .flexslider,.fusion-blog-layout-timeline .post .fusion-content-sep,.fusion-blog-timeline-layout .post,.fusion-blog-timeline-layout .post .flexslider,.fusion-blog-timeline-layout .post .fusion-content-sep,.fusion-events-shortcode .fusion-events-thumbnail,.fusion-events-shortcode .fusion-layout-column,.fusion-portfolio.fusion-portfolio-boxed .fusion-content-sep,.fusion-portfolio.fusion-portfolio-boxed .fusion-portfolio-content-wrapper,.product .fusion-content-sep,.product-buttons,.product-buttons-container,.products li{border-color:rgba(255,255,255,0);border:none;}.fusion-blog-layout-timeline .fusion-timeline-circle,.fusion-blog-layout-timeline .fusion-timeline-date,.fusion-blog-timeline-layout .fusion-timeline-circle,.fusion-blog-timeline-layout .fusion-timeline-date{background-color:rgba(255,255,255,0);}.fusion-blog-timeline-layout .fusion-timeline-arrow:before,.fusion-blog-timeline-layout .fusion-timeline-icon,.fusion-timeline-arrow:before,.fusion-timeline-icon{color:rgba(255,255,255,0);}div.indicator-hint{background:;border-color:;}#posts-container.fusion-blog-layout-grid{margin:-20px -20px 0 -20px;}#posts-container.fusion-blog-layout-grid .fusion-post-grid{padding:20px;}.quicktags-toolbar input{background:linear-gradient(to top, #ffffff, #eaeaea ) #3E3E3E;background:-webkit-linear-gradient(to top, #ffffff, #eaeaea ) #3E3E3E;background:-moz-linear-gradient(to top, #ffffff, #eaeaea ) #3E3E3E;background:-ms-linear-gradient(to top, #ffffff, #eaeaea ) #3E3E3E;background:-o-linear-gradient(to top, #ffffff, #eaeaea ) #3E3E3E;background-image:-webkit-gradient( linear, left top, left bottom, color-stop(0, #eaeaea), color-stop(1, #ffffff));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#eaeaea, endColorstr=#ffffff), progid: DXImageTransform.Microsoft.Alpha(Opacity=0);border:1px solid rgba(255,255,255,0);color:#333333;}.quicktags-toolbar input:hover{background:#eaeaea;}.ei-slider{width:100%;height:400px;}#comment-submit,#reviews input#submit,.button.default,.fusion-button.fusion-button-default,.post-password-form input[type=\"submit\"],.ticket-selector-submit-btn[type=\"submit\"],.wpcf7-form input[type=\"submit\"],.wpcf7-submit{border-color:#ffffff;}#comment-submit:hover,#reviews input#submit:hover,.button.default:hover,.fusion-button.fusion-button-default:hover,.post-password-form input[type=\"submit\"]:hover,.ticket-selector-submit-btn[type=\"submit\"]:hover,.wpcf7-form input[type=\"submit\"]:hover,.wpcf7-submit:hover{border-color:#ffffff;}.button.default,.fusion-button-default,.post-password-form input[type=\"submit\"],.wpcf7-form input[type=\"submit\"],.wpcf7-submit{padding:13px 29px;line-height:17px;font-size:14px;}.quantity .minus,.quantity .plus,.quantity .qty,.quantity .tribe-ticket-quantity{line-height:17px;font-size:14px;height:40px;width:40px;}.button.default.button-3d.button-small,.fusion-button.button-small.button-3d,.fusion-button.fusion-button-3d.fusion-button-small,.ticket-selector-submit-btn[type=\"submit\"]{box-shadow:inset 0px 1px 0px #ffffff, 0px 2px 0px #787878, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);-webkit-box-shadow:inset 0px 1px 0px #ffffff, 0px 2px 0px #787878, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);-moz-box-shadow:inset 0px 1px 0px #ffffff, 0px 2px 0px #787878, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);}.button.default.button-3d.button-small:active,.fusion-button.button-small.button-3d:active,.fusion-button.fusion-button-3d.fusion-button-small:active,.ticket-selector-submit-btn[type=\"submit\"]:active{box-shadow:inset 0px 1px 0px #ffffff, 0px 1px 0px #787878, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);-webkit-box-shadow:inset 0px 1px 0px #ffffff, 0px 1px 0px #787878, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);-moz-box-shadow:inset 0px 1px 0px #ffffff, 0px 1px 0px #787878, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);}.button.default.button-3d.button-medium,.fusion-button.button-medium.button-3d,.fusion-button.fusion-button-3d.fusion-button-medium{box-shadow:inset 0px 1px 0px #ffffff, 0px 3px 0px #787878, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);-webkit-box-shadow:inset 0px 1px 0px #ffffff, 0px 3px 0px #787878, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);-moz-box-shadow:inset 0px 1px 0px #ffffff, 0px 3px 0px #787878, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);}.button.default.button-3d.button-medium:active,.fusion-button.button-medium.button-3d:active,.fusion-button.fusion-button-3d.fusion-button-medium:active{box-shadow:inset 0px 1px 0px #ffffff, 0px 1px 0px #787878, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);-webkit-box-shadow:inset 0px 1px 0px #ffffff, 0px 1px 0px #787878, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);-moz-box-shadow:inset 0px 1px 0px #ffffff, 0px 1px 0px #787878, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);}.button.default.button-3d.button-large,.fusion-button.button-large.button-3d,.fusion-button.fusion-button-3d.fusion-button-large{box-shadow:inset 0px 1px 0px #ffffff, 0px 4px 0px #787878, 1px 5px 6px 3px rgba(0, 0, 0, 0.3);-webkit-box-shadow:inset 0px 1px 0px #ffffff, 0px 4px 0px #787878, 1px 5px 6px 3px rgba(0, 0, 0, 0.3);-moz-box-shadow:inset 0px 1px 0px #ffffff, 0px 4px 0px #787878, 1px 5px 6px 3px rgba(0, 0, 0, 0.3);}.button.default.button-3d.button-large:active,.fusion-button.button-large.button-3d:active,.fusion-button.fusion-button-3d.fusion-button-large:active{box-shadow:inset 0px 1px 0px #ffffff, 0px 1px 0px #787878, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);-webkit-box-shadow:inset 0px 1px 0px #ffffff, 0px 1px 0px #787878, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);-moz-box-shadow:inset 0px 1px 0px #ffffff, 0px 1px 0px #787878, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);}.button.default.button-3d.button-xlarge,.fusion-button.button-xlarge.button-3d,.fusion-button.fusion-button-3d.fusion-button-xlarge{box-shadow:inset 0px 1px 0px #ffffff, 0px 5px 0px #787878, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);-webkit-box-shadow:inset 0px 1px 0px #ffffff, 0px 5px 0px #787878, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);-moz-box-shadow:inset 0px 1px 0px #ffffff, 0px 5px 0px #787878, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);}.button.default.button-3d.button-xlarge:active,.fusion-button.button-xlarge.button-3d:active,.fusion-button.fusion-button-3d.fusion-button-xlarge:active{box-shadow:inset 0px 1px 0px #ffffff, 0px 2px 0px #787878, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);-webkit-box-shadow:inset 0px 1px 0px #ffffff, 0px 2px 0px #787878, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);-moz-box-shadow:inset 0px 1px 0px #ffffff, 0px 2px 0px #787878, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);}#comment-submit,#reviews input#submit,.button-default,.button.default,.fusion-button,.fusion-button-default,.post-password-form input[type=\"submit\"],.wpcf7-form input[type=\"submit\"],.wpcf7-submit{border-width:0px;border-style:solid;border-color:#ffffff;}.button.default:hover,.fusion-button.button-default:hover,.ticket-selector-submit-btn[type=\"submit\"]{border-width:0px;border-style:solid;border-color:#ffffff;}.fusion-menu-item-button .menu-text{border-color:#ffffff;}.fusion-menu-item-button:hover .menu-text{border-color:#ffffff;}#comment-submit,#reviews input#submit,.button-default,.button.default,.fusion-button-default,.post-password-form input[type=\"submit\"],.ticket-selector-submit-btn[type=\"submit\"],.wpcf7-form input[type=\"submit\"],.wpcf7-submit{border-radius:0;-webkit-border-radius:0;}.reading-box{background-color:#f6f6f6;}.isotope .isotope-item{transition-property:top, left, opacity;-webkit-transition-property:top, left, opacity;-moz-transition-property:top, left, opacity;-ms-transition-property:top, left, opacity;-o-transition-property:top, left, opacity;}.layout-wide-mode .fusion-page-title-row{max-width:100%;padding-left:5%;padding-right:5%;}.comment-form input[type=\"submit\"],.fusion-button,.fusion-load-more-button,.ticket-selector-submit-btn[type=\"submit\"],.woocommerce .cart-collaterals .checkout-button,.woocommerce-MyAccount-content form .button,.woocommerce.add_to_cart_inline .button,.wpcf7-form input[type=\"submit\"]{font-family:\"Open Sans\", Arial, Helvetica, sans-serif;font-weight:400;letter-spacing:1px;}.fusion-image-wrapper .fusion-rollover .fusion-rollover-gallery:before,.fusion-image-wrapper .fusion-rollover .fusion-rollover-link:before{font-size:15px;line-height:2.41;color:#78bca1;}.fusion-modal h1,.fusion-page-title-bar h1,.fusion-widget-area h1,.post-content h1{font-family:Montserrat, Arial, Helvetica, sans-serif;font-weight:400;line-height:1.17;letter-spacing:1px;}.fusion-modal h1,.fusion-widget-area h1,.post-content h1{font-size:60px;}.fusion-modal h1,.fusion-post-content h1,.fusion-widget-area h1,.post-content h1,.title h1{color:#333333;}#main .post h2,#main .reading-box h2,#main h2,.ei-title h2,.fusion-modal h2,.fusion-title h2,.fusion-widget-area h2,.main-flex .slide-content h2,.post-content h2,.title h2{font-family:Montserrat, Arial, Helvetica, sans-serif;font-weight:400;line-height:1.69;letter-spacing:1px;}#main .fusion-portfolio h2,#main .post h2,#wrapper #main .post h2,#wrapper #main .post-content .fusion-title h2,#wrapper #main .post-content .title h2,#wrapper .fusion-title h2,#wrapper .post-content h2,#wrapper .title h2,.fusion-modal h2,.fusion-widget-area h2,h2.entry-title{font-size:26px;}#main .post h2,.fusion-modal h2,.fusion-post-content h2,.fusion-title h2,.fusion-widget-area h2,.post-content h2,.search-page-search-form h2,.title h2{color:#333333;}.fusion-author .fusion-author-title,.fusion-header-tagline,.fusion-modal .modal-title,.fusion-modal h3,.fusion-pricing-table .pricing-row,.fusion-pricing-table .title-row,.fusion-title h3,.fusion-widget-area h3,.main-flex .slide-content h3,.post-content h3,.project-content h3,.sidebar .widget h3{font-family:\"Playfair Display\", Arial, Helvetica, sans-serif;font-weight:400;line-height:1.56;letter-spacing:1px;font-style:italic;}.fusion-modal .modal-title,.fusion-modal h3,.fusion-widget-area h3,.post-content h3,.project-content h3{font-size:18px;}.fusion-modal h3,.fusion-post-content h3,.fusion-title h3,.fusion-widget-area h3,.person-author-wrapper span,.post-content h3,.project-content h3,.sidebar .widget h3,.title h3{color:#333333;}#wrapper .fusion-tabs-widget .tab-holder .tabs li a,.fusion-accordian .panel-heading a,.fusion-accordian .panel-title,.fusion-carousel-title,.fusion-content-widget-area h4,.fusion-flip-box .flip-box-heading-back,.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-title,.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-title a,.fusion-megamenu-title,.fusion-modal h4,.fusion-person .person-desc .person-author .person-author-wrapper,.fusion-tabs .nav-tabs li .fusion-tab-heading,.popover .popover-title,.post-content h4,.project-content .project-info h4,.share-box h4,table th{font-family:\"Playfair Display\", Arial, Helvetica, sans-serif;font-weight:400;line-height:1.76;letter-spacing:1px;font-style:italic;}#reviews #comments > h2,#wrapper .fusion-tabs-widget .tab-holder .tabs li a,.fusion-accordian .panel-title,.fusion-carousel-title,.fusion-flip-box .flip-box-heading-back,.fusion-modal h4,.fusion-person .person-author-wrapper .person-name,.fusion-person .person-author-wrapper .person-title,.fusion-portfolio-post .fusion-portfolio-content h4,.fusion-rollover .fusion-rollover-content .fusion-rollover-title,.fusion-sharing-box h4,.fusion-tabs .nav-tabs > li .fusion-tab-heading,.fusion-widget-area h4,.person-author-wrapper,.popover .popover-title,.post-content h4{font-size:17px;}#wrapper .fusion-tabs-widget .tab-holder .tabs li a,.fusion-accordian .panel-title a,.fusion-carousel-title,.fusion-modal h4,.fusion-post-content h4,.fusion-tabs .nav-tabs > li .fusion-tab-heading,.fusion-title h4,.fusion-widget-area h4,.post-content h4,.project-content .project-info h4,.share-box h4,.title h4{color:#333333;}.project-content .project-info .project-terms,.project-info-box span{line-height:1.76;}.fusion-modal h5,.fusion-widget-area h5,.post-content h5{font-family:Montserrat, Arial, Helvetica, sans-serif;font-weight:400;line-height:1.63;letter-spacing:2px;font-size:16px;}.fusion-modal h5,.fusion-post-content h5,.fusion-title h5,.fusion-widget-area h5,.post-content h5,.title h5{color:#999999;}.fusion-modal h6,.fusion-widget-area h6,.post-content h6{font-family:Montserrat, Arial, Helvetica, sans-serif;font-weight:400;line-height:1.55;letter-spacing:1px;font-size:11px;}.fusion-modal h6,.fusion-post-content h6,.fusion-title h6,.fusion-widget-area h6,.post-content h6,.title h6{color:#333333;}.fusion-title-size-one,h1{margin-top:0.5em;margin-bottom:0.5em;}.fusion-title-size-two,h2{margin-top:0em;margin-bottom:1.1em;}.fusion-title-size-three,h3{margin-top:.5em;margin-bottom:1em;}.fusion-title-size-four,h4{margin-top:.75em;margin-bottom:1.33em;}.fusion-title-size-five,h5{margin-top:1.67em;margin-bottom:1.67em;}.fusion-title-size-six,h6{margin-top:2.33em;margin-bottom:2.33em;}#side-header .fusion-logo,.fusion-header .fusion-logo{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}.fusion-header-wrapper .fusion-row{padding-left:5%;padding-right:5%;max-width:1170px;}.fusion-header-v2 .fusion-header,.fusion-header-v3 .fusion-header,.fusion-header-v4 .fusion-header,.fusion-header-v5 .fusion-header{border-bottom-color:rgba(255,255,255,0);}#side-header .fusion-secondary-menu-search-inner{border-top-color:rgba(255,255,255,0);}.fusion-header .fusion-row{padding-top:2.5%;padding-bottom:2.5%;}.fusion-secondary-header{background-color:#f7f7f7;font-size:12px;color:#747474;border-bottom-color:rgba(255,255,255,0);}.fusion-secondary-header a,.fusion-secondary-header a:hover{color:#747474;}.fusion-header-v2 .fusion-secondary-header{border-top-color:#78bca1;}.fusion-mobile-menu-design-modern .fusion-secondary-header .fusion-alignleft{border-bottom-color:rgba(255,255,255,0);}.fusion-header-tagline{font-size:16px;color:#747474;}.fusion-mobile-menu-sep,.fusion-secondary-main-menu{border-bottom-color:rgba(255,255,255,0);}#side-header{width:0px;}#side-header .side-header-background{width:0px;}#side-header .side-header-border{width:0px;border-color:rgba(255,255,255,0);}.side-header-wrapper{padding-top:2.5%;padding-bottom:2.5%;}#side-header .side-header-content{padding-left:5%;padding-right:5%;}#side-header .fusion-main-menu > ul > li > a{padding-left:5%;padding-right:5%;border-top-color:rgba(255,255,255,0);border-bottom-color:rgba(255,255,255,0);text-align:left;height:auto;min-height:120px;}.side-header-left .fusion-main-menu > ul > li > a > .fusion-caret{right:5%;}.side-header-right .fusion-main-menu > ul > li > a > .fusion-caret{left:5%;}#side-header .fusion-main-menu > ul > li.current-menu-ancestor > a,#side-header .fusion-main-menu > ul > li.current-menu-item > a{color:#78bca1;border-right-color:#78bca1;border-left-color:#78bca1;}body.side-header-left #side-header .fusion-main-menu > ul > li > ul{left:-1px;}body.side-header-left #side-header .fusion-main-menu .fusion-custom-menu-item-contents{top:0;left:-1px;}#side-header .fusion-main-menu .fusion-main-menu-search .fusion-custom-menu-item-contents{border-top-width:1px;border-top-style:solid;}#side-header .fusion-secondary-menu > ul > li > a,#side-header .side-header-content-1,#side-header .side-header-content-2{color:#747474;font-size:12px;}.side-header-left #side-header .fusion-main-menu > ul > li.current-menu-ancestor > a,.side-header-left #side-header .fusion-main-menu > ul > li.current-menu-item > a{border-right-width:0px;}.side-header-right #side-header .fusion-main-menu > ul > li.current-menu-ancestor > a,.side-header-right #side-header .fusion-main-menu > ul > li.current-menu-item > a{border-left-width:0px;}.side-header-right #side-header .fusion-main-menu .fusion-menu-cart-items,.side-header-right #side-header .fusion-main-menu .fusion-menu-login-box .fusion-custom-menu-item-contents,.side-header-right #side-header .fusion-main-menu ul .fusion-dropdown-menu .sub-menu,.side-header-right #side-header .fusion-main-menu ul .fusion-dropdown-menu .sub-menu li ul,.side-header-right #side-header .fusion-main-menu ul .fusion-menu-login-box .sub-menu{left:-225px;}.side-header-right #side-header .fusion-main-menu-search .fusion-custom-menu-item-contents{left:-250px;}.fusion-main-menu > ul > li{padding-right:37px;}.fusion-main-menu > ul > li > a{height:120px;line-height:120px;}.fusion-megamenu-icon img{max-height:15px;}.fusion-main-menu .fusion-widget-cart-counter > a:before,.fusion-main-menu > ul > li > a{color:#ffffff;}.fusion-is-sticky .fusion-main-menu .fusion-widget-cart-counter > a:hover:before,.fusion-is-sticky .fusion-main-menu > ul > li > a:hover,.fusion-main-menu .fusion-widget-cart-counter > a:hover:before,.fusion-main-menu > ul > li > a:hover{color:#78bca1;}.fusion-main-menu > ul > li > a:hover{border-color:#78bca1;}.fusion-main-menu > ul > .fusion-menu-item-button > a:hover{border-color:transparent;}.fusion-widget-cart-number{background-color:#78bca1;color:#ffffff;}.fusion-widget-cart-counter a:hover:before{color:#78bca1;}.fusion-is-sticky .fusion-main-menu .current-menu-ancestor > a,.fusion-is-sticky .fusion-main-menu .current-menu-item > a,.fusion-is-sticky .fusion-main-menu .current-menu-item > a:before,.fusion-is-sticky .fusion-main-menu .current-menu-parent > a,.fusion-is-sticky .fusion-main-menu .current_page_item > a,.fusion-main-menu .current-menu-ancestor > a,.fusion-main-menu .current-menu-item > a,.fusion-main-menu .current-menu-item > a:before,.fusion-main-menu .current-menu-parent > a,.fusion-main-menu .current_page_item > a{color:#78bca1;border-color:#78bca1;}.fusion-main-menu > ul > .fusion-menu-item-button > a{border-color:transparent;}.fusion-main-menu .fusion-main-menu-icon:after{color:#ffffff;}.fusion-main-menu .fusion-menu-cart-checkout-link a:hover,.fusion-main-menu .fusion-menu-cart-checkout-link a:hover:before,.fusion-main-menu .fusion-menu-cart-link a:hover,.fusion-main-menu .fusion-menu-cart-link a:hover:before{color:#78bca1;}.fusion-main-menu .fusion-main-menu-icon:after,.fusion-main-menu .fusion-widget-cart-counter > a .fusion-widget-cart-number,.fusion-main-menu .fusion-widget-cart-counter > a:before{height:15px;width:15px;}.fusion-main-menu .fusion-main-menu-icon:hover{border-color:transparent;}.fusion-is-sticky .fusion-main-menu .fusion-main-menu-icon:hover:after,.fusion-main-menu .fusion-main-menu-icon:hover:after{color:#78bca1;}.fusion-is-sticky .fusion-main-menu .fusion-main-menu-icon-active:after,.fusion-is-sticky .fusion-main-menu .fusion-main-menu-search-open .fusion-main-menu-icon:after,.fusion-is-sticky .fusion-main-menu .fusion-menu .fusion-main-menu-icon-active:after,.fusion-main-menu .fusion-main-menu-icon-active:after,.fusion-main-menu .fusion-main-menu-search-open .fusion-main-menu-icon:after{color:#78bca1;}.fusion-main-menu .sub-menu{background-color:rgba(0,0,0,.5);width:225px;border-top:3px solid #78bca1;font-family:\"Open Sans\", Arial, Helvetica, sans-serif;font-weight:400;}.fusion-main-menu .sub-menu ul{left:225px;top:-3px;}.fusion-main-menu .fusion-dropdown-menu .sub-menu li a{border-bottom:1px solid rgba(255,255,255,0);}.fusion-main-menu .fusion-dropdown-menu .sub-menu li a,.fusion-main-menu .sub-menu li a,.fusion-megamenu-wrapper li .fusion-megamenu-title-disabled{padding-top:14px;padding-bottom:14px;color:#ffffff;font-family:\"Open Sans\", Arial, Helvetica, sans-serif;font-weight:400;font-size:14px;}.fusion-main-menu .fusion-main-menu-cart{font-size:14px;}.fusion-main-menu .sub-menu li a:hover{background-color:rgba(0,0,0,.7);}.fusion-main-menu .sub-menu .current-menu-item > a,.fusion-main-menu .sub-menu .current-menu-parent > a,.fusion-main-menu .sub-menu .current_page_item > a{background-color:rgba(0,0,0,.7);}.fusion-main-menu .fusion-custom-menu-item-contents{font-family:\"Open Sans\", Arial, Helvetica, sans-serif;font-weight:400;}.fusion-main-menu .fusion-main-menu-cart .fusion-custom-menu-item-contents,.fusion-main-menu .fusion-main-menu-search .fusion-custom-menu-item-contents,.fusion-main-menu .fusion-menu-login-box .fusion-custom-menu-item-contents{background-color:rgba(0,0,0,.5);border-color:rgba(255,255,255,0);border:0;}.fusion-header-v6 .fusion-header-v6-content .fusion-flyout-menu-icons{font-size:20px;margin:0 -18.5px;}.fusion-header-v6 .fusion-header-v6-content .fusion-widget-cart-number{min-width:20px;}.fusion-header-v6 .fusion-flyout-menu-icons .fusion-flyout-menu-toggle{height:18px;width:30px;}.fusion-header-v6 .fusion-flyout-menu-icons .fusion-flyout-search-toggle .fusion-toggle-icon{height:18px;width:18px;}.fusion-header-v6 .fusion-flyout-menu-icons .fusion-toggle-icon-line{height:2px;width:30px;background-color:#333333;}.fusion-body .fusion-header-v6.fusion-flyout-search-active .fusion-flyout-menu-icons .fusion-flyout-search-toggle .fusion-toggle-icon-line{height:2px;}.fusion-header-v6.fusion-flyout-menu-active .fusion-flyout-menu-icons .fusion-flyout-menu-toggle .fusion-toggle-icon-line{width:24px;}.fusion-header-v6.fusion-flyout-search-active .fusion-flyout-menu-icons .fusion-flyout-search-toggle .fusion-toggle-icon-line{width:24px;}.fusion-header-v6 .fusion-header-v6-content .fusion-flyout-menu-icons .fusion-flyout-cart-wrapper,.fusion-header-v6 .fusion-header-v6-content .fusion-flyout-menu-icons .fusion-flyout-menu-toggle,.fusion-header-v6 .fusion-header-v6-content .fusion-flyout-menu-icons .fusion-flyout-search-toggle{padding:0 19px;}.fusion-header-v6 .fusion-flyout-menu-icons .fusion-icon:before{color:#333333;}.fusion-header-v6 .fusion-flyout-menu-icons .fusion-icon:hover:before{color:#a0ce4e;}.fusion-header-v6 .fusion-flyout-menu-icons .fusion-flyout-menu-toggle:hover .fusion-toggle-icon-line,.fusion-header-v6 .fusion-flyout-menu-icons .fusion-flyout-search-toggle:hover .fusion-toggle-icon-line{background-color:#a0ce4e;}.fusion-header-v6.fusion-flyout-active .fusion-flyout-menu-icons .fusion-icon:before{color:#ffffff;}.fusion-header-v6.fusion-flyout-active .fusion-flyout-menu-icons .fusion-icon:hover:before{color:#78bca1;}.fusion-header-v6.fusion-flyout-active .fusion-flyout-menu-icons .fusion-toggle-icon-line{background-color:#ffffff;}.fusion-header-v6.fusion-flyout-active .fusion-flyout-menu-icons .fusion-flyout-menu-toggle:hover .fusion-toggle-icon-line,.fusion-header-v6.fusion-flyout-active .fusion-flyout-menu-icons .fusion-flyout-search-toggle:hover .fusion-toggle-icon-line{background-color:#78bca1;}.fusion-header-v6 .fusion-flyout-menu-bg{background-color:rgba(255,255,255,0.95);}#wrapper .fusion-header-v6 .fusion-flyout-search .searchform .s{color:#ffffff;border-color:#ffffff;font-family:Montserrat, Arial, Helvetica, sans-serif;}#wrapper .fusion-header-v6 .fusion-flyout-search .searchform .s::-webkit-input-placeholder{color:#ffffff;}#wrapper .fusion-header-v6 .fusion-flyout-search .searchform .s::-moz-placeholder{color:#ffffff;}#wrapper .fusion-header-v6 .fusion-flyout-search .searchform .s:-moz-placeholder{color:#ffffff;}#wrapper .fusion-header-v6 .fusion-flyout-search .searchform .s:-ms-input-placeholder{color:#ffffff;}.fusion-header-v6 .fusion-flyout-menu .fusion-menu li{padding:15px 0;}.fusion-header-v6 .fusion-flyout-menu,.fusion-header-v6 .fusion-flyout-menu-bg,.fusion-header-v6 .fusion-flyout-search{top:-1000%;transition:opacity 0.4s ease 0s, top 0s ease 0.4s;-webkit-transition:opacity 0.4s ease 0s, top 0s ease 0.4s;-moz-transition:opacity 0.4s ease 0s, top 0s ease 0.4s;-ms-transition:opacity 0.4s ease 0s, top 0s ease 0.4s;-o-transition:opacity 0.4s ease 0s, top 0s ease 0.4s;}.fusion-header-v6.fusion-flyout-active .fusion-flyout-menu-bg,.fusion-header-v6.fusion-flyout-menu-active .fusion-flyout-menu,.fusion-header-v6.fusion-flyout-search-active .fusion-flyout-search{top:0;transition:opacity 0.4s ease 0s, top 0s ease 0s;-webkit-transition:opacity 0.4s ease 0s, top 0s ease 0s;-moz-transition:opacity 0.4s ease 0s, top 0s ease 0s;-ms-transition:opacity 0.4s ease 0s, top 0s ease 0s;-o-transition:opacity 0.4s ease 0s, top 0s ease 0s;}.fusion-secondary-menu > ul > li{border-color:#efefef;}.fusion-secondary-menu > ul > li > a{height:44px;line-height:44px;}.fusion-secondary-menu .sub-menu, .fusion-secondary-menu .fusion-custom-menu-item-contents{width:180px;}.fusion-secondary-menu .fusion-secondary-menu-icon{min-width:180px;}.fusion-secondary-menu .sub-menu{background-color:#ffffff;border-color:#e5e5e5;}.fusion-secondary-menu .sub-menu a{border-color:#e5e5e5;color:#747474;}.fusion-secondary-menu .sub-menu a:hover{background-color:#fafafa;color:#333333;}.fusion-secondary-menu > ul > li > .sub-menu .sub-menu{left:180px;}.fusion-secondary-menu .fusion-custom-menu-item-contents{background-color:#ffffff;border-color:#e5e5e5;color:#747474;}.fusion-secondary-menu .fusion-secondary-menu-icon,.fusion-secondary-menu .fusion-secondary-menu-icon:hover{color:#ffffff;}.fusion-secondary-menu .fusion-menu-cart-items a{color:#747474;}.fusion-secondary-menu .fusion-menu-cart-item a{border-color:#e5e5e5;}.fusion-secondary-menu .fusion-menu-cart-item img{border-color:#e0dede;}.fusion-secondary-menu .fusion-menu-cart-item a:hover{background-color:#fafafa;color:#333333;}.fusion-secondary-menu-icon{background-color:;color:#ffffff;}.fusion-secondary-menu-icon:after,.fusion-secondary-menu-icon:before{color:#ffffff;}.fusion-contact-info{line-height:44px;}.fusion-megamenu-holder{border-color:#78bca1;}.fusion-megamenu{background-color:rgba(0,0,0,.5);}.fusion-megamenu-wrapper .fusion-megamenu-submenu{border-color:rgba(255,255,255,0);}.rtl .fusion-megamenu-wrapper .fusion-megamenu-submenu:last-child{border-color:rgba(255,255,255,0);}.fusion-megamenu-wrapper .fusion-megamenu-submenu .sub-menu a{padding-top:14px;padding-bottom:14px;}.fusion-megamenu-wrapper .fusion-megamenu-submenu > a:hover{background-color:rgba(0,0,0,.7);color:#ffffff;font-family:\"Open Sans\", Arial, Helvetica, sans-serif;font-weight:400;font-size:14px;}.fusion-megamenu-title{font-size:18px;color:#ffffff;}.fusion-megamenu-title a{color:#ffffff;}.fusion-megamenu-bullet{border-left-color:#ffffff;}.fusion-megamenu-widgets-container{color:#ffffff;font-family:\"Open Sans\", Arial, Helvetica, sans-serif;font-weight:400;font-size:14px;}.fusion-header-wrapper.fusion-is-sticky .fusion-header,.fusion-header-wrapper.fusion-is-sticky .fusion-secondary-main-menu{background-color:rgba(33,33,33,0.95);}.no-rgba .fusion-header-wrapper.fusion-is-sticky .fusion-header,.no-rgba .fusion-header-wrapper.fusion-is-sticky .fusion-secondary-main-menu{background-color:rgba(33,33,33,0.95);opacity:0.95;filter:progid: DXImageTransform.Microsoft.Alpha(Opacity=95);}.fusion-is-sticky .fusion-main-menu > ul > li{padding-right:37px;}.fusion-is-sticky .fusion-main-menu > ul > li:last-child{padding-right:0;}.fusion-is-sticky .fusion-main-menu .fusion-main-menu-icon:after,.fusion-is-sticky .fusion-main-menu > ul > li > a{color:#ffffff;}.rtl .fusion-is-sticky .fusion-main-menu > ul > li:last-child{padding-right:37px;}.fusion-is-sticky .fusion-main-menu > ul > li > a{font-size:14px;}.fusion-mobile-selector{background-color:#242424;border-color:#212121;font-size:14px;height:47px;line-height:47px;color:#747474;}.fusion-selector-down{height:45px;line-height:45px;border-color:#212121;}.fusion-selector-down:before{color:#78bca1;}.fusion-mobile-menu-design-modern .fusion-mobile-nav-holder > ul,.fusion-mobile-nav-holder > ul{border-color:#212121;}.fusion-mobile-nav-item .fusion-open-submenu{color:#747474;}.fusion-mobile-nav-item a{color:#747474;font-size:14px;background-color:#242424;border-color:#212121;height:47px;line-height:47px;}.fusion-mobile-nav-item a:hover{background-color:#212121;}.fusion-mobile-nav-item a:before{color:#747474;}.fusion-mobile-current-nav-item > a{background-color:#212121;}.fusion-mobile-menu-icons{margin-top:50px;}.fusion-mobile-menu-icons a{color:#78bca1;}.fusion-mobile-menu-icons a:before{color:#78bca1;}.fusion-open-submenu{font-size:14px;height:47px;line-height:47px;}.fusion-open-submenu:hover{color:#78bca1;}#wrapper .post-content .content-box-heading{font-size:22px;}.post-content .content-box-heading{color:#333333;}.fusion-content-boxes .content-container{color:#747474;}.fusion-social-links-header .fusion-social-networks a{font-size:16px;}.fusion-social-links-header .fusion-social-networks.boxed-icons a{padding:12px;width:calc(16px + (2 * 12px) + 2px);}.fusion-social-links-footer .fusion-social-networks a{font-size:16px;}.fusion-social-links-footer .fusion-social-networks.boxed-icons a{padding:12px;width:calc(16px + (2 * 12px) + 2px);}.fusion-sharing-box .fusion-social-networks a{font-size:19px;}.fusion-sharing-box .fusion-social-networks.boxed-icons a{padding:16px;}.fusion-sharing-box h4{color:#333333;}.fusion-social-links .boxed-icons .fusion-social-networks-wrapper .fusion-social-network-icon{width:calc(16px + (2 * 12px) + 2px);}.post-content .fusion-social-links .fusion-social-networks a,.widget .fusion-social-links .fusion-social-networks a{font-size:16px;}.post-content .fusion-social-links .fusion-social-networks.boxed-icons a,.widget .fusion-social-links .fusion-social-networks.boxed-icons a{padding:12px;}.fusion-body .error-menu li:after,.fusion-body .error-menu li:before{background-color:#333333;color:#78bca1;}.ua-ie-11 .avada-select-parent .select-arrow,.ua-ie-11 .select-arrow,.ua-ie-11 .wpcf7-select-parent .select-arrow{height:33px;line-height:33px;}.ua-ie-11 .gravity-select-parent .select-arrow{height:24px;line-height:24px;}.ua-ie-11 .fusion-flip-box .flip-box-front{backface-visibility:visible;}.ua-ie-11 .fusion-flip-box .flip-box-back{backface-visibility:visible;}#wrapper{width:100%;max-width:none;}.fusion-header,.layout-boxed-mode .side-header-wrapper,.side-header-background{background-color:rgba(33,33,33,0);}.fusion-secondary-main-menu{background-color:#ffffff;}.fusion-header-wrapper .fusion-header{background-image:none;}.no-overflow-y .fusion-header-v1 .fusion-header{padding-right:39px;}.no-overflow-y .fusion-header-v2 .fusion-header{padding-right:39px;}.no-overflow-y .fusion-header-v3 .fusion-header{padding-right:39px;}.no-overflow-y .fusion-sticky-menu-only .fusion-secondary-main-menu{padding-right:39px;}.rev_slider_wrapper{position:relative;}.avada-skin-rev{border-top:1px solid #d2d3d4;border-bottom:1px solid #d2d3d4;box-sizing:content-box;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;}.tparrows{border-radius:0;-webkit-border-radius:0;}.tp-bullets .bullet.last{clear:none;}#main{padding-top:50px;padding-bottom:0px;}.width-100 .nonhundred-percent-fullwidth{margin-left:-30px;margin-right:-30px;}.side-header-left .fusion-footer-parallax,body.side-header-left #wrapper{margin-left:280px;}.side-header-right .fusion-footer-parallax,body.side-header-right #wrapper{margin-right:280px;}body.side-header-left #side-header #nav .login-box,body.side-header-left #side-header #nav .main-nav-search-form,body.side-header-left #side-header #nav > ul > li > ul{left:279px;}body.side-header-left #slidingbar .avada-row,body.side-header-right #slidingbar .avada-row{max-width:none;}.layout-wide-mode .fusion-header-wrapper .fusion-row{max-width:100%;}.fusion-flexslider .flex-direction-nav a,.fusion-flexslider.flexslider-attachments .flex-direction-nav a,.fusion-flexslider.flexslider-posts .flex-direction-nav a,.fusion-flexslider.flexslider-posts-with-excerpt .flex-direction-nav a,.fusion-slider-sc .flex-direction-nav a{width:40px;height:130px;line-height:130px;font-size:18px;}.fusion-carousel .fusion-carousel-nav .fusion-nav-next:before,.fusion-carousel .fusion-carousel-nav .fusion-nav-prev:before{line-height:130px;font-size:18px;}.bbp-pagination .bbp-pagination-links a.inactive,.bbp-topic-pagination .page-numbers,.page-links a,.pagination a.inactive,.woocommerce-pagination .page-numbers{padding:10px 16px;}.bbp-pagination .bbp-pagination-links .current,.page-links > .page-number,.pagination .current,.woocommerce-pagination .current{padding:10px 16px;}.bbp-pagination .bbp-pagination-links .pagination-prev,.pagination .pagination-prev,.woocommerce-pagination .prev{padding:10px 16px;}.bbp-pagination .bbp-pagination-links .pagination-next,.bbp-pagination-links span.dots,.pagination .pagination-next,.woocommerce-pagination .next{padding:10px 16px;}.fusion-hide-pagination-text .page-text{display:none;}.fusion-hide-pagination-text .pagination-prev, .fusion-hide-pagination-text .pagination-next{border-width:1px;border-style:solid;}.fusion-hide-pagination-text .pagination-prev{margin:0;}.fusion-hide-pagination-text .pagination-next{margin-left:5px;}.fusion-hide-pagination-text .pagination-prev:before, .fusion-hide-pagination-text .pagination-next:after{line-height:normal;position:relative;margin:0;padding:0;}.fusion-hide-pagination-text .pagination-next:after{right:auto;}@media only screen and (min-width: 1007.2px) and (max-width: 1099px){.fusion-portfolio-six .fusion-portfolio-post,.grid-layout-6 .fusion-post-grid{width:20% !important;}.fusion-blog-layout-grid-5 .fusion-post-grid,.fusion-portfolio-five .fusion-portfolio-post{width:25% !important;}}@media only screen and (min-width: 915.4px) and (max-width: 1007.2px){.fusion-blog-layout-grid-6 .fusion-post-grid,.fusion-portfolio-six .fusion-portfolio-post{width:20% !important;}.fusion-blog-layout-grid-5 .fusion-post-grid,.fusion-portfolio-five .fusion-portfolio-post{width:33.3333333333% !important;}.fusion-blog-layout-grid-4 .fusion-post-grid,.fusion-portfolio-four .fusion-portfolio-post{width:33.3333333333% !important;}}@media only screen and (min-width: 823.6px) and (max-width: 915.4px){.fusion-blog-layout-grid-6 .fusion-post-grid,.fusion-portfolio-six .fusion-portfolio-post{width:25% !important;}.fusion-blog-layout-grid-3 .fusion-post-grid,.fusion-blog-layout-grid-4 .fusion-post-grid,.fusion-blog-layout-grid-5 .fusion-post-grid,.fusion-portfolio-five .fusion-portfolio-post,.fusion-portfolio-four .fusion-portfolio-post,.fusion-portfolio-masonry .fusion-portfolio-post,.fusion-portfolio-three .fusion-portfolio-post{width:50% !important;}}@media only screen and (min-width: 731.8px) and (max-width: 823.6px){.fusion-blog-layout-grid-6 .fusion-post-grid,.fusion-portfolio-six .fusion-portfolio-post{width:33.33% !important;}.fusion-blog-layout-grid-3 .fusion-post-grid,.fusion-blog-layout-grid-4 .fusion-post-grid,.fusion-blog-layout-grid-5 .fusion-post-grid,.fusion-portfolio-five .fusion-portfolio-post,.fusion-portfolio-four .fusion-portfolio-post,.fusion-portfolio-masonry .fusion-portfolio-post,.fusion-portfolio-three .fusion-portfolio-post{width:50% !important;}}@media only screen and (max-width: 731.8px){.fusion-blog-layout-grid .fusion-post-grid,.fusion-portfolio-post{width:100% !important;}.fusion-blog-layout-grid-6 .fusion-post-grid,.fusion-portfolio-six .fusion-portfolio-post{width:50% !important;}}@media only screen and (max-width: 640px){.fusion-blog-layout-grid-6 .fusion-post-grid,.fusion-portfolio-six .fusion-portfolio-post{width:100% !important;}.fusion-body .fusion-page-title-bar{max-height:none;}.fusion-body .fusion-page-title-bar h1{margin:0;}.fusion-body .fusion-page-title-secondary{margin-top:2px;}.fusion-blog-layout-large .fusion-meta-info .fusion-alignleft,.fusion-blog-layout-large .fusion-meta-info .fusion-alignright,.fusion-blog-layout-medium .fusion-meta-info .fusion-alignleft,.fusion-blog-layout-medium .fusion-meta-info .fusion-alignright{display:block;float:none;margin:0;width:100%;}.fusion-body .fusion-blog-layout-medium .fusion-post-slideshow{float:none;margin:0 0 20px 0;height:auto;width:auto;}.fusion-blog-layout-large-alternate .fusion-date-and-formats{margin-bottom:55px;}.fusion-body .fusion-blog-layout-large-alternate .fusion-post-content{margin:0;}.fusion-blog-layout-medium-alternate .has-post-thumbnail .fusion-post-slideshow{display:inline-block;float:none;margin-right:0;max-width:197px;}.fusion-blog-layout-grid .fusion-post-grid{position:static;width:100%;}.flex-direction-nav,.wooslider-direction-nav,.wooslider-pauseplay{display:none;}.share-box ul li{margin-bottom:10px;margin-right:15px;}.buttons a{margin-right:5px;}.ls-avada .ls-nav-next,.ls-avada .ls-nav-prev{display:none !important;}#wrapper .ei-slider{width:100% !important;height:200px !important;}.fusion-progressbar{margin-bottom:10px !important;}#wrapper .content-boxes-icon-boxed .content-wrapper-boxed{min-height:inherit !important;padding-bottom:20px;padding-left:3% !important;padding-right:3% !important;}#wrapper .content-boxes-icon-boxed .content-box-column,#wrapper .content-boxes-icon-on-top .content-box-column{margin-bottom:55px;}#wrapper .content-boxes-icon-boxed .content-box-column .heading h2{margin-top:-5px;}#wrapper .content-boxes-icon-boxed .content-box-column .more{margin-top:12px;}.page-template-contact-php .fusion-google-map{height:270px !important;}.share-box .social-networks li{margin-right:20px !important;}.timeline-icon{display:none !important;}.timeline-layout{padding-top:0 !important;}.fusion-counters-circle .counter-circle-wrapper{display:block;margin-right:auto;margin-left:auto;}.post-content .wooslider .wooslider-control-thumbs{margin-top:-10px;}body .wooslider .overlay-full.layout-text-left .slide-excerpt{padding:20px !important;}.content-boxes-icon-boxed .col{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}.social_links_shortcode li{height:40px !important;}.products-slider .es-nav span{transform:scale(0.5) !important;-webkit-transform:scale(0.5) !important;-moz-transform:scale(0.5) !important;-ms-transform:scale(0.5) !important;-o-transform:scale(0.5) !important;}.portfolio-masonry .portfolio-item{width:100% !important;}.table-1 table,.tkt-slctr-tbl-wrap-dv table{border-collapse:collapse;border-spacing:0;width:100%;}.table-1 td,.table-1 th,.tkt-slctr-tbl-wrap-dv td,.tkt-slctr-tbl-wrap-dv th{white-space:nowrap;}.table-2 table{border-collapse:collapse;border-spacing:0;width:100%;}.table-2 td,.table-2 th{white-space:nowrap;}#main,.footer-area,.page-title-bar,body{background-attachment:scroll !important;}.tfs-slider[data-animation=\"slide\"]{height:auto !important;}#wrapper .share-box h4{display:block;float:none;line-height:20px !important;margin-top:0;padding:0;margin-bottom:10px;}.fusion-sharing-box .fusion-social-networks{float:none;display:block;width:100%;text-align:left;}#content{width:100% !important;margin-left:0px !important;}.sidebar{width:100% !important;float:none !important;margin-left:0 !important;clear:both;}.fusion-hide-on-mobile{display:none;}.fusion-blog-layout-timeline{padding-top:0;}.fusion-blog-layout-timeline .fusion-post-timeline{float:none;width:100%;}.fusion-blog-layout-timeline .fusion-timeline-date{margin-bottom:0;margin-top:2px;}.fusion-timeline-arrow,.fusion-timeline-circle,.fusion-timeline-icon,.fusion-timeline-line{display:none;}}@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait){.fusion-columns-1 .fusion-column:first-child,.fusion-columns-2 .fusion-column:first-child,.fusion-columns-3 .fusion-column:first-child,.fusion-columns-4 .fusion-column:first-child,.fusion-columns-5 .fusion-column:first-child{margin-left:0;}.fusion-column,.fusion-column:nth-child(2n),.fusion-column:nth-child(3n),.fusion-column:nth-child(4n),.fusion-column:nth-child(5n){margin-right:0;}#wrapper{width:auto !important;}.create-block-format-context{display:none;}.columns .col{float:none;width:100% !important;margin:0 0 20px;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}.fullwidth-box{background-attachment:scroll;}.fusion-main-menu > ul > li{padding-right:25px;}.review{float:none;width:100%;}.fusion-social-links-footer,.fusion-social-networks{display:block;text-align:center;}.fusion-social-links-footer{width:auto;}.fusion-social-links-footer .fusion-social-networks{display:inline-block;float:none;}.fusion-social-networks{padding:0 0 15px;}.fusion-author .fusion-author-ssocial .fusion-author-tagline{float:none;text-align:center;max-width:100%;}.fusion-author .fusion-author-ssocial .fusion-social-networks{text-align:center;}.fusion-author .fusion-author-ssocial .fusion-social-networks .fusion-social-network-icon:first-child{margin-left:0;}.fusion-social-networks:after{content:\"\";display:block;clear:both;}.fusion-social-networks li{float:none;display:inline-block;}.fusion-reading-box-container .continue{display:block;}.fusion-reading-box-container .mobile-button{display:none;float:none;}.fusion-title{margin-top:0px !important;margin-bottom:20px !important;}.fusion-body .fusion-page-title-bar{height:100px;}.fusion-page-title-bar-left .fusion-page-title-captions,.fusion-page-title-bar-left .fusion-page-title-secondary,.fusion-page-title-bar-right .fusion-page-title-captions,.fusion-page-title-bar-right .fusion-page-title-secondary{display:block;float:none;width:100%;line-height:normal;}.fusion-page-title-bar-left .fusion-page-title-secondary{text-align:left;}.fusion-page-title-bar-left .searchform{display:block;max-width:100%;}.fusion-page-title-bar-right .fusion-page-title-secondary{text-align:right;}.fusion-page-title-bar-right .searchform{max-width:100%;}.fusion-page-title-row{display:table;width:100%;height:100%;min-height:calc(100px -20px);}.fusion-page-title-wrapper{display:table-cell;vertical-align:middle;}.products .product-list-view{width:100% !important;min-width:100% !important;}.sidebar .social_links .social li{width:auto;margin-right:5px;}#comment-input{margin-bottom:0;}#comment-input input{width:90%;float:none !important;margin-bottom:10px;}#comment-textarea textarea{width:90%;}.pagination{margin-top:40px;}.portfolio-one .portfolio-item .image{float:none;width:auto;height:auto;margin-bottom:20px;}h5.toggle span.toggle-title{width:80%;}#wrapper .sep-boxed-pricing .panel-wrapper{padding:0;}#wrapper .full-boxed-pricing .column,#wrapper .sep-boxed-pricing .column{float:none;margin-bottom:10px;margin-left:0;width:100%;}.share-box{height:auto;}#wrapper .share-box h4{float:none;line-height:20px !important;padding:0;}.share-box ul{float:none;overflow:hidden;padding:0 25px;padding-bottom:15px;margin-top:0px;}.project-content .project-description{float:none !important;}.project-content .fusion-project-description-details{margin-bottom:50px;}.project-content .project-description,.project-content .project-info{width:100% !important;}.portfolio-half .flexslider{width:100%;}.portfolio-half .project-content{width:100% !important;}#style_selector{display:none;}.faq-tabs,.portfolio-tabs{height:auto;border-bottom-width:1px;border-bottom-style:solid;}.faq-tabs li,.portfolio-tabs li{float:left;margin-right:30px;border-bottom:0;}.ls-avada .ls-nav-next,.ls-avada .ls-nav-prev{display:none !important;}nav#nav,nav#sticky-nav{margin-right:0;}#footer .social-networks{width:100%;margin:0 auto;position:relative;left:-11px;}.tab-holder .tabs{height:auto !important;width:100% !important;}.shortcode-tabs .tab-hold .tabs li{width:100% !important;}body .shortcode-tabs .tab-hold .tabs li,body.dark .sidebar .tab-hold .tabs li{border-right:none !important;}.error-message{line-height:170px;margin-top:20px;font-size:130px;}.error_page .useful_links{width:100%;padding-left:0;}.fusion-google-map{width:100% !important;}.social_links_shortcode .social li{width:10% !important;}#wrapper .ei-slider{width:100%;height:200px !important;}.fusion-progressbar{margin-bottom:10px !important;}.fusion-blog-layout-medium-alternate .fusion-post-content{float:none;width:100% !important;margin-top:20px;}#wrapper .content-boxes-icon-boxed .content-wrapper-boxed{min-height:inherit !important;padding-bottom:20px;padding-left:3%;padding-right:3%;}#wrapper .content-boxes-icon-boxed .content-box-column,#wrapper .content-boxes-icon-on-top .content-box-column{margin-bottom:55px;}.fusion-counters-box .fusion-counter-box{margin-bottom:20px;padding:0 15px;}.fusion-counters-box .fusion-counter-box:last-child{margin-bottom:0;}.popup{display:none !important;}.share-box .social-networks{text-align:left;}body #small-nav{visibility:visible !important;}.wpcf7-form .wpcf7-number,.wpcf7-form .wpcf7-quiz,.wpcf7-form .wpcf7-text,.wpcf7-form textarea{float:none !important;width:100% !important;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}#nav-uber #megaMenu{width:100%;}#toTop{bottom:30px;border-radius:4px;height:40px;z-index:10000;-webkit-border-radius:4px;}#toTop:before{line-height:38px;}#toTop:hover{background-color:#333333;}.no-mobile-totop .to-top-container{display:none;}.no-mobile-slidingbar #slidingbar-area{display:none;}.tfs-slider .slide-content-container .btn{min-height:0 !important;padding-left:20px;padding-right:20px !important;height:26px !important;line-height:26px !important;}.fusion-soundcloud iframe{width:100%;}.fusion-columns-2 .fusion-column,.fusion-columns-2 .fusion-flip-box-wrapper,.fusion-columns-4 .fusion-column,.fusion-columns-4 .fusion-flip-box-wrapper{width:50% !important;float:left !important;}.fusion-columns-2 .fusion-column:nth-of-type(3n),.fusion-columns-2 .fusion-flip-box-wrapper:nth-of-type(3n),.fusion-columns-4 .fusion-column:nth-of-type(3n){clear:both;}.fusion-columns-3 .fusion-column,.fusion-columns-3 .fusion-flip-box-wrapper,.fusion-columns-5 .col-lg-2,.fusion-columns-5 .col-md-2,.fusion-columns-5 .col-sm-2,.fusion-columns-5 .fusion-column,.fusion-columns-5 .fusion-flip-box-wrapper,.fusion-columns-6 .fusion-column,.fusion-columns-6 .fusion-flip-box-wrapper{width:33.33% !important;float:left !important;}.fusion-columns-3 .fusion-column:nth-of-type(4n),.fusion-columns-3 .fusion-flip-box-wrapper:nth-of-type(4n),.fusion-columns-5 .fusion-column:nth-of-type(4n),.fusion-columns-5 .fusion-flip-box-wrapper:nth-of-type(4n),.fusion-columns-6 .fusion-column:nth-of-type(4n),.fusion-columns-6 .fusion-flip-box-wrapper:nth-of-type(4n){clear:both;}#slidingbar .fusion-column,.footer-area .fusion-column{margin-bottom:40px;}.fusion-layout-column.fusion-five-sixth,.fusion-layout-column.fusion-four-fifth,.fusion-layout-column.fusion-one-fifth,.fusion-layout-column.fusion-one-fourth,.fusion-layout-column.fusion-one-half,.fusion-layout-column.fusion-one-sixth,.fusion-layout-column.fusion-one-third,.fusion-layout-column.fusion-three-fifth,.fusion-layout-column.fusion-three-fourth,.fusion-layout-column.fusion-two-fifth,.fusion-layout-column.fusion-two-third{position:relative;float:left;margin-right:4%;margin-bottom:20px;}.fusion-layout-column.fusion-one-sixth{width:13.3333%;}.fusion-layout-column.fusion-five-sixth{width:82.6666%;}.fusion-layout-column.fusion-one-fifth{width:16.8%;}.fusion-layout-column.fusion-two-fifth{width:37.6%;}.fusion-layout-column.fusion-three-fifth{width:58.4%;}.fusion-layout-column.fusion-four-fifth{width:79.2%;}.fusion-layout-column.fusion-one-fourth{width:22%;}.fusion-layout-column.fusion-three-fourth{width:74%;}.fusion-layout-column.fusion-one-third{width:30.6666%;}.fusion-layout-column.fusion-two-third{width:65.3333%;}.fusion-layout-column.fusion-one-half{width:48%;}.fusion-layout-column.fusion-spacing-no{margin-left:0;margin-right:0;}.fusion-layout-column.fusion-one-sixth.fusion-spacing-no{width:16.6666666667%;}.fusion-layout-column.fusion-five-sixth.fusion-spacing-no{width:83.333333333%;}.fusion-layout-column.fusion-one-fifth.fusion-spacing-no{width:20%;}.fusion-layout-column.fusion-two-fifth.fusion-spacing-no{width:40%;}.fusion-layout-column.fusion-three-fifth.fusion-spacing-no{width:60%;}.fusion-layout-column.fusion-four-fifth.fusion-spacing-no{width:80%;}.fusion-layout-column.fusion-one-fourth.fusion-spacing-no{width:25%;}.fusion-layout-column.fusion-three-fourth.fusion-spacing-no{width:75%;}.fusion-layout-column.fusion-one-third.fusion-spacing-no{width:33.33333333%;}.fusion-layout-column.fusion-two-third.fusion-spacing-no{width:66.66666667%;}.fusion-layout-column.fusion-one-half.fusion-spacing-no{width:50%;}.fusion-layout-column.fusion-column-last{clear:right;zoom:1;margin-left:0;margin-right:0;}.fusion-column.fusion-spacing-no{margin-bottom:0;width:100% !important;}.ua-mobile #main,.ua-mobile .fusion-footer-widget-area,.ua-mobile .page-title-bar,.ua-mobile body{background-attachment:scroll !important;}#footer > .fusion-row,#header-sticky .fusion-row,.footer-area > .fusion-row,.fusion-header .fusion-row,.fusion-secondary-header .fusion-row{padding-left:0px !important;padding-right:0px !important;}#footer > .fusion-row,.footer-area > .fusion-row,.fusion-header .fusion-row,.fusion-secondary-header .fusion-row{padding-left:0px !important;padding-right:0px !important;}#main,.fullwidth-box,.fusion-footer-widget-area,.page-title-bar,body{background-attachment:scroll !important;}}@media only screen and (max-width: 1100px){body.side-header #wrapper{margin-left:0 !important;margin-right:0 !important;}#side-header,.side-header-background{background-color:#212121;}.layout-boxed-mode .side-header-wrapper{background-color:transparent;}#side-header{transition:background-color 0.25s ease-in-out;position:static;height:auto;width:100% !important;padding:20px 30px !important;margin:0 !important;-webkit-transition:background-color 0.25s ease-in-out;-moz-transition:background-color 0.25s ease-in-out;-ms-transition:background-color 0.25s ease-in-out;-o-transition:background-color 0.25s ease-in-out;}#side-header.fusion-is-sticky{background-color:rgba(33,33,33,0.95);}#side-header .side-header-background{display:none;}#side-header .side-header-border{display:none;}#side-header .side-header-wrapper{padding-top:0;padding-bottom:0;position:relative;}#side-header .header-social,#side-header .header-v4-content{display:none;}#side-header .fusion-logo{margin:0;float:left;}#side-header .side-header-content{padding:0 !important;}#side-header.fusion-mobile-menu-design-classic .fusion-logo{float:none;text-align:center;}body #wrapper .header-shadow:after,body.side-header #wrapper #side-header.header-shadow .side-header-border:before{position:static;height:auto;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;}#side-header .fusion-main-menu,#side-header .side-header-content-1-2,#side-header .side-header-content-3{display:none;}#side-header.fusion-mobile-menu-design-classic .fusion-main-menu-container .fusion-mobile-nav-holder{display:block;margin-top:20px;}#side-header.fusion-mobile-menu-design-classic .fusion-main-menu-container .fusion-mobile-sticky-nav-holder{display:none;}#side-header.fusion-mobile-menu-design-modern .fusion-logo{float:left;margin:0;}#side-header.fusion-mobile-menu-design-modern .fusion-logo-left{float:left;}#side-header.fusion-mobile-menu-design-modern .fusion-logo-right{float:right;}#side-header.fusion-mobile-menu-design-modern .fusion-logo-center{float:left;}#side-header.fusion-mobile-menu-design-modern .fusion-mobile-menu-icons{display:block;}#side-header.fusion-mobile-menu-design-modern .fusion-logo-menu-right .fusion-mobile-menu-icons{float:left;position:static;}#side-header.fusion-mobile-menu-design-modern .fusion-logo-menu-right .fusion-mobile-menu-icons a{float:left;}#side-header.fusion-mobile-menu-design-modern .fusion-logo-menu-right .fusion-mobile-menu-icons :first-child{margin-left:0;}#side-header.fusion-mobile-menu-design-modern .fusion-logo-menu-left .fusion-mobile-menu-icons{float:right;}#side-header.fusion-mobile-menu-design-modern .fusion-logo-menu-left .fusion-mobile-menu-icons a:last-child{margin-left:0;}#side-header.fusion-mobile-menu-design-modern .fusion-main-menu-container .fusion-mobile-nav-holder,#side-header.fusion-mobile-menu-design-modern .side-header-wrapper > .fusion-secondary-menu-search{padding-top:20px;margin-left:-30px;margin-right:-30px;margin-bottom:-20px;}#side-header.fusion-mobile-menu-design-modern .fusion-main-menu-container .fusion-mobile-nav-holder > ul{display:block;border-right:0;border-left:0;border-bottom:0;}#side-header.fusion-is-sticky.fusion-sticky-menu-1 .fusion-mobile-nav-holder{display:none;}#side-header.fusion-is-sticky.fusion-sticky-menu-1 .fusion-mobile-sticky-nav-holder{display:none;}.width-100 .fusion-section-separator-with-offset{margin-left:calc( (100vw - 100% ) / -2 ) !important;margin-right:calc( (100vw - 100% ) / -2 ) !important;}.fusion-mobile-menu-design-modern .fusion-secondary-header{padding:0px;padding-left:0 !important;padding-right:0 !important;}.fusion-mobile-menu-design-modern .fusion-secondary-header .fusion-row{padding-left:0px;padding-right:0px;}.fusion-mobile-menu-design-modern .fusion-social-links-header{max-width:100%;text-align:center;margin-top:10px;margin-bottom:8px;}.fusion-mobile-menu-design-modern .fusion-social-links-header a{margin-right:20px;margin-bottom:5px;}.fusion-mobile-menu-design-modern .fusion-alignleft{border-bottom:1px solid transparent;}.fusion-mobile-menu-design-modern .fusion-alignleft,.fusion-mobile-menu-design-modern .fusion-alignright{width:100%;float:none;display:block;}.fusion-body .fusion-mobile-menu-design-modern .fusion-secondary-header .fusion-alignleft,.fusion-body .fusion-mobile-menu-design-modern .fusion-secondary-header .fusion-alignright{text-align:center;}.fusion-mobile-menu-design-modern .fusion-secondary-menu > ul > li{display:inline-block;vertical-align:middle;text-align:left;}.fusion-body .fusion-mobile-menu-design-modern .fusion-secondary-menu > ul > li{float:none;}.fusion-mobile-menu-design-modern .fusion-secondary-menu-cart{border-right:0;}.fusion-mobile-menu-design-modern .fusion-secondary-menu-icon{background-color:transparent;padding-left:10px;padding-right:7px;min-width:100%;}.fusion-mobile-menu-design-modern .fusion-secondary-menu-icon:after{display:none;}.fusion-mobile-menu-design-modern .fusion-secondary-menu .fusion-secondary-menu-icon,.fusion-mobile-menu-design-modern .fusion-secondary-menu .fusion-secondary-menu-icon:hover,.fusion-mobile-menu-design-modern .fusion-secondary-menu-icon:before{color:#747474;}.fusion-mobile-menu-design-modern .fusion-header-tagline{margin-top:10px;float:none;line-height:24px;}.fusion-header .fusion-row{padding-left:0;padding-right:0;}.fusion-header-wrapper .fusion-header,.fusion-header-wrapper .fusion-secondary-main-menu{background-color:#212121;}.fusion-secondary-header{background-color:rgb(247,247,247);}.fusion-header-wrapper .fusion-row{padding-left:0;padding-right:0;max-width:100%;}.fusion-footer-copyright-area > .fusion-row,.fusion-footer-widget-area > .fusion-row{padding-left:0;padding-right:0;}.fusion-secondary-header .fusion-row{display:block;}.fusion-secondary-header .fusion-alignleft{margin-right:0;}.fusion-secondary-header .fusion-alignright{margin-left:0;}body.fusion-body .fusion-secondary-header .fusion-alignright > *{float:none;}body.fusion-body .fusion-secondary-header .fusion-alignright .fusion-social-links-header .boxed-icons{margin-bottom:5px;}.fusion-mobile-menu-design-classic.fusion-header-v1 .fusion-header,.fusion-mobile-menu-design-classic.fusion-header-v2 .fusion-header,.fusion-mobile-menu-design-classic.fusion-header-v3 .fusion-header,.fusion-mobile-menu-design-classic.fusion-header-v7 .fusion-header{padding-top:20px;padding-bottom:20px;}.fusion-header-v4 .fusion-logo{display:block;}.fusion-header-v4.fusion-mobile-menu-design-modern .fusion-logo .fusion-logo-link{max-width:75%;}.fusion-header-v4.fusion-mobile-menu-design-modern .fusion-mobile-menu-icons{position:absolute;}.fusion-mobile-menu-design-classic.fusion-header-v1 .fusion-logo,.fusion-mobile-menu-design-classic.fusion-header-v1 .fusion-logo a,.fusion-mobile-menu-design-classic.fusion-header-v2 .fusion-logo,.fusion-mobile-menu-design-classic.fusion-header-v2 .fusion-logo a,.fusion-mobile-menu-design-classic.fusion-header-v3 .fusion-logo,.fusion-mobile-menu-design-classic.fusion-header-v3 .fusion-logo a,.fusion-mobile-menu-design-classic.fusion-header-v7 .fusion-logo,.fusion-mobile-menu-design-classic.fusion-header-v7 .fusion-logo a{float:none;text-align:center;margin:0 !important;}.fusion-mobile-menu-design-classic.fusion-header-v1 .fusion-main-menu,.fusion-mobile-menu-design-classic.fusion-header-v2 .fusion-main-menu,.fusion-mobile-menu-design-classic.fusion-header-v3 .fusion-main-menu,.fusion-mobile-menu-design-classic.fusion-header-v7 .fusion-main-menu > ul > li{display:none;}.fusion-mobile-menu-design-classic.fusion-header-v7 .fusion-main-menu > ul .fusion-middle-logo-menu-logo{display:block;}.fusion-mobile-menu-design-classic.fusion-header-v7 .fusion-sticky-menu > ul .fusion-middle-logo-menu-logo{display:none;}.fusion-is-sticky .fusion-mobile-menu-design-classic.fusion-header-v7 .fusion-main-menu > ul .fusion-middle-logo-menu-logo{display:none;}.fusion-is-sticky .fusion-mobile-menu-design-classic.fusion-header-v7 .fusion-sticky-menu > ul .fusion-middle-logo-menu-logo{display:block;}.fusion-mobile-menu-design-classic.fusion-header-v7 .fusion-main-menu{display:block;max-width:auto;}.fusion-mobile-menu-design-classic.fusion-header-v7 .fusion-logo{padding:0;}.fusion-mobile-menu-design-classic.fusion-header-v1 .fusion-mobile-nav-holder,.fusion-mobile-menu-design-classic.fusion-header-v2 .fusion-mobile-nav-holder,.fusion-mobile-menu-design-classic.fusion-header-v3 .fusion-mobile-nav-holder,.fusion-mobile-menu-design-classic.fusion-header-v7 .fusion-mobile-nav-holder{display:block;margin-top:20px;}.fusion-mobile-menu-design-classic .fusion-secondary-header{padding:10px;}.fusion-mobile-menu-design-classic .fusion-secondary-header .fusion-mobile-nav-holder{margin-top:0;}.fusion-mobile-menu-design-classic.fusion-header-v4 .fusion-header,.fusion-mobile-menu-design-classic.fusion-header-v5 .fusion-header{padding-top:20px;padding-bottom:20px;}.fusion-mobile-menu-design-classic.fusion-header-v4 .fusion-secondary-main-menu,.fusion-mobile-menu-design-classic.fusion-header-v5 .fusion-secondary-main-menu{padding-top:6px;padding-bottom:6px;}.fusion-mobile-menu-design-classic.fusion-header-v4 .fusion-main-menu,.fusion-mobile-menu-design-classic.fusion-header-v5 .fusion-main-menu{display:none;}.fusion-mobile-menu-design-classic.fusion-header-v4 .fusion-mobile-nav-holder,.fusion-mobile-menu-design-classic.fusion-header-v5 .fusion-mobile-nav-holder{display:block;}.fusion-mobile-menu-design-classic.fusion-header-v4 .fusion-logo,.fusion-mobile-menu-design-classic.fusion-header-v4 .fusion-logo a,.fusion-mobile-menu-design-classic.fusion-header-v5 .fusion-logo,.fusion-mobile-menu-design-classic.fusion-header-v5 .fusion-logo a{float:none;text-align:center;margin:0 !important;}.fusion-mobile-menu-design-classic.fusion-header-v4 .searchform,.fusion-mobile-menu-design-classic.fusion-header-v5 .searchform{display:block;float:none;width:100%;margin:0;margin-top:13px;}.fusion-mobile-menu-design-classic.fusion-header-v4 .search-table,.fusion-mobile-menu-design-classic.fusion-header-v5 .search-table{width:100%;}.fusion-mobile-menu-design-classic.fusion-header-v4 .fusion-logo a{float:none;}.fusion-mobile-menu-design-classic.fusion-header-v4 .fusion-header-banner{margin-top:10px;}.fusion-mobile-menu-design-classic.fusion-header-v4 .fusion-secondary-main-menu .searchform{display:none;}.fusion-mobile-menu-design-classic .fusion-alignleft{margin-bottom:10px;}.fusion-mobile-menu-design-classic .fusion-alignleft,.fusion-mobile-menu-design-classic .fusion-alignright{float:none;width:100%;line-height:normal;display:block;}.fusion-header-wrapper .fusion-mobile-menu-design-classic .fusion-contact-info{text-align:center;line-height:normal;}.fusion-header-wrapper .fusion-mobile-menu-design-classic .fusion-secondary-menu{display:none;}.fusion-header-wrapper .fusion-mobile-menu-design-classic .fusion-social-links-header{max-width:100%;margin-top:5px;text-align:center;}.fusion-header-wrapper .fusion-mobile-menu-design-classic .fusion-social-links-header a{margin-bottom:5px;}.fusion-header-wrapper .fusion-mobile-menu-design-classic .fusion-header-tagline{float:none;text-align:center;margin-top:10px;line-height:24px;margin-left:auto;margin-right:auto;}.fusion-header-wrapper .fusion-mobile-menu-design-classic .fusion-header-banner{float:none;text-align:center;margin:0 auto;width:100%;margin-top:20px;clear:both;}.fusion-mobile-menu-design-modern .ubermenu-responsive-toggle,.fusion-mobile-menu-design-modern .ubermenu-sticky-toggle-wrapper{clear:both;}.fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-main-menu,.fusion-mobile-menu-design-modern.fusion-header-v2 .fusion-main-menu,.fusion-mobile-menu-design-modern.fusion-header-v3 .fusion-main-menu,.fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-main-menu,.fusion-mobile-menu-design-modern.fusion-header-v5 .fusion-main-menu,.fusion-mobile-menu-design-modern.fusion-header-v7 .fusion-main-menu > ul > li{display:none;}.fusion-mobile-menu-design-modern.fusion-header-v7 .fusion-main-menu > ul .fusion-middle-logo-menu-logo{display:block;}.fusion-mobile-menu-design-modern.fusion-header-v7 .fusion-main-menu{display:block;float:left;width:auto;}.fusion-mobile-menu-design-modern.fusion-header-v7 .fusion-sticky-menu{display:none;}.fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-header,.fusion-mobile-menu-design-modern.fusion-header-v2 .fusion-header,.fusion-mobile-menu-design-modern.fusion-header-v3 .fusion-header,.fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-header,.fusion-mobile-menu-design-modern.fusion-header-v5 .fusion-header,.fusion-mobile-menu-design-modern.fusion-header-v7 .fusion-header{padding-top:20px;padding-bottom:20px;}.fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-header .fusion-row,.fusion-mobile-menu-design-modern.fusion-header-v2 .fusion-header .fusion-row,.fusion-mobile-menu-design-modern.fusion-header-v3 .fusion-header .fusion-row,.fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-header .fusion-row,.fusion-mobile-menu-design-modern.fusion-header-v5 .fusion-header .fusion-row,.fusion-mobile-menu-design-modern.fusion-header-v7 .fusion-header .fusion-row{width:100%;}.fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-logo,.fusion-mobile-menu-design-modern.fusion-header-v2 .fusion-logo,.fusion-mobile-menu-design-modern.fusion-header-v3 .fusion-logo,.fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-logo,.fusion-mobile-menu-design-modern.fusion-header-v5 .fusion-logo,.fusion-mobile-menu-design-modern.fusion-header-v7 .fusion-logo{margin:0 !important;}.fusion-mobile-menu-design-modern.fusion-header-v7 .fusion-logo{padding:0;}.fusion-mobile-menu-design-modern.fusion-header-v1 .modern-mobile-menu-expanded .fusion-logo,.fusion-mobile-menu-design-modern.fusion-header-v2 .modern-mobile-menu-expanded .fusion-logo,.fusion-mobile-menu-design-modern.fusion-header-v3 .modern-mobile-menu-expanded .fusion-logo,.fusion-mobile-menu-design-modern.fusion-header-v4 .modern-mobile-menu-expanded .fusion-logo,.fusion-mobile-menu-design-modern.fusion-header-v5 .modern-mobile-menu-expanded .fusion-logo,.fusion-mobile-menu-design-modern.fusion-header-v7 .modern-mobile-menu-expanded .fusion-logo{margin-bottom:20px !important;}.fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-mobile-nav-holder,.fusion-mobile-menu-design-modern.fusion-header-v2 .fusion-mobile-nav-holder,.fusion-mobile-menu-design-modern.fusion-header-v3 .fusion-mobile-nav-holder,.fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-mobile-nav-holder,.fusion-mobile-menu-design-modern.fusion-header-v5 .fusion-mobile-nav-holder,.fusion-mobile-menu-design-modern.fusion-header-v7 .fusion-mobile-nav-holder{padding-top:20px;margin-left:-30px;margin-right:-30px;margin-bottom:calc(-20px - 2.5%);}.fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-mobile-nav-holder > ul,.fusion-mobile-menu-design-modern.fusion-header-v2 .fusion-mobile-nav-holder > ul,.fusion-mobile-menu-design-modern.fusion-header-v3 .fusion-mobile-nav-holder > ul,.fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-mobile-nav-holder > ul,.fusion-mobile-menu-design-modern.fusion-header-v5 .fusion-mobile-nav-holder > ul,.fusion-mobile-menu-design-modern.fusion-header-v7 .fusion-mobile-nav-holder > ul{display:block;}.fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-mobile-sticky-nav-holder,.fusion-mobile-menu-design-modern.fusion-header-v2 .fusion-mobile-sticky-nav-holder,.fusion-mobile-menu-design-modern.fusion-header-v3 .fusion-mobile-sticky-nav-holder,.fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-mobile-sticky-nav-holder,.fusion-mobile-menu-design-modern.fusion-header-v5 .fusion-mobile-sticky-nav-holder,.fusion-mobile-menu-design-modern.fusion-header-v7 .fusion-mobile-sticky-nav-holder{display:none;}.fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-mobile-menu-icons,.fusion-mobile-menu-design-modern.fusion-header-v2 .fusion-mobile-menu-icons,.fusion-mobile-menu-design-modern.fusion-header-v3 .fusion-mobile-menu-icons,.fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-mobile-menu-icons,.fusion-mobile-menu-design-modern.fusion-header-v5 .fusion-mobile-menu-icons,.fusion-mobile-menu-design-modern.fusion-header-v7 .fusion-mobile-menu-icons{display:block;}.fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-logo a{float:none;}.fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-logo .searchform{float:none;display:none;}.fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-header-banner{margin-top:10px;}.fusion-mobile-menu-design-modern.fusion-header-v5.fusion-logo-center .fusion-logo{float:left;}.fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-mobile-nav-holder,.fusion-mobile-menu-design-modern.fusion-header-v5 .fusion-mobile-nav-holder{padding-top:0;margin-left:-30px;margin-right:-30px;margin-bottom:0;}.fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-secondary-main-menu,.fusion-mobile-menu-design-modern.fusion-header-v5 .fusion-secondary-main-menu{position:static;border:0;}.fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-secondary-main-menu .fusion-mobile-nav-holder > ul,.fusion-mobile-menu-design-modern.fusion-header-v5 .fusion-secondary-main-menu .fusion-mobile-nav-holder > ul{border:0;}.fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-secondary-main-menu .searchform,.fusion-mobile-menu-design-modern.fusion-header-v5 .fusion-secondary-main-menu .searchform{float:none;}.fusion-is-sticky .fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-sticky-header-wrapper,.fusion-is-sticky .fusion-mobile-menu-design-modern.fusion-header-v5 .fusion-sticky-header-wrapper{position:fixed;width:100%;}.fusion-mobile-menu-design-modern.fusion-logo-right.fusion-header-v4 .fusion-logo,.fusion-mobile-menu-design-modern.fusion-logo-right.fusion-header-v5 .fusion-logo{float:right;}.fusion-mobile-menu-design-modern.fusion-sticky-menu-only.fusion-header-v4 .fusion-secondary-main-menu,.fusion-mobile-menu-design-modern.fusion-sticky-menu-only.fusion-header-v5 .fusion-secondary-main-menu{position:static;}.fusion-mobile-menu-design-classic.fusion-header-v1 .fusion-mobile-sticky-nav-holder,.fusion-mobile-menu-design-classic.fusion-header-v2 .fusion-mobile-sticky-nav-holder,.fusion-mobile-menu-design-classic.fusion-header-v3 .fusion-mobile-sticky-nav-holder,.fusion-mobile-menu-design-classic.fusion-header-v4 .fusion-mobile-sticky-nav-holder,.fusion-mobile-menu-design-classic.fusion-header-v5 .fusion-mobile-sticky-nav-holder,.fusion-mobile-menu-design-classic.fusion-header-v7 .fusion-mobile-sticky-nav-holder,.fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-mobile-sticky-nav-holder,.fusion-mobile-menu-design-modern.fusion-header-v2 .fusion-mobile-sticky-nav-holder,.fusion-mobile-menu-design-modern.fusion-header-v3 .fusion-mobile-sticky-nav-holder,.fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-mobile-sticky-nav-holder,.fusion-mobile-menu-design-modern.fusion-header-v5 .fusion-mobile-sticky-nav-holder,.fusion-mobile-menu-design-modern.fusion-header-v7 .fusion-mobile-sticky-nav-holder{display:none;}.fusion-is-sticky .fusion-mobile-menu-design-classic.fusion-header-v1.fusion-sticky-menu-1 .fusion-mobile-nav-holder,.fusion-is-sticky .fusion-mobile-menu-design-classic.fusion-header-v2.fusion-sticky-menu-1 .fusion-mobile-nav-holder,.fusion-is-sticky .fusion-mobile-menu-design-classic.fusion-header-v3.fusion-sticky-menu-1 .fusion-mobile-nav-holder,.fusion-is-sticky .fusion-mobile-menu-design-classic.fusion-header-v4.fusion-sticky-menu-1 .fusion-mobile-nav-holder,.fusion-is-sticky .fusion-mobile-menu-design-classic.fusion-header-v5.fusion-sticky-menu-1 .fusion-mobile-nav-holder,.fusion-is-sticky .fusion-mobile-menu-design-classic.fusion-header-v7.fusion-sticky-menu-1 .fusion-mobile-nav-holder,.fusion-is-sticky .fusion-mobile-menu-design-modern.fusion-header-v1.fusion-sticky-menu-1 .fusion-mobile-nav-holder,.fusion-is-sticky .fusion-mobile-menu-design-modern.fusion-header-v2.fusion-sticky-menu-1 .fusion-mobile-nav-holder,.fusion-is-sticky .fusion-mobile-menu-design-modern.fusion-header-v3.fusion-sticky-menu-1 .fusion-mobile-nav-holder,.fusion-is-sticky .fusion-mobile-menu-design-modern.fusion-header-v4.fusion-sticky-menu-1 .fusion-mobile-nav-holder,.fusion-is-sticky .fusion-mobile-menu-design-modern.fusion-header-v5.fusion-sticky-menu-1 .fusion-mobile-nav-holder,.fusion-is-sticky .fusion-mobile-menu-design-modern.fusion-header-v7.fusion-sticky-menu-1 .fusion-mobile-nav-holder{display:none;}.fusion-mobile-menu-design-classic .fusion-mobile-nav-item,.fusion-mobile-menu-design-classic .fusion-mobile-selector,.fusion-mobile-menu-design-modern .fusion-mobile-nav-item,.fusion-mobile-menu-design-modern .fusion-mobile-selector{text-align:left;}.fusion-is-sticky .fusion-mobile-menu-design-classic.fusion-header-v1.fusion-sticky-menu-1 .fusion-mobile-sticky-nav-holder,.fusion-is-sticky .fusion-mobile-menu-design-classic.fusion-header-v2.fusion-sticky-menu-1 .fusion-mobile-sticky-nav-holder,.fusion-is-sticky .fusion-mobile-menu-design-classic.fusion-header-v3.fusion-sticky-menu-1 .fusion-mobile-sticky-nav-holder,.fusion-is-sticky .fusion-mobile-menu-design-classic.fusion-header-v4.fusion-sticky-menu-1 .fusion-mobile-sticky-nav-holder,.fusion-is-sticky .fusion-mobile-menu-design-classic.fusion-header-v5.fusion-sticky-menu-1 .fusion-mobile-sticky-nav-holder{display:block;}.fusion-mobile-menu-design-classic .fusion-mobile-nav-holder .fusion-secondary-menu-icon{text-align:inherit;}.fusion-mobile-menu-design-classic .fusion-mobile-nav-holder .fusion-secondary-menu-icon:after,.fusion-mobile-menu-design-classic .fusion-mobile-nav-holder .fusion-secondary-menu-icon:before{display:none;}}@media only screen and (min-width: 1100px){.fusion-header,.fusion-secondary-header{border-top:none;}.fusion-header-v1 .fusion-header,.fusion-secondary-main-menu{border:none;}.fusion-header-wrapper{position:absolute;left:0;right:0;z-index:10000;}body.side-header-right.layout-boxed-mode #side-header{position:absolute;top:0;}body.side-header-right.layout-boxed-mode #side-header .side-header-wrapper{position:absolute;}}@media only screen and (max-width: 800px){.no-overflow-y{overflow-y:visible !important;}.fusion-layout-column{margin-left:0 !important;margin-right:0 !important;}.fusion-layout-column.fusion-spacing-no{margin-bottom:0;}.fusion-body .fusion-layout-column{width:100% !important;}.fusion-columns-1 .fusion-column:first-child,.fusion-columns-2 .fusion-column:first-child,.fusion-columns-3 .fusion-column:first-child,.fusion-columns-4 .fusion-column:first-child,.fusion-columns-5 .fusion-column:first-child{margin-left:0;}.fusion-columns .fusion-column{width:100% !important;float:none;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}.fusion-columns .fusion-column:not(.fusion-column-last){margin:0 0 50px;}#slidingbar-area .columns .col,.avada-container .columns .col,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-6,.footer-area .fusion-columns .fusion-column,.fusion-columns-5 .col-lg-2,.fusion-columns-5 .col-md-2,.fusion-columns-5 .col-sm-2{float:none;width:100%;}.fusion-filters{border-bottom:0;}.fusion-body .fusion-filter{float:none;margin:0;border-bottom:1px solid #E7E6E6;}.fusion-portfolio-text-floated .fusion-portfolio-content-wrapper{display:block;}.fusion-portfolio-text-floated .fusion-image-wrapper{max-width:none;}.fusion-secondary-menu-icon{min-width:100%;}.fusion-body .fusion-page-title-bar{padding-top:5px;padding-bottom:5px;min-height:calc(100px - 10px);height:auto;}.fusion-page-title-bar-left .fusion-page-title-captions,.fusion-page-title-bar-left .fusion-page-title-secondary,.fusion-page-title-bar-right .fusion-page-title-captions,.fusion-page-title-bar-right .fusion-page-title-secondary{display:block;float:none;width:100%;line-height:normal;}.fusion-page-title-bar-left .fusion-page-title-secondary{text-align:left;}.fusion-page-title-bar-left .searchform{display:block;max-width:100%;}.fusion-page-title-bar-right .fusion-page-title-secondary{text-align:right;}.fusion-page-title-bar-right .searchform{max-width:100%;}.fusion-page-title-row{display:table;width:100%;min-height:calc(100px - 20px);}.fusion-page-title-bar-center .fusion-page-title-row{width:auto;}.fusion-page-title-wrapper{display:table-cell;vertical-align:middle;}.fusion-contact-info{padding:1em 30px 0px 30px;line-height:1.5em;}.fusion-body .fusion-blog-layout-medium-alternate .fusion-post-content,.fusion-body .fusion-blog-layout-medium-alternate .has-post-thumbnail .fusion-post-content{float:none;clear:both;margin:0;padding-top:20px;}.fusion-author .fusion-social-networks{display:block;margin-top:10px;}.fusion-body .fusion-author .fusion-social-networks{text-align:center;}.fusion-author-tagline{display:block;float:none;text-align:center;max-width:100%;}.fusion-content-boxes.content-boxes-clean-horizontal .content-box-column,.fusion-content-boxes.content-boxes-clean-vertical .content-box-column{border-right-width:1px;}.fusion-content-boxes .content-box-shortcode-timeline{display:none;}.fusion-countdown,.fusion-countdown .fusion-countdown-counter-wrapper,.fusion-countdown .fusion-countdown-heading-wrapper,.fusion-countdown .fusion-countdown-link-wrapper{display:block;}.fusion-countdown .fusion-countdown-heading-wrapper{text-align:center;}.fusion-countdown .fusion-countdown-counter-wrapper{margin-top:20px;margin-bottom:10px;}.fusion-countdown .fusion-dash-title{display:block;font-size:16px;}.fusion-body .fusion-countdown .fusion-dash-title{padding:0;}.fusion-countdown .fusion-countdown-link-wrapper{text-align:center;}.fusion-reading-box-container .fusion-desktop-button{display:none;}.fusion-reading-box-container .fusion-mobile-button{display:block;}.fusion-reading-box-container .fusion-mobile-button.continue-center{display:block;}#content{width:100% !important;margin-left:0px !important;}.sidebar{width:100% !important;float:none !important;margin-left:0 !important;clear:both;}#wrapper{width:auto !important;}.create-block-format-context{display:none;}.review{float:none;width:100%;}.fusion-body .fusion-social-links-footer,.fusion-copyright-notice{display:block;text-align:center;}.fusion-social-links-footer{width:auto;}.fusion-social-links-footer .fusion-social-networks{display:inline-block;float:none;margin-top:0;}.fusion-copyright-notice{padding:0 0 15px;}.fusion-copyright-notice:after,.fusion-social-networks:after{content:\"\";display:block;clear:both;}.fusion-copyright-notice li,.fusion-social-networks li{float:none;display:inline-block;}.fusion-title{margin-top:0px !important;margin-bottom:20px !important;}.tfs-slider .fusion-title{margin-bottom:0 !important;}#main .cart-empty{float:none;text-align:center;border-top:1px solid;border-bottom:none;width:100%;line-height:normal !important;height:auto !important;margin-bottom:10px;padding-top:10px;}#main .return-to-shop{float:none;border-top:none;border-bottom:1px solid;width:100%;text-align:center;line-height:normal !important;height:auto !important;padding-bottom:10px;}#content.full-width{margin-bottom:0;}.sidebar .social_links .social li{width:auto;margin-right:5px;}#comment-input{margin-bottom:0;}#comment-input input{width:100%;float:none !important;margin-bottom:10px;}#comment-textarea textarea{width:100%;}.widget.facebook_like iframe{width:100% !important;max-width:none !important;}.pagination{margin-top:40px;}.portfolio-one .portfolio-item .image{float:none;width:auto;height:auto;margin-bottom:20px;}h5.toggle span.toggle-title{width:80%;}#wrapper .sep-boxed-pricing .panel-wrapper{padding:0;}#wrapper .full-boxed-pricing .column,#wrapper .sep-boxed-pricing .column{float:none;margin-bottom:10px;margin-left:0;width:100%;}.share-box{height:auto;}#wrapper .share-box h4{float:none;line-height:20px !important;margin-top:0;padding:0;}.share-box ul{float:none;overflow:hidden;padding:0 25px;padding-bottom:15px;margin-top:0px;}.project-content .project-description{float:none !important;}.single-avada_portfolio .portfolio-half .project-content .project-description h3{margin-top:24px;}.project-content .fusion-project-description-details{margin-bottom:50px;}.project-content .project-description,.project-content .project-info{width:100% !important;}.portfolio-half .flexslider{width:100% !important;}.portfolio-half .project-content{width:100% !important;}#style_selector{display:none;}.ls-avada .ls-nav-next,.ls-avada .ls-nav-prev{display:none !important;}#footer .social-networks{width:100%;margin:0 auto;position:relative;left:-11px;}.tab-holder .tabs{height:auto !important;width:100% !important;}.shortcode-tabs .tab-hold .tabs li{width:100% !important;}body .shortcode-tabs .tab-hold .tabs li,body.dark .sidebar .tab-hold .tabs li{border-right:none !important;}.error-message{line-height:170px;margin-top:20px;}.error_page .useful_links{width:100%;}.error-page .useful_links{padding-left:0;}.fusion-google-map{width:100% !important;}.social_links_shortcode .social li{width:10% !important;}#wrapper .ei-slider{width:100% !important;height:200px !important;}.fusion-progressbar{margin-bottom:10px !important;}#wrapper .content-boxes-icon-boxed .content-wrapper-boxed{min-height:inherit !important;padding-bottom:20px;padding-left:3%;padding-right:3%;}#wrapper .content-boxes-icon-boxed .content-box-column,#wrapper .content-boxes-icon-on-top .content-box-column{margin-bottom:55px;}.fusion-counters-box .fusion-counter-box{margin-bottom:20px;padding:0 15px;}.fusion-counters-box .fusion-counter-box:last-child{margin-bottom:0;}.popup{display:none !important;}.share-box .social-networks{text-align:left;}.wpcf7-form .wpcf7-number,.wpcf7-form .wpcf7-quiz,.wpcf7-form .wpcf7-text,.wpcf7-form textarea{float:none !important;width:100% !important;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}.product .images #carousel .flex-direction-nav,.product .images #slider .flex-direction-nav{display:none !important;}.fullwidth-box{background-attachment:scroll !important;}#toTop{bottom:30px;border-radius:4px;height:40px;z-index:10000;-webkit-border-radius:4px;}#toTop:before{line-height:38px;}#toTop:hover{background-color:#333333;}.no-mobile-totop .to-top-container{display:none;}.no-mobile-slidingbar #slidingbar-area{display:none;}.no-mobile-slidingbar.mobile-logo-pos-left .mobile-menu-icons{margin-right:0;}.tfs-slider .slide-content-container .btn{min-height:0 !important;padding-left:30px;padding-right:30px !important;height:26px !important;line-height:26px !important;}.fusion-soundcloud iframe{width:100%;}.ua-mobile #main,.ua-mobile .footer-area,.ua-mobile .fusion-page-title-bar,.ua-mobile body{background-attachment:scroll !important;}}@media only screen and (max-width: 1100px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1100px) and (min-resolution: 144dpi), only screen and (max-width: 1100px) and (min-resolution: 1.5dppx){#side-header .fusion-mobile-logo-1 .fusion-mobile-logo-1x,.fusion-mobile-logo-1 .fusion-mobile-logo-1x{display:none;}#side-header .fusion-mobile-logo-1 .fusion-mobile-logo-2x,.fusion-mobile-logo-1 .fusion-mobile-logo-2x{display:inline-block;}}@media only screen and (min-width: 800px){.fusion-reading-box-container .reading-box.reading-box-center{text-align:center;}.fusion-reading-box-container .reading-box.reading-box-right{text-align:right;}.fusion-reading-box-container .fusion-desktop-button{display:block;}.fusion-reading-box-container .fusion-mobile-button{display:none;}.fusion-reading-box-container .continue-center{display:inline-block;}}@media only screen and (min-device-width: 320px) and (max-device-width: 640px){#wrapper{width:auto !important;overflow-x:hidden !important;}.fusion-columns .fusion-column{float:none;width:100% !important;margin:0 0 50px;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}#slidingbar-area .fusion-columns .fusion-column,.footer-area .fusion-columns .fusion-column{float:left;width:98% !important;}.fullwidth-box{background-attachment:scroll !important;}.no-mobile-totop .to-top-container{display:none;}.no-mobile-slidingbar #slidingbar-area{display:none;}.review{float:none;width:100%;}.copyright,.social-networks{float:none;padding:0 0 15px;text-align:center;}.copyright:after,.social-networks:after{content:\"\";display:block;clear:both;}.copyright li,.social-networks li{float:none;display:inline-block;}.continue{display:none;}.mobile-button{display:block !important;float:none;}.title{margin-top:0px !important;margin-bottom:20px !important;}#content{width:100% !important;float:none !important;margin-left:0px !important;margin-bottom:50px;}#content.full-width{margin-bottom:0;}.sidebar{width:100% !important;float:none !important;margin-left:0 !important;clear:both;}.sidebar .social_links .social li{width:auto;margin-right:5px;}#comment-input{margin-bottom:0;}#comment-input input{width:90%;float:none !important;margin-bottom:10px;}#comment-textarea textarea{width:90%;}.widget.facebook_like iframe{width:100% !important;max-width:none !important;}.pagination{margin-top:40px;}.portfolio-one .portfolio-item .image{float:none;width:auto;height:auto;margin-bottom:20px;}h5.toggle span.toggle-title{width:80%;}#wrapper .sep-boxed-pricing .panel-wrapper{padding:0;}#wrapper .full-boxed-pricing .column,#wrapper .sep-boxed-pricing .column{float:none;margin-bottom:10px;margin-left:0;width:100%;}.share-box{height:auto;}#wrapper .share-box h4{float:none;line-height:20px !important;margin-top:0;padding:0;}.share-box ul{float:none;overflow:hidden;padding:0 25px;padding-bottom:25px;margin-top:0px;}.project-content .project-description{float:none !important;}.project-content .fusion-project-description-details{margin-bottom:50px;}.project-content .project-description,.project-content .project-info{width:100% !important;}.portfolio-half .flexslider{width:100% !important;}.portfolio-half .project-content{width:100% !important;}#style_selector{display:none;}.ls-avada .ls-nav-next,.ls-avada .ls-nav-prev{display:none !important;}#footer .social-networks{width:100%;margin:0 auto;position:relative;left:-11px;}.recent-works-items a{max-width:64px;}#slidingbar-area .flickr_badge_image img,.footer-area .flickr_badge_image img{max-width:64px;padding:3px !important;}.tab-holder .tabs{height:auto !important;width:100% !important;}.shortcode-tabs .tab-hold .tabs li{width:100% !important;}body .shortcode-tabs .tab-hold .tabs li,body.dark .sidebar .tab-hold .tabs li{border-right:none !important;}.error_page .useful_links{width:100%;padding-left:0;}.fusion-google-map{width:100% !important;}.social_links_shortcode .social li{width:10% !important;}#wrapper .ei-slider{width:100% !important;height:200px !important;}.fusion-progressbar{margin-bottom:10px !important;}#wrapper .content-boxes-icon-boxed .content-wrapper-boxed{min-height:inherit !important;padding-bottom:20px;padding-left:3% !important;padding-right:3% !important;}#wrapper .content-boxes-icon-boxed .content-box-column,#wrapper .content-boxes-icon-on-top .content-box-column{margin-bottom:55px;}.share-box .social-networks{text-align:left;}#cloudsCandy{height:40px;}#cloudsCandy>path:nth-child(2n+2){opacity:0;}}@media only screen and (max-width: 1000px){.no-csstransforms .sep-boxed-pricing .column{margin-left:1.5% !important;}}@media screen and (max-width: 1082px){.admin-bar p.demo_store,body.admin-bar #wrapper #slidingbar-area,body.layout-boxed-mode.side-header-right #slidingbar-area{top:46px;}body.body_blank.admin-bar{top:45px;}html #wpadminbar{z-index:99999 !important;position:fixed !important;}}@media screen and (max-width: 1068px){.fusion-tabs.vertical-tabs .tab-pane{max-width:none !important;}}@media only screen and (min-device-width: 768px) and (max-device-width: 1024px){#wrapper .ei-slider{width:100%;}}@media only screen and (min-device-width: 320px) and (max-device-width: 480px){#wrapper .ei-slider{width:100%;}.ua-ie-11 .fusion-imageframe, .ua-ie-11 .imageframe-align-center{font-size:0px;line-height:normal;}}@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape){.fullwidth-box{background-attachment:scroll !important;}.fusion-main-menu > ul > li{padding-right:25px;}#wrapper .ei-slider{width:100%;}#main,.fullwidth-box,.fusion-footer-widget-area,.page-title-bar,body{background-attachment:scroll !important;}}@media screen and (max-width: 640px){.fusion-no-small-visibility{display:none !important;}}@media screen and (min-width: 641px) and (max-width: 1024px){.fusion-no-medium-visibility{display:none !important;}}@media screen and (min-width: 1025px){.fusion-no-large-visibility{display:none !important;}}@-webkit-keyframes avadaSonarEffect{0%{opacity:0.3;}40%{opacity:0.5;}100%{-webkit-transform:scale(1.5);opacity:0;}}@-moz-keyframes avadaSonarEffect{0%{opacity:0.3;}40%{opacity:0.5;}100%{-moz-transform:scale(1.5);opacity:0;}}@keyframes avadaSonarEffect{0%{opacity:0.3;}40%{opacity:0.5;}100%{transform:scale(1.5);opacity:0;-webkit-transform:scale(1.5);-moz-transform:scale(1.5);-ms-transform:scale(1.5);-o-transform:scale(1.5);}}/*BUTTON HEIGHT*/\r\n.customButton {padding: 4%;}\r\n\r\n/* FOOTER COLUMNS CENTER ON MOBILE */\r\n@media only screen and (max-width: 800px ) {\r\n .fusion-footer .textwidget { text-align: center; }\r\n\r\n .fusion-footer .fusion-widget-menu > #menu-footer-menu {\r\n float: none;\r\n text-align: center;\r\n }\r\n}/* cached */','no'),(9253,'_transient_timeout_avada_dynamic_css_global','1487379104','no'),(9254,'_transient_avada_dynamic_css_global','@font-face{font-family:;src:;font-weight: normal;font-style: normal;}.Avada_506{color:green;}body,html,html body.custom-background{background-color:#ffffff;}#main,#slidingbar,.fusion-footer-copyright-area,.fusion-footer-widget-area,.fusion-page-title-bar,.fusion-secondary-header,.header-v4 #small-nav,.header-v5 #small-nav,.sticky-header .sticky-shadow,.tfs-slider .slide-content-container{padding-left:30px;padding-right:30px;}.width-100 .fusion-fullwidth{margin-left:-30px;margin-right:-30px;}.fusion-mobile-menu-design-modern .fusion-mobile-nav-holder li a{padding-left:30px;padding-right:30px;}.fusion-mobile-menu-design-modern .fusion-mobile-nav-holder .fusion-mobile-nav-item .fusion-open-submenu{padding-right:35px;}.fusion-mobile-menu-design-modern .fusion-mobile-nav-holder .fusion-mobile-nav-item a{padding-left:30px;padding-right:30px;}.fusion-mobile-menu-design-modern .fusion-mobile-nav-holder .fusion-mobile-nav-item li a{padding-left:39px;}.fusion-mobile-menu-design-modern .fusion-mobile-nav-holder .fusion-mobile-nav-item li li a{padding-left:48px;}.fusion-mobile-menu-design-modern .fusion-mobile-nav-holder .fusion-mobile-nav-item li li li a{padding-left:57px;}.fusion-mobile-menu-design-modern .fusion-mobile-nav-holder .fusion-mobile-nav-item li li li li a{padding-left:66px;}.event-is-recurring:hover,.tooltip-shortcode,a:hover{color:#78bca1;}#main .about-author .title a:hover,#main .post h2 a:hover,#slidingbar-area .fusion-accordian .panel-title a:hover,#slidingbar-area .widget li.recentcomments:hover:before,#slidingbar-area ul li a:hover,#wrapper .fusion-widget-area .current-menu-item > a,#wrapper .fusion-widget-area .current-menu-item > a:before,#wrapper .fusion-widget-area .current_page_item > a,#wrapper .fusion-widget-area .current_page_item > a:before,#wrapper .jtwt .jtwt_tweet a:hover,.content-box-percentage,.fusion-accordian .panel-title a:hover,.fusion-content-widget-area .widget .recentcomments:hover:before,.fusion-content-widget-area .widget li a:hover,.fusion-content-widget-area .widget li a:hover:before,.fusion-content-widget-area .widget_archive li a:hover:before,.fusion-content-widget-area .widget_categories li a:hover,.fusion-content-widget-area .widget_categories li a:hover:before,.fusion-content-widget-area .widget_links li a:hover:before,.fusion-content-widget-area .widget_nav_menu li a:hover:before,.fusion-content-widget-area .widget_pages li a:hover:before,.fusion-content-widget-area .widget_recent_entries li a:hover:before,.fusion-copyright-notice a:hover,.fusion-date-and-formats .fusion-format-box i,.fusion-filters .fusion-filter.fusion-active a,.fusion-footer-widget-area a:hover,.fusion-login-box a:hover,.fusion-popover,.fusion-read-more:hover:after,.more a:hover:after,.pagination-next:hover:after,.pagination-prev:hover:before,.price > .amount,.price ins .amount,.project-content .project-info .project-info-box a:hover,.side-nav .arrow:hover:after,.side-nav li.current_page_ancestor > a,.side-nav ul > li.current_page_item > a,.single-navigation a[rel=next]:hover:after,.single-navigation a[rel=prev]:hover:before,.slidingbar-area .widget li a:hover:before,.slidingbar-area a:hover,.star-rating span:before,.star-rating:before,.tooltip-shortcode,h5.toggle:hover a,span.dropcap{color:#78bca1;}.fusion-accordian .panel-title a:hover .fa-fusion-box{background-color:#78bca1 !important;border-color:#78bca1 !important;}.fusion-content-widget-area .fusion-image-wrapper .fusion-rollover .fusion-rollover-content a:hover{color:#333333;}.star-rating span:before,.star-rating:before{color:#78bca1;}#slidingbar-area .tagcloud a:hover,.fusion-body .fusion-footer-widget-area .tagcloud a:hover,.tagcloud a:hover{color:#FFFFFF;text-shadow:none;-webkit-text-shadow:none;-moz-text-shadow:none;}#nav ul li > a:hover,#sticky-nav ul li > a:hover,#wrapper .fusion-tabs-widget .tab-holder .tabs li.active a,#wrapper .fusion-tabs.classic .nav-tabs > li.active .tab-link,#wrapper .fusion-tabs.classic .nav-tabs > li.active .tab-link:focus,#wrapper .fusion-tabs.classic .nav-tabs > li.active .tab-link:hover,#wrapper .fusion-tabs.vertical-tabs.classic .nav-tabs > li.active .tab-link,#wrapper .post-content blockquote,.fusion-filters .fusion-filter.fusion-active a,.fusion-hide-pagination-text .pagination-next:hover,.fusion-hide-pagination-text .pagination-prev:hover,.pagination .current,.pagination a.inactive:hover,.progress-bar-content,.reading-box,.tagcloud a:hover{border-color:#78bca1;}#wrapper .side-nav li.current_page_item a{border-right-color:#78bca1;border-left-color:#78bca1;}#toTop:hover,#wrapper .search-table .search-button input[type=\"submit\"]:hover,.circle-yes ul li:before,.fusion-accordian .panel-title .active .fa-fusion-box,.fusion-date-and-formats .fusion-date-box,.pagination .current,.progress-bar-content,.table-2 table thead,.tagcloud a:hover,ul.arrow li:before,ul.circle-yes li:before{background-color:#78bca1;}#fusion-gmap-container,#main,#sliders-container,#wrapper,.fusion-separator .icon-wrapper,body,html{background-color:#ffffff;}.fusion-footer-widget-area{background-color:#212121;border-color:#212121;border-top-width:12px;padding-top:20px;padding-bottom:20px;}#wrapper .fusion-footer-widget-area .fusion-tabs-widget .tab-holder .tabs li{border-color:#212121;}.fusion-footer-copyright-area{background-color:#1e1e1e;border-color:#1e1e1e;border-top-width:1px;padding-top:18px;padding-bottom:16px;}.fusion-copyright-notice{color:#ffffff;font-size:13px;}.fusion-copyright-notice a{color:#ffffff;}.fusion-footer-copyright-area a:hover{color:#ffffff;}.sep-boxed-pricing .panel-heading{background-color:#c4c4c4;border-color:#c4c4c4;}.full-boxed-pricing.fusion-pricing-table .standout .panel-heading h3,.fusion-pricing-table .panel-body .price .decimal-part,.fusion-pricing-table .panel-body .price .integer-part{color:#c4c4c4;}.fusion-image-wrapper .fusion-rollover{background-image:linear-gradient(top, rgba(34,36,42,0.9) 0%, #22242a 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(34,36,42,0.9)), color-stop(1, #22242a));background-image:filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#22242a, endColorstr=#22242a), progid: DXImageTransform.Microsoft.Alpha(Opacity=0);background-image:-webkit-linear-gradient(top, rgba(34,36,42,0.9) 0%, #22242a 100%);background-image:-moz-linear-gradient(top, rgba(34,36,42,0.9) 0%, #22242a 100%);background-image:-ms-linear-gradient(top, rgba(34,36,42,0.9) 0%, #22242a 100%);background-image:-o-linear-gradient(top, rgba(34,36,42,0.9) 0%, #22242a 100%);transform:scaleX(0);-webkit-transform:scaleX(0);-moz-transform:scaleX(0);-ms-transform:scaleX(0);-o-transform:scaleX(0);}.no-cssgradients .fusion-image-wrapper .fusion-rollover{background:#22242a;}.fusion-image-wrapper:hover .fusion-rollover{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#22242a, endColorstr=#22242a), progid: DXImageTransform.Microsoft.Alpha(Opacity=100);transform:scaleX(1);-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-ms-transform:scaleX(1);-o-transform:scaleX(1);}#main .comment-submit,#reviews input#submit,.button-default,.button.default,.comment-form input[type=\"submit\"],.fusion-button-default,.fusion-portfolio-one .fusion-button,.post-password-form input[type=\"submit\"],.ticket-selector-submit-btn[type=submit],.wpcf7-form input[type=\"submit\"],.wpcf7-submit{background:#78bca1;color:#ffffff;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#78bca1, endColorstr=#78bca1);transition:all .2s;-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s;}.link-type-button-bar .fusion-read-more,.no-cssgradients #main .comment-submit,.no-cssgradients #reviews input#submit,.no-cssgradients .button-default,.no-cssgradients .button.default,.no-cssgradients .comment-form input[type=\"submit\"],.no-cssgradients .fusion-button-default,.no-cssgradients .fusion-portfolio-one .fusion-button,.no-cssgradients .post-password-form input[type=\"submit\"],.no-cssgradients .ticket-selector-submit-btn[type=\"submit\"],.no-cssgradients .wpcf7-form input[type=\"submit\"],.no-cssgradients .wpcf7-submit{background:#78bca1;}#main .comment-submit:hover,#reviews input#submit:hover,.button-default:hover,.button.default:hover,.comment-form input[type=\"submit\"]:hover,.fusion-button-default:hover,.fusion-portfolio-one .fusion-button:hover,.post-password-form input[type=\"submit\"]:hover,.ticket-selector-submit-btn[type=\"submit\"]:hover,.wpcf7-form input[type=\"submit\"]:hover,.wpcf7-submit:hover{background:#6fb297;color:#ffffff;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#6fb297, endColorstr=#6fb297);}.no-cssgradients #main .comment-submit:hover,.no-cssgradients #reviews input#submit:hover,.no-cssgradients .button-default:hover,.no-cssgradients .comment-form input[type=\"submit\"]:hover,.no-cssgradients .fusion-button-default:hover,.no-cssgradients .fusion-portfolio-one .fusion-button:hover,.no-cssgradients .ticket-selector-submit-btn[type=\"submit\"]:hover,.no-cssgradients .wpcf7-form input[type=\"submit\"]:hover,.no-cssgradients .wpcf7-submit:hover,.no-cssgradinets .button.default:hover,.no-cssgradinets .post-password-form input[type=\"submit\"]:hover{background:#6fb297 !important;}.link-type-button-bar .fusion-read-more,.link-type-button-bar .fusion-read-more:after,.link-type-button-bar .fusion-read-more:before{color:#ffffff;}.link-type-button-bar .fusion-read-more:hover,.link-type-button-bar .fusion-read-more:hover:after,.link-type-button-bar .fusion-read-more:hover:before,.link-type-button-bar.link-area-box:hover .fusion-read-more,.link-type-button-bar.link-area-box:hover .fusion-read-more:after,.link-type-button-bar.link-area-box:hover .fusion-read-more:before{color:#ffffff !important;}.fusion-image-wrapper .fusion-rollover .fusion-rollover-gallery,.fusion-image-wrapper .fusion-rollover .fusion-rollover-link{background-color:#ffffff;width:calc(15px * 2.41);height:calc(15px * 2.41);}.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-product-buttons a:before,.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-categories,.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-categories a,.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-title a,.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .price *,.fusion-image-wrapper .fusion-rollover .fusion-rollover-content a,.fusion-rollover .fusion-rollover-content .fusion-rollover-title{color:#ffffff;}.fusion-page-title-bar{border-color:rgba(255,255,255,0);border:none;background-color:#f0f0f0;background-size:cover;height:150px;-webkit-background-size:cover;-moz-background-size:cover;-ms-background-size:cover;-o-background-size:cover;}#slidingbar-area .widget-title,#slidingbar-area h3,.fusion-footer-widget-area .widget-title,.fusion-footer-widget-area h3{font-family:Montserrat, Arial, Helvetica, sans-serif;font-size:17px;font-weight:400;line-height:1.5;letter-spacing:0px;}.fusion-footer-copyright-area > .fusion-row,.fusion-footer-widget-area > .fusion-row{padding-left:5%;padding-right:5%;}.layout-wide-mode .fusion-footer-copyright-area > .fusion-row,.layout-wide-mode .fusion-footer-widget-area > .fusion-row{max-width:100% !important;}.fontawesome-icon.circle-yes{background-color:#78bca1;}.content-box-shortcode-timeline,.fontawesome-icon.circle-yes{border-color:rgba(255,255,255,0);}.fontawesome-icon,.fontawesome-icon.circle-yes,.post-content .error-menu li:after,.post-content .error-menu li:before{color:#ffffff;}.fusion-title .title-sep,.fusion-title.sep-underline,.product .product-border{border-color:#e0dede;}.checkout .payment_methods .payment_box,.post-content blockquote,.review blockquote q{background-color:rgba(255,255,255,0);}.fusion-testimonials .author:after{border-top-color:rgba(255,255,255,0);}.post-content blockquote,.review blockquote q{color:#999999;}#nav ul li ul li a,#reviews #comments > h2,#sticky-nav ul li ul li a,#wrapper #nav ul li ul li > a,#wrapper #sticky-nav ul li ul li > a,.avada-container h3,.comment-form input[type=\"submit\"],.ei-title h3,.fusion-blog-shortcode .fusion-timeline-date,.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-categories,.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-title,.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .price,.fusion-image-wrapper .fusion-rollover .fusion-rollover-content a,.fusion-load-more-button,.fusion-main-menu .sub-menu,.fusion-main-menu .sub-menu li a,.fusion-megamenu-widgets-container,.fusion-megamenu-wrapper .fusion-megamenu-submenu > a:hover,.fusion-megamenu-wrapper li .fusion-megamenu-title-disabled,.fusion-page-title-bar h3,.gform_page_footer input[type=button],.meta .fusion-date,.more,.post-content blockquote,.review blockquote div strong,.review blockquote q,.ticket-selector-submit-btn[type=submit],.wpcf7-form input[type=\"submit\"],body{font-family:\"Open Sans\", Arial, Helvetica, sans-serif;font-weight:400;letter-spacing:0px;}#nav ul li ul li a,#reviews #comments > h2,#side-header .fusion-contact-info,#side-header .header-social .top-menu,#sticky-nav ul li ul li a,#wrapper #nav ul li ul li > a,#wrapper #sticky-nav ul li ul li > a,.avada-container h3,.comment-form input[type=\"submit\"],.ei-title h3,.fusion-accordian .panel-body,.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-categories,.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-title,.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .price,.fusion-image-wrapper .fusion-rollover .fusion-rollover-content a,.fusion-main-menu .sub-menu,.fusion-main-menu .sub-menu li a,.fusion-megamenu-widgets-container,.fusion-megamenu-wrapper .fusion-megamenu-submenu > a:hover,.fusion-megamenu-wrapper li .fusion-megamenu-title-disabled,.fusion-page-title-bar h3,.gform_page_footer input[type=button],.meta .fusion-date,.more,.post-content blockquote,.review blockquote div strong,.review blockquote q,.ticket-selector-submit-btn[type=submit],body{line-height:2;}#slidingbar-area .slide-excerpt h2,#slidingbar-area ul,.counter-box-content,.fusion-alert,.fusion-blog-layout-timeline .fusion-timeline-date,.fusion-footer-widget-area .slide-excerpt h2,.fusion-footer-widget-area ul,.fusion-progressbar .progress-title,.fusion-tabs-widget .tab-holder .news-list li .post-holder .meta,.fusion-tabs-widget .tab-holder .news-list li .post-holder a,.gform_wrapper .gfield_description,.gform_wrapper label,.jtwt .jtwt_tweet,.post-content blockquote,.project-content .project-info h4,.review blockquote q,.sidebar .jtwt .jtwt_tweet,.sidebar .slide-excerpt h2,body{font-size:15px;}#reviews #comments > h2,#wrapper .fusion-tabs-widget .tab-holder .news-list li .post-holder .meta,#wrapper .meta,.fusion-blog-timeline-layout .fusion-timeline-date,.fusion-main-menu .fusion-custom-menu-item-contents,.fusion-rollover .price .amount,.post .post-content,.post-content blockquote,.project-content .project-info h4,.review blockquote div,.search input,.sidebar .fusion-tabs-widget .tab-holder .tabs li a,.sidebar .jtwt,.sidebar .widget .recentcomments,.sidebar .widget_archive li,.sidebar .widget_categories li,.sidebar .widget_layered_nav li,.sidebar .widget_links li,.sidebar .widget_meta li,.sidebar .widget_nav_menu li,.sidebar .widget_pages li,.sidebar .widget_product_categories li,.sidebar .widget_recent_entries li,.title-row,body,body .sidebar .fusion-tabs-widget .tab-holder .tabs li a{color:#747474;}#slidingbar-area h3,.avada-container h3,.comment-form input[type=\"submit\"],.fusion-footer-widget-area h3,.fusion-load-more-button,.project-content .project-info h4,.review blockquote div strong,.ticket-selector-submit-btn[type=\"submit\"],.wpcf7-form input[type=\"submit\"]{font-weight:bold;}.meta .fusion-date,.post-content blockquote,.review blockquote q{font-style:italic;}.fusion-page-title-bar .fusion-breadcrumbs,.fusion-page-title-bar .fusion-breadcrumbs li,.fusion-page-title-bar .fusion-breadcrumbs li a{font-size:14px;}#wrapper .side-nav li a{font-size:14px;}.sidebar .widget h4{font-size:17px;}.fusion-main-menu > ul > li > a,.side-nav li a{font-family:Montserrat, Arial, Helvetica, sans-serif;font-size:15px;font-weight:400;letter-spacing:1px;}.fusion-main-menu-cart .fusion-widget-cart-number{font-family:Montserrat, Arial, Helvetica, sans-serif;}#slidingbar-area .widget-title,#slidingbar-area h3{font-size:17px;line-height:17px;}#main .fusion-row,#slidingbar-area .fusion-row,.fusion-footer-copyright-area .fusion-row,.fusion-footer-widget-area .fusion-row,.fusion-page-title-row,.tfs-slider .slide-content-container .slide-content{max-width:1170px;}#wrapper #main .fusion-portfolio-content > h2.fusion-post-title,#wrapper #main .fusion-post-content > .blog-shortcode-post-title,#wrapper #main .fusion-post-content > h2.fusion-post-title,#wrapper #main .post > h2.fusion-post-title,#wrapper .fusion-events-shortcode .fusion-events-meta h2{font-size:24px;line-height:34px;}#wrapper #main #comments .fusion-title h3,#wrapper #main #respond .fusion-title h3,#wrapper #main .about-author .fusion-title h3,#wrapper #main .related-posts .fusion-title h3,#wrapper #main .related.products .fusion-title h3{font-size:18px;line-height:1.5;}.ei-title h2{font-size:42px;line-height:1.5;color:#333333;}.ei-title h3{font-size:20px;line-height:1.5;color:#747474;}#wrapper .fusion-events-shortcode .fusion-events-meta h4,.fusion-carousel-meta,.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-categories,.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-categories a,.fusion-recent-posts .columns .column .meta,.fusion-single-line-meta{font-size:12px;line-height:1.5;}.fusion-carousel-meta,.fusion-meta,.fusion-meta-info,.fusion-recent-posts .columns .column .meta,.post .single-line-meta{font-size:12px;}.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-product-buttons a,.fusion-rollover-linebreak,.product-buttons a{font-size:;line-height:1.5;}.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-product-buttons a,.product-buttons a{padding-left:;}.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-product-buttons a:before,.product-buttons a:before{margin-left:-;}.page-links,.pagination,.pagination .pagination-next,.pagination .pagination-prev{font-size:12px;}.fusion-page-title-bar h1,.fusion-page-title-bar h3{color:#333333;}.sep-boxed-pricing .panel-heading h3{color:#333333;}.full-boxed-pricing.fusion-pricing-table .panel-heading h3{color:#333333;}#main .post h2 a,.about-author .title a,.fusion-content-widget-area .widget .recentcomments,.fusion-content-widget-area .widget li a,.fusion-content-widget-area .widget_categories li,.fusion-load-more-button,.fusion-rollover a,.project-content .project-info .project-info-box a,.shop_attributes tr th,.single-navigation a[rel=\"next\"]:after,.single-navigation a[rel=\"prev\"]:before,body a,body a:after,body a:before{color:#333333;}body #toTop:before{color:#fff;}.fusion-page-title-bar .fusion-breadcrumbs,.fusion-page-title-bar .fusion-breadcrumbs a{color:#333333;}#slidingbar-area .fusion-title > *,#slidingbar-area .widget-title,#slidingbar-area h3{color:#363636;}#slidingbar-area,#slidingbar-area .fusion-column,#slidingbar-area .jtwt,#slidingbar-area .jtwt .jtwt_tweet,#slidingbar-area .widget li.recentcomments,#slidingbar-area .widget_archive li,#slidingbar-area .widget_categories li,#slidingbar-area .widget_layered_nav li,#slidingbar-area .widget_links li,#slidingbar-area .widget_meta li,#slidingbar-area .widget_nav_menu li,#slidingbar-area .widget_pages li,#slidingbar-area .widget_product_categories li,#slidingbar-area .widget_recent_entries li{color:#8c8989;} #slidingbar-area .jtwt .jtwt_tweet a,#slidingbar-area .fusion-accordian .panel-title a,#wrapper #slidingbar-area .fusion-tabs-widget .tab-holder .tabs li a,.slidingbar-area .widget li a:before,.slidingbar-area a{color:#777777;}.sidebar .widget .heading h4,.sidebar .widget h4{color:#333333;}.sidebar .widget .heading .widget-title,.sidebar .widget .widget-title{background-color:rgba(255,255,255,0);}.fusion-footer-widget-area .widget-title,.fusion-footer-widget-area h3,.fusion-footer-widget-column .product-title{color:#ffffff;}.fusion-footer-widget-area,.fusion-footer-widget-area .jtwt,.fusion-footer-widget-area .jtwt .jtwt_tweet,.fusion-footer-widget-area .widget li.recentcomments,.fusion-footer-widget-area .widget_archive li,.fusion-footer-widget-area .widget_categories li,.fusion-footer-widget-area .widget_layered_nav li,.fusion-footer-widget-area .widget_links li,.fusion-footer-widget-area .widget_meta li,.fusion-footer-widget-area .widget_nav_menu li,.fusion-footer-widget-area .widget_pages li,.fusion-footer-widget-area .widget_product_categories li,.fusion-footer-widget-area .widget_recent_entries li,.fusion-footer-widget-area article.col{color:#ffffff;}#wrapper .fusion-footer-widget-area .fusion-tabs-widget .tab-holder .tabs li a,.fusion-footer-widget-area .fusion-accordian .panel-title a,.fusion-footer-widget-area .fusion-tabs-widget .tab-holder .news-list li .post-holder a,.fusion-footer-widget-area .jtwt .jtwt_tweet a,.fusion-footer-widget-area .widget li a:before,.fusion-footer-widget-area a{color:#ffffff;}#wrapper .fusion-footer-widget-area .jtwt .jtwt_tweet a:hover,.fusion-footer-widget-area .fusion-accordian .panel-title a:hover,.fusion-footer-widget-area .fusion-tabs-widget .tab-holder .news-list li .post-holder a:hover,.fusion-footer-widget-area .widget a:hover,.fusion-footer-widget-area .widget li a:hover:before,.fusion-footer-widget-area .widget li.recentcomments:hover:before,.fusion-footer-widget-area ul li a:hover{color:#78bca1;}.fusion-footer-widget-area .tagcloud a:hover{background-color:#78bca1;}#wrapper .fusion-footer-widget-area .fusion-tabs-widget .tab-holder .tabs li.active a,#wrapper .fusion-footer-widget-area .fusion-tabs.classic .nav-tabs > li.active .tab-link,#wrapper .fusion-footer-widget-area .fusion-tabs.classic .nav-tabs > li.active .tab-link:focus,#wrapper .fusion-footer-widget-area .fusion-tabs.classic .nav-tabs > li.active .tab-link:hover,#wrapper .fusion-footer-widget-area .fusion-tabs.vertical-tabs.classic .nav-tabs > li.active .tab-link{border-color:#78bca1;}.fusion-footer-widget-area .fusion-accordian .panel-title a:hover .fa-fusion-box{background-color:#78bca1 !important;border-color:#78bca1 !important;}#customer_login .col-1,#customer_login .col-2,#customer_login h2,#customer_login_box,#reviews li .comment-text,#small-nav,#wrapper .fusion-tabs-widget .tab-holder,#wrapper .side-nav li a,#wrapper .side-nav li.current_page_item li a,.avada-skin-rev,.chzn-container-single .chzn-single,.chzn-container-single .chzn-single div,.chzn-drop,.commentlist .the-comment,.es-carousel-wrapper.fusion-carousel-small .es-carousel ul li img,.fusion-accordian .fusion-panel,.fusion-author .fusion-author-social,.fusion-blog-layout-grid .post .flexslider,.fusion-blog-layout-grid .post .fusion-content-sep,.fusion-blog-layout-grid .post .post-wrapper,.fusion-content-widget-area .widget .recentcomments,.fusion-content-widget-area .widget li a,.fusion-content-widget-area .widget li a:before,.fusion-content-widget-area .widget_archive li,.fusion-content-widget-area .widget_categories li,.fusion-content-widget-area .widget_links li,.fusion-content-widget-area .widget_meta li,.fusion-content-widget-area .widget_nav_menu li,.fusion-content-widget-area .widget_pages li,.fusion-content-widget-area .widget_recent_entries li,.fusion-counters-box .fusion-counter-box .counter-box-border,.fusion-filters,.fusion-hide-pagination-text .pagination-next,.fusion-hide-pagination-text .pagination-prev,.fusion-layout-timeline .post,.fusion-layout-timeline .post .flexslider,.fusion-layout-timeline .post .fusion-content-sep,.fusion-portfolio .fusion-portfolio-boxed .fusion-content-sep,.fusion-portfolio .fusion-portfolio-boxed .fusion-portfolio-post-wrapper,.fusion-portfolio-one .fusion-portfolio-boxed .fusion-portfolio-post-wrapper,.fusion-tabs.vertical-tabs.clean .nav-tabs li .tab-link,.fusion-timeline-arrow,.fusion-timeline-date,.input-radio,.ls-avada,.page-links a,.pagination a.inactive,.panel.entry-content,.post .fusion-meta-info,.price_slider_wrapper,.progress-bar,.project-content .project-info .project-info-box,.search-page-search-form,.sep-dashed,.sep-dotted,.sep-double,.sep-single,.side-nav,.side-nav li a,.single-navigation,.table,.table > tbody > tr > td,.table > tbody > tr > th,.table > tfoot > tr > td,.table > tfoot > tr > th,.table > thead > tr > td,.table > thead > tr > th,.table-1 table,.table-1 table th,.table-1 tr td,.table-2 table thead,.table-2 tr td,.tabs-vertical .tabs-container .tab_content,.tabs-vertical .tabset,.tagcloud a,.tkt-slctr-tbl-wrap-dv table,.tkt-slctr-tbl-wrap-dv tr td,h5.toggle.active + .toggle-content,tr td{border-color:#e0dede;}.price_slider_wrapper .ui-widget-content{background-color:#e0dede;}.fusion-load-more-button.fusion-blog-button{background-color:#78bca1;}.fusion-load-more-button.fusion-blog-button:hover{background-color:rgba(120,188,161,0.8);}.fusion-load-more-button.fusion-blog-button,.fusion-load-more-button.fusion-blog-button:hover{color:#333;}.fusion-load-more-button.fusion-portfolio-button{background-color:#78bca1;}.fusion-load-more-button.fusion-portfolio-button:hover{background-color:rgba(120,188,161,0.8);}.fusion-load-more-button.fusion-portfolio-button,.fusion-load-more-button.fusion-portfolio-button:hover{color:#333;}.sb-toggle-wrapper .sb-toggle:after{color:#ffffff;}#slidingbar-area .product_list_widget li,#slidingbar-area .widget li.recentcomments,#slidingbar-area .widget_archive li,#slidingbar-area .widget_categories li,#slidingbar-area .widget_layered_nav li,#slidingbar-area .widget_links li,#slidingbar-area .widget_meta li,#slidingbar-area .widget_nav_menu li,#slidingbar-area .widget_pages li,#slidingbar-area .widget_product_categories li,#slidingbar-area .widget_recent_entries ul li{border-bottom-color:#505152;}#slidingbar-area .fusion-accordian .fusion-panel,#slidingbar-area .tagcloud a,#wrapper #slidingbar-area .fusion-tabs-widget .tab-holder,#wrapper #slidingbar-area .fusion-tabs-widget .tab-holder .news-list li{border-color:#505152;}#wrapper .fusion-footer-widget-area .fusion-tabs-widget .tab-holder,#wrapper .fusion-footer-widget-area .fusion-tabs-widget .tab-holder .news-list li,.fusion-footer-widget-area .fusion-accordian .fusion-panel,.fusion-footer-widget-area .product_list_widget li,.fusion-footer-widget-area .tagcloud a,.fusion-footer-widget-area .widget li.recentcomments,.fusion-footer-widget-area .widget_archive li,.fusion-footer-widget-area .widget_categories li,.fusion-footer-widget-area .widget_layered_nav li,.fusion-footer-widget-area .widget_links li,.fusion-footer-widget-area .widget_meta li,.fusion-footer-widget-area .widget_nav_menu li,.fusion-footer-widget-area .widget_pages li,.fusion-footer-widget-area .widget_product_categories li,.fusion-footer-widget-area .widget_recent_entries li,.fusion-footer-widget-area ul li{border-color:#505152;}#comment-input input,#comment-textarea textarea,#wrapper .search-table .search-field input,.avada-select .select2-container .select2-choice,.avada-select .select2-container .select2-choice2,.avada-select-parent select,.chzn-container .chzn-drop,.chzn-container-single .chzn-single,.comment-form-comment textarea,.input-text,.main-nav-search-form input,.post-password-form label input[type=\"password\"],.search-page-search-form input,.wpcf7-captchar,.wpcf7-form .wpcf7-date,.wpcf7-form .wpcf7-number,.wpcf7-form .wpcf7-quiz,.wpcf7-form .wpcf7-select,.wpcf7-form .wpcf7-text,.wpcf7-form textarea,input.s,input[type=\"email\"],input[type=\"text\"],select,textarea{background-color:#eaeaea;}#wrapper .select-arrow,.avada-select-parent .select-arrow{background-color:#eaeaea;}#comment-input .placeholder,#comment-input input,#comment-textarea .placeholder,#comment-textarea textarea,#wrapper .search-table .search-field input,.avada-select .select2-container .select2-choice,.avada-select .select2-container .select2-choice2,.avada-select-parent select,.chzn-container .chzn-drop,.chzn-container-single .chzn-single,.comment-form-comment textarea,.input-text,.main-nav-search-form input,.post-password-form label input[type=\"password\"],.search-page-search-form input,.wpcf7-captchar,.wpcf7-form .wpcf7-date,.wpcf7-form .wpcf7-number,.wpcf7-form .wpcf7-quiz,.wpcf7-form .wpcf7-select,.wpcf7-form .wpcf7-text,.wpcf7-form textarea,.wpcf7-select-parent .select-arrow,input.s,input.s .placeholder,input[type=\"email\"],input[type=\"text\"],select,textarea{color:#333333;}#comment-input input::-webkit-input-placeholder,#comment-textarea textarea::-webkit-input-placeholder,.comment-form-comment textarea::-webkit-input-placeholder,.input-text::-webkit-input-placeholder,.post-password-form label input[type=\"password\"]::-webkit-input-placeholder,.searchform .s::-webkit-input-placeholder,.wpcf7-form textarea::-webkit-input-placeholder,input#s::-webkit-input-placeholder,input::-webkit-input-placeholder{color:#333333;}#comment-input input:-moz-placeholder,#comment-textarea textarea:-moz-placeholder,.comment-form-comment textarea:-moz-placeholder,.input-text:-moz-placeholder,.post-password-form label input[type=\"password\"]:-moz-placeholder,.searchform .s:-moz-placeholder,.wpcf7-form textarea::-moz-input-placeholder,input#s:-moz-placeholder,input:-moz-placeholder{color:#333333;}#comment-input input::-moz-placeholder,#comment-textarea textarea::-moz-placeholder,.comment-form-comment textarea::-moz-placeholder,.input-text::-moz-placeholder,.post-password-form label input[type=\"password\"]::-moz-placeholder,.searchform .s::-moz-placeholder,input#s::-moz-placeholder,input::-moz-placeholder{color:#333333;}#comment-input input:-ms-input-placeholder,#comment-textarea textarea:-ms-input-placeholder,.comment-form-comment textarea:-ms-input-placeholder,.input-text:-ms-input-placeholder,.post-password-form label input[type=\"password\"]::-ms-input-placeholder,.searchform .s:-ms-input-placeholder,input#s:-ms-input-placeholder,input:-ms-input-placeholder{color:#333333;}#comment-input input,#comment-textarea textarea,#wrapper .search-table .search-field input,.avada-select .select2-container .select2-choice,.avada-select .select2-container .select2-choice .select2-arrow,.avada-select .select2-container .select2-choice2 .select2-arrow,.avada-select-parent .select-arrow,.avada-select-parent select,.chzn-container .chzn-drop,.chzn-container-single .chzn-single,.comment-form-comment textarea,.gravity-select-parent .select-arrow,.input-text,.main-nav-search-form input,.post-password-form label input[type=\"password\"],.search-page-search-form input,.select-arrow,.wpcf7-captchar,.wpcf7-form .wpcf7-date,.wpcf7-form .wpcf7-number,.wpcf7-form .wpcf7-quiz,.wpcf7-form .wpcf7-select,.wpcf7-form .wpcf7-text,.wpcf7-form textarea,.wpcf7-select-parent .select-arrow,input.s,input[type=\"email\"],input[type=\"text\"],select,textarea{border-color:rgba(255,255,255,0);}#comment-input input,.avada-select .select2-container .select2-choice,.avada-select-parent select,.chzn-container .chzn-drop,.chzn-container-single .chzn-single,.input-text:not(textarea),.main-nav-search-form input,.post-password-form label input[type=\"password\"],.search-page-search-form input,.searchform .search-table .search-field input,.wpcf7-captchar,.wpcf7-form .wpcf7-date,.wpcf7-form .wpcf7-number,.wpcf7-form .wpcf7-quiz,.wpcf7-form .wpcf7-select,.wpcf7-form .wpcf7-text,input.s,input[type=\"email\"],input[type=\"text\"],select{height:40px;padding-top:0;padding-bottom:0;}.avada-select .select2-container .select2-choice .select2-arrow,.avada-select .select2-container .select2-choice2 .select2-arrow,.searchform .search-table .search-button input[type=\"submit\"]{height:40px;width:40px;line-height:40px;}.select2-container .select2-choice > .select2-chosen{line-height:40px;}.select-arrow,.select2-arrow{color:rgba(255,255,255,0);}.fusion-main-menu .fusion-main-menu-search .fusion-custom-menu-item-contents{width:307.14285714286px;}.fusion-page-title-bar h1{font-size:18px;line-height:normal;}.fusion-page-title-bar h3{font-size:14px;line-height:calc(14px + 12px);}.fusion-portfolio-content-wrapper .fusion-portfolio-content{text-align:left;}.fusion-portfolio-boxed .fusion-portfolio-content{padding:25px 25px 25px 25px;}.fusion-portfolio-boxed .fusion-portfolio-unboxed .fusion-portfolio-content{padding:0px;margin:20px 0px;}.fusion-portfolio-boxed .fusion-portfolio-unboxed .fusion-portfolio-content-wrapper{border:none;}body.has-sidebar #content{width:calc(100% - 28% - 80px);}body.has-sidebar #main .sidebar{width:28%;}body.has-sidebar.double-sidebars #content{width:calc(100% - 21% - 21% - 80px);margin-left:calc(21% + 40px);}body.has-sidebar.double-sidebars #main #sidebar{width:21%;margin-left:calc(40px - (100% - 21%));}body.has-sidebar.double-sidebars #main #sidebar-2{width:21%;margin-left:40px;}#main .sidebar{background-color:#f7f7f7;padding:30px;}.fusion-accordian .panel-title a .fa-fusion-box{background-color:#333333;}.progress-bar-content{background-color:#78bca1;border-color:#78bca1;}.content-box-percentage{color:#78bca1;}.progress-bar{background-color:#f6f6f6;border-color:#f6f6f6;}#wrapper .fusion-date-and-formats .fusion-format-box, .tribe-mini-calendar-event .list-date .list-dayname{background-color:#eef0f2;}.fusion-carousel .fusion-carousel-nav .fusion-nav-next,.fusion-carousel .fusion-carousel-nav .fusion-nav-prev{background-color:rgba(0,0,0,.5);width:40px;height:130px;margin-top:-65px;}.fusion-carousel .fusion-carousel-nav .fusion-nav-next:hover,.fusion-carousel .fusion-carousel-nav .fusion-nav-prev:hover{background-color:rgba(0,0,0,.6);}.fusion-flexslider .flex-direction-nav .flex-next,.fusion-flexslider .flex-direction-nav .flex-prev{background-color:rgba(0,0,0,.5);}.fusion-flexslider .flex-direction-nav .flex-next:hover,.fusion-flexslider .flex-direction-nav .flex-prev:hover{background-color:rgba(0,0,0,.6);}.content-boxes .col{background-color:#f7f7f7;}#wrapper .fusion-content-widget-area .fusion-tabs-widget .tabs-container{background-color:#ffffff;}body .fusion-content-widget-area .fusion-tabs-widget .tab-hold .tabs li{border-right:1px solid #ffffff;}.fusion-content-widget-area .fusion-tabs-widget .tab-holder .tabs li a,body .fusion-content-widget-area .fusion-tabs-widget .tab-holder .tabs li a{background:#f7f7f7;border-bottom:0;}body .fusion-content-widget-area .fusion-tabs-widget .tab-hold .tabs li a:hover{background:#ffffff;border-bottom:0;}body .fusion-content-widget-area .fusion-tabs-widget .tab-hold .tabs li.active a,body .fusion-content-widget-area .fusion-tabs-widget .tab-holder .tabs li.active a{background:#ffffff;border-bottom:0;border-top-color:#78bca1;}#wrapper .fusion-content-widget-area .fusion-tabs-widget .tab-holder,.fusion-content-widget-area .fusion-tabs-widget .tab-holder .news-list li{border-color:#f7f7f7;}.fusion-single-sharing-box{background-color:#f7f7f7;}.fusion-blog-layout-grid .post .fusion-post-wrapper,.fusion-blog-layout-timeline .post,.fusion-events-shortcode .fusion-layout-column,.fusion-portfolio.fusion-portfolio-boxed .fusion-portfolio-content-wrapper,.products li.product{background-color:rgba(255,255,255,0);}.fusion-blog-layout-grid .post .flexslider,.fusion-blog-layout-grid .post .fusion-content-sep,.fusion-blog-layout-grid .post .fusion-post-wrapper,.fusion-blog-layout-timeline .fusion-timeline-date,.fusion-blog-layout-timeline .fusion-timeline-line,.fusion-blog-layout-timeline .post,.fusion-blog-layout-timeline .post .flexslider,.fusion-blog-layout-timeline .post .fusion-content-sep,.fusion-blog-timeline-layout .post,.fusion-blog-timeline-layout .post .flexslider,.fusion-blog-timeline-layout .post .fusion-content-sep,.fusion-events-shortcode .fusion-events-thumbnail,.fusion-events-shortcode .fusion-layout-column,.fusion-portfolio.fusion-portfolio-boxed .fusion-content-sep,.fusion-portfolio.fusion-portfolio-boxed .fusion-portfolio-content-wrapper,.product .fusion-content-sep,.product-buttons,.product-buttons-container,.products li{border-color:rgba(255,255,255,0);border:none;}.fusion-blog-layout-timeline .fusion-timeline-circle,.fusion-blog-layout-timeline .fusion-timeline-date,.fusion-blog-timeline-layout .fusion-timeline-circle,.fusion-blog-timeline-layout .fusion-timeline-date{background-color:rgba(255,255,255,0);}.fusion-blog-timeline-layout .fusion-timeline-arrow:before,.fusion-blog-timeline-layout .fusion-timeline-icon,.fusion-timeline-arrow:before,.fusion-timeline-icon{color:rgba(255,255,255,0);}div.indicator-hint{background:;border-color:;}#posts-container.fusion-blog-layout-grid{margin:-20px -20px 0 -20px;}#posts-container.fusion-blog-layout-grid .fusion-post-grid{padding:20px;}.quicktags-toolbar input{background:linear-gradient(to top, #ffffff, #eaeaea ) #3E3E3E;background:-webkit-linear-gradient(to top, #ffffff, #eaeaea ) #3E3E3E;background:-moz-linear-gradient(to top, #ffffff, #eaeaea ) #3E3E3E;background:-ms-linear-gradient(to top, #ffffff, #eaeaea ) #3E3E3E;background:-o-linear-gradient(to top, #ffffff, #eaeaea ) #3E3E3E;background-image:-webkit-gradient( linear, left top, left bottom, color-stop(0, #eaeaea), color-stop(1, #ffffff));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#eaeaea, endColorstr=#ffffff), progid: DXImageTransform.Microsoft.Alpha(Opacity=0);border:1px solid rgba(255,255,255,0);color:#333333;}.quicktags-toolbar input:hover{background:#eaeaea;}.ei-slider{width:100%;height:400px;}#comment-submit,#reviews input#submit,.button.default,.fusion-button.fusion-button-default,.post-password-form input[type=\"submit\"],.ticket-selector-submit-btn[type=\"submit\"],.wpcf7-form input[type=\"submit\"],.wpcf7-submit{border-color:#ffffff;}#comment-submit:hover,#reviews input#submit:hover,.button.default:hover,.fusion-button.fusion-button-default:hover,.post-password-form input[type=\"submit\"]:hover,.ticket-selector-submit-btn[type=\"submit\"]:hover,.wpcf7-form input[type=\"submit\"]:hover,.wpcf7-submit:hover{border-color:#ffffff;}.button.default,.fusion-button-default,.post-password-form input[type=\"submit\"],.wpcf7-form input[type=\"submit\"],.wpcf7-submit{padding:13px 29px;line-height:17px;font-size:14px;}.quantity .minus,.quantity .plus,.quantity .qty,.quantity .tribe-ticket-quantity{line-height:17px;font-size:14px;height:40px;width:40px;}.button.default.button-3d.button-small,.fusion-button.button-small.button-3d,.fusion-button.fusion-button-3d.fusion-button-small,.ticket-selector-submit-btn[type=\"submit\"]{box-shadow:inset 0px 1px 0px #ffffff, 0px 2px 0px #787878, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);-webkit-box-shadow:inset 0px 1px 0px #ffffff, 0px 2px 0px #787878, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);-moz-box-shadow:inset 0px 1px 0px #ffffff, 0px 2px 0px #787878, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);}.button.default.button-3d.button-small:active,.fusion-button.button-small.button-3d:active,.fusion-button.fusion-button-3d.fusion-button-small:active,.ticket-selector-submit-btn[type=\"submit\"]:active{box-shadow:inset 0px 1px 0px #ffffff, 0px 1px 0px #787878, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);-webkit-box-shadow:inset 0px 1px 0px #ffffff, 0px 1px 0px #787878, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);-moz-box-shadow:inset 0px 1px 0px #ffffff, 0px 1px 0px #787878, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);}.button.default.button-3d.button-medium,.fusion-button.button-medium.button-3d,.fusion-button.fusion-button-3d.fusion-button-medium{box-shadow:inset 0px 1px 0px #ffffff, 0px 3px 0px #787878, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);-webkit-box-shadow:inset 0px 1px 0px #ffffff, 0px 3px 0px #787878, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);-moz-box-shadow:inset 0px 1px 0px #ffffff, 0px 3px 0px #787878, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);}.button.default.button-3d.button-medium:active,.fusion-button.button-medium.button-3d:active,.fusion-button.fusion-button-3d.fusion-button-medium:active{box-shadow:inset 0px 1px 0px #ffffff, 0px 1px 0px #787878, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);-webkit-box-shadow:inset 0px 1px 0px #ffffff, 0px 1px 0px #787878, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);-moz-box-shadow:inset 0px 1px 0px #ffffff, 0px 1px 0px #787878, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);}.button.default.button-3d.button-large,.fusion-button.button-large.button-3d,.fusion-button.fusion-button-3d.fusion-button-large{box-shadow:inset 0px 1px 0px #ffffff, 0px 4px 0px #787878, 1px 5px 6px 3px rgba(0, 0, 0, 0.3);-webkit-box-shadow:inset 0px 1px 0px #ffffff, 0px 4px 0px #787878, 1px 5px 6px 3px rgba(0, 0, 0, 0.3);-moz-box-shadow:inset 0px 1px 0px #ffffff, 0px 4px 0px #787878, 1px 5px 6px 3px rgba(0, 0, 0, 0.3);}.button.default.button-3d.button-large:active,.fusion-button.button-large.button-3d:active,.fusion-button.fusion-button-3d.fusion-button-large:active{box-shadow:inset 0px 1px 0px #ffffff, 0px 1px 0px #787878, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);-webkit-box-shadow:inset 0px 1px 0px #ffffff, 0px 1px 0px #787878, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);-moz-box-shadow:inset 0px 1px 0px #ffffff, 0px 1px 0px #787878, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);}.button.default.button-3d.button-xlarge,.fusion-button.button-xlarge.button-3d,.fusion-button.fusion-button-3d.fusion-button-xlarge{box-shadow:inset 0px 1px 0px #ffffff, 0px 5px 0px #787878, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);-webkit-box-shadow:inset 0px 1px 0px #ffffff, 0px 5px 0px #787878, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);-moz-box-shadow:inset 0px 1px 0px #ffffff, 0px 5px 0px #787878, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);}.button.default.button-3d.button-xlarge:active,.fusion-button.button-xlarge.button-3d:active,.fusion-button.fusion-button-3d.fusion-button-xlarge:active{box-shadow:inset 0px 1px 0px #ffffff, 0px 2px 0px #787878, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);-webkit-box-shadow:inset 0px 1px 0px #ffffff, 0px 2px 0px #787878, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);-moz-box-shadow:inset 0px 1px 0px #ffffff, 0px 2px 0px #787878, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);}#comment-submit,#reviews input#submit,.button-default,.button.default,.fusion-button,.fusion-button-default,.post-password-form input[type=\"submit\"],.wpcf7-form input[type=\"submit\"],.wpcf7-submit{border-width:0px;border-style:solid;border-color:#ffffff;}.button.default:hover,.fusion-button.button-default:hover,.ticket-selector-submit-btn[type=\"submit\"]{border-width:0px;border-style:solid;border-color:#ffffff;}.fusion-menu-item-button .menu-text{border-color:#ffffff;}.fusion-menu-item-button:hover .menu-text{border-color:#ffffff;}#comment-submit,#reviews input#submit,.button-default,.button.default,.fusion-button-default,.post-password-form input[type=\"submit\"],.ticket-selector-submit-btn[type=\"submit\"],.wpcf7-form input[type=\"submit\"],.wpcf7-submit{border-radius:0;-webkit-border-radius:0;}.reading-box{background-color:#f6f6f6;}.isotope .isotope-item{transition-property:top, left, opacity;-webkit-transition-property:top, left, opacity;-moz-transition-property:top, left, opacity;-ms-transition-property:top, left, opacity;-o-transition-property:top, left, opacity;}.layout-wide-mode .fusion-page-title-row{max-width:100%;padding-left:5%;padding-right:5%;}.comment-form input[type=\"submit\"],.fusion-button,.fusion-load-more-button,.ticket-selector-submit-btn[type=\"submit\"],.woocommerce .cart-collaterals .checkout-button,.woocommerce-MyAccount-content form .button,.woocommerce.add_to_cart_inline .button,.wpcf7-form input[type=\"submit\"]{font-family:\"Open Sans\", Arial, Helvetica, sans-serif;font-weight:400;letter-spacing:1px;}.fusion-image-wrapper .fusion-rollover .fusion-rollover-gallery:before,.fusion-image-wrapper .fusion-rollover .fusion-rollover-link:before{font-size:15px;line-height:2.41;color:#78bca1;}.fusion-modal h1,.fusion-page-title-bar h1,.fusion-widget-area h1,.post-content h1{font-family:Montserrat, Arial, Helvetica, sans-serif;font-weight:400;line-height:1.17;letter-spacing:1px;}.fusion-modal h1,.fusion-widget-area h1,.post-content h1{font-size:60px;}.fusion-modal h1,.fusion-post-content h1,.fusion-widget-area h1,.post-content h1,.title h1{color:#333333;}#main .post h2,#main .reading-box h2,#main h2,.ei-title h2,.fusion-modal h2,.fusion-title h2,.fusion-widget-area h2,.main-flex .slide-content h2,.post-content h2,.title h2{font-family:Montserrat, Arial, Helvetica, sans-serif;font-weight:400;line-height:1.69;letter-spacing:1px;}#main .fusion-portfolio h2,#main .post h2,#wrapper #main .post h2,#wrapper #main .post-content .fusion-title h2,#wrapper #main .post-content .title h2,#wrapper .fusion-title h2,#wrapper .post-content h2,#wrapper .title h2,.fusion-modal h2,.fusion-widget-area h2,h2.entry-title{font-size:26px;}#main .post h2,.fusion-modal h2,.fusion-post-content h2,.fusion-title h2,.fusion-widget-area h2,.post-content h2,.search-page-search-form h2,.title h2{color:#333333;}.fusion-author .fusion-author-title,.fusion-header-tagline,.fusion-modal .modal-title,.fusion-modal h3,.fusion-pricing-table .pricing-row,.fusion-pricing-table .title-row,.fusion-title h3,.fusion-widget-area h3,.main-flex .slide-content h3,.post-content h3,.project-content h3,.sidebar .widget h3{font-family:\"Playfair Display\", Arial, Helvetica, sans-serif;font-weight:400;line-height:1.56;letter-spacing:1px;font-style:italic;}.fusion-modal .modal-title,.fusion-modal h3,.fusion-widget-area h3,.post-content h3,.project-content h3{font-size:18px;}.fusion-modal h3,.fusion-post-content h3,.fusion-title h3,.fusion-widget-area h3,.person-author-wrapper span,.post-content h3,.project-content h3,.sidebar .widget h3,.title h3{color:#333333;}#wrapper .fusion-tabs-widget .tab-holder .tabs li a,.fusion-accordian .panel-heading a,.fusion-accordian .panel-title,.fusion-carousel-title,.fusion-content-widget-area h4,.fusion-flip-box .flip-box-heading-back,.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-title,.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-title a,.fusion-megamenu-title,.fusion-modal h4,.fusion-person .person-desc .person-author .person-author-wrapper,.fusion-tabs .nav-tabs li .fusion-tab-heading,.popover .popover-title,.post-content h4,.project-content .project-info h4,.share-box h4,table th{font-family:\"Playfair Display\", Arial, Helvetica, sans-serif;font-weight:400;line-height:1.76;letter-spacing:1px;font-style:italic;}#reviews #comments > h2,#wrapper .fusion-tabs-widget .tab-holder .tabs li a,.fusion-accordian .panel-title,.fusion-carousel-title,.fusion-flip-box .flip-box-heading-back,.fusion-modal h4,.fusion-person .person-author-wrapper .person-name,.fusion-person .person-author-wrapper .person-title,.fusion-portfolio-post .fusion-portfolio-content h4,.fusion-rollover .fusion-rollover-content .fusion-rollover-title,.fusion-sharing-box h4,.fusion-tabs .nav-tabs > li .fusion-tab-heading,.fusion-widget-area h4,.person-author-wrapper,.popover .popover-title,.post-content h4{font-size:17px;}#wrapper .fusion-tabs-widget .tab-holder .tabs li a,.fusion-accordian .panel-title a,.fusion-carousel-title,.fusion-modal h4,.fusion-post-content h4,.fusion-tabs .nav-tabs > li .fusion-tab-heading,.fusion-title h4,.fusion-widget-area h4,.post-content h4,.project-content .project-info h4,.share-box h4,.title h4{color:#333333;}.project-content .project-info .project-terms,.project-info-box span{line-height:1.76;}.fusion-modal h5,.fusion-widget-area h5,.post-content h5{font-family:Montserrat, Arial, Helvetica, sans-serif;font-weight:400;line-height:1.63;letter-spacing:2px;font-size:16px;}.fusion-modal h5,.fusion-post-content h5,.fusion-title h5,.fusion-widget-area h5,.post-content h5,.title h5{color:#999999;}.fusion-modal h6,.fusion-widget-area h6,.post-content h6{font-family:Montserrat, Arial, Helvetica, sans-serif;font-weight:400;line-height:1.55;letter-spacing:1px;font-size:11px;}.fusion-modal h6,.fusion-post-content h6,.fusion-title h6,.fusion-widget-area h6,.post-content h6,.title h6{color:#333333;}.fusion-title-size-one,h1{margin-top:0.5em;margin-bottom:0.5em;}.fusion-title-size-two,h2{margin-top:0em;margin-bottom:1.1em;}.fusion-title-size-three,h3{margin-top:.5em;margin-bottom:1em;}.fusion-title-size-four,h4{margin-top:.75em;margin-bottom:1.33em;}.fusion-title-size-five,h5{margin-top:1.67em;margin-bottom:1.67em;}.fusion-title-size-six,h6{margin-top:2.33em;margin-bottom:2.33em;}#side-header .fusion-logo,.fusion-header .fusion-logo{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}.fusion-header-wrapper .fusion-row{padding-left:5%;padding-right:5%;max-width:1170px;}.fusion-header-v2 .fusion-header,.fusion-header-v3 .fusion-header,.fusion-header-v4 .fusion-header,.fusion-header-v5 .fusion-header{border-bottom-color:rgba(255,255,255,0);}#side-header .fusion-secondary-menu-search-inner{border-top-color:rgba(255,255,255,0);}.fusion-header .fusion-row{padding-top:2.5%;padding-bottom:2.5%;}.fusion-secondary-header{background-color:#f7f7f7;font-size:12px;color:#747474;border-bottom-color:rgba(255,255,255,0);}.fusion-secondary-header a,.fusion-secondary-header a:hover{color:#747474;}.fusion-header-v2 .fusion-secondary-header{border-top-color:#78bca1;}.fusion-mobile-menu-design-modern .fusion-secondary-header .fusion-alignleft{border-bottom-color:rgba(255,255,255,0);}.fusion-header-tagline{font-size:16px;color:#747474;}.fusion-mobile-menu-sep,.fusion-secondary-main-menu{border-bottom-color:rgba(255,255,255,0);}#side-header{width:0px;}#side-header .side-header-background{width:0px;}#side-header .side-header-border{width:0px;border-color:rgba(255,255,255,0);}.side-header-wrapper{padding-top:2.5%;padding-bottom:2.5%;}#side-header .side-header-content{padding-left:5%;padding-right:5%;}#side-header .fusion-main-menu > ul > li > a{padding-left:5%;padding-right:5%;border-top-color:rgba(255,255,255,0);border-bottom-color:rgba(255,255,255,0);text-align:left;height:auto;min-height:120px;}.side-header-left .fusion-main-menu > ul > li > a > .fusion-caret{right:5%;}.side-header-right .fusion-main-menu > ul > li > a > .fusion-caret{left:5%;}#side-header .fusion-main-menu > ul > li.current-menu-ancestor > a,#side-header .fusion-main-menu > ul > li.current-menu-item > a{color:#78bca1;border-right-color:#78bca1;border-left-color:#78bca1;}body.side-header-left #side-header .fusion-main-menu > ul > li > ul{left:-1px;}body.side-header-left #side-header .fusion-main-menu .fusion-custom-menu-item-contents{top:0;left:-1px;}#side-header .fusion-main-menu .fusion-main-menu-search .fusion-custom-menu-item-contents{border-top-width:1px;border-top-style:solid;}#side-header .fusion-secondary-menu > ul > li > a,#side-header .side-header-content-1,#side-header .side-header-content-2{color:#747474;font-size:12px;}.side-header-left #side-header .fusion-main-menu > ul > li.current-menu-ancestor > a,.side-header-left #side-header .fusion-main-menu > ul > li.current-menu-item > a{border-right-width:0px;}.side-header-right #side-header .fusion-main-menu > ul > li.current-menu-ancestor > a,.side-header-right #side-header .fusion-main-menu > ul > li.current-menu-item > a{border-left-width:0px;}.side-header-right #side-header .fusion-main-menu .fusion-menu-cart-items,.side-header-right #side-header .fusion-main-menu .fusion-menu-login-box .fusion-custom-menu-item-contents,.side-header-right #side-header .fusion-main-menu ul .fusion-dropdown-menu .sub-menu,.side-header-right #side-header .fusion-main-menu ul .fusion-dropdown-menu .sub-menu li ul,.side-header-right #side-header .fusion-main-menu ul .fusion-menu-login-box .sub-menu{left:-225px;}.side-header-right #side-header .fusion-main-menu-search .fusion-custom-menu-item-contents{left:-250px;}.fusion-main-menu > ul > li{padding-right:37px;}.fusion-main-menu > ul > li > a{height:120px;line-height:120px;}.fusion-megamenu-icon img{max-height:15px;}.fusion-main-menu .fusion-widget-cart-counter > a:before,.fusion-main-menu > ul > li > a{color:#ffffff;}.fusion-is-sticky .fusion-main-menu .fusion-widget-cart-counter > a:hover:before,.fusion-is-sticky .fusion-main-menu > ul > li > a:hover,.fusion-main-menu .fusion-widget-cart-counter > a:hover:before,.fusion-main-menu > ul > li > a:hover{color:#78bca1;}.fusion-main-menu > ul > li > a:hover{border-color:#78bca1;}.fusion-main-menu > ul > .fusion-menu-item-button > a:hover{border-color:transparent;}.fusion-widget-cart-number{background-color:#78bca1;color:#ffffff;}.fusion-widget-cart-counter a:hover:before{color:#78bca1;}.fusion-is-sticky .fusion-main-menu .current-menu-ancestor > a,.fusion-is-sticky .fusion-main-menu .current-menu-item > a,.fusion-is-sticky .fusion-main-menu .current-menu-item > a:before,.fusion-is-sticky .fusion-main-menu .current-menu-parent > a,.fusion-is-sticky .fusion-main-menu .current_page_item > a,.fusion-main-menu .current-menu-ancestor > a,.fusion-main-menu .current-menu-item > a,.fusion-main-menu .current-menu-item > a:before,.fusion-main-menu .current-menu-parent > a,.fusion-main-menu .current_page_item > a{color:#78bca1;border-color:#78bca1;}.fusion-main-menu > ul > .fusion-menu-item-button > a{border-color:transparent;}.fusion-main-menu .fusion-main-menu-icon:after{color:#ffffff;}.fusion-main-menu .fusion-menu-cart-checkout-link a:hover,.fusion-main-menu .fusion-menu-cart-checkout-link a:hover:before,.fusion-main-menu .fusion-menu-cart-link a:hover,.fusion-main-menu .fusion-menu-cart-link a:hover:before{color:#78bca1;}.fusion-main-menu .fusion-main-menu-icon:after,.fusion-main-menu .fusion-widget-cart-counter > a .fusion-widget-cart-number,.fusion-main-menu .fusion-widget-cart-counter > a:before{height:15px;width:15px;}.fusion-main-menu .fusion-main-menu-icon:hover{border-color:transparent;}.fusion-is-sticky .fusion-main-menu .fusion-main-menu-icon:hover:after,.fusion-main-menu .fusion-main-menu-icon:hover:after{color:#78bca1;}.fusion-is-sticky .fusion-main-menu .fusion-main-menu-icon-active:after,.fusion-is-sticky .fusion-main-menu .fusion-main-menu-search-open .fusion-main-menu-icon:after,.fusion-is-sticky .fusion-main-menu .fusion-menu .fusion-main-menu-icon-active:after,.fusion-main-menu .fusion-main-menu-icon-active:after,.fusion-main-menu .fusion-main-menu-search-open .fusion-main-menu-icon:after{color:#78bca1;}.fusion-main-menu .sub-menu{background-color:rgba(0,0,0,.5);width:225px;border-top:3px solid #78bca1;font-family:\"Open Sans\", Arial, Helvetica, sans-serif;font-weight:400;}.fusion-main-menu .sub-menu ul{left:225px;top:-3px;}.fusion-main-menu .fusion-dropdown-menu .sub-menu li a{border-bottom:1px solid rgba(255,255,255,0);}.fusion-main-menu .fusion-dropdown-menu .sub-menu li a,.fusion-main-menu .sub-menu li a,.fusion-megamenu-wrapper li .fusion-megamenu-title-disabled{padding-top:14px;padding-bottom:14px;color:#ffffff;font-family:\"Open Sans\", Arial, Helvetica, sans-serif;font-weight:400;font-size:14px;}.fusion-main-menu .fusion-main-menu-cart{font-size:14px;}.fusion-main-menu .sub-menu li a:hover{background-color:rgba(0,0,0,.7);}.fusion-main-menu .sub-menu .current-menu-item > a,.fusion-main-menu .sub-menu .current-menu-parent > a,.fusion-main-menu .sub-menu .current_page_item > a{background-color:rgba(0,0,0,.7);}.fusion-main-menu .fusion-custom-menu-item-contents{font-family:\"Open Sans\", Arial, Helvetica, sans-serif;font-weight:400;}.fusion-main-menu .fusion-main-menu-cart .fusion-custom-menu-item-contents,.fusion-main-menu .fusion-main-menu-search .fusion-custom-menu-item-contents,.fusion-main-menu .fusion-menu-login-box .fusion-custom-menu-item-contents{background-color:rgba(0,0,0,.5);border-color:rgba(255,255,255,0);border:0;}.fusion-header-v6 .fusion-header-v6-content .fusion-flyout-menu-icons{font-size:20px;margin:0 -18.5px;}.fusion-header-v6 .fusion-header-v6-content .fusion-widget-cart-number{min-width:20px;}.fusion-header-v6 .fusion-flyout-menu-icons .fusion-flyout-menu-toggle{height:18px;width:30px;}.fusion-header-v6 .fusion-flyout-menu-icons .fusion-flyout-search-toggle .fusion-toggle-icon{height:18px;width:18px;}.fusion-header-v6 .fusion-flyout-menu-icons .fusion-toggle-icon-line{height:2px;width:30px;background-color:#333333;}.fusion-body .fusion-header-v6.fusion-flyout-search-active .fusion-flyout-menu-icons .fusion-flyout-search-toggle .fusion-toggle-icon-line{height:2px;}.fusion-header-v6.fusion-flyout-menu-active .fusion-flyout-menu-icons .fusion-flyout-menu-toggle .fusion-toggle-icon-line{width:24px;}.fusion-header-v6.fusion-flyout-search-active .fusion-flyout-menu-icons .fusion-flyout-search-toggle .fusion-toggle-icon-line{width:24px;}.fusion-header-v6 .fusion-header-v6-content .fusion-flyout-menu-icons .fusion-flyout-cart-wrapper,.fusion-header-v6 .fusion-header-v6-content .fusion-flyout-menu-icons .fusion-flyout-menu-toggle,.fusion-header-v6 .fusion-header-v6-content .fusion-flyout-menu-icons .fusion-flyout-search-toggle{padding:0 19px;}.fusion-header-v6 .fusion-flyout-menu-icons .fusion-icon:before{color:#333333;}.fusion-header-v6 .fusion-flyout-menu-icons .fusion-icon:hover:before{color:#a0ce4e;}.fusion-header-v6 .fusion-flyout-menu-icons .fusion-flyout-menu-toggle:hover .fusion-toggle-icon-line,.fusion-header-v6 .fusion-flyout-menu-icons .fusion-flyout-search-toggle:hover .fusion-toggle-icon-line{background-color:#a0ce4e;}.fusion-header-v6.fusion-flyout-active .fusion-flyout-menu-icons .fusion-icon:before{color:#ffffff;}.fusion-header-v6.fusion-flyout-active .fusion-flyout-menu-icons .fusion-icon:hover:before{color:#78bca1;}.fusion-header-v6.fusion-flyout-active .fusion-flyout-menu-icons .fusion-toggle-icon-line{background-color:#ffffff;}.fusion-header-v6.fusion-flyout-active .fusion-flyout-menu-icons .fusion-flyout-menu-toggle:hover .fusion-toggle-icon-line,.fusion-header-v6.fusion-flyout-active .fusion-flyout-menu-icons .fusion-flyout-search-toggle:hover .fusion-toggle-icon-line{background-color:#78bca1;}.fusion-header-v6 .fusion-flyout-menu-bg{background-color:rgba(255,255,255,0.95);}#wrapper .fusion-header-v6 .fusion-flyout-search .searchform .s{color:#ffffff;border-color:#ffffff;font-family:Montserrat, Arial, Helvetica, sans-serif;}#wrapper .fusion-header-v6 .fusion-flyout-search .searchform .s::-webkit-input-placeholder{color:#ffffff;}#wrapper .fusion-header-v6 .fusion-flyout-search .searchform .s::-moz-placeholder{color:#ffffff;}#wrapper .fusion-header-v6 .fusion-flyout-search .searchform .s:-moz-placeholder{color:#ffffff;}#wrapper .fusion-header-v6 .fusion-flyout-search .searchform .s:-ms-input-placeholder{color:#ffffff;}.fusion-header-v6 .fusion-flyout-menu .fusion-menu li{padding:15px 0;}.fusion-header-v6 .fusion-flyout-menu,.fusion-header-v6 .fusion-flyout-menu-bg,.fusion-header-v6 .fusion-flyout-search{top:-1000%;transition:opacity 0.4s ease 0s, top 0s ease 0.4s;-webkit-transition:opacity 0.4s ease 0s, top 0s ease 0.4s;-moz-transition:opacity 0.4s ease 0s, top 0s ease 0.4s;-ms-transition:opacity 0.4s ease 0s, top 0s ease 0.4s;-o-transition:opacity 0.4s ease 0s, top 0s ease 0.4s;}.fusion-header-v6.fusion-flyout-active .fusion-flyout-menu-bg,.fusion-header-v6.fusion-flyout-menu-active .fusion-flyout-menu,.fusion-header-v6.fusion-flyout-search-active .fusion-flyout-search{top:0;transition:opacity 0.4s ease 0s, top 0s ease 0s;-webkit-transition:opacity 0.4s ease 0s, top 0s ease 0s;-moz-transition:opacity 0.4s ease 0s, top 0s ease 0s;-ms-transition:opacity 0.4s ease 0s, top 0s ease 0s;-o-transition:opacity 0.4s ease 0s, top 0s ease 0s;}.fusion-secondary-menu > ul > li{border-color:#efefef;}.fusion-secondary-menu > ul > li > a{height:44px;line-height:44px;}.fusion-secondary-menu .sub-menu, .fusion-secondary-menu .fusion-custom-menu-item-contents{width:180px;}.fusion-secondary-menu .fusion-secondary-menu-icon{min-width:180px;}.fusion-secondary-menu .sub-menu{background-color:#ffffff;border-color:#e5e5e5;}.fusion-secondary-menu .sub-menu a{border-color:#e5e5e5;color:#747474;}.fusion-secondary-menu .sub-menu a:hover{background-color:#fafafa;color:#333333;}.fusion-secondary-menu > ul > li > .sub-menu .sub-menu{left:180px;}.fusion-secondary-menu .fusion-custom-menu-item-contents{background-color:#ffffff;border-color:#e5e5e5;color:#747474;}.fusion-secondary-menu .fusion-secondary-menu-icon,.fusion-secondary-menu .fusion-secondary-menu-icon:hover{color:#ffffff;}.fusion-secondary-menu .fusion-menu-cart-items a{color:#747474;}.fusion-secondary-menu .fusion-menu-cart-item a{border-color:#e5e5e5;}.fusion-secondary-menu .fusion-menu-cart-item img{border-color:#e0dede;}.fusion-secondary-menu .fusion-menu-cart-item a:hover{background-color:#fafafa;color:#333333;}.fusion-secondary-menu-icon{background-color:;color:#ffffff;}.fusion-secondary-menu-icon:after,.fusion-secondary-menu-icon:before{color:#ffffff;}.fusion-contact-info{line-height:44px;}.fusion-megamenu-holder{border-color:#78bca1;}.fusion-megamenu{background-color:rgba(0,0,0,.5);}.fusion-megamenu-wrapper .fusion-megamenu-submenu{border-color:rgba(255,255,255,0);}.rtl .fusion-megamenu-wrapper .fusion-megamenu-submenu:last-child{border-color:rgba(255,255,255,0);}.fusion-megamenu-wrapper .fusion-megamenu-submenu .sub-menu a{padding-top:14px;padding-bottom:14px;}.fusion-megamenu-wrapper .fusion-megamenu-submenu > a:hover{background-color:rgba(0,0,0,.7);color:#ffffff;font-family:\"Open Sans\", Arial, Helvetica, sans-serif;font-weight:400;font-size:14px;}.fusion-megamenu-title{font-size:18px;color:#ffffff;}.fusion-megamenu-title a{color:#ffffff;}.fusion-megamenu-bullet{border-left-color:#ffffff;}.fusion-megamenu-widgets-container{color:#ffffff;font-family:\"Open Sans\", Arial, Helvetica, sans-serif;font-weight:400;font-size:14px;}.fusion-header-wrapper.fusion-is-sticky .fusion-header,.fusion-header-wrapper.fusion-is-sticky .fusion-secondary-main-menu{background-color:rgba(33,33,33,0.95);}.no-rgba .fusion-header-wrapper.fusion-is-sticky .fusion-header,.no-rgba .fusion-header-wrapper.fusion-is-sticky .fusion-secondary-main-menu{background-color:rgba(33,33,33,0.95);opacity:0.95;filter:progid: DXImageTransform.Microsoft.Alpha(Opacity=95);}.fusion-is-sticky .fusion-main-menu > ul > li{padding-right:37px;}.fusion-is-sticky .fusion-main-menu > ul > li:last-child{padding-right:0;}.fusion-is-sticky .fusion-main-menu .fusion-main-menu-icon:after,.fusion-is-sticky .fusion-main-menu > ul > li > a{color:#ffffff;}.rtl .fusion-is-sticky .fusion-main-menu > ul > li:last-child{padding-right:37px;}.fusion-is-sticky .fusion-main-menu > ul > li > a{font-size:14px;}.fusion-mobile-selector{background-color:#242424;border-color:#212121;font-size:14px;height:47px;line-height:47px;color:#747474;}.fusion-selector-down{height:45px;line-height:45px;border-color:#212121;}.fusion-selector-down:before{color:#78bca1;}.fusion-mobile-menu-design-modern .fusion-mobile-nav-holder > ul,.fusion-mobile-nav-holder > ul{border-color:#212121;}.fusion-mobile-nav-item .fusion-open-submenu{color:#747474;}.fusion-mobile-nav-item a{color:#747474;font-size:14px;background-color:#242424;border-color:#212121;height:47px;line-height:47px;}.fusion-mobile-nav-item a:hover{background-color:#212121;}.fusion-mobile-nav-item a:before{color:#747474;}.fusion-mobile-current-nav-item > a{background-color:#212121;}.fusion-mobile-menu-icons{margin-top:50px;}.fusion-mobile-menu-icons a{color:#78bca1;}.fusion-mobile-menu-icons a:before{color:#78bca1;}.fusion-open-submenu{font-size:14px;height:47px;line-height:47px;}.fusion-open-submenu:hover{color:#78bca1;}#wrapper .post-content .content-box-heading{font-size:22px;}.post-content .content-box-heading{color:#333333;}.fusion-content-boxes .content-container{color:#747474;}.fusion-social-links-header .fusion-social-networks a{font-size:16px;}.fusion-social-links-header .fusion-social-networks.boxed-icons a{padding:12px;width:calc(16px + (2 * 12px) + 2px);}.fusion-social-links-footer .fusion-social-networks a{font-size:16px;}.fusion-social-links-footer .fusion-social-networks.boxed-icons a{padding:12px;width:calc(16px + (2 * 12px) + 2px);}.fusion-sharing-box .fusion-social-networks a{font-size:19px;}.fusion-sharing-box .fusion-social-networks.boxed-icons a{padding:16px;}.fusion-sharing-box h4{color:#333333;}.fusion-social-links .boxed-icons .fusion-social-networks-wrapper .fusion-social-network-icon{width:calc(16px + (2 * 12px) + 2px);}.post-content .fusion-social-links .fusion-social-networks a,.widget .fusion-social-links .fusion-social-networks a{font-size:16px;}.post-content .fusion-social-links .fusion-social-networks.boxed-icons a,.widget .fusion-social-links .fusion-social-networks.boxed-icons a{padding:12px;}.fusion-body .error-menu li:after,.fusion-body .error-menu li:before{background-color:#333333;color:#78bca1;}.ua-ie-11 .avada-select-parent .select-arrow,.ua-ie-11 .select-arrow,.ua-ie-11 .wpcf7-select-parent .select-arrow{height:33px;line-height:33px;}.ua-ie-11 .gravity-select-parent .select-arrow{height:24px;line-height:24px;}.ua-ie-11 .fusion-flip-box .flip-box-front{backface-visibility:visible;}.ua-ie-11 .fusion-flip-box .flip-box-back{backface-visibility:visible;}#wrapper{width:100%;max-width:none;}.fusion-header,.layout-boxed-mode .side-header-wrapper,.side-header-background{background-color:#212121;}.fusion-secondary-main-menu{background-color:#ffffff;}.rev_slider_wrapper{position:relative;}.avada-skin-rev{border-top:1px solid #d2d3d4;border-bottom:1px solid #d2d3d4;box-sizing:content-box;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;}.tparrows{border-radius:0;-webkit-border-radius:0;}.tp-bullets .bullet.last{clear:none;}#main{padding-top:50px;padding-bottom:100px;}.width-100 .nonhundred-percent-fullwidth{margin-left:-30px;margin-right:-30px;}.side-header-left .fusion-footer-parallax,body.side-header-left #wrapper{margin-left:280px;}.side-header-right .fusion-footer-parallax,body.side-header-right #wrapper{margin-right:280px;}body.side-header-left #side-header #nav .login-box,body.side-header-left #side-header #nav .main-nav-search-form,body.side-header-left #side-header #nav > ul > li > ul{left:279px;}body.side-header-left #slidingbar .avada-row,body.side-header-right #slidingbar .avada-row{max-width:none;}.layout-wide-mode .fusion-header-wrapper .fusion-row{max-width:100%;}.fusion-flexslider .flex-direction-nav a,.fusion-flexslider.flexslider-attachments .flex-direction-nav a,.fusion-flexslider.flexslider-posts .flex-direction-nav a,.fusion-flexslider.flexslider-posts-with-excerpt .flex-direction-nav a,.fusion-slider-sc .flex-direction-nav a{width:40px;height:130px;line-height:130px;font-size:18px;}.fusion-carousel .fusion-carousel-nav .fusion-nav-next:before,.fusion-carousel .fusion-carousel-nav .fusion-nav-prev:before{line-height:130px;font-size:18px;}.bbp-pagination .bbp-pagination-links a.inactive,.bbp-topic-pagination .page-numbers,.page-links a,.pagination a.inactive,.woocommerce-pagination .page-numbers{padding:10px 16px;}.bbp-pagination .bbp-pagination-links .current,.page-links > .page-number,.pagination .current,.woocommerce-pagination .current{padding:10px 16px;}.bbp-pagination .bbp-pagination-links .pagination-prev,.pagination .pagination-prev,.woocommerce-pagination .prev{padding:10px 16px;}.bbp-pagination .bbp-pagination-links .pagination-next,.bbp-pagination-links span.dots,.pagination .pagination-next,.woocommerce-pagination .next{padding:10px 16px;}.fusion-hide-pagination-text .page-text{display:none;}.fusion-hide-pagination-text .pagination-prev, .fusion-hide-pagination-text .pagination-next{border-width:1px;border-style:solid;}.fusion-hide-pagination-text .pagination-prev{margin:0;}.fusion-hide-pagination-text .pagination-next{margin-left:5px;}.fusion-hide-pagination-text .pagination-prev:before, .fusion-hide-pagination-text .pagination-next:after{line-height:normal;position:relative;margin:0;padding:0;}.fusion-hide-pagination-text .pagination-next:after{right:auto;}@media only screen and (min-width: 1007.2px) and (max-width: 1099px){.fusion-portfolio-six .fusion-portfolio-post,.grid-layout-6 .fusion-post-grid{width:20% !important;}.fusion-blog-layout-grid-5 .fusion-post-grid,.fusion-portfolio-five .fusion-portfolio-post{width:25% !important;}}@media only screen and (min-width: 915.4px) and (max-width: 1007.2px){.fusion-blog-layout-grid-6 .fusion-post-grid,.fusion-portfolio-six .fusion-portfolio-post{width:20% !important;}.fusion-blog-layout-grid-5 .fusion-post-grid,.fusion-portfolio-five .fusion-portfolio-post{width:33.3333333333% !important;}.fusion-blog-layout-grid-4 .fusion-post-grid,.fusion-portfolio-four .fusion-portfolio-post{width:33.3333333333% !important;}}@media only screen and (min-width: 823.6px) and (max-width: 915.4px){.fusion-blog-layout-grid-6 .fusion-post-grid,.fusion-portfolio-six .fusion-portfolio-post{width:25% !important;}.fusion-blog-layout-grid-3 .fusion-post-grid,.fusion-blog-layout-grid-4 .fusion-post-grid,.fusion-blog-layout-grid-5 .fusion-post-grid,.fusion-portfolio-five .fusion-portfolio-post,.fusion-portfolio-four .fusion-portfolio-post,.fusion-portfolio-masonry .fusion-portfolio-post,.fusion-portfolio-three .fusion-portfolio-post{width:50% !important;}}@media only screen and (min-width: 731.8px) and (max-width: 823.6px){.fusion-blog-layout-grid-6 .fusion-post-grid,.fusion-portfolio-six .fusion-portfolio-post{width:33.33% !important;}.fusion-blog-layout-grid-3 .fusion-post-grid,.fusion-blog-layout-grid-4 .fusion-post-grid,.fusion-blog-layout-grid-5 .fusion-post-grid,.fusion-portfolio-five .fusion-portfolio-post,.fusion-portfolio-four .fusion-portfolio-post,.fusion-portfolio-masonry .fusion-portfolio-post,.fusion-portfolio-three .fusion-portfolio-post{width:50% !important;}}@media only screen and (max-width: 731.8px){.fusion-blog-layout-grid .fusion-post-grid,.fusion-portfolio-post{width:100% !important;}.fusion-blog-layout-grid-6 .fusion-post-grid,.fusion-portfolio-six .fusion-portfolio-post{width:50% !important;}}@media only screen and (max-width: 640px){.fusion-blog-layout-grid-6 .fusion-post-grid,.fusion-portfolio-six .fusion-portfolio-post{width:100% !important;}.fusion-body .fusion-page-title-bar{max-height:none;}.fusion-body .fusion-page-title-bar h1{margin:0;}.fusion-body .fusion-page-title-secondary{margin-top:2px;}.fusion-blog-layout-large .fusion-meta-info .fusion-alignleft,.fusion-blog-layout-large .fusion-meta-info .fusion-alignright,.fusion-blog-layout-medium .fusion-meta-info .fusion-alignleft,.fusion-blog-layout-medium .fusion-meta-info .fusion-alignright{display:block;float:none;margin:0;width:100%;}.fusion-body .fusion-blog-layout-medium .fusion-post-slideshow{float:none;margin:0 0 20px 0;height:auto;width:auto;}.fusion-blog-layout-large-alternate .fusion-date-and-formats{margin-bottom:55px;}.fusion-body .fusion-blog-layout-large-alternate .fusion-post-content{margin:0;}.fusion-blog-layout-medium-alternate .has-post-thumbnail .fusion-post-slideshow{display:inline-block;float:none;margin-right:0;max-width:197px;}.fusion-blog-layout-grid .fusion-post-grid{position:static;width:100%;}.flex-direction-nav,.wooslider-direction-nav,.wooslider-pauseplay{display:none;}.share-box ul li{margin-bottom:10px;margin-right:15px;}.buttons a{margin-right:5px;}.ls-avada .ls-nav-next,.ls-avada .ls-nav-prev{display:none !important;}#wrapper .ei-slider{width:100% !important;height:200px !important;}.fusion-progressbar{margin-bottom:10px !important;}#wrapper .content-boxes-icon-boxed .content-wrapper-boxed{min-height:inherit !important;padding-bottom:20px;padding-left:3% !important;padding-right:3% !important;}#wrapper .content-boxes-icon-boxed .content-box-column,#wrapper .content-boxes-icon-on-top .content-box-column{margin-bottom:55px;}#wrapper .content-boxes-icon-boxed .content-box-column .heading h2{margin-top:-5px;}#wrapper .content-boxes-icon-boxed .content-box-column .more{margin-top:12px;}.page-template-contact-php .fusion-google-map{height:270px !important;}.share-box .social-networks li{margin-right:20px !important;}.timeline-icon{display:none !important;}.timeline-layout{padding-top:0 !important;}.fusion-counters-circle .counter-circle-wrapper{display:block;margin-right:auto;margin-left:auto;}.post-content .wooslider .wooslider-control-thumbs{margin-top:-10px;}body .wooslider .overlay-full.layout-text-left .slide-excerpt{padding:20px !important;}.content-boxes-icon-boxed .col{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}.social_links_shortcode li{height:40px !important;}.products-slider .es-nav span{transform:scale(0.5) !important;-webkit-transform:scale(0.5) !important;-moz-transform:scale(0.5) !important;-ms-transform:scale(0.5) !important;-o-transform:scale(0.5) !important;}.portfolio-masonry .portfolio-item{width:100% !important;}.table-1 table,.tkt-slctr-tbl-wrap-dv table{border-collapse:collapse;border-spacing:0;width:100%;}.table-1 td,.table-1 th,.tkt-slctr-tbl-wrap-dv td,.tkt-slctr-tbl-wrap-dv th{white-space:nowrap;}.table-2 table{border-collapse:collapse;border-spacing:0;width:100%;}.table-2 td,.table-2 th{white-space:nowrap;}#main,.footer-area,.page-title-bar,body{background-attachment:scroll !important;}.tfs-slider[data-animation=\"slide\"]{height:auto !important;}#wrapper .share-box h4{display:block;float:none;line-height:20px !important;margin-top:0;padding:0;margin-bottom:10px;}.fusion-sharing-box .fusion-social-networks{float:none;display:block;width:100%;text-align:left;}#content{width:100% !important;margin-left:0px !important;}.sidebar{width:100% !important;float:none !important;margin-left:0 !important;clear:both;}.fusion-hide-on-mobile{display:none;}.fusion-blog-layout-timeline{padding-top:0;}.fusion-blog-layout-timeline .fusion-post-timeline{float:none;width:100%;}.fusion-blog-layout-timeline .fusion-timeline-date{margin-bottom:0;margin-top:2px;}.fusion-timeline-arrow,.fusion-timeline-circle,.fusion-timeline-icon,.fusion-timeline-line{display:none;}}@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait){.fusion-columns-1 .fusion-column:first-child,.fusion-columns-2 .fusion-column:first-child,.fusion-columns-3 .fusion-column:first-child,.fusion-columns-4 .fusion-column:first-child,.fusion-columns-5 .fusion-column:first-child{margin-left:0;}.fusion-column,.fusion-column:nth-child(2n),.fusion-column:nth-child(3n),.fusion-column:nth-child(4n),.fusion-column:nth-child(5n){margin-right:0;}#wrapper{width:auto !important;}.create-block-format-context{display:none;}.columns .col{float:none;width:100% !important;margin:0 0 20px;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}.fullwidth-box{background-attachment:scroll;}.fusion-main-menu > ul > li{padding-right:25px;}.review{float:none;width:100%;}.fusion-social-links-footer,.fusion-social-networks{display:block;text-align:center;}.fusion-social-links-footer{width:auto;}.fusion-social-links-footer .fusion-social-networks{display:inline-block;float:none;}.fusion-social-networks{padding:0 0 15px;}.fusion-author .fusion-author-ssocial .fusion-author-tagline{float:none;text-align:center;max-width:100%;}.fusion-author .fusion-author-ssocial .fusion-social-networks{text-align:center;}.fusion-author .fusion-author-ssocial .fusion-social-networks .fusion-social-network-icon:first-child{margin-left:0;}.fusion-social-networks:after{content:\"\";display:block;clear:both;}.fusion-social-networks li{float:none;display:inline-block;}.fusion-reading-box-container .continue{display:block;}.fusion-reading-box-container .mobile-button{display:none;float:none;}.fusion-title{margin-top:0px !important;margin-bottom:20px !important;}.fusion-body .fusion-page-title-bar{height:100px;}.fusion-page-title-bar-left .fusion-page-title-captions,.fusion-page-title-bar-left .fusion-page-title-secondary,.fusion-page-title-bar-right .fusion-page-title-captions,.fusion-page-title-bar-right .fusion-page-title-secondary{display:block;float:none;width:100%;line-height:normal;}.fusion-page-title-bar-left .fusion-page-title-secondary{text-align:left;}.fusion-page-title-bar-left .searchform{display:block;max-width:100%;}.fusion-page-title-bar-right .fusion-page-title-secondary{text-align:right;}.fusion-page-title-bar-right .searchform{max-width:100%;}.fusion-page-title-row{display:table;width:100%;height:100%;min-height:calc(100px -20px);}.fusion-page-title-wrapper{display:table-cell;vertical-align:middle;}.products .product-list-view{width:100% !important;min-width:100% !important;}.sidebar .social_links .social li{width:auto;margin-right:5px;}#comment-input{margin-bottom:0;}#comment-input input{width:90%;float:none !important;margin-bottom:10px;}#comment-textarea textarea{width:90%;}.pagination{margin-top:40px;}.portfolio-one .portfolio-item .image{float:none;width:auto;height:auto;margin-bottom:20px;}h5.toggle span.toggle-title{width:80%;}#wrapper .sep-boxed-pricing .panel-wrapper{padding:0;}#wrapper .full-boxed-pricing .column,#wrapper .sep-boxed-pricing .column{float:none;margin-bottom:10px;margin-left:0;width:100%;}.share-box{height:auto;}#wrapper .share-box h4{float:none;line-height:20px !important;padding:0;}.share-box ul{float:none;overflow:hidden;padding:0 25px;padding-bottom:15px;margin-top:0px;}.project-content .project-description{float:none !important;}.project-content .fusion-project-description-details{margin-bottom:50px;}.project-content .project-description,.project-content .project-info{width:100% !important;}.portfolio-half .flexslider{width:100%;}.portfolio-half .project-content{width:100% !important;}#style_selector{display:none;}.faq-tabs,.portfolio-tabs{height:auto;border-bottom-width:1px;border-bottom-style:solid;}.faq-tabs li,.portfolio-tabs li{float:left;margin-right:30px;border-bottom:0;}.ls-avada .ls-nav-next,.ls-avada .ls-nav-prev{display:none !important;}nav#nav,nav#sticky-nav{margin-right:0;}#footer .social-networks{width:100%;margin:0 auto;position:relative;left:-11px;}.tab-holder .tabs{height:auto !important;width:100% !important;}.shortcode-tabs .tab-hold .tabs li{width:100% !important;}body .shortcode-tabs .tab-hold .tabs li,body.dark .sidebar .tab-hold .tabs li{border-right:none !important;}.error-message{line-height:170px;margin-top:20px;font-size:130px;}.error_page .useful_links{width:100%;padding-left:0;}.fusion-google-map{width:100% !important;}.social_links_shortcode .social li{width:10% !important;}#wrapper .ei-slider{width:100%;height:200px !important;}.fusion-progressbar{margin-bottom:10px !important;}.fusion-blog-layout-medium-alternate .fusion-post-content{float:none;width:100% !important;margin-top:20px;}#wrapper .content-boxes-icon-boxed .content-wrapper-boxed{min-height:inherit !important;padding-bottom:20px;padding-left:3%;padding-right:3%;}#wrapper .content-boxes-icon-boxed .content-box-column,#wrapper .content-boxes-icon-on-top .content-box-column{margin-bottom:55px;}.fusion-counters-box .fusion-counter-box{margin-bottom:20px;padding:0 15px;}.fusion-counters-box .fusion-counter-box:last-child{margin-bottom:0;}.popup{display:none !important;}.share-box .social-networks{text-align:left;}body #small-nav{visibility:visible !important;}.wpcf7-form .wpcf7-number,.wpcf7-form .wpcf7-quiz,.wpcf7-form .wpcf7-text,.wpcf7-form textarea{float:none !important;width:100% !important;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}#nav-uber #megaMenu{width:100%;}#toTop{bottom:30px;border-radius:4px;height:40px;z-index:10000;-webkit-border-radius:4px;}#toTop:before{line-height:38px;}#toTop:hover{background-color:#333333;}.no-mobile-totop .to-top-container{display:none;}.no-mobile-slidingbar #slidingbar-area{display:none;}.tfs-slider .slide-content-container .btn{min-height:0 !important;padding-left:20px;padding-right:20px !important;height:26px !important;line-height:26px !important;}.fusion-soundcloud iframe{width:100%;}.fusion-columns-2 .fusion-column,.fusion-columns-2 .fusion-flip-box-wrapper,.fusion-columns-4 .fusion-column,.fusion-columns-4 .fusion-flip-box-wrapper{width:50% !important;float:left !important;}.fusion-columns-2 .fusion-column:nth-of-type(3n),.fusion-columns-2 .fusion-flip-box-wrapper:nth-of-type(3n),.fusion-columns-4 .fusion-column:nth-of-type(3n){clear:both;}.fusion-columns-3 .fusion-column,.fusion-columns-3 .fusion-flip-box-wrapper,.fusion-columns-5 .col-lg-2,.fusion-columns-5 .col-md-2,.fusion-columns-5 .col-sm-2,.fusion-columns-5 .fusion-column,.fusion-columns-5 .fusion-flip-box-wrapper,.fusion-columns-6 .fusion-column,.fusion-columns-6 .fusion-flip-box-wrapper{width:33.33% !important;float:left !important;}.fusion-columns-3 .fusion-column:nth-of-type(4n),.fusion-columns-3 .fusion-flip-box-wrapper:nth-of-type(4n),.fusion-columns-5 .fusion-column:nth-of-type(4n),.fusion-columns-5 .fusion-flip-box-wrapper:nth-of-type(4n),.fusion-columns-6 .fusion-column:nth-of-type(4n),.fusion-columns-6 .fusion-flip-box-wrapper:nth-of-type(4n){clear:both;}#slidingbar .fusion-column,.footer-area .fusion-column{margin-bottom:40px;}.fusion-layout-column.fusion-five-sixth,.fusion-layout-column.fusion-four-fifth,.fusion-layout-column.fusion-one-fifth,.fusion-layout-column.fusion-one-fourth,.fusion-layout-column.fusion-one-half,.fusion-layout-column.fusion-one-sixth,.fusion-layout-column.fusion-one-third,.fusion-layout-column.fusion-three-fifth,.fusion-layout-column.fusion-three-fourth,.fusion-layout-column.fusion-two-fifth,.fusion-layout-column.fusion-two-third{position:relative;float:left;margin-right:4%;margin-bottom:20px;}.fusion-layout-column.fusion-one-sixth{width:13.3333%;}.fusion-layout-column.fusion-five-sixth{width:82.6666%;}.fusion-layout-column.fusion-one-fifth{width:16.8%;}.fusion-layout-column.fusion-two-fifth{width:37.6%;}.fusion-layout-column.fusion-three-fifth{width:58.4%;}.fusion-layout-column.fusion-four-fifth{width:79.2%;}.fusion-layout-column.fusion-one-fourth{width:22%;}.fusion-layout-column.fusion-three-fourth{width:74%;}.fusion-layout-column.fusion-one-third{width:30.6666%;}.fusion-layout-column.fusion-two-third{width:65.3333%;}.fusion-layout-column.fusion-one-half{width:48%;}.fusion-layout-column.fusion-spacing-no{margin-left:0;margin-right:0;}.fusion-layout-column.fusion-one-sixth.fusion-spacing-no{width:16.6666666667%;}.fusion-layout-column.fusion-five-sixth.fusion-spacing-no{width:83.333333333%;}.fusion-layout-column.fusion-one-fifth.fusion-spacing-no{width:20%;}.fusion-layout-column.fusion-two-fifth.fusion-spacing-no{width:40%;}.fusion-layout-column.fusion-three-fifth.fusion-spacing-no{width:60%;}.fusion-layout-column.fusion-four-fifth.fusion-spacing-no{width:80%;}.fusion-layout-column.fusion-one-fourth.fusion-spacing-no{width:25%;}.fusion-layout-column.fusion-three-fourth.fusion-spacing-no{width:75%;}.fusion-layout-column.fusion-one-third.fusion-spacing-no{width:33.33333333%;}.fusion-layout-column.fusion-two-third.fusion-spacing-no{width:66.66666667%;}.fusion-layout-column.fusion-one-half.fusion-spacing-no{width:50%;}.fusion-layout-column.fusion-column-last{clear:right;zoom:1;margin-left:0;margin-right:0;}.fusion-column.fusion-spacing-no{margin-bottom:0;width:100% !important;}.ua-mobile #main,.ua-mobile .fusion-footer-widget-area,.ua-mobile .page-title-bar,.ua-mobile body{background-attachment:scroll !important;}#footer > .fusion-row,#header-sticky .fusion-row,.footer-area > .fusion-row,.fusion-header .fusion-row,.fusion-secondary-header .fusion-row{padding-left:0px !important;padding-right:0px !important;}#footer > .fusion-row,.footer-area > .fusion-row,.fusion-header .fusion-row,.fusion-secondary-header .fusion-row{padding-left:0px !important;padding-right:0px !important;}#main,.fullwidth-box,.fusion-footer-widget-area,.page-title-bar,body{background-attachment:scroll !important;}}@media only screen and (max-width: 1100px){body.side-header #wrapper{margin-left:0 !important;margin-right:0 !important;}#side-header,.side-header-background{background-color:#212121;}.layout-boxed-mode .side-header-wrapper{background-color:transparent;}#side-header{transition:background-color 0.25s ease-in-out;position:static;height:auto;width:100% !important;padding:20px 30px !important;margin:0 !important;-webkit-transition:background-color 0.25s ease-in-out;-moz-transition:background-color 0.25s ease-in-out;-ms-transition:background-color 0.25s ease-in-out;-o-transition:background-color 0.25s ease-in-out;}#side-header.fusion-is-sticky{background-color:rgba(33,33,33,0.95);}#side-header .side-header-background{display:none;}#side-header .side-header-border{display:none;}#side-header .side-header-wrapper{padding-top:0;padding-bottom:0;position:relative;}#side-header .header-social,#side-header .header-v4-content{display:none;}#side-header .fusion-logo{margin:0;float:left;}#side-header .side-header-content{padding:0 !important;}#side-header.fusion-mobile-menu-design-classic .fusion-logo{float:none;text-align:center;}body #wrapper .header-shadow:after,body.side-header #wrapper #side-header.header-shadow .side-header-border:before{position:static;height:auto;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;}#side-header .fusion-main-menu,#side-header .side-header-content-1-2,#side-header .side-header-content-3{display:none;}#side-header.fusion-mobile-menu-design-classic .fusion-main-menu-container .fusion-mobile-nav-holder{display:block;margin-top:20px;}#side-header.fusion-mobile-menu-design-classic .fusion-main-menu-container .fusion-mobile-sticky-nav-holder{display:none;}#side-header.fusion-mobile-menu-design-modern .fusion-logo{float:left;margin:0;}#side-header.fusion-mobile-menu-design-modern .fusion-logo-left{float:left;}#side-header.fusion-mobile-menu-design-modern .fusion-logo-right{float:right;}#side-header.fusion-mobile-menu-design-modern .fusion-logo-center{float:left;}#side-header.fusion-mobile-menu-design-modern .fusion-mobile-menu-icons{display:block;}#side-header.fusion-mobile-menu-design-modern .fusion-logo-menu-right .fusion-mobile-menu-icons{float:left;position:static;}#side-header.fusion-mobile-menu-design-modern .fusion-logo-menu-right .fusion-mobile-menu-icons a{float:left;}#side-header.fusion-mobile-menu-design-modern .fusion-logo-menu-right .fusion-mobile-menu-icons :first-child{margin-left:0;}#side-header.fusion-mobile-menu-design-modern .fusion-logo-menu-left .fusion-mobile-menu-icons{float:right;}#side-header.fusion-mobile-menu-design-modern .fusion-logo-menu-left .fusion-mobile-menu-icons a:last-child{margin-left:0;}#side-header.fusion-mobile-menu-design-modern .fusion-main-menu-container .fusion-mobile-nav-holder,#side-header.fusion-mobile-menu-design-modern .side-header-wrapper > .fusion-secondary-menu-search{padding-top:20px;margin-left:-30px;margin-right:-30px;margin-bottom:-20px;}#side-header.fusion-mobile-menu-design-modern .fusion-main-menu-container .fusion-mobile-nav-holder > ul{display:block;border-right:0;border-left:0;border-bottom:0;}#side-header.fusion-is-sticky.fusion-sticky-menu-1 .fusion-mobile-nav-holder{display:none;}#side-header.fusion-is-sticky.fusion-sticky-menu-1 .fusion-mobile-sticky-nav-holder{display:none;}.width-100 .fusion-section-separator-with-offset{margin-left:calc( (100vw - 100% ) / -2 ) !important;margin-right:calc( (100vw - 100% ) / -2 ) !important;}.fusion-mobile-menu-design-modern .fusion-secondary-header{padding:0px;padding-left:0 !important;padding-right:0 !important;}.fusion-mobile-menu-design-modern .fusion-secondary-header .fusion-row{padding-left:0px;padding-right:0px;}.fusion-mobile-menu-design-modern .fusion-social-links-header{max-width:100%;text-align:center;margin-top:10px;margin-bottom:8px;}.fusion-mobile-menu-design-modern .fusion-social-links-header a{margin-right:20px;margin-bottom:5px;}.fusion-mobile-menu-design-modern .fusion-alignleft{border-bottom:1px solid transparent;}.fusion-mobile-menu-design-modern .fusion-alignleft,.fusion-mobile-menu-design-modern .fusion-alignright{width:100%;float:none;display:block;}.fusion-body .fusion-mobile-menu-design-modern .fusion-secondary-header .fusion-alignleft,.fusion-body .fusion-mobile-menu-design-modern .fusion-secondary-header .fusion-alignright{text-align:center;}.fusion-mobile-menu-design-modern .fusion-secondary-menu > ul > li{display:inline-block;vertical-align:middle;text-align:left;}.fusion-body .fusion-mobile-menu-design-modern .fusion-secondary-menu > ul > li{float:none;}.fusion-mobile-menu-design-modern .fusion-secondary-menu-cart{border-right:0;}.fusion-mobile-menu-design-modern .fusion-secondary-menu-icon{background-color:transparent;padding-left:10px;padding-right:7px;min-width:100%;}.fusion-mobile-menu-design-modern .fusion-secondary-menu-icon:after{display:none;}.fusion-mobile-menu-design-modern .fusion-secondary-menu .fusion-secondary-menu-icon,.fusion-mobile-menu-design-modern .fusion-secondary-menu .fusion-secondary-menu-icon:hover,.fusion-mobile-menu-design-modern .fusion-secondary-menu-icon:before{color:#747474;}.fusion-mobile-menu-design-modern .fusion-header-tagline{margin-top:10px;float:none;line-height:24px;}.fusion-header .fusion-row{padding-left:0;padding-right:0;}.fusion-header-wrapper .fusion-header,.fusion-header-wrapper .fusion-secondary-main-menu{background-color:#212121;}.fusion-secondary-header{background-color:rgb(247,247,247);}.fusion-header-wrapper .fusion-row{padding-left:0;padding-right:0;max-width:100%;}.fusion-footer-copyright-area > .fusion-row,.fusion-footer-widget-area > .fusion-row{padding-left:0;padding-right:0;}.fusion-secondary-header .fusion-row{display:block;}.fusion-secondary-header .fusion-alignleft{margin-right:0;}.fusion-secondary-header .fusion-alignright{margin-left:0;}body.fusion-body .fusion-secondary-header .fusion-alignright > *{float:none;}body.fusion-body .fusion-secondary-header .fusion-alignright .fusion-social-links-header .boxed-icons{margin-bottom:5px;}.fusion-mobile-menu-design-classic.fusion-header-v1 .fusion-header,.fusion-mobile-menu-design-classic.fusion-header-v2 .fusion-header,.fusion-mobile-menu-design-classic.fusion-header-v3 .fusion-header,.fusion-mobile-menu-design-classic.fusion-header-v7 .fusion-header{padding-top:20px;padding-bottom:20px;}.fusion-header-v4 .fusion-logo{display:block;}.fusion-header-v4.fusion-mobile-menu-design-modern .fusion-logo .fusion-logo-link{max-width:75%;}.fusion-header-v4.fusion-mobile-menu-design-modern .fusion-mobile-menu-icons{position:absolute;}.fusion-mobile-menu-design-classic.fusion-header-v1 .fusion-logo,.fusion-mobile-menu-design-classic.fusion-header-v1 .fusion-logo a,.fusion-mobile-menu-design-classic.fusion-header-v2 .fusion-logo,.fusion-mobile-menu-design-classic.fusion-header-v2 .fusion-logo a,.fusion-mobile-menu-design-classic.fusion-header-v3 .fusion-logo,.fusion-mobile-menu-design-classic.fusion-header-v3 .fusion-logo a,.fusion-mobile-menu-design-classic.fusion-header-v7 .fusion-logo,.fusion-mobile-menu-design-classic.fusion-header-v7 .fusion-logo a{float:none;text-align:center;margin:0 !important;}.fusion-mobile-menu-design-classic.fusion-header-v1 .fusion-main-menu,.fusion-mobile-menu-design-classic.fusion-header-v2 .fusion-main-menu,.fusion-mobile-menu-design-classic.fusion-header-v3 .fusion-main-menu,.fusion-mobile-menu-design-classic.fusion-header-v7 .fusion-main-menu > ul > li{display:none;}.fusion-mobile-menu-design-classic.fusion-header-v7 .fusion-main-menu > ul .fusion-middle-logo-menu-logo{display:block;}.fusion-mobile-menu-design-classic.fusion-header-v7 .fusion-sticky-menu > ul .fusion-middle-logo-menu-logo{display:none;}.fusion-is-sticky .fusion-mobile-menu-design-classic.fusion-header-v7 .fusion-main-menu > ul .fusion-middle-logo-menu-logo{display:none;}.fusion-is-sticky .fusion-mobile-menu-design-classic.fusion-header-v7 .fusion-sticky-menu > ul .fusion-middle-logo-menu-logo{display:block;}.fusion-mobile-menu-design-classic.fusion-header-v7 .fusion-main-menu{display:block;max-width:auto;}.fusion-mobile-menu-design-classic.fusion-header-v7 .fusion-logo{padding:0;}.fusion-mobile-menu-design-classic.fusion-header-v1 .fusion-mobile-nav-holder,.fusion-mobile-menu-design-classic.fusion-header-v2 .fusion-mobile-nav-holder,.fusion-mobile-menu-design-classic.fusion-header-v3 .fusion-mobile-nav-holder,.fusion-mobile-menu-design-classic.fusion-header-v7 .fusion-mobile-nav-holder{display:block;margin-top:20px;}.fusion-mobile-menu-design-classic .fusion-secondary-header{padding:10px;}.fusion-mobile-menu-design-classic .fusion-secondary-header .fusion-mobile-nav-holder{margin-top:0;}.fusion-mobile-menu-design-classic.fusion-header-v4 .fusion-header,.fusion-mobile-menu-design-classic.fusion-header-v5 .fusion-header{padding-top:20px;padding-bottom:20px;}.fusion-mobile-menu-design-classic.fusion-header-v4 .fusion-secondary-main-menu,.fusion-mobile-menu-design-classic.fusion-header-v5 .fusion-secondary-main-menu{padding-top:6px;padding-bottom:6px;}.fusion-mobile-menu-design-classic.fusion-header-v4 .fusion-main-menu,.fusion-mobile-menu-design-classic.fusion-header-v5 .fusion-main-menu{display:none;}.fusion-mobile-menu-design-classic.fusion-header-v4 .fusion-mobile-nav-holder,.fusion-mobile-menu-design-classic.fusion-header-v5 .fusion-mobile-nav-holder{display:block;}.fusion-mobile-menu-design-classic.fusion-header-v4 .fusion-logo,.fusion-mobile-menu-design-classic.fusion-header-v4 .fusion-logo a,.fusion-mobile-menu-design-classic.fusion-header-v5 .fusion-logo,.fusion-mobile-menu-design-classic.fusion-header-v5 .fusion-logo a{float:none;text-align:center;margin:0 !important;}.fusion-mobile-menu-design-classic.fusion-header-v4 .searchform,.fusion-mobile-menu-design-classic.fusion-header-v5 .searchform{display:block;float:none;width:100%;margin:0;margin-top:13px;}.fusion-mobile-menu-design-classic.fusion-header-v4 .search-table,.fusion-mobile-menu-design-classic.fusion-header-v5 .search-table{width:100%;}.fusion-mobile-menu-design-classic.fusion-header-v4 .fusion-logo a{float:none;}.fusion-mobile-menu-design-classic.fusion-header-v4 .fusion-header-banner{margin-top:10px;}.fusion-mobile-menu-design-classic.fusion-header-v4 .fusion-secondary-main-menu .searchform{display:none;}.fusion-mobile-menu-design-classic .fusion-alignleft{margin-bottom:10px;}.fusion-mobile-menu-design-classic .fusion-alignleft,.fusion-mobile-menu-design-classic .fusion-alignright{float:none;width:100%;line-height:normal;display:block;}.fusion-header-wrapper .fusion-mobile-menu-design-classic .fusion-contact-info{text-align:center;line-height:normal;}.fusion-header-wrapper .fusion-mobile-menu-design-classic .fusion-secondary-menu{display:none;}.fusion-header-wrapper .fusion-mobile-menu-design-classic .fusion-social-links-header{max-width:100%;margin-top:5px;text-align:center;}.fusion-header-wrapper .fusion-mobile-menu-design-classic .fusion-social-links-header a{margin-bottom:5px;}.fusion-header-wrapper .fusion-mobile-menu-design-classic .fusion-header-tagline{float:none;text-align:center;margin-top:10px;line-height:24px;margin-left:auto;margin-right:auto;}.fusion-header-wrapper .fusion-mobile-menu-design-classic .fusion-header-banner{float:none;text-align:center;margin:0 auto;width:100%;margin-top:20px;clear:both;}.fusion-mobile-menu-design-modern .ubermenu-responsive-toggle,.fusion-mobile-menu-design-modern .ubermenu-sticky-toggle-wrapper{clear:both;}.fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-main-menu,.fusion-mobile-menu-design-modern.fusion-header-v2 .fusion-main-menu,.fusion-mobile-menu-design-modern.fusion-header-v3 .fusion-main-menu,.fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-main-menu,.fusion-mobile-menu-design-modern.fusion-header-v5 .fusion-main-menu,.fusion-mobile-menu-design-modern.fusion-header-v7 .fusion-main-menu > ul > li{display:none;}.fusion-mobile-menu-design-modern.fusion-header-v7 .fusion-main-menu > ul .fusion-middle-logo-menu-logo{display:block;}.fusion-mobile-menu-design-modern.fusion-header-v7 .fusion-main-menu{display:block;float:left;width:auto;}.fusion-mobile-menu-design-modern.fusion-header-v7 .fusion-sticky-menu{display:none;}.fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-header,.fusion-mobile-menu-design-modern.fusion-header-v2 .fusion-header,.fusion-mobile-menu-design-modern.fusion-header-v3 .fusion-header,.fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-header,.fusion-mobile-menu-design-modern.fusion-header-v5 .fusion-header,.fusion-mobile-menu-design-modern.fusion-header-v7 .fusion-header{padding-top:20px;padding-bottom:20px;}.fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-header .fusion-row,.fusion-mobile-menu-design-modern.fusion-header-v2 .fusion-header .fusion-row,.fusion-mobile-menu-design-modern.fusion-header-v3 .fusion-header .fusion-row,.fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-header .fusion-row,.fusion-mobile-menu-design-modern.fusion-header-v5 .fusion-header .fusion-row,.fusion-mobile-menu-design-modern.fusion-header-v7 .fusion-header .fusion-row{width:100%;}.fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-logo,.fusion-mobile-menu-design-modern.fusion-header-v2 .fusion-logo,.fusion-mobile-menu-design-modern.fusion-header-v3 .fusion-logo,.fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-logo,.fusion-mobile-menu-design-modern.fusion-header-v5 .fusion-logo,.fusion-mobile-menu-design-modern.fusion-header-v7 .fusion-logo{margin:0 !important;}.fusion-mobile-menu-design-modern.fusion-header-v7 .fusion-logo{padding:0;}.fusion-mobile-menu-design-modern.fusion-header-v1 .modern-mobile-menu-expanded .fusion-logo,.fusion-mobile-menu-design-modern.fusion-header-v2 .modern-mobile-menu-expanded .fusion-logo,.fusion-mobile-menu-design-modern.fusion-header-v3 .modern-mobile-menu-expanded .fusion-logo,.fusion-mobile-menu-design-modern.fusion-header-v4 .modern-mobile-menu-expanded .fusion-logo,.fusion-mobile-menu-design-modern.fusion-header-v5 .modern-mobile-menu-expanded .fusion-logo,.fusion-mobile-menu-design-modern.fusion-header-v7 .modern-mobile-menu-expanded .fusion-logo{margin-bottom:20px !important;}.fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-mobile-nav-holder,.fusion-mobile-menu-design-modern.fusion-header-v2 .fusion-mobile-nav-holder,.fusion-mobile-menu-design-modern.fusion-header-v3 .fusion-mobile-nav-holder,.fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-mobile-nav-holder,.fusion-mobile-menu-design-modern.fusion-header-v5 .fusion-mobile-nav-holder,.fusion-mobile-menu-design-modern.fusion-header-v7 .fusion-mobile-nav-holder{padding-top:20px;margin-left:-30px;margin-right:-30px;margin-bottom:calc(-20px - 2.5%);}.fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-mobile-nav-holder > ul,.fusion-mobile-menu-design-modern.fusion-header-v2 .fusion-mobile-nav-holder > ul,.fusion-mobile-menu-design-modern.fusion-header-v3 .fusion-mobile-nav-holder > ul,.fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-mobile-nav-holder > ul,.fusion-mobile-menu-design-modern.fusion-header-v5 .fusion-mobile-nav-holder > ul,.fusion-mobile-menu-design-modern.fusion-header-v7 .fusion-mobile-nav-holder > ul{display:block;}.fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-mobile-sticky-nav-holder,.fusion-mobile-menu-design-modern.fusion-header-v2 .fusion-mobile-sticky-nav-holder,.fusion-mobile-menu-design-modern.fusion-header-v3 .fusion-mobile-sticky-nav-holder,.fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-mobile-sticky-nav-holder,.fusion-mobile-menu-design-modern.fusion-header-v5 .fusion-mobile-sticky-nav-holder,.fusion-mobile-menu-design-modern.fusion-header-v7 .fusion-mobile-sticky-nav-holder{display:none;}.fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-mobile-menu-icons,.fusion-mobile-menu-design-modern.fusion-header-v2 .fusion-mobile-menu-icons,.fusion-mobile-menu-design-modern.fusion-header-v3 .fusion-mobile-menu-icons,.fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-mobile-menu-icons,.fusion-mobile-menu-design-modern.fusion-header-v5 .fusion-mobile-menu-icons,.fusion-mobile-menu-design-modern.fusion-header-v7 .fusion-mobile-menu-icons{display:block;}.fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-logo a{float:none;}.fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-logo .searchform{float:none;display:none;}.fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-header-banner{margin-top:10px;}.fusion-mobile-menu-design-modern.fusion-header-v5.fusion-logo-center .fusion-logo{float:left;}.fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-mobile-nav-holder,.fusion-mobile-menu-design-modern.fusion-header-v5 .fusion-mobile-nav-holder{padding-top:0;margin-left:-30px;margin-right:-30px;margin-bottom:0;}.fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-secondary-main-menu,.fusion-mobile-menu-design-modern.fusion-header-v5 .fusion-secondary-main-menu{position:static;border:0;}.fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-secondary-main-menu .fusion-mobile-nav-holder > ul,.fusion-mobile-menu-design-modern.fusion-header-v5 .fusion-secondary-main-menu .fusion-mobile-nav-holder > ul{border:0;}.fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-secondary-main-menu .searchform,.fusion-mobile-menu-design-modern.fusion-header-v5 .fusion-secondary-main-menu .searchform{float:none;}.fusion-is-sticky .fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-sticky-header-wrapper,.fusion-is-sticky .fusion-mobile-menu-design-modern.fusion-header-v5 .fusion-sticky-header-wrapper{position:fixed;width:100%;}.fusion-mobile-menu-design-modern.fusion-logo-right.fusion-header-v4 .fusion-logo,.fusion-mobile-menu-design-modern.fusion-logo-right.fusion-header-v5 .fusion-logo{float:right;}.fusion-mobile-menu-design-modern.fusion-sticky-menu-only.fusion-header-v4 .fusion-secondary-main-menu,.fusion-mobile-menu-design-modern.fusion-sticky-menu-only.fusion-header-v5 .fusion-secondary-main-menu{position:static;}.fusion-mobile-menu-design-classic.fusion-header-v1 .fusion-mobile-sticky-nav-holder,.fusion-mobile-menu-design-classic.fusion-header-v2 .fusion-mobile-sticky-nav-holder,.fusion-mobile-menu-design-classic.fusion-header-v3 .fusion-mobile-sticky-nav-holder,.fusion-mobile-menu-design-classic.fusion-header-v4 .fusion-mobile-sticky-nav-holder,.fusion-mobile-menu-design-classic.fusion-header-v5 .fusion-mobile-sticky-nav-holder,.fusion-mobile-menu-design-classic.fusion-header-v7 .fusion-mobile-sticky-nav-holder,.fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-mobile-sticky-nav-holder,.fusion-mobile-menu-design-modern.fusion-header-v2 .fusion-mobile-sticky-nav-holder,.fusion-mobile-menu-design-modern.fusion-header-v3 .fusion-mobile-sticky-nav-holder,.fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-mobile-sticky-nav-holder,.fusion-mobile-menu-design-modern.fusion-header-v5 .fusion-mobile-sticky-nav-holder,.fusion-mobile-menu-design-modern.fusion-header-v7 .fusion-mobile-sticky-nav-holder{display:none;}.fusion-is-sticky .fusion-mobile-menu-design-classic.fusion-header-v1.fusion-sticky-menu-1 .fusion-mobile-nav-holder,.fusion-is-sticky .fusion-mobile-menu-design-classic.fusion-header-v2.fusion-sticky-menu-1 .fusion-mobile-nav-holder,.fusion-is-sticky .fusion-mobile-menu-design-classic.fusion-header-v3.fusion-sticky-menu-1 .fusion-mobile-nav-holder,.fusion-is-sticky .fusion-mobile-menu-design-classic.fusion-header-v4.fusion-sticky-menu-1 .fusion-mobile-nav-holder,.fusion-is-sticky .fusion-mobile-menu-design-classic.fusion-header-v5.fusion-sticky-menu-1 .fusion-mobile-nav-holder,.fusion-is-sticky .fusion-mobile-menu-design-classic.fusion-header-v7.fusion-sticky-menu-1 .fusion-mobile-nav-holder,.fusion-is-sticky .fusion-mobile-menu-design-modern.fusion-header-v1.fusion-sticky-menu-1 .fusion-mobile-nav-holder,.fusion-is-sticky .fusion-mobile-menu-design-modern.fusion-header-v2.fusion-sticky-menu-1 .fusion-mobile-nav-holder,.fusion-is-sticky .fusion-mobile-menu-design-modern.fusion-header-v3.fusion-sticky-menu-1 .fusion-mobile-nav-holder,.fusion-is-sticky .fusion-mobile-menu-design-modern.fusion-header-v4.fusion-sticky-menu-1 .fusion-mobile-nav-holder,.fusion-is-sticky .fusion-mobile-menu-design-modern.fusion-header-v5.fusion-sticky-menu-1 .fusion-mobile-nav-holder,.fusion-is-sticky .fusion-mobile-menu-design-modern.fusion-header-v7.fusion-sticky-menu-1 .fusion-mobile-nav-holder{display:none;}.fusion-mobile-menu-design-classic .fusion-mobile-nav-item,.fusion-mobile-menu-design-classic .fusion-mobile-selector,.fusion-mobile-menu-design-modern .fusion-mobile-nav-item,.fusion-mobile-menu-design-modern .fusion-mobile-selector{text-align:left;}.fusion-is-sticky .fusion-mobile-menu-design-classic.fusion-header-v1.fusion-sticky-menu-1 .fusion-mobile-sticky-nav-holder,.fusion-is-sticky .fusion-mobile-menu-design-classic.fusion-header-v2.fusion-sticky-menu-1 .fusion-mobile-sticky-nav-holder,.fusion-is-sticky .fusion-mobile-menu-design-classic.fusion-header-v3.fusion-sticky-menu-1 .fusion-mobile-sticky-nav-holder,.fusion-is-sticky .fusion-mobile-menu-design-classic.fusion-header-v4.fusion-sticky-menu-1 .fusion-mobile-sticky-nav-holder,.fusion-is-sticky .fusion-mobile-menu-design-classic.fusion-header-v5.fusion-sticky-menu-1 .fusion-mobile-sticky-nav-holder{display:block;}.fusion-mobile-menu-design-classic .fusion-mobile-nav-holder .fusion-secondary-menu-icon{text-align:inherit;}.fusion-mobile-menu-design-classic .fusion-mobile-nav-holder .fusion-secondary-menu-icon:after,.fusion-mobile-menu-design-classic .fusion-mobile-nav-holder .fusion-secondary-menu-icon:before{display:none;}}@media only screen and (max-width: 800px){.no-overflow-y{overflow-y:visible !important;}.fusion-layout-column{margin-left:0 !important;margin-right:0 !important;}.fusion-layout-column.fusion-spacing-no{margin-bottom:0;}.fusion-body .fusion-layout-column{width:100% !important;}.fusion-columns-1 .fusion-column:first-child,.fusion-columns-2 .fusion-column:first-child,.fusion-columns-3 .fusion-column:first-child,.fusion-columns-4 .fusion-column:first-child,.fusion-columns-5 .fusion-column:first-child{margin-left:0;}.fusion-columns .fusion-column{width:100% !important;float:none;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}.fusion-columns .fusion-column:not(.fusion-column-last){margin:0 0 50px;}#slidingbar-area .columns .col,.avada-container .columns .col,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-6,.footer-area .fusion-columns .fusion-column,.fusion-columns-5 .col-lg-2,.fusion-columns-5 .col-md-2,.fusion-columns-5 .col-sm-2{float:none;width:100%;}.fusion-filters{border-bottom:0;}.fusion-body .fusion-filter{float:none;margin:0;border-bottom:1px solid #E7E6E6;}.fusion-portfolio-text-floated .fusion-portfolio-content-wrapper{display:block;}.fusion-portfolio-text-floated .fusion-image-wrapper{max-width:none;}.fusion-secondary-menu-icon{min-width:100%;}.fusion-body .fusion-page-title-bar{padding-top:5px;padding-bottom:5px;min-height:calc(100px - 10px);height:auto;}.fusion-page-title-bar-left .fusion-page-title-captions,.fusion-page-title-bar-left .fusion-page-title-secondary,.fusion-page-title-bar-right .fusion-page-title-captions,.fusion-page-title-bar-right .fusion-page-title-secondary{display:block;float:none;width:100%;line-height:normal;}.fusion-page-title-bar-left .fusion-page-title-secondary{text-align:left;}.fusion-page-title-bar-left .searchform{display:block;max-width:100%;}.fusion-page-title-bar-right .fusion-page-title-secondary{text-align:right;}.fusion-page-title-bar-right .searchform{max-width:100%;}.fusion-page-title-row{display:table;width:100%;min-height:calc(100px - 20px);}.fusion-page-title-bar-center .fusion-page-title-row{width:auto;}.fusion-page-title-wrapper{display:table-cell;vertical-align:middle;}.fusion-contact-info{padding:1em 30px 0px 30px;line-height:1.5em;}.fusion-body .fusion-blog-layout-medium-alternate .fusion-post-content,.fusion-body .fusion-blog-layout-medium-alternate .has-post-thumbnail .fusion-post-content{float:none;clear:both;margin:0;padding-top:20px;}.fusion-author .fusion-social-networks{display:block;margin-top:10px;}.fusion-body .fusion-author .fusion-social-networks{text-align:center;}.fusion-author-tagline{display:block;float:none;text-align:center;max-width:100%;}.fusion-content-boxes.content-boxes-clean-horizontal .content-box-column,.fusion-content-boxes.content-boxes-clean-vertical .content-box-column{border-right-width:1px;}.fusion-content-boxes .content-box-shortcode-timeline{display:none;}.fusion-countdown,.fusion-countdown .fusion-countdown-counter-wrapper,.fusion-countdown .fusion-countdown-heading-wrapper,.fusion-countdown .fusion-countdown-link-wrapper{display:block;}.fusion-countdown .fusion-countdown-heading-wrapper{text-align:center;}.fusion-countdown .fusion-countdown-counter-wrapper{margin-top:20px;margin-bottom:10px;}.fusion-countdown .fusion-dash-title{display:block;font-size:16px;}.fusion-body .fusion-countdown .fusion-dash-title{padding:0;}.fusion-countdown .fusion-countdown-link-wrapper{text-align:center;}.fusion-reading-box-container .fusion-desktop-button{display:none;}.fusion-reading-box-container .fusion-mobile-button{display:block;}.fusion-reading-box-container .fusion-mobile-button.continue-center{display:block;}#content{width:100% !important;margin-left:0px !important;}.sidebar{width:100% !important;float:none !important;margin-left:0 !important;clear:both;}#wrapper{width:auto !important;}.create-block-format-context{display:none;}.review{float:none;width:100%;}.fusion-body .fusion-social-links-footer,.fusion-copyright-notice{display:block;text-align:center;}.fusion-social-links-footer{width:auto;}.fusion-social-links-footer .fusion-social-networks{display:inline-block;float:none;margin-top:0;}.fusion-copyright-notice{padding:0 0 15px;}.fusion-copyright-notice:after,.fusion-social-networks:after{content:\"\";display:block;clear:both;}.fusion-copyright-notice li,.fusion-social-networks li{float:none;display:inline-block;}.fusion-title{margin-top:0px !important;margin-bottom:20px !important;}.tfs-slider .fusion-title{margin-bottom:0 !important;}#main .cart-empty{float:none;text-align:center;border-top:1px solid;border-bottom:none;width:100%;line-height:normal !important;height:auto !important;margin-bottom:10px;padding-top:10px;}#main .return-to-shop{float:none;border-top:none;border-bottom:1px solid;width:100%;text-align:center;line-height:normal !important;height:auto !important;padding-bottom:10px;}#content.full-width{margin-bottom:0;}.sidebar .social_links .social li{width:auto;margin-right:5px;}#comment-input{margin-bottom:0;}#comment-input input{width:100%;float:none !important;margin-bottom:10px;}#comment-textarea textarea{width:100%;}.widget.facebook_like iframe{width:100% !important;max-width:none !important;}.pagination{margin-top:40px;}.portfolio-one .portfolio-item .image{float:none;width:auto;height:auto;margin-bottom:20px;}h5.toggle span.toggle-title{width:80%;}#wrapper .sep-boxed-pricing .panel-wrapper{padding:0;}#wrapper .full-boxed-pricing .column,#wrapper .sep-boxed-pricing .column{float:none;margin-bottom:10px;margin-left:0;width:100%;}.share-box{height:auto;}#wrapper .share-box h4{float:none;line-height:20px !important;margin-top:0;padding:0;}.share-box ul{float:none;overflow:hidden;padding:0 25px;padding-bottom:15px;margin-top:0px;}.project-content .project-description{float:none !important;}.single-avada_portfolio .portfolio-half .project-content .project-description h3{margin-top:24px;}.project-content .fusion-project-description-details{margin-bottom:50px;}.project-content .project-description,.project-content .project-info{width:100% !important;}.portfolio-half .flexslider{width:100% !important;}.portfolio-half .project-content{width:100% !important;}#style_selector{display:none;}.ls-avada .ls-nav-next,.ls-avada .ls-nav-prev{display:none !important;}#footer .social-networks{width:100%;margin:0 auto;position:relative;left:-11px;}.tab-holder .tabs{height:auto !important;width:100% !important;}.shortcode-tabs .tab-hold .tabs li{width:100% !important;}body .shortcode-tabs .tab-hold .tabs li,body.dark .sidebar .tab-hold .tabs li{border-right:none !important;}.error-message{line-height:170px;margin-top:20px;}.error_page .useful_links{width:100%;}.error-page .useful_links{padding-left:0;}.fusion-google-map{width:100% !important;}.social_links_shortcode .social li{width:10% !important;}#wrapper .ei-slider{width:100% !important;height:200px !important;}.fusion-progressbar{margin-bottom:10px !important;}#wrapper .content-boxes-icon-boxed .content-wrapper-boxed{min-height:inherit !important;padding-bottom:20px;padding-left:3%;padding-right:3%;}#wrapper .content-boxes-icon-boxed .content-box-column,#wrapper .content-boxes-icon-on-top .content-box-column{margin-bottom:55px;}.fusion-counters-box .fusion-counter-box{margin-bottom:20px;padding:0 15px;}.fusion-counters-box .fusion-counter-box:last-child{margin-bottom:0;}.popup{display:none !important;}.share-box .social-networks{text-align:left;}.wpcf7-form .wpcf7-number,.wpcf7-form .wpcf7-quiz,.wpcf7-form .wpcf7-text,.wpcf7-form textarea{float:none !important;width:100% !important;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}.product .images #carousel .flex-direction-nav,.product .images #slider .flex-direction-nav{display:none !important;}.fullwidth-box{background-attachment:scroll !important;}#toTop{bottom:30px;border-radius:4px;height:40px;z-index:10000;-webkit-border-radius:4px;}#toTop:before{line-height:38px;}#toTop:hover{background-color:#333333;}.no-mobile-totop .to-top-container{display:none;}.no-mobile-slidingbar #slidingbar-area{display:none;}.no-mobile-slidingbar.mobile-logo-pos-left .mobile-menu-icons{margin-right:0;}.tfs-slider .slide-content-container .btn{min-height:0 !important;padding-left:30px;padding-right:30px !important;height:26px !important;line-height:26px !important;}.fusion-soundcloud iframe{width:100%;}.ua-mobile #main,.ua-mobile .footer-area,.ua-mobile .fusion-page-title-bar,.ua-mobile body{background-attachment:scroll !important;}}@media only screen and (max-width: 1100px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1100px) and (min-resolution: 144dpi), only screen and (max-width: 1100px) and (min-resolution: 1.5dppx){#side-header .fusion-mobile-logo-1 .fusion-mobile-logo-1x,.fusion-mobile-logo-1 .fusion-mobile-logo-1x{display:none;}#side-header .fusion-mobile-logo-1 .fusion-mobile-logo-2x,.fusion-mobile-logo-1 .fusion-mobile-logo-2x{display:inline-block;}}@media only screen and (min-width: 800px){.fusion-reading-box-container .reading-box.reading-box-center{text-align:center;}.fusion-reading-box-container .reading-box.reading-box-right{text-align:right;}.fusion-reading-box-container .fusion-desktop-button{display:block;}.fusion-reading-box-container .fusion-mobile-button{display:none;}.fusion-reading-box-container .continue-center{display:inline-block;}}@media only screen and (min-device-width: 320px) and (max-device-width: 640px){#wrapper{width:auto !important;overflow-x:hidden !important;}.fusion-columns .fusion-column{float:none;width:100% !important;margin:0 0 50px;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}#slidingbar-area .fusion-columns .fusion-column,.footer-area .fusion-columns .fusion-column{float:left;width:98% !important;}.fullwidth-box{background-attachment:scroll !important;}.no-mobile-totop .to-top-container{display:none;}.no-mobile-slidingbar #slidingbar-area{display:none;}.review{float:none;width:100%;}.copyright,.social-networks{float:none;padding:0 0 15px;text-align:center;}.copyright:after,.social-networks:after{content:\"\";display:block;clear:both;}.copyright li,.social-networks li{float:none;display:inline-block;}.continue{display:none;}.mobile-button{display:block !important;float:none;}.title{margin-top:0px !important;margin-bottom:20px !important;}#content{width:100% !important;float:none !important;margin-left:0px !important;margin-bottom:50px;}#content.full-width{margin-bottom:0;}.sidebar{width:100% !important;float:none !important;margin-left:0 !important;clear:both;}.sidebar .social_links .social li{width:auto;margin-right:5px;}#comment-input{margin-bottom:0;}#comment-input input{width:90%;float:none !important;margin-bottom:10px;}#comment-textarea textarea{width:90%;}.widget.facebook_like iframe{width:100% !important;max-width:none !important;}.pagination{margin-top:40px;}.portfolio-one .portfolio-item .image{float:none;width:auto;height:auto;margin-bottom:20px;}h5.toggle span.toggle-title{width:80%;}#wrapper .sep-boxed-pricing .panel-wrapper{padding:0;}#wrapper .full-boxed-pricing .column,#wrapper .sep-boxed-pricing .column{float:none;margin-bottom:10px;margin-left:0;width:100%;}.share-box{height:auto;}#wrapper .share-box h4{float:none;line-height:20px !important;margin-top:0;padding:0;}.share-box ul{float:none;overflow:hidden;padding:0 25px;padding-bottom:25px;margin-top:0px;}.project-content .project-description{float:none !important;}.project-content .fusion-project-description-details{margin-bottom:50px;}.project-content .project-description,.project-content .project-info{width:100% !important;}.portfolio-half .flexslider{width:100% !important;}.portfolio-half .project-content{width:100% !important;}#style_selector{display:none;}.ls-avada .ls-nav-next,.ls-avada .ls-nav-prev{display:none !important;}#footer .social-networks{width:100%;margin:0 auto;position:relative;left:-11px;}.recent-works-items a{max-width:64px;}#slidingbar-area .flickr_badge_image img,.footer-area .flickr_badge_image img{max-width:64px;padding:3px !important;}.tab-holder .tabs{height:auto !important;width:100% !important;}.shortcode-tabs .tab-hold .tabs li{width:100% !important;}body .shortcode-tabs .tab-hold .tabs li,body.dark .sidebar .tab-hold .tabs li{border-right:none !important;}.error_page .useful_links{width:100%;padding-left:0;}.fusion-google-map{width:100% !important;}.social_links_shortcode .social li{width:10% !important;}#wrapper .ei-slider{width:100% !important;height:200px !important;}.fusion-progressbar{margin-bottom:10px !important;}#wrapper .content-boxes-icon-boxed .content-wrapper-boxed{min-height:inherit !important;padding-bottom:20px;padding-left:3% !important;padding-right:3% !important;}#wrapper .content-boxes-icon-boxed .content-box-column,#wrapper .content-boxes-icon-on-top .content-box-column{margin-bottom:55px;}.share-box .social-networks{text-align:left;}#cloudsCandy{height:40px;}#cloudsCandy>path:nth-child(2n+2){opacity:0;}}@media only screen and (max-width: 1000px){.no-csstransforms .sep-boxed-pricing .column{margin-left:1.5% !important;}}@media only screen and (min-width: 1100px){body.side-header-right.layout-boxed-mode #side-header{position:absolute;top:0;}body.side-header-right.layout-boxed-mode #side-header .side-header-wrapper{position:absolute;}}@media screen and (max-width: 1082px){.admin-bar p.demo_store,body.admin-bar #wrapper #slidingbar-area,body.layout-boxed-mode.side-header-right #slidingbar-area{top:46px;}body.body_blank.admin-bar{top:45px;}html #wpadminbar{z-index:99999 !important;position:fixed !important;}}@media screen and (max-width: 1068px){.fusion-tabs.vertical-tabs .tab-pane{max-width:none !important;}}@media only screen and (min-device-width: 768px) and (max-device-width: 1024px){#wrapper .ei-slider{width:100%;}}@media only screen and (min-device-width: 320px) and (max-device-width: 480px){#wrapper .ei-slider{width:100%;}.ua-ie-11 .fusion-imageframe, .ua-ie-11 .imageframe-align-center{font-size:0px;line-height:normal;}}@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape){.fullwidth-box{background-attachment:scroll !important;}.fusion-main-menu > ul > li{padding-right:25px;}#wrapper .ei-slider{width:100%;}#main,.fullwidth-box,.fusion-footer-widget-area,.page-title-bar,body{background-attachment:scroll !important;}}@media screen and (max-width: 640px){.fusion-no-small-visibility{display:none !important;}}@media screen and (min-width: 641px) and (max-width: 1024px){.fusion-no-medium-visibility{display:none !important;}}@media screen and (min-width: 1025px){.fusion-no-large-visibility{display:none !important;}}@-webkit-keyframes avadaSonarEffect{0%{opacity:0.3;}40%{opacity:0.5;}100%{-webkit-transform:scale(1.5);opacity:0;}}@-moz-keyframes avadaSonarEffect{0%{opacity:0.3;}40%{opacity:0.5;}100%{-moz-transform:scale(1.5);opacity:0;}}@keyframes avadaSonarEffect{0%{opacity:0.3;}40%{opacity:0.5;}100%{transform:scale(1.5);opacity:0;-webkit-transform:scale(1.5);-moz-transform:scale(1.5);-ms-transform:scale(1.5);-o-transform:scale(1.5);}}/*BUTTON HEIGHT*/\r\n.customButton {padding: 4%;}\r\n\r\n/* FOOTER COLUMNS CENTER ON MOBILE */\r\n@media only screen and (max-width: 800px ) {\r\n .fusion-footer .textwidget { text-align: center; }\r\n\r\n .fusion-footer .fusion-widget-menu > #menu-footer-menu {\r\n float: none;\r\n text-align: center;\r\n }\r\n}/* cached */','no'),(9259,'_site_transient_timeout_theme_roots','1487390416','no'),(9260,'_site_transient_theme_roots','a:3:{s:5:\"Avada\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";}','no'),(9262,'_site_transient_timeout_browser_08622865acebb06636778b786a1aad5e','1487993447','no'),(9263,'_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'),(9264,'_site_transient_timeout_avada_patches','1487390466','no'),(9265,'_site_transient_avada_patches','O:8:\"stdClass\":10:{s:6:\"415126\";O:8:\"stdClass\":4:{s:4:\"date\";s:12:\"Jan. 6, 2017\";s:11:\"description\";s:78:\"<p>fixes image frame element overflowing centered columns in IE and Edge.</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"5.0.6\";}s:5:\"patch\";a:2:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.0.6\";s:4:\"path\";s:24:\"assets/css/style.min.css\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE1MTI2JmtleT0w\";}i:1;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.0.6\";s:4:\"path\";s:14:\"shortcodes.css\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE1MTI2JmtleT0x\";}}}s:6:\"415125\";O:8:\"stdClass\":4:{s:4:\"date\";s:12:\"Jan. 3, 2017\";s:11:\"description\";s:91:\"<p>Fixes WPML footer language switcher not being displayed when using parallax footer.</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"5.0.6\";}s:5:\"patch\";a:2:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.0.6\";s:4:\"path\";s:10:\"footer.php\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE1MTI1JmtleT0w\";}i:1;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.0.6\";s:4:\"path\";s:37:\"includes/class-avada-multilingual.php\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE1MTI1JmtleT0x\";}}}s:6:\"415119\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"Dec. 28, 2016\";s:11:\"description\";s:77:\"<p>Fixes ignore equal heights option for columns with centered contents.</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"5.0.6\";}s:5:\"patch\";a:1:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:14:\"fusion-builder\";s:7:\"version\";s:5:\"1.0.6\";s:4:\"path\";s:29:\"css/fusion-shortcodes.min.css\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE1MTE5JmtleT0w\";}}}s:6:\"415118\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"Dec. 22, 2016\";s:11:\"description\";s:87:\"<p>Fixes logo being doubled on mobile when using header v7 and custom sticky menu.</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"5.0.6\";}s:5:\"patch\";a:1:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.0.6\";s:4:\"path\";s:24:\"includes/dynamic_css.php\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE1MTE4JmtleT0w\";}}}s:6:\"415117\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"Dec. 22, 2016\";s:11:\"description\";s:62:\"<p>Fixes visibility options not working for tabs element.</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"5.0.6\";}s:5:\"patch\";a:1:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:14:\"fusion-builder\";s:7:\"version\";s:5:\"1.0.6\";s:4:\"path\";s:26:\"shortcodes/fusion-tabs.php\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE1MTE3JmtleT0w\";}}}s:6:\"415116\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"Dec. 22, 2016\";s:11:\"description\";s:78:\"<p>Fixes gravity forms conditionally loaded select boxes being invisible.</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"5.0.6\";}s:5:\"patch\";a:2:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.0.6\";s:4:\"path\";s:25:\"assets/js/avada-select.js\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE1MTE2JmtleT0w\";}i:1;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.0.6\";s:4:\"path\";s:21:\"assets/js/main.min.js\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE1MTE2JmtleT0x\";}}}s:6:\"415114\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"Dec. 21, 2016\";s:11:\"description\";s:72:\"<p>Responsive Typography issue with Blog Title and Load More Button</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"5.0.6\";}s:5:\"patch\";a:2:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.0.6\";s:4:\"path\";s:21:\"assets/js/main.min.js\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE1MTE0JmtleT0w\";}i:1;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.0.6\";s:4:\"path\";s:18:\"assets/js/theme.js\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE1MTE0JmtleT0x\";}}}s:6:\"415099\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"Dec. 21, 2016\";s:11:\"description\";s:133:\"<p>Fix issue with slow page loads on specific host configurations after the initial demo import if a remote URL is used as logo.</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"5.0.6\";}s:5:\"patch\";a:3:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.0.6\";s:4:\"path\";s:31:\"includes/class-avada-images.php\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE1MDk5JmtleT0w\";}i:1;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.0.6\";s:4:\"path\";s:18:\"templates/logo.php\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE1MDk5JmtleT0x\";}i:2;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.0.6\";s:4:\"path\";s:46:\"includes/avadaredux/class-avada-avadaredux.php\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE1MDk5JmtleT0y\";}}}s:6:\"415095\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"Dec. 21, 2016\";s:11:\"description\";s:97:\"<p>Fixes portfolio infinite scroll not working, when pagination is taken from Theme Options.</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"5.0.6\";}s:5:\"patch\";a:1:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:14:\"fusion-builder\";s:7:\"version\";s:5:\"1.0.6\";s:4:\"path\";s:31:\"shortcodes/fusion-portfolio.php\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE1MDk1JmtleT0w\";}}}s:6:\"415094\";O:8:\"stdClass\":4:{s:4:\"date\";s:13:\"Dec. 16, 2016\";s:11:\"description\";s:62:\"<p>Fixes column heights for empty columns in IE and Edge.</p>\n\";s:8:\"versions\";a:1:{i:0;s:5:\"5.0.6\";}s:5:\"patch\";a:2:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.0.6\";s:4:\"path\";s:18:\"assets/js/theme.js\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE1MDk0JmtleT0w\";}i:1;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:5:\"5.0.6\";s:4:\"path\";s:21:\"assets/js/main.min.js\";s:9:\"reference\";s:104:\"aHR0cDovL3VwZGF0ZXMudGhlbWUtZnVzaW9uLmNvbS9hdmFkYV9wYXRjaC8/YWN0aW9uPXNlcnZlX2ZpbGUmaWQ9NDE1MDk0JmtleT0x\";}}}}','no'),(9266,'_site_transient_timeout_ai1ec_update_plugins','1487390660','no'),(9267,'_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.16\";s:7:\"version\";s:6:\"2.5.16\";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.16.zip\";s:13:\"download_link\";s:70:\"https://checkout.time.ly/packages/all-in-one-event-calendar_2.5.16.zip\";s:8:\"sections\";a:2:{s:11:\"description\";s:14:\"Basic Calendar\";s:9:\"changelog\";s:114:\"<strong>2.5.16</strong>\r\n<ul>\r\n<li>Improved: Changed some error messages for Ticketing and API access.</li>\r\n</ul>\";}s:6:\"author\";s:65:\"<a href=\"https://time.ly\" target=\"_blank\">Timely Network Inc.</a>\";}}','no'),(9274,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1487399820','no'),(9275,'_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:\"6171\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"3788\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"3783\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"3310\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2891\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"2597\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"2255\";}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";s:4:\"2211\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"2161\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"2143\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"2106\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"2071\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"2007\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1965\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1796\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1693\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1669\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1493\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:4:\"1407\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:4:\"1313\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1305\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:4:\"1175\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:4:\"1150\";}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";s:4:\"1087\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:4:\"1036\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:4:\"1033\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"994\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"993\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"983\";}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";s:3:\"969\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"944\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"919\";}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:\"877\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"875\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:3:\"874\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"842\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"801\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"797\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"794\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"777\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"773\";}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";s:3:\"772\";}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";s:3:\"770\";}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"CSS\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";s:3:\"760\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"758\";}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";s:3:\"748\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"744\";}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";s:3:\"739\";}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";s:3:\"738\";}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";s:3:\"731\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"717\";}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";s:3:\"661\";}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";s:3:\"660\";}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";s:3:\"654\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"649\";}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";s:3:\"640\";}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";s:3:\"635\";}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";s:3:\"630\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"621\";}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";s:3:\"618\";}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";s:3:\"606\";}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";s:3:\"603\";}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";s:3:\"597\";}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";s:3:\"597\";}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";s:3:\"589\";}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:\"584\";}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";s:3:\"571\";}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";s:3:\"563\";}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:\"557\";}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";s:3:\"553\";}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";s:3:\"552\";}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";s:3:\"547\";}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";s:3:\"540\";}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";s:3:\"540\";}s:4:\"shop\";a:3:{s:4:\"name\";s:4:\"shop\";s:4:\"slug\";s:4:\"shop\";s:5:\"count\";s:3:\"537\";}s:7:\"picture\";a:3:{s:4:\"name\";s:7:\"picture\";s:4:\"slug\";s:7:\"picture\";s:5:\"count\";s:3:\"526\";}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";s:3:\"523\";}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";s:3:\"512\";}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";s:3:\"495\";}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";s:3:\"478\";}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";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:\"471\";}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";s:3:\"469\";}s:8:\"pictures\";a:3:{s:4:\"name\";s:8:\"pictures\";s:4:\"slug\";s:8:\"pictures\";s:5:\"count\";s:3:\"467\";}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";s:3:\"458\";}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";s:3:\"458\";}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";s:3:\"446\";}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";s:3:\"446\";}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";s:3:\"441\";}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";s:3:\"439\";}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";s:3:\"436\";}s:6:\"paypal\";a:3:{s:4:\"name\";s:6:\"paypal\";s:4:\"slug\";s:6:\"paypal\";s:5:\"count\";s:3:\"433\";}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";s:3:\"432\";}s:9:\"thumbnail\";a:3:{s:4:\"name\";s:9:\"thumbnail\";s:4:\"slug\";s:9:\"thumbnail\";s:5:\"count\";s:3:\"430\";}s:6:\"upload\";a:3:{s:4:\"name\";s:6:\"upload\";s:4:\"slug\";s:6:\"upload\";s:5:\"count\";s:3:\"428\";}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"News\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";s:3:\"427\";}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";s:3:\"426\";}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:\"424\";}s:7:\"sharing\";a:3:{s:4:\"name\";s:7:\"sharing\";s:4:\"slug\";s:7:\"sharing\";s:5:\"count\";s:3:\"422\";}s:8:\"linkedin\";a:3:{s:4:\"name\";s:8:\"linkedin\";s:4:\"slug\";s:8:\"linkedin\";s:5:\"count\";s:3:\"421\";}}','no'),(9282,'zara-4_version','1.2.8','yes'),(9285,'_zara4_settings','a:8:{s:13:\"api-client-id\";s:35:\"9ZzHhd3ID82NK5ojQSvIfbQjtEdZJBq26dH\";s:17:\"api-client-secret\";s:35:\"JXLC0nKFjh9SADyFTUkcPMVgC8GtaEwkruT\";s:20:\"compress-all-feature\";b:1;s:23:\"metadata-storage-method\";s:8:\"database\";s:13:\"auto-optimise\";b:1;s:23:\"back-up-original-images\";b:1;s:13:\"maintain-exif\";b:0;s:13:\"compress-size\";a:18:{s:10:\"blog-large\";b:1;s:11:\"blog-medium\";b:1;s:14:\"portfolio-full\";b:1;s:13:\"portfolio-one\";b:1;s:13:\"portfolio-two\";b:1;s:15:\"portfolio-three\";b:1;s:14:\"portfolio-five\";b:1;s:12:\"recent-posts\";b:1;s:22:\"recent-works-thumbnail\";b:1;i:200;b:1;i:400;b:1;i:600;b:1;i:800;b:1;i:1200;b:1;s:8:\"original\";b:1;s:9:\"thumbnail\";b:1;s:6:\"medium\";b:1;s:5:\"large\";b:1;}}','no'),(9290,'_site_transient_timeout_available_translations','1487400180','no'),(9291,'_site_transient_available_translations','a:108:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:38:06\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:49:08\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-22 18:59:07\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-12 20:34:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-01 08:27:29\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:53:38\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-04 16:58:43\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-05 09:44:12\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"མུ་མཐུད།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-04 20:20:28\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:54:07\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-12 08:46:26\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:12:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:49:29\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:49:25\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Fortsæt\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:40:03\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:39:59\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/4.7.2/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:40:17\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.7.2/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:40:21\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 13:41:24\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:51:11\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:54:30\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:49:34\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 00:40:28\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:53:43\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:07\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:42:28\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/es_MX.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:41:05\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/es_ES.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"es\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:54:37\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/es_GT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:54:37\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/es_CO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:53:56\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/es_VE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-28 20:09:49\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/es_CL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-09 09:36:22\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/es_PE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:41:31\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/es_AR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 16:37:11\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:54:33\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:42:24\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:42:25\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:53:51\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:40:32\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:40:30\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:40:27\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:39:07\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:31:\"ચાલુ રાખવું\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:39:45\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:39:41\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:54:13\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:39\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:39:27\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 15:18:24\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:39:22\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:39:17\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:40:24\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:39:13\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-07 02:07:59\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:39:53\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:25\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"بهردهوام به\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:54:34\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 07:09:15\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:54:41\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:43:32\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-12 07:29:35\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"Үргэлжлүүлэх\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:42:37\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:54:49\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.1.14\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.1.14/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:42:31\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:31\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:49:13\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:48\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-10-14 13:24:10\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.7.2/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:40:57\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-02 13:47:38\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:7:\"Punjabi\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:42:18\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.1.14\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.1.14/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:42:15\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:54:53\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:42:11\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:09:16\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:41:00\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:49:04\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:40:49\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:41:03\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:40:55\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:43\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-30 02:38:08\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:59\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-05 09:23:39\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:9:\"Uyƣurqə\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 19:24:08\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:36:52\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:54:02\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:35\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:55:14\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:16:\"香港中文版 \";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:54:45\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:55:10\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}','no'),(9305,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1487390036;s:7:\"checked\";a:24:{s:19:\"akismet/akismet.php\";s:3:\"3.2\";s:55:\"all-in-one-event-calendar/all-in-one-event-calendar.php\";s:6:\"2.5.16\";s:85:\"all-in-one-event-calendar-extended-views/all-in-one-event-calendar-extended-views.php\";s:6:\"1.2.10\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:4:\"6.40\";s:17:\"backup/backup.php\";s:6:\"1.1.33\";s:40:\"backup-guard-silver/backup-guard-pro.php\";s:6:\"1.1.19\";s:24:\"buddypress/bp-loader.php\";s:5:\"2.7.4\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"4.6.1\";s:43:\"envira-gallery-lite/envira-gallery-lite.php\";s:7:\"1.5.6.3\";s:33:\"fusion-builder/fusion-builder.php\";s:5:\"1.0.6\";s:27:\"fusion-core/fusion-core.php\";s:5:\"3.0.6\";s:9:\"hello.php\";s:3:\"1.6\";s:29:\"hide-featured-image/index.php\";s:3:\"1.2\";s:31:\"photo-gallery/photo-gallery.php\";s:6:\"1.3.29\";s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";s:5:\"2.2.6\";s:23:\"revslider/revslider.php\";s:5:\"5.2.6\";s:51:\"revslider-gallery-addon/revslider-gallery-addon.php\";s:5:\"1.0.1\";s:43:\"the-events-calendar/the-events-calendar.php\";s:5:\"4.4.2\";s:53:\"widget-importer-exporter/widget-importer-exporter.php\";s:5:\"1.4.4\";s:27:\"woocommerce/woocommerce.php\";s:6:\"2.6.14\";s:41:\"wordpress-importer/wordpress-importer.php\";s:5:\"0.6.3\";s:23:\"wp-smushit/wp-smush.php\";s:5:\"2.5.3\";s:39:\"wp-speed-of-light/wp-speed-of-light.php\";s:5:\"1.1.4\";s:27:\"wp-super-cache/wp-cache.php\";s:5:\"1.4.9\";}s:8:\"response\";a:1:{s:24:\"buddypress/bp-loader.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:4:\"7756\";s:4:\"slug\";s:10:\"buddypress\";s:6:\"plugin\";s:24:\"buddypress/bp-loader.php\";s:11:\"new_version\";s:5:\"2.8.0\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/buddypress/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/buddypress.2.8.0.zip\";s:14:\"upgrade_notice\";s:57:\"See: https://codex.buddypress.org/releases/version-2-8-0/\";s:6:\"tested\";s:5:\"4.7.2\";s:13:\"compatibility\";O:8:\"stdClass\":1:{s:6:\"scalar\";O:8:\"stdClass\":1:{s:6:\"scalar\";b:0;}}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:17:{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.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.3.2.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.16\";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.16.zip\";}s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"46859\";s:4:\"slug\";s:23:\"all-in-one-wp-migration\";s:6:\"plugin\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:11:\"new_version\";s:4:\"6.40\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/all-in-one-wp-migration/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/all-in-one-wp-migration.6.40.zip\";}s:17:\"backup/backup.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"31387\";s:4:\"slug\";s:6:\"backup\";s:6:\"plugin\";s:17:\"backup/backup.php\";s:11:\"new_version\";s:6:\"1.1.33\";s:3:\"url\";s:37:\"https://wordpress.org/plugins/backup/\";s:7:\"package\";s:49:\"https://downloads.wordpress.org/plugin/backup.zip\";}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"790\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"4.6.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.6.1.zip\";}s:43:\"envira-gallery-lite/envira-gallery-lite.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"46783\";s:4:\"slug\";s:19:\"envira-gallery-lite\";s:6:\"plugin\";s:43:\"envira-gallery-lite/envira-gallery-lite.php\";s:11:\"new_version\";s:7:\"1.5.6.3\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/envira-gallery-lite/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/envira-gallery-lite.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:29:\"hide-featured-image/index.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"60527\";s:4:\"slug\";s:19:\"hide-featured-image\";s:6:\"plugin\";s:29:\"hide-featured-image/index.php\";s:11:\"new_version\";s:3:\"1.2\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/hide-featured-image/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/hide-featured-image.zip\";}s:31:\"photo-gallery/photo-gallery.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"47473\";s:4:\"slug\";s:13:\"photo-gallery\";s:6:\"plugin\";s:31:\"photo-gallery/photo-gallery.php\";s:11:\"new_version\";s:6:\"1.3.29\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/photo-gallery/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/photo-gallery.1.3.29.zip\";}s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"4437\";s:4:\"slug\";s:21:\"regenerate-thumbnails\";s:6:\"plugin\";s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";s:11:\"new_version\";s:5:\"2.2.6\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/regenerate-thumbnails/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/regenerate-thumbnails.zip\";}s:43:\"the-events-calendar/the-events-calendar.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"11861\";s:4:\"slug\";s:19:\"the-events-calendar\";s:6:\"plugin\";s:43:\"the-events-calendar/the-events-calendar.php\";s:11:\"new_version\";s:5:\"4.4.2\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/the-events-calendar/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.2.zip\";}s:53:\"widget-importer-exporter/widget-importer-exporter.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"42405\";s:4:\"slug\";s:24:\"widget-importer-exporter\";s:6:\"plugin\";s:53:\"widget-importer-exporter/widget-importer-exporter.php\";s:11:\"new_version\";s:5:\"1.4.4\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/widget-importer-exporter/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/widget-importer-exporter.1.4.4.zip\";}s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"25331\";s:4:\"slug\";s:11:\"woocommerce\";s:6:\"plugin\";s:27:\"woocommerce/woocommerce.php\";s:11:\"new_version\";s:6:\"2.6.14\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.2.6.14.zip\";}s:41:\"wordpress-importer/wordpress-importer.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"14975\";s:4:\"slug\";s:18:\"wordpress-importer\";s:6:\"plugin\";s:41:\"wordpress-importer/wordpress-importer.php\";s:11:\"new_version\";s:5:\"0.6.3\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/wordpress-importer/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/wordpress-importer.0.6.3.zip\";}s:23:\"wp-smushit/wp-smush.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"5534\";s:4:\"slug\";s:10:\"wp-smushit\";s:6:\"plugin\";s:23:\"wp-smushit/wp-smush.php\";s:11:\"new_version\";s:5:\"2.5.3\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/wp-smushit/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/wp-smushit.2.5.3.zip\";}s:39:\"wp-speed-of-light/wp-speed-of-light.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"75926\";s:4:\"slug\";s:17:\"wp-speed-of-light\";s:6:\"plugin\";s:39:\"wp-speed-of-light/wp-speed-of-light.php\";s:11:\"new_version\";s:5:\"1.1.4\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/wp-speed-of-light/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/wp-speed-of-light.1.1.4.zip\";}s:27:\"wp-super-cache/wp-cache.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:4:\"1221\";s:4:\"slug\";s:14:\"wp-super-cache\";s:6:\"plugin\";s:27:\"wp-super-cache/wp-cache.php\";s:11:\"new_version\";s:5:\"1.4.9\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/wp-super-cache/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wp-super-cache.1.4.9.zip\";s:14:\"upgrade_notice\";s:139:\"Fixed XSS on the settings page, settings page updates, file locking fixes and PHP 7.1 fix, caching fixes on static homepage blogs and more.\";}}}','no'),(9306,'ossdl_off_cdn_url','http://daviddelk.net/band','yes'),(9307,'ossdl_off_include_dirs','wp-content,wp-includes','yes'),(9308,'ossdl_off_exclude','.php','yes'),(9309,'ossdl_cname','','yes'),(9311,'wpsupercache_start','1487390055','yes'),(9312,'wpsupercache_count','0','yes'),(9317,'supercache_stats','a:3:{s:9:\"generated\";i:1487390331;s:10:\"supercache\";a:5:{s:7:\"expired\";i:0;s:12:\"expired_list\";a:0:{}s:6:\"cached\";i:0;s:11:\"cached_list\";a:0:{}s:2:\"ts\";i:1487390331;}s:7:\"wpcache\";a:3:{s:6:\"cached\";i:0;s:7:\"expired\";i:0;s:5:\"fsize\";s:3:\"0KB\";}}','yes'),(9325,'_site_transient_timeout_avada_autoloader_paths_ada680fbcd7f961919a316218d75391d','1487390439','no'),(9326,'_site_transient_avada_autoloader_paths_ada680fbcd7f961919a316218d75391d','a:50:{s:28:\"Fusion_Builder_Redux_Options\";s:134:\"//WDP/DFS/40/0/3/2/4008921230/user/sites/2509584.site/www/band/wp-content/themes/Avada/includes/class-fusion-builder-redux-options.php\";s:18:\"Avada_Multilingual\";s:124:\"//WDP/DFS/40/0/3/2/4008921230/user/sites/2509584.site/www/band/wp-content/themes/Avada/includes/class-avada-multilingual.php\";s:13:\"Avada_Options\";s:119:\"//WDP/DFS/40/0/3/2/4008921230/user/sites/2509584.site/www/band/wp-content/themes/Avada/includes/class-avada-options.php\";s:14:\"Avada_Settings\";s:120:\"//WDP/DFS/40/0/3/2/4008921230/user/sites/2509584.site/www/band/wp-content/themes/Avada/includes/class-avada-settings.php\";s:26:\"Avada_Product_Registration\";s:132:\"//WDP/DFS/40/0/3/2/4008921230/user/sites/2509584.site/www/band/wp-content/themes/Avada/includes/class-avada-product-registration.php\";s:10:\"Avada_Init\";s:116:\"//WDP/DFS/40/0/3/2/4008921230/user/sites/2509584.site/www/band/wp-content/themes/Avada/includes/class-avada-init.php\";s:17:\"Avada_Social_Icon\";s:130:\"//WDP/DFS/40/0/3/2/4008921230/user/sites/2509584.site/www/band/wp-content/themes/Avada/includes/social/class-avada-social-icon.php\";s:20:\"Avada_Social_Sharing\";s:133:\"//WDP/DFS/40/0/3/2/4008921230/user/sites/2509584.site/www/band/wp-content/themes/Avada/includes/social/class-avada-social-sharing.php\";s:14:\"Avada_Template\";s:120:\"//WDP/DFS/40/0/3/2/4008921230/user/sites/2509584.site/www/band/wp-content/themes/Avada/includes/class-avada-template.php\";s:10:\"Avada_Blog\";s:116:\"//WDP/DFS/40/0/3/2/4008921230/user/sites/2509584.site/www/band/wp-content/themes/Avada/includes/class-avada-blog.php\";s:12:\"Avada_Images\";s:118:\"//WDP/DFS/40/0/3/2/4008921230/user/sites/2509584.site/www/band/wp-content/themes/Avada/includes/class-avada-images.php\";s:10:\"Avada_Head\";s:116:\"//WDP/DFS/40/0/3/2/4008921230/user/sites/2509584.site/www/band/wp-content/themes/Avada/includes/class-avada-head.php\";s:17:\"Avada_Dynamic_CSS\";s:123:\"//WDP/DFS/40/0/3/2/4008921230/user/sites/2509584.site/www/band/wp-content/themes/Avada/includes/class-avada-dynamic-css.php\";s:12:\"Avada_Layout\";s:118:\"//WDP/DFS/40/0/3/2/4008921230/user/sites/2509584.site/www/band/wp-content/themes/Avada/includes/class-avada-layout.php\";s:15:\"Avada_GoogleMap\";s:121:\"//WDP/DFS/40/0/3/2/4008921230/user/sites/2509584.site/www/band/wp-content/themes/Avada/includes/class-avada-googlemap.php\";s:22:\"Avada_Remote_installer\";s:128:\"//WDP/DFS/40/0/3/2/4008921230/user/sites/2509584.site/www/band/wp-content/themes/Avada/includes/class-avada-remote-installer.php\";s:19:\"Avada_Theme_Updater\";s:125:\"//WDP/DFS/40/0/3/2/4008921230/user/sites/2509584.site/www/band/wp-content/themes/Avada/includes/class-avada-theme-updater.php\";s:10:\"Avada_Data\";s:116:\"//WDP/DFS/40/0/3/2/4008921230/user/sites/2509584.site/www/band/wp-content/themes/Avada/includes/class-avada-data.php\";s:11:\"Avada_Color\";s:117:\"//WDP/DFS/40/0/3/2/4008921230/user/sites/2509584.site/www/band/wp-content/themes/Avada/includes/class-avada-color.php\";s:13:\"Avada_Upgrade\";s:119:\"//WDP/DFS/40/0/3/2/4008921230/user/sites/2509584.site/www/band/wp-content/themes/Avada/includes/class-avada-upgrade.php\";s:22:\"Avada_Upgrade_Abstract\";s:136:\"//WDP/DFS/40/0/3/2/4008921230/user/sites/2509584.site/www/band/wp-content/themes/Avada/includes/upgrade/class-avada-upgrade-abstract.php\";s:17:\"Avada_Upgrade_400\";s:131:\"//WDP/DFS/40/0/3/2/4008921230/user/sites/2509584.site/www/band/wp-content/themes/Avada/includes/upgrade/class-avada-upgrade-400.php\";s:12:\"Avada_Helper\";s:118:\"//WDP/DFS/40/0/3/2/4008921230/user/sites/2509584.site/www/band/wp-content/themes/Avada/includes/class-avada-helper.php\";s:13:\"Avada_Migrate\";s:119:\"//WDP/DFS/40/0/3/2/4008921230/user/sites/2509584.site/www/band/wp-content/themes/Avada/includes/class-avada-migrate.php\";s:26:\"Avada_AvadaRedux_Migration\";s:143:\"//WDP/DFS/40/0/3/2/4008921230/user/sites/2509584.site/www/band/wp-content/themes/Avada/includes/avadaredux/class-avada-avadaredux-migration.php\";s:17:\"Avada_Upgrade_500\";s:131:\"//WDP/DFS/40/0/3/2/4008921230/user/sites/2509584.site/www/band/wp-content/themes/Avada/includes/upgrade/class-avada-upgrade-500.php\";s:22:\"Fusion_Builder_Migrate\";s:128:\"//WDP/DFS/40/0/3/2/4008921230/user/sites/2509584.site/www/band/wp-content/themes/Avada/includes/class-fusion-builder-migrate.php\";s:11:\"Avada_Admin\";s:117:\"//WDP/DFS/40/0/3/2/4008921230/user/sites/2509584.site/www/band/wp-content/themes/Avada/includes/class-avada-admin.php\";s:30:\"Avada_Multiple_Featured_Images\";s:136:\"//WDP/DFS/40/0/3/2/4008921230/user/sites/2509584.site/www/band/wp-content/themes/Avada/includes/class-avada-multiple-featured-images.php\";s:14:\"Avada_Sidebars\";s:120:\"//WDP/DFS/40/0/3/2/4008921230/user/sites/2509584.site/www/band/wp-content/themes/Avada/includes/class-avada-sidebars.php\";s:15:\"Avada_Portfolio\";s:121:\"//WDP/DFS/40/0/3/2/4008921230/user/sites/2509584.site/www/band/wp-content/themes/Avada/includes/class-avada-portfolio.php\";s:18:\"Avada_Social_Icons\";s:131:\"//WDP/DFS/40/0/3/2/4008921230/user/sites/2509584.site/www/band/wp-content/themes/Avada/includes/social/class-avada-social-icons.php\";s:13:\"Avada_Scripts\";s:119:\"//WDP/DFS/40/0/3/2/4008921230/user/sites/2509584.site/www/band/wp-content/themes/Avada/includes/class-avada-scripts.php\";s:18:\"Avada_Google_Fonts\";s:124:\"//WDP/DFS/40/0/3/2/4008921230/user/sites/2509584.site/www/band/wp-content/themes/Avada/includes/class-avada-google-fonts.php\";s:24:\"Avada_Megamenu_Framework\";s:139:\"//WDP/DFS/40/0/3/2/4008921230/user/sites/2509584.site/www/band/wp-content/themes/Avada/includes/megamenu/class-avada-megamenu-framework.php\";s:14:\"Avada_Megamenu\";s:129:\"//WDP/DFS/40/0/3/2/4008921230/user/sites/2509584.site/www/band/wp-content/themes/Avada/includes/megamenu/class-avada-megamenu.php\";s:16:\"Avada_Nav_Walker\";s:122:\"//WDP/DFS/40/0/3/2/4008921230/user/sites/2509584.site/www/band/wp-content/themes/Avada/includes/class-avada-nav-walker.php\";s:25:\"Avada_Nav_Walker_Megamenu\";s:131:\"//WDP/DFS/40/0/3/2/4008921230/user/sites/2509584.site/www/band/wp-content/themes/Avada/includes/class-avada-nav-walker-megamenu.php\";s:13:\"Avada_Patcher\";s:127:\"//WDP/DFS/40/0/3/2/4008921230/user/sites/2509584.site/www/band/wp-content/themes/Avada/includes/patcher/class-avada-patcher.php\";s:24:\"Fusion_Widget_Ad_125_125\";s:137:\"//WDP/DFS/40/0/3/2/4008921230/user/sites/2509584.site/www/band/wp-content/themes/Avada/includes/widget/class-fusion-widget-ad-125-125.php\";s:26:\"Fusion_Widget_Contact_Info\";s:139:\"//WDP/DFS/40/0/3/2/4008921230/user/sites/2509584.site/www/band/wp-content/themes/Avada/includes/widget/class-fusion-widget-contact-info.php\";s:18:\"Fusion_Widget_Tabs\";s:131:\"//WDP/DFS/40/0/3/2/4008921230/user/sites/2509584.site/www/band/wp-content/themes/Avada/includes/widget/class-fusion-widget-tabs.php\";s:26:\"Fusion_Widget_Recent_Works\";s:139:\"//WDP/DFS/40/0/3/2/4008921230/user/sites/2509584.site/www/band/wp-content/themes/Avada/includes/widget/class-fusion-widget-recent-works.php\";s:20:\"Fusion_Widget_Tweets\";s:133:\"//WDP/DFS/40/0/3/2/4008921230/user/sites/2509584.site/www/band/wp-content/themes/Avada/includes/widget/class-fusion-widget-tweets.php\";s:20:\"Fusion_Widget_Flickr\";s:133:\"//WDP/DFS/40/0/3/2/4008921230/user/sites/2509584.site/www/band/wp-content/themes/Avada/includes/widget/class-fusion-widget-flickr.php\";s:26:\"Fusion_Widget_Social_Links\";s:139:\"//WDP/DFS/40/0/3/2/4008921230/user/sites/2509584.site/www/band/wp-content/themes/Avada/includes/widget/class-fusion-widget-social-links.php\";s:27:\"Fusion_Widget_Facebook_Page\";s:140:\"//WDP/DFS/40/0/3/2/4008921230/user/sites/2509584.site/www/band/wp-content/themes/Avada/includes/widget/class-fusion-widget-facebook-page.php\";s:18:\"Fusion_Widget_Menu\";s:131:\"//WDP/DFS/40/0/3/2/4008921230/user/sites/2509584.site/www/band/wp-content/themes/Avada/includes/widget/class-fusion-widget-menu.php\";s:14:\"Avada_Sanitize\";s:120:\"//WDP/DFS/40/0/3/2/4008921230/user/sites/2509584.site/www/band/wp-content/themes/Avada/includes/class-avada-sanitize.php\";s:17:\"Avada_Breadcrumbs\";s:123:\"//WDP/DFS/40/0/3/2/4008921230/user/sites/2509584.site/www/band/wp-content/themes/Avada/includes/class-avada-breadcrumbs.php\";}','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=22943 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 (2,4,'_wp_attached_file','2016/08/IMG_0219-e1470283445567.jpg'),(3,4,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:75;s:4:\"file\";s:35:\"2016/08/IMG_0219-e1470283445567.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0219-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_0219-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:20:\"IMG_0219-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:21:\"IMG_0219-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0219-672x372.jpg\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"twentyfourteen-full-width\";a:4:{s:4:\"file\";s:21:\"IMG_0219-1038x576.jpg\";s:5:\"width\";i:1038;s:6:\"height\";i:576;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:0:\"\";s:6:\"camera\";s:23:\"Canon PowerShot SX30 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1321511550\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.076923076923077\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4,4,'_edit_lock','1470069478:1'),(5,4,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3072;s:6:\"height\";i:2304;s:4:\"file\";s:12:\"IMG_0219.jpg\";}s:18:\"full-1470283445567\";a:3:{s:5:\"width\";i:1000;s:6:\"height\";i:750;s:4:\"file\";s:27:\"IMG_0219-e1470069438200.jpg\";}}'),(6,4,'_edit_last','1'),(7,4,'_wp_attachment_is_custom_background','twentyfourteen'),(199,595,'_edit_last','1'),(200,595,'gavern-post-desc',''),(201,595,'gavern-post-keywords',''),(202,595,'_oembed_30fb9b55bc6d12e01a20835a92de3767','<iframe src=\"http://player.vimeo.com/video/33670490\" width=\"500\" height=\"281\" frameborder=\"0\" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>'),(203,650,'_edit_last','1'),(204,650,'gavern-post-desc',''),(205,650,'gavern-post-keywords',''),(206,650,'_thumbnail_id','3536'),(213,3542,'_thumbnail_id','3543'),(214,3542,'_edit_last','1'),(215,3542,'item_type','i'),(216,3542,'item_desc','Cras sed ligula eu nulla varius commodo. Donec in mi sit amet diam varius egestas sit amet in orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.'),(217,3542,'item_video',''),(218,3542,'item_link','#'),(219,3542,'item_date','09-2012'),(220,3542,'item_client','XYZ Ltd.'),(221,3544,'_edit_last','1'),(222,3544,'_thumbnail_id','3545'),(223,3544,'item_type','i'),(224,3544,'item_desc','Maecenas et magna eu libero semper imperdiet. Nam in dui non purus dignissim condimentum. Duis blandit, ipsum a semper tristique, velit mi auctor libero, sed rutrum nisl odio vitae enim. '),(225,3544,'item_video',''),(226,3544,'item_link','#'),(227,3544,'item_date','11-2012'),(228,3544,'item_client','ABC Company'),(229,3568,'_edit_last','1'),(230,3568,'item_type','v'),(231,3568,'item_desc','Donec seid odio dui. Nullalit libero, alea pharetra augue. Nullam id dolor ideacto vehicula SockMonkee lorem dolor.'),(232,3568,'item_video','http://player.vimeo.com/video/50676097'),(233,3568,'item_link',''),(234,3568,'item_date','2013-01'),(235,3568,'item_client','Some Company'),(236,3568,'_thumbnail_id','3570'),(237,3571,'_edit_last','1'),(238,3571,'_thumbnail_id','3572'),(239,3571,'item_type','v'),(240,3571,'item_desc','Donec seid odio dui. Nullalit libero, alea pharetra augue. Nullam id dolor ideacto vehicula SockMonkee lorem dolor.'),(241,3571,'item_video','http://player.vimeo.com/video/20390834'),(242,3571,'item_link','#'),(243,3571,'item_date','01-2013'),(244,3571,'item_client','XYZ Ltd.'),(245,3573,'_edit_last','1'),(246,3573,'_thumbnail_id','3569'),(247,3573,'item_type','i'),(248,3573,'item_desc','Pellentesque massa felis, pretium id hendrerit sed, vulputate in felis. Etiam quis leo et justo tincidunt tristique eu non diam. Integer quis augue sed nisi sodales eleifend vel sit amet dui.'),(249,3573,'item_video',''),(250,3573,'item_link',''),(251,3573,'item_date','2012-11'),(252,3573,'item_client',''),(253,3574,'_edit_last','1'),(254,3574,'_thumbnail_id','3575'),(255,3574,'item_type','i'),(256,3574,'item_desc','Pellentesque quis mi nulla. Nunc ac tortor vel lectus iaculis venenatis. Quisque sit amet iaculis metus. Donec venenatis ultrices accumsan. '),(257,3574,'item_video',''),(258,3574,'item_link','#'),(259,3574,'item_date','2012-10'),(260,3574,'item_client','ABC Company'),(261,3579,'_edit_last','1'),(262,3579,'_thumbnail_id','3580'),(263,3579,'item_type','g'),(264,3579,'item_desc','Integer viverra adipiscing purus quis ullamcorper. Ut porta augue et elit convallis at ullamcorper orci tristique. Mauris nec diam nunc, sit amet tincidunt arcu. Maecenas commodo varius dolor nec blandit. '),(265,3579,'item_video',''),(266,3579,'item_link','#'),(267,3579,'item_date','2013-10'),(268,3579,'item_client','Some client Ltd'),(269,3585,'_edit_last','1'),(270,3585,'_thumbnail_id','3586'),(271,3585,'item_type','g'),(272,3585,'item_desc','Donec in mi tempor lacus luctus vulputate. Nullam vel urna et dolor dictum condimentum condimentum eget mauris. Suspendisse consequat imperdiet elit sed convallis. Aliquam eu augue vel orci euismod dignissim et sit amet dolor. Nulla facilisi. Nunc a turpis at nisi ullamcorper porta.'),(273,3585,'item_video',''),(274,3585,'item_link',''),(275,3585,'item_date','2013-12'),(276,3585,'item_client','ABC Company'),(277,3591,'_edit_last','1'),(278,3591,'_thumbnail_id','3592'),(279,3591,'item_type','i'),(280,3591,'item_desc','Aliquam eu augue vel orci euismod dignissim et sit amet dolor. Nulla facilisi. Nunc a turpis at nisi ullamcorper porta. Curabitur ultricies dolor non enim iaculis euismod. '),(281,3591,'item_video',''),(282,3591,'item_link','#'),(283,3591,'item_date','2012-10'),(284,3591,'item_client','XYZ Ltd.'),(285,3593,'_edit_last','1'),(286,3593,'_thumbnail_id','3594'),(287,3593,'item_type','i'),(288,3593,'item_desc','Aliquam eu augue vel orci euismod dignissim et sit amet dolor. Nulla facilisi. Nunc a turpis at nisi ullamcorper porta. Curabitur ultricies dolor non enim iaculis euismod. '),(289,3593,'item_video',''),(290,3593,'item_link',''),(291,3593,'item_date',''),(292,3593,'item_client',''),(293,3595,'_edit_last','1'),(294,3595,'_thumbnail_id','3596'),(295,3595,'item_type','i'),(296,3595,'item_desc','Quisque sem elit, bibendum a congue in, hendrerit id ipsum. Donec iaculis dictum consectetur. Fusce ut aliquam mauris. Vivamus ac magna in tellus vehicula venenatis nec eget felis. Ut volutpat nulla a massa varius semper. Nam in justo lectus, at fringilla nibh. Nam et metus quam, quis hendrerit tellus. Sed pharetra erat ut diam tempus ultrices ornare metus faucibus.'),(297,3595,'item_video',''),(298,3595,'item_link',''),(299,3595,'item_date',''),(300,3595,'item_client',''),(301,3597,'_edit_last','1'),(302,3597,'_thumbnail_id','3598'),(303,3597,'item_type','i'),(304,3597,'item_desc','Vivamus ac magna in tellus vehicula venenatis nec eget felis. Ut volutpat nulla a massa varius semper. Nam in justo lectus, at fringilla nibh. Nam et metus quam, quis hendrerit tellus. Sed pharetra erat ut diam tempus ultrices ornare metus faucibus. Nulla leo risus, lacinia in vehicula non, feugiat ac quam. '),(305,3597,'item_video',''),(306,3597,'item_link','#'),(307,3597,'item_date','2012-07'),(308,3597,'item_client',''),(309,3599,'_edit_last','1'),(310,3599,'item_type','i'),(311,3599,'item_desc','Nulla ultricies, tortor a dictum pellentesque, ante ligula tristique arcu, vel dictum justo eros a velit. \nInteger fermentum, nulla at commodo sagittis'),(312,3599,'item_video',''),(313,3599,'item_link',''),(314,3599,'item_date',''),(315,3599,'item_client','XYZ Ltd.'),(316,3599,'_thumbnail_id','3600'),(317,3601,'_edit_last','1'),(318,3601,'_thumbnail_id','3602'),(319,3601,'item_type','i'),(320,3601,'item_desc','Donec a ante nisl, sit amet laoreet sapien. Nullam ac metus mi. Donec lorem justo, malesuada a sodales in, tincidunt at quam. Quisque nec lacus id neque venenatis fermentum. Mauris ut erat lacus.'),(321,3601,'item_video',''),(322,3601,'item_link','#'),(323,3601,'item_date',''),(324,3601,'item_client',''),(328,599,'_edit_last','1'),(329,599,'gavern-post-desc',''),(330,599,'gavern-post-keywords',''),(331,603,'_edit_last','1'),(332,603,'gavern-post-desc',''),(333,603,'gavern-post-keywords',''),(334,607,'_edit_last','1'),(335,607,'gavern-post-desc',''),(336,607,'gavern-post-keywords',''),(337,609,'_edit_last','1'),(338,609,'gavern-post-desc',''),(339,609,'gavern-post-keywords',''),(340,609,'teaser_text',''),(341,652,'_edit_last','1'),(342,652,'gavern-post-desc',''),(343,652,'gavern-post-keywords',''),(344,652,'_thumbnail_id','3528'),(345,652,'teaser_text',''),(346,654,'_edit_last','1'),(347,654,'gavern-post-desc',''),(348,654,'gavern-post-keywords',''),(349,654,'teaser_text',''),(350,654,'_thumbnail_id','3526'),(351,2403,'_edit_last','1'),(352,2403,'gavern-post-desc',''),(353,2403,'gavern-post-keywords',''),(354,2403,'teaser_text',''),(355,2403,'_thumbnail_id','3534'),(356,2424,'_edit_last','1'),(357,2424,'gavern-post-desc',''),(358,2424,'gavern-post-keywords',''),(359,2424,'teaser_text',''),(360,2424,'_thumbnail_id','3530'),(361,2428,'_edit_last','1'),(362,2428,'gavern-post-desc',''),(363,2428,'gavern-post-keywords',''),(364,2428,'_thumbnail_id','3532'),(365,2428,'teaser_text',''),(366,2461,'_edit_last','1'),(367,2461,'gavern-post-desc',''),(368,2461,'gavern-post-keywords',''),(369,2461,'_oembed_06fdd7342156128a6fb7b43559be3c2b','<iframe width=\"500\" height=\"450\" scrolling=\"no\" frameborder=\"no\" src=\"http://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1389012&show_artwork=true&maxwidth=500&maxheight=750\"></iframe>'),(370,2496,'_edit_last','1'),(371,2496,'gavern-post-desc',''),(372,2496,'gavern-post-keywords',''),(373,2496,'_oembed_2da34a9d0a4ada4e4513b313b49f9c31','<iframe width=\"500\" height=\"166\" scrolling=\"no\" frameborder=\"no\" src=\"http://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F7089811&show_artwork=true&maxwidth=500&maxheight=750\"></iframe>'),(374,3440,'_thumbnail_id','4215'),(375,3440,'_edit_last','1'),(376,3440,'dp_slide_type','c'),(377,3440,'slide_description','Nunc in urna dui. Integer id neque vel lacus vehicula vestibulum ac sed ipsum. Cras varius ante et augue rutrum elementum sodales mauris dapibus. Integer auctor, odio vitae congue ullamcorper, est arcu aliquet erat, non lacinia metus odio eget lacus. '),(378,3440,'slide_link','#'),(379,3442,'_edit_last','1'),(380,3442,'_thumbnail_id','3443'),(381,3442,'dp_slide_type','c'),(382,3442,'slide_description','Aenean dapibus mi ut nibh facilisis cursus. Suspendisse eu mauris sit amet erat adipiscing cursus nec ac libero. Curabitur ipsum augue, tincidunt in ultrices vel, sodales nec erat. Donec diam sapien, laoreet a volutpat id, semper sed risus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. '),(383,3442,'slide_link','#'),(384,3444,'_edit_last','1'),(385,3444,'_thumbnail_id','3445'),(386,3444,'dp_slide_type','c'),(387,3444,'slide_description',''),(388,3444,'slide_link',''),(389,3446,'_edit_last','1'),(390,3446,'_thumbnail_id','3447'),(391,3446,'dp_slide_type','c'),(392,3446,'slide_description',''),(393,3446,'slide_link',''),(394,3448,'_edit_last','1'),(395,3448,'dp_slide_type','c'),(396,3448,'slide_description',''),(397,3448,'slide_link',''),(398,3448,'_thumbnail_id','3449'),(399,3455,'_edit_last','1'),(400,3455,'dp_slide_type','c'),(401,3455,'slide_description',''),(402,3455,'slide_link',''),(403,3456,'_edit_last','1'),(404,3456,'dp_slide_type','i'),(405,3456,'slide_description','Nulla eros nibh, blandit non varius a, scelerisque a diam. Fusce arcu orci, tincidunt nec blandit in, vulputate vel est. Sed id arcu fermentum mauris lacinia vulputate.'),(406,3456,'slide_link','#'),(407,3456,'_thumbnail_id','3459'),(408,3463,'_thumbnail_id','3462'),(409,3463,'_edit_last','1'),(410,3463,'dp_slide_type','i'),(411,3463,'slide_description','Suspendisse luctus, massa luctus euismod sagittis, lorem velit sodales risus, vitae interdum lectus libero id magna. Vestibulum vel libero sed lacus vulputate tempor. '),(412,3463,'slide_link',''),(413,3516,'_edit_last','1'),(414,3516,'_thumbnail_id','3513'),(415,3516,'teaser_text',''),(416,3516,'gavern-post-desc',''),(417,3516,'gavern-post-keywords',''),(418,3464,'_thumbnail_id','3465'),(419,3464,'_edit_last','1'),(420,3464,'dp_slide_type','i'),(421,3464,'slide_description','Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae. Mauris auctor massa in purus porta euismod fringilla risus lobortis. '),(422,3464,'slide_link','#'),(423,3466,'_edit_last','1'),(424,3466,'dp_slide_type','c'),(425,3466,'slide_description',''),(426,3466,'slide_link',''),(427,3678,'_edit_last','1'),(428,3678,'_thumbnail_id','3679'),(429,3678,'dp_slide_type','i'),(430,3678,'slide_description',''),(431,3678,'slide_link',''),(432,3680,'_edit_last','1'),(433,3680,'_thumbnail_id','3681'),(434,3680,'dp_slide_type','i'),(435,3680,'slide_description',''),(436,3680,'slide_link',''),(437,3682,'_edit_last','1'),(438,3682,'_thumbnail_id','3683'),(439,3682,'dp_slide_type','i'),(440,3682,'slide_description',''),(441,3682,'slide_link',''),(442,3684,'_edit_last','1'),(443,3684,'_thumbnail_id','3685'),(444,3684,'dp_slide_type','i'),(445,3684,'slide_description',''),(446,3684,'slide_link',''),(447,3686,'_edit_last','1'),(448,3686,'dp_slide_type','c'),(449,3686,'slide_description',''),(450,3686,'slide_link',''),(451,3687,'_edit_last','1'),(452,3687,'dp_slide_type','c'),(453,3687,'slide_description',''),(454,3687,'slide_link',''),(455,3688,'_edit_last','1'),(456,3688,'dp_slide_type','c'),(457,3688,'slide_description',''),(458,3688,'slide_link',''),(459,3689,'_edit_last','1'),(460,3689,'dp_slide_type','i'),(461,3689,'slide_description',''),(462,3689,'slide_link',''),(463,3689,'_thumbnail_id','3693'),(464,3691,'_edit_last','1'),(465,3691,'dp_slide_type','i'),(466,3691,'slide_description',''),(467,3691,'slide_link',''),(468,3691,'_thumbnail_id','3694'),(469,3695,'_edit_last','1'),(470,3695,'_thumbnail_id','3696'),(471,3695,'dp_slide_type','i'),(472,3695,'slide_description',''),(473,3695,'slide_link',''),(474,3697,'_edit_last','1'),(475,3697,'_thumbnail_id','3698'),(476,3697,'dp_slide_type','i'),(477,3697,'slide_description',''),(478,3697,'slide_link',''),(479,3699,'_edit_last','1'),(480,3699,'_thumbnail_id','3700'),(481,3699,'dp_slide_type','i'),(482,3699,'slide_description',''),(483,3699,'slide_link',''),(484,3701,'_edit_last','1'),(485,3701,'_thumbnail_id','3702'),(486,3701,'dp_slide_type','i'),(487,3701,'slide_description',''),(488,3701,'slide_link',''),(489,3703,'_edit_last','1'),(490,3703,'_thumbnail_id','3704'),(491,3703,'dp_slide_type','i'),(492,3703,'slide_description',''),(493,3703,'slide_link',''),(494,3705,'_edit_last','1'),(495,3705,'_thumbnail_id','3706'),(496,3705,'dp_slide_type','i'),(497,3705,'slide_description',''),(498,3705,'slide_link',''),(499,3746,'_edit_last','1'),(500,3746,'dp_slide_type','i'),(501,3746,'slide_description','aaa'),(502,3746,'slide_link','#'),(815,3806,'_wp_attached_file','2016/08/original_Coast-Big-Band-Logocolor.jpg'),(816,3806,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2195;s:6:\"height\";i:1323;s:4:\"file\";s:45:\"2016/08/original_Coast-Big-Band-Logocolor.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"original_Coast-Big-Band-Logocolor-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:45:\"original_Coast-Big-Band-Logocolor-300x181.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"original_Coast-Big-Band-Logocolor-768x463.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"original_Coast-Big-Band-Logocolor-1024x617.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:45:\"original_Coast-Big-Band-Logocolor-588x441.jpg\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:45:\"original_Coast-Big-Band-Logocolor-385x289.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:45:\"original_Coast-Big-Band-Logocolor-284x213.jpg\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:45:\"original_Coast-Big-Band-Logocolor-182x136.jpg\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:45:\"original_Coast-Big-Band-Logocolor-292x221.jpg\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:45:\"original_Coast-Big-Band-Logocolor-333x235.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:\"1171357108\";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:{}}}'),(833,1,'_edit_lock','1470283385:1'),(844,3823,'_wp_attached_file','revslider/homeslider_boxed/slidebg1.jpg'),(845,3823,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:700;s:4:\"file\";s:39:\"revslider/homeslider_boxed/slidebg1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"slidebg1-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:\"slidebg1-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"slidebg1-768x280.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"slidebg1-1024x373.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:20:\"slidebg1-588x441.jpg\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:20:\"slidebg1-385x289.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:20:\"slidebg1-284x213.jpg\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:20:\"slidebg1-182x136.jpg\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:20:\"slidebg1-292x221.jpg\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:20:\"slidebg1-333x235.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(846,3824,'_wp_attached_file','revslider/homeslider_boxed/plate2.png'),(847,3824,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:640;s:4:\"file\";s:37:\"revslider/homeslider_boxed/plate2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"plate2-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:18:\"plate2-281x300.png\";s:5:\"width\";i:281;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:18:\"plate2-588x441.png\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:18:\"plate2-385x289.png\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:18:\"plate2-284x213.png\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:18:\"plate2-182x136.png\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:18:\"plate2-292x221.png\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:18:\"plate2-333x235.png\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(848,3825,'_wp_attached_file','revslider/homeslider_boxed/plate1.png'),(849,3825,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:640;s:4:\"file\";s:37:\"revslider/homeslider_boxed/plate1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"plate1-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:18:\"plate1-281x300.png\";s:5:\"width\";i:281;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:18:\"plate1-588x441.png\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:18:\"plate1-385x289.png\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:18:\"plate1-284x213.png\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:18:\"plate1-182x136.png\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:18:\"plate1-292x221.png\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:18:\"plate1-333x235.png\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(850,3826,'_wp_attached_file','revslider/homeslider_boxed/woman1.png'),(851,3826,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:260;s:6:\"height\";i:600;s:4:\"file\";s:37:\"revslider/homeslider_boxed/woman1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"woman1-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:18:\"woman1-130x300.png\";s:5:\"width\";i:130;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:18:\"woman1-260x441.png\";s:5:\"width\";i:260;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:18:\"woman1-260x289.png\";s:5:\"width\";i:260;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:18:\"woman1-260x213.png\";s:5:\"width\";i:260;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:18:\"woman1-182x136.png\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:18:\"woman1-260x221.png\";s:5:\"width\";i:260;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:18:\"woman1-260x235.png\";s:5:\"width\";i:260;s:6:\"height\";i:235;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:{}}}'),(852,3827,'_wp_attached_file','revslider/homeslider_boxed/redbg.png'),(853,3827,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:121;s:6:\"height\";i:47;s:4:\"file\";s:36:\"revslider/homeslider_boxed/redbg.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:{}}}'),(854,3828,'_wp_attached_file','revslider/homeslider_boxed/greyline.png'),(855,3828,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:440;s:6:\"height\";i:2;s:4:\"file\";s:39:\"revslider/homeslider_boxed/greyline.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"greyline-150x2.png\";s:5:\"width\";i:150;s:6:\"height\";i:2;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"greyline-300x1.png\";s:5:\"width\";i:300;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:18:\"greyline-385x2.png\";s:5:\"width\";i:385;s:6:\"height\";i:2;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:18:\"greyline-284x2.png\";s:5:\"width\";i:284;s:6:\"height\";i:2;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:18:\"greyline-182x2.png\";s:5:\"width\";i:182;s:6:\"height\";i:2;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:18:\"greyline-292x2.png\";s:5:\"width\";i:292;s:6:\"height\";i:2;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:18:\"greyline-333x2.png\";s:5:\"width\";i:333;s:6:\"height\";i:2;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:{}}}'),(856,3829,'_wp_attached_file','revslider/homeslider_boxed/doublearrow2.png'),(857,3829,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:36;s:6:\"height\";i:22;s:4:\"file\";s:43:\"revslider/homeslider_boxed/doublearrow2.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:{}}}'),(858,3830,'_wp_attached_file','revslider/homeslider_boxed/laptopmockup_sliderdy.jpg'),(859,3830,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2600;s:6:\"height\";i:1733;s:4:\"file\";s:52:\"revslider/homeslider_boxed/laptopmockup_sliderdy.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"laptopmockup_sliderdy-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:33:\"laptopmockup_sliderdy-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:33:\"laptopmockup_sliderdy-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:34:\"laptopmockup_sliderdy-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:33:\"laptopmockup_sliderdy-588x441.jpg\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:33:\"laptopmockup_sliderdy-385x289.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:33:\"laptopmockup_sliderdy-284x213.jpg\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:33:\"laptopmockup_sliderdy-182x136.jpg\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:33:\"laptopmockup_sliderdy-292x221.jpg\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:33:\"laptopmockup_sliderdy-333x235.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(860,3831,'_wp_attached_file','revslider/homeslider_boxed/redbg_big.png'),(861,3831,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:247;s:6:\"height\";i:85;s:4:\"file\";s:40:\"revslider/homeslider_boxed/redbg_big.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"redbg_big-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:20:\"redbg_big-182x85.png\";s:5:\"width\";i:182;s:6:\"height\";i:85;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:{}}}'),(862,3832,'_wp_attached_file','revslider/homeslider_boxed/check.png'),(863,3832,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:34;s:6:\"height\";i:34;s:4:\"file\";s:36:\"revslider/homeslider_boxed/check.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:{}}}'),(864,3833,'_wp_attached_file','revslider/homeslider_boxed/3dbg.jpg'),(865,3833,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:700;s:4:\"file\";s:35:\"revslider/homeslider_boxed/3dbg.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"3dbg-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:\"3dbg-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"3dbg-768x280.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"3dbg-1024x373.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:16:\"3dbg-588x441.jpg\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:16:\"3dbg-385x289.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:16:\"3dbg-284x213.jpg\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:16:\"3dbg-182x136.jpg\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:16:\"3dbg-292x221.jpg\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:16:\"3dbg-333x235.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(866,3834,'_wp_attached_file','revslider/homeslider_boxed/3dlayer_6.png'),(867,3834,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:700;s:4:\"file\";s:40:\"revslider/homeslider_boxed/3dlayer_6.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-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:21:\"3dlayer_6-300x263.png\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-768x672.png\";s:5:\"width\";i:768;s:6:\"height\";i:672;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-588x441.png\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-385x289.png\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-284x213.png\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-182x136.png\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-292x221.png\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-333x235.png\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(868,3835,'_wp_attached_file','revslider/homeslider_boxed/3dlayer_5.png'),(869,3835,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:700;s:4:\"file\";s:40:\"revslider/homeslider_boxed/3dlayer_5.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-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:21:\"3dlayer_5-300x263.png\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-768x672.png\";s:5:\"width\";i:768;s:6:\"height\";i:672;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-588x441.png\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-385x289.png\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-284x213.png\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-182x136.png\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-292x221.png\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-333x235.png\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(870,3836,'_wp_attached_file','revslider/homeslider_boxed/3dlayer_4.png'),(871,3836,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:700;s:4:\"file\";s:40:\"revslider/homeslider_boxed/3dlayer_4.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-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:21:\"3dlayer_4-300x263.png\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-768x672.png\";s:5:\"width\";i:768;s:6:\"height\";i:672;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-588x441.png\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-385x289.png\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-284x213.png\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-182x136.png\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-292x221.png\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-333x235.png\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(872,3837,'_wp_attached_file','revslider/homeslider_boxed/3dlayer_3.png'),(873,3837,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:700;s:4:\"file\";s:40:\"revslider/homeslider_boxed/3dlayer_3.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-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:21:\"3dlayer_3-300x263.png\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-768x672.png\";s:5:\"width\";i:768;s:6:\"height\";i:672;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-588x441.png\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-385x289.png\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-284x213.png\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-182x136.png\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-292x221.png\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-333x235.png\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(874,3838,'_wp_attached_file','revslider/homeslider_boxed/3dlayer_2.png'),(875,3838,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:700;s:4:\"file\";s:40:\"revslider/homeslider_boxed/3dlayer_2.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-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:21:\"3dlayer_2-300x263.png\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-768x672.png\";s:5:\"width\";i:768;s:6:\"height\";i:672;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-588x441.png\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-385x289.png\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-284x213.png\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-182x136.png\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-292x221.png\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-333x235.png\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(876,3839,'_wp_attached_file','revslider/homeslider_boxed/3dlayer_1.png'),(877,3839,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:700;s:4:\"file\";s:40:\"revslider/homeslider_boxed/3dlayer_1.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"3dlayer_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:21:\"3dlayer_1-300x263.png\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-768x672.png\";s:5:\"width\";i:768;s:6:\"height\";i:672;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-588x441.png\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-385x289.png\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-284x213.png\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-182x136.png\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-292x221.png\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-333x235.png\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(878,3840,'_wp_attached_file','revslider/homeslider_boxed/redbg.jpg'),(879,3840,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:36:\"revslider/homeslider_boxed/redbg.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"redbg-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:\"redbg-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:\"redbg-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:17:\"redbg-588x441.jpg\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:17:\"redbg-385x289.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:17:\"redbg-284x213.jpg\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:17:\"redbg-182x136.jpg\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:17:\"redbg-292x221.jpg\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:17:\"redbg-333x235.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(880,3841,'_wp_attached_file','revslider/homeslider_boxed/slidebg2.jpg'),(881,3841,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:700;s:4:\"file\";s:39:\"revslider/homeslider_boxed/slidebg2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"slidebg2-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:\"slidebg2-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"slidebg2-768x280.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"slidebg2-1024x373.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:20:\"slidebg2-588x441.jpg\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:20:\"slidebg2-385x289.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:20:\"slidebg2-284x213.jpg\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:20:\"slidebg2-182x136.jpg\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:20:\"slidebg2-292x221.jpg\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:20:\"slidebg2-333x235.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(882,3842,'_wp_attached_file','revslider/homeslider_boxed/ipad2.png'),(883,3842,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:514;s:4:\"file\";s:36:\"revslider/homeslider_boxed/ipad2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"ipad2-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:17:\"ipad2-300x223.png\";s:5:\"width\";i:300;s:6:\"height\";i:223;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:17:\"ipad2-588x441.png\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:17:\"ipad2-385x289.png\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:17:\"ipad2-284x213.png\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:17:\"ipad2-182x136.png\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:17:\"ipad2-292x221.png\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:17:\"ipad2-333x235.png\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(884,3843,'_wp_attached_file','revslider/homeslider_boxed/pulse1.png'),(885,3843,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:120;s:6:\"height\";i:120;s:4:\"file\";s:37:\"revslider/homeslider_boxed/pulse1.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:{}}}'),(886,3844,'_wp_attached_file','revslider/homeslider_boxed/hand1.png'),(887,3844,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:604;s:6:\"height\";i:614;s:4:\"file\";s:36:\"revslider/homeslider_boxed/hand1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"hand1-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:17:\"hand1-295x300.png\";s:5:\"width\";i:295;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:17:\"hand1-588x441.png\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:17:\"hand1-385x289.png\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:17:\"hand1-284x213.png\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:17:\"hand1-182x136.png\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:17:\"hand1-292x221.png\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:17:\"hand1-333x235.png\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(888,3845,'_wp_attached_file','revslider/homeslider_boxed/iphone.png'),(889,3845,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:347;s:6:\"height\";i:537;s:4:\"file\";s:37:\"revslider/homeslider_boxed/iphone.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"iphone-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:18:\"iphone-194x300.png\";s:5:\"width\";i:194;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:18:\"iphone-347x441.png\";s:5:\"width\";i:347;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:18:\"iphone-347x289.png\";s:5:\"width\";i:347;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:18:\"iphone-284x213.png\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:18:\"iphone-182x136.png\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:18:\"iphone-292x221.png\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:18:\"iphone-333x235.png\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(890,3846,'_wp_attached_file','revslider/homeslider_boxed/largegreen.png'),(891,3846,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:277;s:6:\"height\";i:85;s:4:\"file\";s:41:\"revslider/homeslider_boxed/largegreen.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"largegreen-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:21:\"largegreen-182x85.png\";s:5:\"width\";i:182;s:6:\"height\";i:85;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:{}}}'),(892,3847,'_wp_attached_file','revslider/homeslider_boxed/citybg.jpg'),(893,3847,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:700;s:4:\"file\";s:37:\"revslider/homeslider_boxed/citybg.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"citybg-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:\"citybg-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"citybg-768x280.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"citybg-1024x373.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:18:\"citybg-588x441.jpg\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:18:\"citybg-385x289.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:18:\"citybg-284x213.jpg\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:18:\"citybg-182x136.jpg\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:18:\"citybg-292x221.jpg\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:18:\"citybg-333x235.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(894,3848,'_wp_attached_file','revslider/homeslider_boxed/ipad_dark.png'),(895,3848,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:514;s:4:\"file\";s:40:\"revslider/homeslider_boxed/ipad_dark.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"ipad_dark-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:21:\"ipad_dark-300x223.png\";s:5:\"width\";i:300;s:6:\"height\";i:223;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"ipad_dark-588x441.png\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"ipad_dark-385x289.png\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:21:\"ipad_dark-284x213.png\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:21:\"ipad_dark-182x136.png\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:21:\"ipad_dark-292x221.png\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:21:\"ipad_dark-333x235.png\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(896,3849,'_wp_attached_file','revslider/fullscreenvideo/video_woman_cover3.jpg'),(897,3849,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:48:\"revslider/fullscreenvideo/video_woman_cover3.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"video_woman_cover3-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:30:\"video_woman_cover3-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:30:\"video_woman_cover3-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:31:\"video_woman_cover3-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:30:\"video_woman_cover3-588x441.jpg\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:30:\"video_woman_cover3-385x289.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:30:\"video_woman_cover3-284x213.jpg\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:30:\"video_woman_cover3-182x136.jpg\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:30:\"video_woman_cover3-292x221.jpg\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:30:\"video_woman_cover3-333x235.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(898,3850,'_wp_attached_file','revslider/fullscreenvideo/redbg.png'),(899,3850,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:121;s:6:\"height\";i:47;s:4:\"file\";s:35:\"revslider/fullscreenvideo/redbg.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:{}}}'),(900,3851,'_wp_attached_file','revslider/fullscreenvideo/video_typing_cover.jpg'),(901,3851,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:48:\"revslider/fullscreenvideo/video_typing_cover.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"video_typing_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:30:\"video_typing_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:30:\"video_typing_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:31:\"video_typing_cover-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:30:\"video_typing_cover-588x441.jpg\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:30:\"video_typing_cover-385x289.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:30:\"video_typing_cover-284x213.jpg\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:30:\"video_typing_cover-182x136.jpg\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:30:\"video_typing_cover-292x221.jpg\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:30:\"video_typing_cover-333x235.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(902,3852,'_wp_attached_file','revslider/fullscreenvideo/video_space_cover.jpg'),(903,3852,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:47:\"revslider/fullscreenvideo/video_space_cover.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"video_space_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:29:\"video_space_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:29:\"video_space_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:30:\"video_space_cover-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:29:\"video_space_cover-588x441.jpg\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:29:\"video_space_cover-385x289.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:29:\"video_space_cover-284x213.jpg\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:29:\"video_space_cover-182x136.jpg\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:29:\"video_space_cover-292x221.jpg\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:29:\"video_space_cover-333x235.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(904,3853,'_wp_attached_file','revslider/fullscreenvideo/redbg_big.png'),(905,3853,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:247;s:6:\"height\";i:85;s:4:\"file\";s:39:\"revslider/fullscreenvideo/redbg_big.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"redbg_big-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:20:\"redbg_big-182x85.png\";s:5:\"width\";i:182;s:6:\"height\";i:85;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:{}}}'),(906,3854,'_wp_attached_file','revslider/parallax_scroll_slider/greenbg.jpg'),(907,3854,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:44:\"revslider/parallax_scroll_slider/greenbg.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"greenbg-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:\"greenbg-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:\"greenbg-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:\"greenbg-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:19:\"greenbg-588x441.jpg\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:19:\"greenbg-385x289.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:19:\"greenbg-284x213.jpg\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:19:\"greenbg-182x136.jpg\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:19:\"greenbg-292x221.jpg\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:19:\"greenbg-333x235.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(908,3855,'_wp_attached_file','revslider/parallax_scroll_slider/3dlayer_6.png'),(909,3855,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:700;s:4:\"file\";s:46:\"revslider/parallax_scroll_slider/3dlayer_6.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-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:21:\"3dlayer_6-300x263.png\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-768x672.png\";s:5:\"width\";i:768;s:6:\"height\";i:672;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-588x441.png\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-385x289.png\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-284x213.png\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-182x136.png\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-292x221.png\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-333x235.png\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(910,3856,'_wp_attached_file','revslider/parallax_scroll_slider/3dlayer_5.png'),(911,3856,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:700;s:4:\"file\";s:46:\"revslider/parallax_scroll_slider/3dlayer_5.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-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:21:\"3dlayer_5-300x263.png\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-768x672.png\";s:5:\"width\";i:768;s:6:\"height\";i:672;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-588x441.png\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-385x289.png\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-284x213.png\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-182x136.png\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-292x221.png\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-333x235.png\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(912,3857,'_wp_attached_file','revslider/parallax_scroll_slider/3dlayer_4.png'),(913,3857,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:700;s:4:\"file\";s:46:\"revslider/parallax_scroll_slider/3dlayer_4.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-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:21:\"3dlayer_4-300x263.png\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-768x672.png\";s:5:\"width\";i:768;s:6:\"height\";i:672;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-588x441.png\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-385x289.png\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-284x213.png\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-182x136.png\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-292x221.png\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-333x235.png\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(914,3858,'_wp_attached_file','revslider/parallax_scroll_slider/3dlayer_3.png'),(915,3858,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:700;s:4:\"file\";s:46:\"revslider/parallax_scroll_slider/3dlayer_3.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-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:21:\"3dlayer_3-300x263.png\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-768x672.png\";s:5:\"width\";i:768;s:6:\"height\";i:672;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-588x441.png\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-385x289.png\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-284x213.png\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-182x136.png\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-292x221.png\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-333x235.png\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(916,3859,'_wp_attached_file','revslider/parallax_scroll_slider/3dlayer_2.png'),(917,3859,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:700;s:4:\"file\";s:46:\"revslider/parallax_scroll_slider/3dlayer_2.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-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:21:\"3dlayer_2-300x263.png\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-768x672.png\";s:5:\"width\";i:768;s:6:\"height\";i:672;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-588x441.png\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-385x289.png\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-284x213.png\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-182x136.png\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-292x221.png\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-333x235.png\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(918,3860,'_wp_attached_file','revslider/parallax_scroll_slider/3dlayer_1.png'),(919,3860,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:700;s:4:\"file\";s:46:\"revslider/parallax_scroll_slider/3dlayer_1.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"3dlayer_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:21:\"3dlayer_1-300x263.png\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-768x672.png\";s:5:\"width\";i:768;s:6:\"height\";i:672;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-588x441.png\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-385x289.png\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-284x213.png\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-182x136.png\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-292x221.png\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-333x235.png\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(920,3861,'_wp_attached_file','revslider/parallax_scroll_slider/forest1.jpg'),(921,3861,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:44:\"revslider/parallax_scroll_slider/forest1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"forest1-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:\"forest1-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:\"forest1-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:\"forest1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:19:\"forest1-588x441.jpg\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:19:\"forest1-385x289.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:19:\"forest1-284x213.jpg\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:19:\"forest1-182x136.jpg\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:19:\"forest1-292x221.jpg\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:19:\"forest1-333x235.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(922,3862,'_wp_attached_file','revslider/parallax_scroll_slider/slidebg2.jpg'),(923,3862,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:700;s:4:\"file\";s:45:\"revslider/parallax_scroll_slider/slidebg2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"slidebg2-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:\"slidebg2-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"slidebg2-768x280.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"slidebg2-1024x373.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:20:\"slidebg2-588x441.jpg\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:20:\"slidebg2-385x289.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:20:\"slidebg2-284x213.jpg\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:20:\"slidebg2-182x136.jpg\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:20:\"slidebg2-292x221.jpg\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:20:\"slidebg2-333x235.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(924,3863,'_wp_attached_file','revslider/parallax_scroll_slider/ipad2.png'),(925,3863,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:514;s:4:\"file\";s:42:\"revslider/parallax_scroll_slider/ipad2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"ipad2-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:17:\"ipad2-300x223.png\";s:5:\"width\";i:300;s:6:\"height\";i:223;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:17:\"ipad2-588x441.png\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:17:\"ipad2-385x289.png\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:17:\"ipad2-284x213.png\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:17:\"ipad2-182x136.png\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:17:\"ipad2-292x221.png\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:17:\"ipad2-333x235.png\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(926,3864,'_wp_attached_file','revslider/parallax_scroll_slider/pulse1.png'),(927,3864,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:120;s:6:\"height\";i:120;s:4:\"file\";s:43:\"revslider/parallax_scroll_slider/pulse1.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:{}}}'),(928,3865,'_wp_attached_file','revslider/parallax_scroll_slider/hand1.png'),(929,3865,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:604;s:6:\"height\";i:614;s:4:\"file\";s:42:\"revslider/parallax_scroll_slider/hand1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"hand1-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:17:\"hand1-295x300.png\";s:5:\"width\";i:295;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:17:\"hand1-588x441.png\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:17:\"hand1-385x289.png\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:17:\"hand1-284x213.png\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:17:\"hand1-182x136.png\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:17:\"hand1-292x221.png\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:17:\"hand1-333x235.png\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(930,3866,'_wp_attached_file','revslider/parallax_scroll_slider/iphone.png'),(931,3866,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:347;s:6:\"height\";i:537;s:4:\"file\";s:43:\"revslider/parallax_scroll_slider/iphone.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"iphone-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:18:\"iphone-194x300.png\";s:5:\"width\";i:194;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:18:\"iphone-347x441.png\";s:5:\"width\";i:347;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:18:\"iphone-347x289.png\";s:5:\"width\";i:347;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:18:\"iphone-284x213.png\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:18:\"iphone-182x136.png\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:18:\"iphone-292x221.png\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:18:\"iphone-333x235.png\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(932,3867,'_wp_attached_file','revslider/parallax_scroll_slider/largegreen.png'),(933,3867,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:277;s:6:\"height\";i:85;s:4:\"file\";s:47:\"revslider/parallax_scroll_slider/largegreen.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"largegreen-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:21:\"largegreen-182x85.png\";s:5:\"width\";i:182;s:6:\"height\";i:85;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:{}}}'),(934,3868,'_wp_attached_file','revslider/parallax_scroll_slider/citybg.jpg'),(935,3868,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:700;s:4:\"file\";s:43:\"revslider/parallax_scroll_slider/citybg.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"citybg-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:\"citybg-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"citybg-768x280.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"citybg-1024x373.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:18:\"citybg-588x441.jpg\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:18:\"citybg-385x289.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:18:\"citybg-284x213.jpg\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:18:\"citybg-182x136.jpg\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:18:\"citybg-292x221.jpg\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:18:\"citybg-333x235.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(936,3869,'_wp_attached_file','revslider/parallax_scroll_slider/redbg.png'),(937,3869,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:121;s:6:\"height\";i:47;s:4:\"file\";s:42:\"revslider/parallax_scroll_slider/redbg.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:{}}}'),(938,3870,'_wp_attached_file','revslider/parallax_scroll_slider/ipad_dark.png'),(939,3870,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:514;s:4:\"file\";s:46:\"revslider/parallax_scroll_slider/ipad_dark.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"ipad_dark-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:21:\"ipad_dark-300x223.png\";s:5:\"width\";i:300;s:6:\"height\";i:223;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"ipad_dark-588x441.png\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"ipad_dark-385x289.png\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:21:\"ipad_dark-284x213.png\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:21:\"ipad_dark-182x136.png\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:21:\"ipad_dark-292x221.png\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:21:\"ipad_dark-333x235.png\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(940,3871,'_wp_attached_file','revslider/parallax_scroll_slider/greenbg.jpg'),(941,3871,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:44:\"revslider/parallax_scroll_slider/greenbg.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"greenbg-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:\"greenbg-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:\"greenbg-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:\"greenbg-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:19:\"greenbg-588x441.jpg\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:19:\"greenbg-385x289.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:19:\"greenbg-284x213.jpg\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:19:\"greenbg-182x136.jpg\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:19:\"greenbg-292x221.jpg\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:19:\"greenbg-333x235.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(942,3872,'_wp_attached_file','revslider/parallax_scroll_slider/3dlayer_6.png'),(943,3872,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:700;s:4:\"file\";s:46:\"revslider/parallax_scroll_slider/3dlayer_6.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-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:21:\"3dlayer_6-300x263.png\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-768x672.png\";s:5:\"width\";i:768;s:6:\"height\";i:672;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-588x441.png\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-385x289.png\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-284x213.png\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-182x136.png\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-292x221.png\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-333x235.png\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(944,3873,'_wp_attached_file','revslider/parallax_scroll_slider/3dlayer_5.png'),(945,3873,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:700;s:4:\"file\";s:46:\"revslider/parallax_scroll_slider/3dlayer_5.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-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:21:\"3dlayer_5-300x263.png\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-768x672.png\";s:5:\"width\";i:768;s:6:\"height\";i:672;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-588x441.png\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-385x289.png\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-284x213.png\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-182x136.png\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-292x221.png\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-333x235.png\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(946,3874,'_wp_attached_file','revslider/parallax_scroll_slider/3dlayer_4.png'),(947,3874,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:700;s:4:\"file\";s:46:\"revslider/parallax_scroll_slider/3dlayer_4.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-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:21:\"3dlayer_4-300x263.png\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-768x672.png\";s:5:\"width\";i:768;s:6:\"height\";i:672;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-588x441.png\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-385x289.png\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-284x213.png\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-182x136.png\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-292x221.png\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-333x235.png\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(948,3875,'_wp_attached_file','revslider/parallax_scroll_slider/3dlayer_3.png'),(949,3875,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:700;s:4:\"file\";s:46:\"revslider/parallax_scroll_slider/3dlayer_3.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-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:21:\"3dlayer_3-300x263.png\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-768x672.png\";s:5:\"width\";i:768;s:6:\"height\";i:672;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-588x441.png\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-385x289.png\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-284x213.png\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-182x136.png\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-292x221.png\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-333x235.png\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(950,3876,'_wp_attached_file','revslider/parallax_scroll_slider/3dlayer_2.png'),(951,3876,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:700;s:4:\"file\";s:46:\"revslider/parallax_scroll_slider/3dlayer_2.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-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:21:\"3dlayer_2-300x263.png\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-768x672.png\";s:5:\"width\";i:768;s:6:\"height\";i:672;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-588x441.png\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-385x289.png\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-284x213.png\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-182x136.png\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-292x221.png\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-333x235.png\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(952,3877,'_wp_attached_file','revslider/parallax_scroll_slider/3dlayer_1.png'),(953,3877,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:700;s:4:\"file\";s:46:\"revslider/parallax_scroll_slider/3dlayer_1.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"3dlayer_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:21:\"3dlayer_1-300x263.png\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-768x672.png\";s:5:\"width\";i:768;s:6:\"height\";i:672;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-588x441.png\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-385x289.png\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-284x213.png\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-182x136.png\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-292x221.png\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-333x235.png\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(954,3878,'_wp_attached_file','revslider/parallax_scroll_slider/forest1.jpg'),(955,3878,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:44:\"revslider/parallax_scroll_slider/forest1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"forest1-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:\"forest1-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:\"forest1-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:\"forest1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:19:\"forest1-588x441.jpg\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:19:\"forest1-385x289.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:19:\"forest1-284x213.jpg\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:19:\"forest1-182x136.jpg\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:19:\"forest1-292x221.jpg\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:19:\"forest1-333x235.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(956,3879,'_wp_attached_file','revslider/parallax_scroll_slider/slidebg2.jpg'),(957,3879,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:700;s:4:\"file\";s:45:\"revslider/parallax_scroll_slider/slidebg2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"slidebg2-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:\"slidebg2-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"slidebg2-768x280.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"slidebg2-1024x373.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:20:\"slidebg2-588x441.jpg\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:20:\"slidebg2-385x289.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:20:\"slidebg2-284x213.jpg\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:20:\"slidebg2-182x136.jpg\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:20:\"slidebg2-292x221.jpg\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:20:\"slidebg2-333x235.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(958,3880,'_wp_attached_file','revslider/parallax_scroll_slider/ipad2.png'),(959,3880,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:514;s:4:\"file\";s:42:\"revslider/parallax_scroll_slider/ipad2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"ipad2-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:17:\"ipad2-300x223.png\";s:5:\"width\";i:300;s:6:\"height\";i:223;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:17:\"ipad2-588x441.png\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:17:\"ipad2-385x289.png\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:17:\"ipad2-284x213.png\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:17:\"ipad2-182x136.png\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:17:\"ipad2-292x221.png\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:17:\"ipad2-333x235.png\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(960,3881,'_wp_attached_file','revslider/parallax_scroll_slider/pulse1.png'),(961,3881,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:120;s:6:\"height\";i:120;s:4:\"file\";s:43:\"revslider/parallax_scroll_slider/pulse1.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:{}}}'),(962,3882,'_wp_attached_file','revslider/parallax_scroll_slider/hand1.png'),(963,3882,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:604;s:6:\"height\";i:614;s:4:\"file\";s:42:\"revslider/parallax_scroll_slider/hand1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"hand1-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:17:\"hand1-295x300.png\";s:5:\"width\";i:295;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:17:\"hand1-588x441.png\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:17:\"hand1-385x289.png\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:17:\"hand1-284x213.png\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:17:\"hand1-182x136.png\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:17:\"hand1-292x221.png\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:17:\"hand1-333x235.png\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(964,3883,'_wp_attached_file','revslider/parallax_scroll_slider/iphone.png'),(965,3883,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:347;s:6:\"height\";i:537;s:4:\"file\";s:43:\"revslider/parallax_scroll_slider/iphone.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"iphone-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:18:\"iphone-194x300.png\";s:5:\"width\";i:194;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:18:\"iphone-347x441.png\";s:5:\"width\";i:347;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:18:\"iphone-347x289.png\";s:5:\"width\";i:347;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:18:\"iphone-284x213.png\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:18:\"iphone-182x136.png\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:18:\"iphone-292x221.png\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:18:\"iphone-333x235.png\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(966,3884,'_wp_attached_file','revslider/parallax_scroll_slider/largegreen.png'),(967,3884,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:277;s:6:\"height\";i:85;s:4:\"file\";s:47:\"revslider/parallax_scroll_slider/largegreen.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"largegreen-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:21:\"largegreen-182x85.png\";s:5:\"width\";i:182;s:6:\"height\";i:85;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:{}}}'),(968,3885,'_wp_attached_file','revslider/parallax_scroll_slider/citybg.jpg'),(969,3885,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:700;s:4:\"file\";s:43:\"revslider/parallax_scroll_slider/citybg.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"citybg-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:\"citybg-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"citybg-768x280.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"citybg-1024x373.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:18:\"citybg-588x441.jpg\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:18:\"citybg-385x289.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:18:\"citybg-284x213.jpg\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:18:\"citybg-182x136.jpg\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:18:\"citybg-292x221.jpg\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:18:\"citybg-333x235.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(970,3886,'_wp_attached_file','revslider/parallax_scroll_slider/redbg.png'),(971,3886,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:121;s:6:\"height\";i:47;s:4:\"file\";s:42:\"revslider/parallax_scroll_slider/redbg.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:{}}}'),(972,3887,'_wp_attached_file','revslider/parallax_scroll_slider/ipad_dark.png'),(973,3887,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:514;s:4:\"file\";s:46:\"revslider/parallax_scroll_slider/ipad_dark.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"ipad_dark-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:21:\"ipad_dark-300x223.png\";s:5:\"width\";i:300;s:6:\"height\";i:223;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"ipad_dark-588x441.png\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"ipad_dark-385x289.png\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:21:\"ipad_dark-284x213.png\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:21:\"ipad_dark-182x136.png\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:21:\"ipad_dark-292x221.png\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:21:\"ipad_dark-333x235.png\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(974,3888,'_wp_attached_file','revslider/parallax_scroll_slider/greenbg.jpg'),(975,3888,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:44:\"revslider/parallax_scroll_slider/greenbg.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"greenbg-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:\"greenbg-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:\"greenbg-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:\"greenbg-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:19:\"greenbg-588x441.jpg\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:19:\"greenbg-385x289.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:19:\"greenbg-284x213.jpg\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:19:\"greenbg-182x136.jpg\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:19:\"greenbg-292x221.jpg\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:19:\"greenbg-333x235.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(976,3889,'_wp_attached_file','revslider/parallax_scroll_slider/3dlayer_6.png'),(977,3889,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:700;s:4:\"file\";s:46:\"revslider/parallax_scroll_slider/3dlayer_6.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-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:21:\"3dlayer_6-300x263.png\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-768x672.png\";s:5:\"width\";i:768;s:6:\"height\";i:672;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-588x441.png\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-385x289.png\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-284x213.png\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-182x136.png\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-292x221.png\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-333x235.png\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(978,3890,'_wp_attached_file','revslider/parallax_scroll_slider/3dlayer_5.png'),(979,3890,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:700;s:4:\"file\";s:46:\"revslider/parallax_scroll_slider/3dlayer_5.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-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:21:\"3dlayer_5-300x263.png\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-768x672.png\";s:5:\"width\";i:768;s:6:\"height\";i:672;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-588x441.png\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-385x289.png\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-284x213.png\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-182x136.png\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-292x221.png\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-333x235.png\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(980,3891,'_wp_attached_file','revslider/parallax_scroll_slider/3dlayer_4.png'),(981,3891,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:700;s:4:\"file\";s:46:\"revslider/parallax_scroll_slider/3dlayer_4.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-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:21:\"3dlayer_4-300x263.png\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-768x672.png\";s:5:\"width\";i:768;s:6:\"height\";i:672;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-588x441.png\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-385x289.png\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-284x213.png\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-182x136.png\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-292x221.png\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-333x235.png\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(982,3892,'_wp_attached_file','revslider/parallax_scroll_slider/3dlayer_3.png'),(983,3892,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:700;s:4:\"file\";s:46:\"revslider/parallax_scroll_slider/3dlayer_3.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-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:21:\"3dlayer_3-300x263.png\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-768x672.png\";s:5:\"width\";i:768;s:6:\"height\";i:672;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-588x441.png\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-385x289.png\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-284x213.png\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-182x136.png\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-292x221.png\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-333x235.png\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(984,3893,'_wp_attached_file','revslider/parallax_scroll_slider/3dlayer_2.png'),(985,3893,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:700;s:4:\"file\";s:46:\"revslider/parallax_scroll_slider/3dlayer_2.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-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:21:\"3dlayer_2-300x263.png\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-768x672.png\";s:5:\"width\";i:768;s:6:\"height\";i:672;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-588x441.png\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-385x289.png\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-284x213.png\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-182x136.png\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-292x221.png\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-333x235.png\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(986,3894,'_wp_attached_file','revslider/parallax_scroll_slider/3dlayer_1.png'),(987,3894,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:700;s:4:\"file\";s:46:\"revslider/parallax_scroll_slider/3dlayer_1.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"3dlayer_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:21:\"3dlayer_1-300x263.png\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-768x672.png\";s:5:\"width\";i:768;s:6:\"height\";i:672;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-588x441.png\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-385x289.png\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-284x213.png\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-182x136.png\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-292x221.png\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-333x235.png\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(988,3895,'_wp_attached_file','revslider/parallax_scroll_slider/forest1.jpg'),(989,3895,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:44:\"revslider/parallax_scroll_slider/forest1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"forest1-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:\"forest1-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:\"forest1-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:\"forest1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:19:\"forest1-588x441.jpg\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:19:\"forest1-385x289.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:19:\"forest1-284x213.jpg\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:19:\"forest1-182x136.jpg\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:19:\"forest1-292x221.jpg\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:19:\"forest1-333x235.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(990,3896,'_wp_attached_file','revslider/parallax_scroll_slider/slidebg2.jpg'),(991,3896,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:700;s:4:\"file\";s:45:\"revslider/parallax_scroll_slider/slidebg2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"slidebg2-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:\"slidebg2-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"slidebg2-768x280.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"slidebg2-1024x373.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:20:\"slidebg2-588x441.jpg\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:20:\"slidebg2-385x289.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:20:\"slidebg2-284x213.jpg\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:20:\"slidebg2-182x136.jpg\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:20:\"slidebg2-292x221.jpg\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:20:\"slidebg2-333x235.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(992,3897,'_wp_attached_file','revslider/parallax_scroll_slider/ipad2.png'),(993,3897,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:514;s:4:\"file\";s:42:\"revslider/parallax_scroll_slider/ipad2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"ipad2-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:17:\"ipad2-300x223.png\";s:5:\"width\";i:300;s:6:\"height\";i:223;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:17:\"ipad2-588x441.png\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:17:\"ipad2-385x289.png\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:17:\"ipad2-284x213.png\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:17:\"ipad2-182x136.png\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:17:\"ipad2-292x221.png\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:17:\"ipad2-333x235.png\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(994,3898,'_wp_attached_file','revslider/parallax_scroll_slider/pulse1.png'),(995,3898,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:120;s:6:\"height\";i:120;s:4:\"file\";s:43:\"revslider/parallax_scroll_slider/pulse1.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:{}}}'),(996,3899,'_wp_attached_file','revslider/parallax_scroll_slider/hand1.png'),(997,3899,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:604;s:6:\"height\";i:614;s:4:\"file\";s:42:\"revslider/parallax_scroll_slider/hand1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"hand1-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:17:\"hand1-295x300.png\";s:5:\"width\";i:295;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:17:\"hand1-588x441.png\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:17:\"hand1-385x289.png\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:17:\"hand1-284x213.png\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:17:\"hand1-182x136.png\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:17:\"hand1-292x221.png\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:17:\"hand1-333x235.png\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(998,3900,'_wp_attached_file','revslider/parallax_scroll_slider/iphone.png'),(999,3900,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:347;s:6:\"height\";i:537;s:4:\"file\";s:43:\"revslider/parallax_scroll_slider/iphone.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"iphone-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:18:\"iphone-194x300.png\";s:5:\"width\";i:194;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:18:\"iphone-347x441.png\";s:5:\"width\";i:347;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:18:\"iphone-347x289.png\";s:5:\"width\";i:347;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:18:\"iphone-284x213.png\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:18:\"iphone-182x136.png\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:18:\"iphone-292x221.png\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:18:\"iphone-333x235.png\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(1000,3901,'_wp_attached_file','revslider/parallax_scroll_slider/largegreen.png'),(1001,3901,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:277;s:6:\"height\";i:85;s:4:\"file\";s:47:\"revslider/parallax_scroll_slider/largegreen.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"largegreen-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:21:\"largegreen-182x85.png\";s:5:\"width\";i:182;s:6:\"height\";i:85;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:{}}}'),(1002,3902,'_wp_attached_file','revslider/parallax_scroll_slider/citybg.jpg'),(1003,3902,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:700;s:4:\"file\";s:43:\"revslider/parallax_scroll_slider/citybg.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"citybg-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:\"citybg-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"citybg-768x280.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"citybg-1024x373.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:18:\"citybg-588x441.jpg\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:18:\"citybg-385x289.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:18:\"citybg-284x213.jpg\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:18:\"citybg-182x136.jpg\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:18:\"citybg-292x221.jpg\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:18:\"citybg-333x235.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(1004,3903,'_wp_attached_file','revslider/parallax_scroll_slider/redbg.png'),(1005,3903,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:121;s:6:\"height\";i:47;s:4:\"file\";s:42:\"revslider/parallax_scroll_slider/redbg.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:{}}}'),(1006,3904,'_wp_attached_file','revslider/parallax_scroll_slider/ipad_dark.png'),(1007,3904,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:514;s:4:\"file\";s:46:\"revslider/parallax_scroll_slider/ipad_dark.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"ipad_dark-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:21:\"ipad_dark-300x223.png\";s:5:\"width\";i:300;s:6:\"height\";i:223;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"ipad_dark-588x441.png\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"ipad_dark-385x289.png\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:21:\"ipad_dark-284x213.png\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:21:\"ipad_dark-182x136.png\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:21:\"ipad_dark-292x221.png\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:21:\"ipad_dark-333x235.png\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(1008,3905,'_wp_attached_file','revslider/homeslider_fullscreen/slidebg1.jpg'),(1009,3905,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:700;s:4:\"file\";s:44:\"revslider/homeslider_fullscreen/slidebg1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"slidebg1-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:\"slidebg1-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"slidebg1-768x280.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"slidebg1-1024x373.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:20:\"slidebg1-588x441.jpg\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:20:\"slidebg1-385x289.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:20:\"slidebg1-284x213.jpg\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:20:\"slidebg1-182x136.jpg\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:20:\"slidebg1-292x221.jpg\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:20:\"slidebg1-333x235.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(1010,3906,'_wp_attached_file','revslider/homeslider_fullscreen/plate2.png'),(1011,3906,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:640;s:4:\"file\";s:42:\"revslider/homeslider_fullscreen/plate2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"plate2-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:18:\"plate2-281x300.png\";s:5:\"width\";i:281;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:18:\"plate2-588x441.png\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:18:\"plate2-385x289.png\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:18:\"plate2-284x213.png\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:18:\"plate2-182x136.png\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:18:\"plate2-292x221.png\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:18:\"plate2-333x235.png\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(1012,3907,'_wp_attached_file','revslider/homeslider_fullscreen/plate1.png'),(1013,3907,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:640;s:4:\"file\";s:42:\"revslider/homeslider_fullscreen/plate1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"plate1-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:18:\"plate1-281x300.png\";s:5:\"width\";i:281;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:18:\"plate1-588x441.png\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:18:\"plate1-385x289.png\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:18:\"plate1-284x213.png\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:18:\"plate1-182x136.png\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:18:\"plate1-292x221.png\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:18:\"plate1-333x235.png\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(1014,3908,'_wp_attached_file','revslider/homeslider_fullscreen/woman1.png'),(1015,3908,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:260;s:6:\"height\";i:600;s:4:\"file\";s:42:\"revslider/homeslider_fullscreen/woman1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"woman1-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:18:\"woman1-130x300.png\";s:5:\"width\";i:130;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:18:\"woman1-260x441.png\";s:5:\"width\";i:260;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:18:\"woman1-260x289.png\";s:5:\"width\";i:260;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:18:\"woman1-260x213.png\";s:5:\"width\";i:260;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:18:\"woman1-182x136.png\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:18:\"woman1-260x221.png\";s:5:\"width\";i:260;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:18:\"woman1-260x235.png\";s:5:\"width\";i:260;s:6:\"height\";i:235;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:{}}}'),(1016,3909,'_wp_attached_file','revslider/homeslider_fullscreen/redbg.png'),(1017,3909,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:121;s:6:\"height\";i:47;s:4:\"file\";s:41:\"revslider/homeslider_fullscreen/redbg.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:{}}}'),(1018,3910,'_wp_attached_file','revslider/homeslider_fullscreen/greyline.png'),(1019,3910,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:440;s:6:\"height\";i:2;s:4:\"file\";s:44:\"revslider/homeslider_fullscreen/greyline.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"greyline-150x2.png\";s:5:\"width\";i:150;s:6:\"height\";i:2;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"greyline-300x1.png\";s:5:\"width\";i:300;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:18:\"greyline-385x2.png\";s:5:\"width\";i:385;s:6:\"height\";i:2;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:18:\"greyline-284x2.png\";s:5:\"width\";i:284;s:6:\"height\";i:2;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:18:\"greyline-182x2.png\";s:5:\"width\";i:182;s:6:\"height\";i:2;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:18:\"greyline-292x2.png\";s:5:\"width\";i:292;s:6:\"height\";i:2;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:18:\"greyline-333x2.png\";s:5:\"width\";i:333;s:6:\"height\";i:2;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:{}}}'),(1020,3911,'_wp_attached_file','revslider/homeslider_fullscreen/doublearrow2.png'),(1021,3911,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:36;s:6:\"height\";i:22;s:4:\"file\";s:48:\"revslider/homeslider_fullscreen/doublearrow2.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:{}}}'),(1022,3912,'_wp_attached_file','revslider/homeslider_fullscreen/laptopmockup_sliderdy.jpg'),(1023,3912,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2600;s:6:\"height\";i:1733;s:4:\"file\";s:57:\"revslider/homeslider_fullscreen/laptopmockup_sliderdy.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"laptopmockup_sliderdy-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:33:\"laptopmockup_sliderdy-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:33:\"laptopmockup_sliderdy-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:34:\"laptopmockup_sliderdy-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:33:\"laptopmockup_sliderdy-588x441.jpg\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:33:\"laptopmockup_sliderdy-385x289.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:33:\"laptopmockup_sliderdy-284x213.jpg\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:33:\"laptopmockup_sliderdy-182x136.jpg\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:33:\"laptopmockup_sliderdy-292x221.jpg\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:33:\"laptopmockup_sliderdy-333x235.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(1024,3913,'_wp_attached_file','revslider/homeslider_fullscreen/redbg_big.png'),(1025,3913,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:247;s:6:\"height\";i:85;s:4:\"file\";s:45:\"revslider/homeslider_fullscreen/redbg_big.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"redbg_big-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:20:\"redbg_big-182x85.png\";s:5:\"width\";i:182;s:6:\"height\";i:85;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:{}}}'),(1026,3914,'_wp_attached_file','revslider/homeslider_fullscreen/check.png'),(1027,3914,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:34;s:6:\"height\";i:34;s:4:\"file\";s:41:\"revslider/homeslider_fullscreen/check.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:{}}}'),(1028,3915,'_wp_attached_file','revslider/homeslider_fullscreen/3dbg.jpg'),(1029,3915,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:700;s:4:\"file\";s:40:\"revslider/homeslider_fullscreen/3dbg.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"3dbg-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:\"3dbg-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"3dbg-768x280.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"3dbg-1024x373.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:16:\"3dbg-588x441.jpg\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:16:\"3dbg-385x289.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:16:\"3dbg-284x213.jpg\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:16:\"3dbg-182x136.jpg\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:16:\"3dbg-292x221.jpg\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:16:\"3dbg-333x235.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(1030,3916,'_wp_attached_file','revslider/homeslider_fullscreen/3dlayer_6.png'),(1031,3916,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:700;s:4:\"file\";s:45:\"revslider/homeslider_fullscreen/3dlayer_6.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-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:21:\"3dlayer_6-300x263.png\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-768x672.png\";s:5:\"width\";i:768;s:6:\"height\";i:672;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-588x441.png\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-385x289.png\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-284x213.png\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-182x136.png\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-292x221.png\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-333x235.png\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(1032,3917,'_wp_attached_file','revslider/homeslider_fullscreen/3dlayer_5.png'),(1033,3917,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:700;s:4:\"file\";s:45:\"revslider/homeslider_fullscreen/3dlayer_5.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-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:21:\"3dlayer_5-300x263.png\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-768x672.png\";s:5:\"width\";i:768;s:6:\"height\";i:672;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-588x441.png\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-385x289.png\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-284x213.png\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-182x136.png\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-292x221.png\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-333x235.png\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(1034,3918,'_wp_attached_file','revslider/homeslider_fullscreen/3dlayer_4.png'),(1035,3918,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:700;s:4:\"file\";s:45:\"revslider/homeslider_fullscreen/3dlayer_4.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-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:21:\"3dlayer_4-300x263.png\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-768x672.png\";s:5:\"width\";i:768;s:6:\"height\";i:672;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-588x441.png\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-385x289.png\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-284x213.png\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-182x136.png\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-292x221.png\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-333x235.png\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(1036,3919,'_wp_attached_file','revslider/homeslider_fullscreen/3dlayer_3.png'),(1037,3919,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:700;s:4:\"file\";s:45:\"revslider/homeslider_fullscreen/3dlayer_3.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-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:21:\"3dlayer_3-300x263.png\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-768x672.png\";s:5:\"width\";i:768;s:6:\"height\";i:672;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-588x441.png\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-385x289.png\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-284x213.png\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-182x136.png\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-292x221.png\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-333x235.png\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(1038,3920,'_wp_attached_file','revslider/homeslider_fullscreen/3dlayer_2.png'),(1039,3920,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:700;s:4:\"file\";s:45:\"revslider/homeslider_fullscreen/3dlayer_2.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-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:21:\"3dlayer_2-300x263.png\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-768x672.png\";s:5:\"width\";i:768;s:6:\"height\";i:672;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-588x441.png\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-385x289.png\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-284x213.png\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-182x136.png\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-292x221.png\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-333x235.png\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(1040,3921,'_wp_attached_file','revslider/homeslider_fullscreen/3dlayer_1.png'),(1041,3921,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:700;s:4:\"file\";s:45:\"revslider/homeslider_fullscreen/3dlayer_1.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"3dlayer_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:21:\"3dlayer_1-300x263.png\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-768x672.png\";s:5:\"width\";i:768;s:6:\"height\";i:672;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-588x441.png\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-385x289.png\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-284x213.png\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-182x136.png\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-292x221.png\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-333x235.png\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(1042,3922,'_wp_attached_file','revslider/homeslider_fullscreen/redbg.jpg'),(1043,3922,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:41:\"revslider/homeslider_fullscreen/redbg.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"redbg-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:\"redbg-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:\"redbg-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:17:\"redbg-588x441.jpg\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:17:\"redbg-385x289.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:17:\"redbg-284x213.jpg\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:17:\"redbg-182x136.jpg\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:17:\"redbg-292x221.jpg\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:17:\"redbg-333x235.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(1044,3923,'_wp_attached_file','revslider/homeslider_fullscreen/slidebg2.jpg'),(1045,3923,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:700;s:4:\"file\";s:44:\"revslider/homeslider_fullscreen/slidebg2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"slidebg2-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:\"slidebg2-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"slidebg2-768x280.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"slidebg2-1024x373.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:20:\"slidebg2-588x441.jpg\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:20:\"slidebg2-385x289.jpg\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:20:\"slidebg2-284x213.jpg\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:20:\"slidebg2-182x136.jpg\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:20:\"slidebg2-292x221.jpg\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:20:\"slidebg2-333x235.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(1046,3924,'_wp_attached_file','revslider/homeslider_fullscreen/ipad2.png'),(1047,3924,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:514;s:4:\"file\";s:41:\"revslider/homeslider_fullscreen/ipad2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"ipad2-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:17:\"ipad2-300x223.png\";s:5:\"width\";i:300;s:6:\"height\";i:223;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:17:\"ipad2-588x441.png\";s:5:\"width\";i:588;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:17:\"ipad2-385x289.png\";s:5:\"width\";i:385;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-four\";a:4:{s:4:\"file\";s:17:\"ipad2-284x213.png\";s:5:\"width\";i:284;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-six\";a:4:{s:4:\"file\";s:17:\"ipad2-182x136.png\";s:5:\"width\";i:182;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-recent\";a:4:{s:4:\"file\";s:17:\"ipad2-292x221.png\";s:5:\"width\";i:292;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"flex-thumb\";a:4:{s:4:\"file\";s:17:\"ipad2-333x235.png\";s:5:\"width\";i:333;s:6:\"height\";i:235;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:{}}}'),(1048,3925,'_wp_attached_file','revslider/homeslider_fullscreen/pulse1.png'),(1049,3925,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:120;s:6:\"height\";i:120;s:4:\"file\";s:42:\"revslider/homeslider_fullscreen/pulse1.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:{}}}'),(1050,3926,'_wp_attached_file','revslider/homeslider_fullscreen/hand1.png'),(1051,3926,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:604;s:6:\"height\";i:614;s:4:\"file\";s:41:\"revslider/homeslider_fullscreen/hand1.png\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"hand1-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:17:\"hand1-295x300.png\";s:5:\"width\";i:295;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"hand1-120x122.png\";s:5:\"width\";i:120;s:6:\"height\";i:122;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"hand1-500x508.png\";s:5:\"width\";i:500;s:6:\"height\";i:508;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"hand1-500x508.png\";s:5:\"width\";i:500;s:6:\"height\";i:508;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:17:\"hand1-604x272.png\";s:5:\"width\";i:604;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:17:\"hand1-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:17:\"hand1-604x400.png\";s:5:\"width\";i:604;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:17:\"hand1-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:17:\"hand1-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:17:\"hand1-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:17:\"hand1-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:17:\"hand1-604x441.png\";s:5:\"width\";i:604;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:15:\"hand1-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:17:\"hand1-200x203.png\";s:5:\"width\";i:200;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:17:\"hand1-400x407.png\";s:5:\"width\";i:400;s:6:\"height\";i:407;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:17:\"hand1-600x610.png\";s:5:\"width\";i:600;s:6:\"height\";i:610;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:{}}}'),(1052,3927,'_wp_attached_file','revslider/homeslider_fullscreen/iphone.png'),(1053,3927,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:347;s:6:\"height\";i:537;s:4:\"file\";s:42:\"revslider/homeslider_fullscreen/iphone.png\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"iphone-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:18:\"iphone-194x300.png\";s:5:\"width\";i:194;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"iphone-120x186.png\";s:5:\"width\";i:120;s:6:\"height\";i:186;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:18:\"iphone-347x272.png\";s:5:\"width\";i:347;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:18:\"iphone-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:18:\"iphone-347x400.png\";s:5:\"width\";i:347;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:18:\"iphone-347x272.png\";s:5:\"width\";i:347;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:18:\"iphone-347x295.png\";s:5:\"width\";i:347;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:18:\"iphone-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:18:\"iphone-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:18:\"iphone-347x441.png\";s:5:\"width\";i:347;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:16:\"iphone-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:18:\"iphone-200x310.png\";s:5:\"width\";i:200;s:6:\"height\";i:310;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:{}}}'),(1054,3928,'_wp_attached_file','revslider/homeslider_fullscreen/slidebg1.jpg'),(1055,3929,'_wp_attached_file','revslider/homeslider_fullscreen/largegreen.png'),(1056,3929,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:277;s:6:\"height\";i:85;s:4:\"file\";s:46:\"revslider/homeslider_fullscreen/largegreen.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"largegreen-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"largegreen-120x37.png\";s:5:\"width\";i:120;s:6:\"height\";i:37;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"largegreen-177x85.png\";s:5:\"width\";i:177;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:20:\"largegreen-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:21:\"largegreen-200x61.png\";s:5:\"width\";i:200;s:6:\"height\";i:61;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:{}}}'),(1057,3930,'_wp_attached_file','revslider/homeslider_fullscreen/citybg.jpg'),(1058,3928,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:700;s:4:\"file\";s:44:\"revslider/homeslider_fullscreen/slidebg1.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"slidebg1-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:\"slidebg1-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"slidebg1-768x280.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"slidebg1-1024x373.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"slidebg1-120x44.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:44;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"slidebg1-500x182.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"slidebg1-500x182.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"slidebg1-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"slidebg1-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:20:\"slidebg1-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:20:\"slidebg1-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:20:\"slidebg1-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:20:\"slidebg1-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:20:\"slidebg1-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:20:\"slidebg1-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:18:\"slidebg1-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:19:\"slidebg1-200x73.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:73;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:20:\"slidebg1-400x146.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:20:\"slidebg1-600x219.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:20:\"slidebg1-800x292.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:21:\"slidebg1-1200x438.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:438;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:{}}}'),(1059,3930,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:700;s:4:\"file\";s:42:\"revslider/homeslider_fullscreen/citybg.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"citybg-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:\"citybg-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"citybg-768x280.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"citybg-1024x373.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"citybg-120x44.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:44;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"citybg-500x182.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"citybg-500x182.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:18:\"citybg-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:18:\"citybg-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:18:\"citybg-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:18:\"citybg-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:18:\"citybg-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:18:\"citybg-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:18:\"citybg-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:18:\"citybg-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:16:\"citybg-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:17:\"citybg-200x73.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:73;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:18:\"citybg-400x146.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:18:\"citybg-600x219.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:18:\"citybg-800x292.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:19:\"citybg-1200x438.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:438;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:{}}}'),(1060,3931,'_wp_attached_file','revslider/homeslider_fullscreen/plate2.png'),(1061,3932,'_wp_attached_file','revslider/homeslider_fullscreen/ipad_dark.png'),(1062,3931,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:640;s:4:\"file\";s:42:\"revslider/homeslider_fullscreen/plate2.png\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"plate2-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:18:\"plate2-281x300.png\";s:5:\"width\";i:281;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"plate2-120x128.png\";s:5:\"width\";i:120;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"plate2-500x533.png\";s:5:\"width\";i:500;s:6:\"height\";i:533;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"plate2-500x533.png\";s:5:\"width\";i:500;s:6:\"height\";i:533;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:18:\"plate2-600x272.png\";s:5:\"width\";i:600;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:18:\"plate2-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:18:\"plate2-600x400.png\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:18:\"plate2-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:18:\"plate2-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:18:\"plate2-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:18:\"plate2-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:18:\"plate2-600x441.png\";s:5:\"width\";i:600;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:16:\"plate2-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:18:\"plate2-200x213.png\";s:5:\"width\";i:200;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:18:\"plate2-400x427.png\";s:5:\"width\";i:400;s:6:\"height\";i:427;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:18:\"plate2-600x640.png\";s:5:\"width\";i:600;s:6:\"height\";i:640;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:{}}}'),(1063,3933,'_wp_attached_file','revslider/homeslider_fullscreen/plate1.png'),(1064,3932,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:514;s:4:\"file\";s:45:\"revslider/homeslider_fullscreen/ipad_dark.png\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"ipad_dark-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:21:\"ipad_dark-300x223.png\";s:5:\"width\";i:300;s:6:\"height\";i:223;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"ipad_dark-120x89.png\";s:5:\"width\";i:120;s:6:\"height\";i:89;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"ipad_dark-500x371.png\";s:5:\"width\";i:500;s:6:\"height\";i:371;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"ipad_dark-500x371.png\";s:5:\"width\";i:500;s:6:\"height\";i:371;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"ipad_dark-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"ipad_dark-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:21:\"ipad_dark-692x400.png\";s:5:\"width\";i:692;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:21:\"ipad_dark-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"ipad_dark-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"ipad_dark-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"ipad_dark-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:21:\"ipad_dark-692x441.png\";s:5:\"width\";i:692;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"ipad_dark-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:21:\"ipad_dark-200x149.png\";s:5:\"width\";i:200;s:6:\"height\";i:149;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:21:\"ipad_dark-400x297.png\";s:5:\"width\";i:400;s:6:\"height\";i:297;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:21:\"ipad_dark-600x446.png\";s:5:\"width\";i:600;s:6:\"height\";i:446;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:{}}}'),(1065,3933,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:640;s:4:\"file\";s:42:\"revslider/homeslider_fullscreen/plate1.png\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"plate1-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:18:\"plate1-281x300.png\";s:5:\"width\";i:281;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"plate1-120x128.png\";s:5:\"width\";i:120;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"plate1-500x533.png\";s:5:\"width\";i:500;s:6:\"height\";i:533;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"plate1-500x533.png\";s:5:\"width\";i:500;s:6:\"height\";i:533;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:18:\"plate1-600x272.png\";s:5:\"width\";i:600;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:18:\"plate1-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:18:\"plate1-600x400.png\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:18:\"plate1-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:18:\"plate1-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:18:\"plate1-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:18:\"plate1-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:18:\"plate1-600x441.png\";s:5:\"width\";i:600;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:16:\"plate1-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:18:\"plate1-200x213.png\";s:5:\"width\";i:200;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:18:\"plate1-400x427.png\";s:5:\"width\";i:400;s:6:\"height\";i:427;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:18:\"plate1-600x640.png\";s:5:\"width\";i:600;s:6:\"height\";i:640;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:{}}}'),(1066,3934,'_wp_attached_file','revslider/homeslider_fullscreen/woman1.png'),(1067,3934,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:260;s:6:\"height\";i:600;s:4:\"file\";s:42:\"revslider/homeslider_fullscreen/woman1.png\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"woman1-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:18:\"woman1-130x300.png\";s:5:\"width\";i:130;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"woman1-120x277.png\";s:5:\"width\";i:120;s:6:\"height\";i:277;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:18:\"woman1-260x272.png\";s:5:\"width\";i:260;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:18:\"woman1-260x202.png\";s:5:\"width\";i:260;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:18:\"woman1-260x400.png\";s:5:\"width\";i:260;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:18:\"woman1-260x272.png\";s:5:\"width\";i:260;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:18:\"woman1-260x295.png\";s:5:\"width\";i:260;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:18:\"woman1-260x214.png\";s:5:\"width\";i:260;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:18:\"woman1-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:18:\"woman1-260x441.png\";s:5:\"width\";i:260;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:16:\"woman1-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:18:\"woman1-200x462.png\";s:5:\"width\";i:200;s:6:\"height\";i:462;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:{}}}'),(1068,3935,'_wp_attached_file','revslider/homeslider_fullscreen/redbg.png'),(1069,3935,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:121;s:6:\"height\";i:47;s:4:\"file\";s:41:\"revslider/homeslider_fullscreen/redbg.png\";s:5:\"sizes\";a:2:{s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"redbg-120x47.png\";s:5:\"width\";i:120;s:6:\"height\";i:47;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:15:\"redbg-66x47.png\";s:5:\"width\";i:66;s:6:\"height\";i:47;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:{}}}'),(1070,3936,'_wp_attached_file','revslider/homeslider_fullscreen/greyline.png'),(1071,3936,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:440;s:6:\"height\";i:2;s:4:\"file\";s:44:\"revslider/homeslider_fullscreen/greyline.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"greyline-150x2.png\";s:5:\"width\";i:150;s:6:\"height\";i:2;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"greyline-300x1.png\";s:5:\"width\";i:300;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"greyline-120x1.png\";s:5:\"width\";i:120;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:18:\"greyline-320x2.png\";s:5:\"width\";i:320;s:6:\"height\";i:2;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:18:\"greyline-300x2.png\";s:5:\"width\";i:300;s:6:\"height\";i:2;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:18:\"greyline-177x2.png\";s:5:\"width\";i:177;s:6:\"height\";i:2;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:17:\"greyline-66x2.png\";s:5:\"width\";i:66;s:6:\"height\";i:2;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:18:\"greyline-200x1.png\";s:5:\"width\";i:200;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:18:\"greyline-400x2.png\";s:5:\"width\";i:400;s:6:\"height\";i:2;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:{}}}'),(1072,3937,'_wp_attached_file','revslider/homeslider_fullscreen/doublearrow2.png'),(1073,3937,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:36;s:6:\"height\";i:22;s:4:\"file\";s:48:\"revslider/homeslider_fullscreen/doublearrow2.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:{}}}'),(1074,3938,'_wp_attached_file','revslider/homeslider_fullscreen/laptopmockup_sliderdy.jpg'),(1075,3938,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2600;s:6:\"height\";i:1733;s:4:\"file\";s:57:\"revslider/homeslider_fullscreen/laptopmockup_sliderdy.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"laptopmockup_sliderdy-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:33:\"laptopmockup_sliderdy-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:33:\"laptopmockup_sliderdy-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:34:\"laptopmockup_sliderdy-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"laptopmockup_sliderdy-120x80.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:33:\"laptopmockup_sliderdy-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"laptopmockup_sliderdy-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:33:\"laptopmockup_sliderdy-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:33:\"laptopmockup_sliderdy-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:33:\"laptopmockup_sliderdy-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:33:\"laptopmockup_sliderdy-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:33:\"laptopmockup_sliderdy-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:33:\"laptopmockup_sliderdy-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:33:\"laptopmockup_sliderdy-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:33:\"laptopmockup_sliderdy-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:31:\"laptopmockup_sliderdy-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:33:\"laptopmockup_sliderdy-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:33:\"laptopmockup_sliderdy-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:33:\"laptopmockup_sliderdy-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:33:\"laptopmockup_sliderdy-800x533.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:34:\"laptopmockup_sliderdy-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;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:{}}}'),(1076,3939,'_wp_attached_file','revslider/homeslider_fullscreen/redbg_big.png'),(1077,3939,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:247;s:6:\"height\";i:85;s:4:\"file\";s:45:\"revslider/homeslider_fullscreen/redbg_big.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"redbg_big-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"redbg_big-120x41.png\";s:5:\"width\";i:120;s:6:\"height\";i:41;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:20:\"redbg_big-177x85.png\";s:5:\"width\";i:177;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"redbg_big-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:20:\"redbg_big-200x69.png\";s:5:\"width\";i:200;s:6:\"height\";i:69;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:{}}}'),(1078,3940,'_wp_attached_file','revslider/homeslider_fullscreen/check.png'),(1079,3940,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:34;s:6:\"height\";i:34;s:4:\"file\";s:41:\"revslider/homeslider_fullscreen/check.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:{}}}'),(1080,3941,'_wp_attached_file','revslider/homeslider_fullscreen/3dbg.jpg'),(1081,3941,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:700;s:4:\"file\";s:40:\"revslider/homeslider_fullscreen/3dbg.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"3dbg-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:\"3dbg-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"3dbg-768x280.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"3dbg-1024x373.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"3dbg-120x44.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:44;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:16:\"3dbg-500x182.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:16:\"3dbg-500x182.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:16:\"3dbg-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:16:\"3dbg-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:16:\"3dbg-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:16:\"3dbg-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:16:\"3dbg-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:16:\"3dbg-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:16:\"3dbg-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:16:\"3dbg-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:14:\"3dbg-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:15:\"3dbg-200x73.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:73;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:16:\"3dbg-400x146.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:16:\"3dbg-600x219.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:16:\"3dbg-800x292.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:17:\"3dbg-1200x438.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:438;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:{}}}'),(1082,3942,'_wp_attached_file','revslider/homeslider_fullscreen/3dlayer_6.png'),(1083,3942,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:700;s:4:\"file\";s:45:\"revslider/homeslider_fullscreen/3dlayer_6.png\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-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:21:\"3dlayer_6-300x263.png\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-768x672.png\";s:5:\"width\";i:768;s:6:\"height\";i:672;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-120x105.png\";s:5:\"width\";i:120;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-500x438.png\";s:5:\"width\";i:500;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-500x438.png\";s:5:\"width\";i:500;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"3dlayer_6-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:21:\"3dlayer_6-200x175.png\";s:5:\"width\";i:200;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:21:\"3dlayer_6-400x350.png\";s:5:\"width\";i:400;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:21:\"3dlayer_6-600x525.png\";s:5:\"width\";i:600;s:6:\"height\";i:525;s:9:\"mime-type\";s:9:\"image/png\";}i:800;a:4:{s:4:\"file\";s:21:\"3dlayer_6-800x700.png\";s:5:\"width\";i:800;s:6:\"height\";i:700;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:{}}}'),(1084,3943,'_wp_attached_file','revslider/homeslider_fullscreen/3dlayer_5.png'),(1085,3943,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:700;s:4:\"file\";s:45:\"revslider/homeslider_fullscreen/3dlayer_5.png\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-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:21:\"3dlayer_5-300x263.png\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-768x672.png\";s:5:\"width\";i:768;s:6:\"height\";i:672;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-120x105.png\";s:5:\"width\";i:120;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-500x438.png\";s:5:\"width\";i:500;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-500x438.png\";s:5:\"width\";i:500;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"3dlayer_5-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:21:\"3dlayer_5-200x175.png\";s:5:\"width\";i:200;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:21:\"3dlayer_5-400x350.png\";s:5:\"width\";i:400;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:21:\"3dlayer_5-600x525.png\";s:5:\"width\";i:600;s:6:\"height\";i:525;s:9:\"mime-type\";s:9:\"image/png\";}i:800;a:4:{s:4:\"file\";s:21:\"3dlayer_5-800x700.png\";s:5:\"width\";i:800;s:6:\"height\";i:700;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:{}}}'),(1086,3944,'_wp_attached_file','revslider/homeslider_fullscreen/3dlayer_4.png'),(1087,3944,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:700;s:4:\"file\";s:45:\"revslider/homeslider_fullscreen/3dlayer_4.png\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-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:21:\"3dlayer_4-300x263.png\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-768x672.png\";s:5:\"width\";i:768;s:6:\"height\";i:672;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-120x105.png\";s:5:\"width\";i:120;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-500x438.png\";s:5:\"width\";i:500;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-500x438.png\";s:5:\"width\";i:500;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"3dlayer_4-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:21:\"3dlayer_4-200x175.png\";s:5:\"width\";i:200;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:21:\"3dlayer_4-400x350.png\";s:5:\"width\";i:400;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:21:\"3dlayer_4-600x525.png\";s:5:\"width\";i:600;s:6:\"height\";i:525;s:9:\"mime-type\";s:9:\"image/png\";}i:800;a:4:{s:4:\"file\";s:21:\"3dlayer_4-800x700.png\";s:5:\"width\";i:800;s:6:\"height\";i:700;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:{}}}'),(1088,3945,'_wp_attached_file','revslider/homeslider_fullscreen/3dlayer_3.png'),(1089,3945,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:700;s:4:\"file\";s:45:\"revslider/homeslider_fullscreen/3dlayer_3.png\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-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:21:\"3dlayer_3-300x263.png\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-768x672.png\";s:5:\"width\";i:768;s:6:\"height\";i:672;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-120x105.png\";s:5:\"width\";i:120;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-500x438.png\";s:5:\"width\";i:500;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-500x438.png\";s:5:\"width\";i:500;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"3dlayer_3-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:21:\"3dlayer_3-200x175.png\";s:5:\"width\";i:200;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:21:\"3dlayer_3-400x350.png\";s:5:\"width\";i:400;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:21:\"3dlayer_3-600x525.png\";s:5:\"width\";i:600;s:6:\"height\";i:525;s:9:\"mime-type\";s:9:\"image/png\";}i:800;a:4:{s:4:\"file\";s:21:\"3dlayer_3-800x700.png\";s:5:\"width\";i:800;s:6:\"height\";i:700;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:{}}}'),(1090,3946,'_wp_attached_file','revslider/homeslider_fullscreen/3dlayer_2.png'),(1091,3946,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:700;s:4:\"file\";s:45:\"revslider/homeslider_fullscreen/3dlayer_2.png\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-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:21:\"3dlayer_2-300x263.png\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-768x672.png\";s:5:\"width\";i:768;s:6:\"height\";i:672;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-120x105.png\";s:5:\"width\";i:120;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-500x438.png\";s:5:\"width\";i:500;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-500x438.png\";s:5:\"width\";i:500;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"3dlayer_2-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:21:\"3dlayer_2-200x175.png\";s:5:\"width\";i:200;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:21:\"3dlayer_2-400x350.png\";s:5:\"width\";i:400;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:21:\"3dlayer_2-600x525.png\";s:5:\"width\";i:600;s:6:\"height\";i:525;s:9:\"mime-type\";s:9:\"image/png\";}i:800;a:4:{s:4:\"file\";s:21:\"3dlayer_2-800x700.png\";s:5:\"width\";i:800;s:6:\"height\";i:700;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:{}}}'),(1092,3947,'_wp_attached_file','revslider/homeslider_fullscreen/3dlayer_1.png'),(1093,3947,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:700;s:4:\"file\";s:45:\"revslider/homeslider_fullscreen/3dlayer_1.png\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"3dlayer_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:21:\"3dlayer_1-300x263.png\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-768x672.png\";s:5:\"width\";i:768;s:6:\"height\";i:672;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-120x105.png\";s:5:\"width\";i:120;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-500x438.png\";s:5:\"width\";i:500;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-500x438.png\";s:5:\"width\";i:500;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"3dlayer_1-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:21:\"3dlayer_1-200x175.png\";s:5:\"width\";i:200;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:21:\"3dlayer_1-400x350.png\";s:5:\"width\";i:400;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:21:\"3dlayer_1-600x525.png\";s:5:\"width\";i:600;s:6:\"height\";i:525;s:9:\"mime-type\";s:9:\"image/png\";}i:800;a:4:{s:4:\"file\";s:21:\"3dlayer_1-800x700.png\";s:5:\"width\";i:800;s:6:\"height\";i:700;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:{}}}'),(1094,3948,'_wp_attached_file','revslider/homeslider_fullscreen/redbg.jpg'),(1095,3948,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:41:\"revslider/homeslider_fullscreen/redbg.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"redbg-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:\"redbg-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:\"redbg-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"redbg-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"redbg-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"redbg-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:17:\"redbg-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:17:\"redbg-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:17:\"redbg-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:17:\"redbg-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:17:\"redbg-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:17:\"redbg-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:17:\"redbg-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:17:\"redbg-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:15:\"redbg-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:17:\"redbg-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:17:\"redbg-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:17:\"redbg-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:17:\"redbg-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;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:{}}}'),(1096,3949,'_wp_attached_file','revslider/homeslider_fullscreen/slidebg2.jpg'),(1097,3949,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:700;s:4:\"file\";s:44:\"revslider/homeslider_fullscreen/slidebg2.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"slidebg2-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:\"slidebg2-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"slidebg2-768x280.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"slidebg2-1024x373.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"slidebg2-120x44.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:44;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"slidebg2-500x182.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"slidebg2-500x182.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"slidebg2-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"slidebg2-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:20:\"slidebg2-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:20:\"slidebg2-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:20:\"slidebg2-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:20:\"slidebg2-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:20:\"slidebg2-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:20:\"slidebg2-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:18:\"slidebg2-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:19:\"slidebg2-200x73.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:73;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:20:\"slidebg2-400x146.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:20:\"slidebg2-600x219.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:20:\"slidebg2-800x292.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:21:\"slidebg2-1200x438.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:438;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:{}}}'),(1098,3950,'_wp_attached_file','revslider/homeslider_fullscreen/ipad2.png'),(1099,3950,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:514;s:4:\"file\";s:41:\"revslider/homeslider_fullscreen/ipad2.png\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"ipad2-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:17:\"ipad2-300x223.png\";s:5:\"width\";i:300;s:6:\"height\";i:223;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"ipad2-120x89.png\";s:5:\"width\";i:120;s:6:\"height\";i:89;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"ipad2-500x371.png\";s:5:\"width\";i:500;s:6:\"height\";i:371;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"ipad2-500x371.png\";s:5:\"width\";i:500;s:6:\"height\";i:371;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:17:\"ipad2-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:17:\"ipad2-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:17:\"ipad2-692x400.png\";s:5:\"width\";i:692;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:17:\"ipad2-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:17:\"ipad2-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:17:\"ipad2-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:17:\"ipad2-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:17:\"ipad2-692x441.png\";s:5:\"width\";i:692;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:15:\"ipad2-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:17:\"ipad2-200x149.png\";s:5:\"width\";i:200;s:6:\"height\";i:149;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:17:\"ipad2-400x297.png\";s:5:\"width\";i:400;s:6:\"height\";i:297;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:17:\"ipad2-600x446.png\";s:5:\"width\";i:600;s:6:\"height\";i:446;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:{}}}'),(1100,3951,'_wp_attached_file','revslider/homeslider_fullscreen/pulse1.png'),(1101,3951,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:120;s:6:\"height\";i:120;s:4:\"file\";s:42:\"revslider/homeslider_fullscreen/pulse1.png\";s:5:\"sizes\";a:2:{s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"pulse1-120x120.png\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:16:\"pulse1-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;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:{}}}'),(1102,3952,'_wp_attached_file','revslider/homeslider_fullscreen/hand1.png'),(1103,3952,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:604;s:6:\"height\";i:614;s:4:\"file\";s:41:\"revslider/homeslider_fullscreen/hand1.png\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"hand1-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:17:\"hand1-295x300.png\";s:5:\"width\";i:295;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"hand1-120x122.png\";s:5:\"width\";i:120;s:6:\"height\";i:122;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"hand1-500x508.png\";s:5:\"width\";i:500;s:6:\"height\";i:508;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"hand1-500x508.png\";s:5:\"width\";i:500;s:6:\"height\";i:508;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:17:\"hand1-604x272.png\";s:5:\"width\";i:604;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:17:\"hand1-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:17:\"hand1-604x400.png\";s:5:\"width\";i:604;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:17:\"hand1-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:17:\"hand1-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:17:\"hand1-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:17:\"hand1-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:17:\"hand1-604x441.png\";s:5:\"width\";i:604;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:15:\"hand1-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:17:\"hand1-200x203.png\";s:5:\"width\";i:200;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:17:\"hand1-400x407.png\";s:5:\"width\";i:400;s:6:\"height\";i:407;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:17:\"hand1-600x610.png\";s:5:\"width\";i:600;s:6:\"height\";i:610;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:{}}}'),(1104,3953,'_wp_attached_file','revslider/homeslider_fullscreen/iphone.png'),(1105,3953,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:347;s:6:\"height\";i:537;s:4:\"file\";s:42:\"revslider/homeslider_fullscreen/iphone.png\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"iphone-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:18:\"iphone-194x300.png\";s:5:\"width\";i:194;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"iphone-120x186.png\";s:5:\"width\";i:120;s:6:\"height\";i:186;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:18:\"iphone-347x272.png\";s:5:\"width\";i:347;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:18:\"iphone-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:18:\"iphone-347x400.png\";s:5:\"width\";i:347;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:18:\"iphone-347x272.png\";s:5:\"width\";i:347;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:18:\"iphone-347x295.png\";s:5:\"width\";i:347;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:18:\"iphone-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:18:\"iphone-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:18:\"iphone-347x441.png\";s:5:\"width\";i:347;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:16:\"iphone-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:18:\"iphone-200x310.png\";s:5:\"width\";i:200;s:6:\"height\";i:310;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:{}}}'),(1106,3954,'_wp_attached_file','revslider/homeslider_fullscreen/largegreen.png'),(1107,3954,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:277;s:6:\"height\";i:85;s:4:\"file\";s:46:\"revslider/homeslider_fullscreen/largegreen.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"largegreen-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"largegreen-120x37.png\";s:5:\"width\";i:120;s:6:\"height\";i:37;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"largegreen-177x85.png\";s:5:\"width\";i:177;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:20:\"largegreen-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:21:\"largegreen-200x61.png\";s:5:\"width\";i:200;s:6:\"height\";i:61;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:{}}}'),(1108,3955,'_wp_attached_file','revslider/homeslider_fullscreen/slidebg1.jpg'),(1109,3956,'_wp_attached_file','revslider/homeslider_fullscreen/citybg.jpg'),(1110,3956,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:700;s:4:\"file\";s:42:\"revslider/homeslider_fullscreen/citybg.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"citybg-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:\"citybg-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"citybg-768x280.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"citybg-1024x373.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"citybg-120x44.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:44;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"citybg-500x182.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"citybg-500x182.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:18:\"citybg-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:18:\"citybg-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:18:\"citybg-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:18:\"citybg-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:18:\"citybg-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:18:\"citybg-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:18:\"citybg-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:18:\"citybg-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:16:\"citybg-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:17:\"citybg-200x73.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:73;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:18:\"citybg-400x146.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:18:\"citybg-600x219.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:18:\"citybg-800x292.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:19:\"citybg-1200x438.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:438;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:{}}}'),(1111,3957,'_wp_attached_file','revslider/homeslider_fullscreen/ipad_dark.png'),(1112,3955,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:700;s:4:\"file\";s:44:\"revslider/homeslider_fullscreen/slidebg1.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"slidebg1-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:\"slidebg1-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"slidebg1-768x280.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"slidebg1-1024x373.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"slidebg1-120x44.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:44;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"slidebg1-500x182.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"slidebg1-500x182.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"slidebg1-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"slidebg1-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:20:\"slidebg1-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:20:\"slidebg1-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:20:\"slidebg1-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:20:\"slidebg1-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:20:\"slidebg1-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:20:\"slidebg1-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:18:\"slidebg1-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:19:\"slidebg1-200x73.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:73;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:20:\"slidebg1-400x146.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:20:\"slidebg1-600x219.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:20:\"slidebg1-800x292.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:21:\"slidebg1-1200x438.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:438;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:{}}}'),(1113,3958,'_wp_attached_file','revslider/homeslider_fullscreen/plate2.png'),(1114,3957,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:514;s:4:\"file\";s:45:\"revslider/homeslider_fullscreen/ipad_dark.png\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"ipad_dark-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:21:\"ipad_dark-300x223.png\";s:5:\"width\";i:300;s:6:\"height\";i:223;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"ipad_dark-120x89.png\";s:5:\"width\";i:120;s:6:\"height\";i:89;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"ipad_dark-500x371.png\";s:5:\"width\";i:500;s:6:\"height\";i:371;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"ipad_dark-500x371.png\";s:5:\"width\";i:500;s:6:\"height\";i:371;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"ipad_dark-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"ipad_dark-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:21:\"ipad_dark-692x400.png\";s:5:\"width\";i:692;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:21:\"ipad_dark-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"ipad_dark-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"ipad_dark-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"ipad_dark-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:21:\"ipad_dark-692x441.png\";s:5:\"width\";i:692;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"ipad_dark-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:21:\"ipad_dark-200x149.png\";s:5:\"width\";i:200;s:6:\"height\";i:149;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:21:\"ipad_dark-400x297.png\";s:5:\"width\";i:400;s:6:\"height\";i:297;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:21:\"ipad_dark-600x446.png\";s:5:\"width\";i:600;s:6:\"height\";i:446;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:{}}}'),(1115,3958,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:640;s:4:\"file\";s:42:\"revslider/homeslider_fullscreen/plate2.png\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"plate2-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:18:\"plate2-281x300.png\";s:5:\"width\";i:281;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"plate2-120x128.png\";s:5:\"width\";i:120;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"plate2-500x533.png\";s:5:\"width\";i:500;s:6:\"height\";i:533;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"plate2-500x533.png\";s:5:\"width\";i:500;s:6:\"height\";i:533;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:18:\"plate2-600x272.png\";s:5:\"width\";i:600;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:18:\"plate2-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:18:\"plate2-600x400.png\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:18:\"plate2-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:18:\"plate2-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:18:\"plate2-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:18:\"plate2-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:18:\"plate2-600x441.png\";s:5:\"width\";i:600;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:16:\"plate2-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:18:\"plate2-200x213.png\";s:5:\"width\";i:200;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:18:\"plate2-400x427.png\";s:5:\"width\";i:400;s:6:\"height\";i:427;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:18:\"plate2-600x640.png\";s:5:\"width\";i:600;s:6:\"height\";i:640;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:{}}}'),(1116,3959,'_wp_attached_file','revslider/homeslider_fullscreen/plate1.png'),(1117,3959,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:640;s:4:\"file\";s:42:\"revslider/homeslider_fullscreen/plate1.png\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"plate1-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:18:\"plate1-281x300.png\";s:5:\"width\";i:281;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"plate1-120x128.png\";s:5:\"width\";i:120;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"plate1-500x533.png\";s:5:\"width\";i:500;s:6:\"height\";i:533;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"plate1-500x533.png\";s:5:\"width\";i:500;s:6:\"height\";i:533;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:18:\"plate1-600x272.png\";s:5:\"width\";i:600;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:18:\"plate1-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:18:\"plate1-600x400.png\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:18:\"plate1-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:18:\"plate1-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:18:\"plate1-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:18:\"plate1-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:18:\"plate1-600x441.png\";s:5:\"width\";i:600;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:16:\"plate1-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:18:\"plate1-200x213.png\";s:5:\"width\";i:200;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:18:\"plate1-400x427.png\";s:5:\"width\";i:400;s:6:\"height\";i:427;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:18:\"plate1-600x640.png\";s:5:\"width\";i:600;s:6:\"height\";i:640;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:{}}}'),(1118,3960,'_wp_attached_file','revslider/homeslider_fullscreen/woman1.png'),(1119,3960,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:260;s:6:\"height\";i:600;s:4:\"file\";s:42:\"revslider/homeslider_fullscreen/woman1.png\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"woman1-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:18:\"woman1-130x300.png\";s:5:\"width\";i:130;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"woman1-120x277.png\";s:5:\"width\";i:120;s:6:\"height\";i:277;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:18:\"woman1-260x272.png\";s:5:\"width\";i:260;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:18:\"woman1-260x202.png\";s:5:\"width\";i:260;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:18:\"woman1-260x400.png\";s:5:\"width\";i:260;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:18:\"woman1-260x272.png\";s:5:\"width\";i:260;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:18:\"woman1-260x295.png\";s:5:\"width\";i:260;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:18:\"woman1-260x214.png\";s:5:\"width\";i:260;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:18:\"woman1-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:18:\"woman1-260x441.png\";s:5:\"width\";i:260;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:16:\"woman1-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:18:\"woman1-200x462.png\";s:5:\"width\";i:200;s:6:\"height\";i:462;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:{}}}'),(1120,3961,'_wp_attached_file','revslider/homeslider_fullscreen/redbg.png'),(1121,3961,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:121;s:6:\"height\";i:47;s:4:\"file\";s:41:\"revslider/homeslider_fullscreen/redbg.png\";s:5:\"sizes\";a:2:{s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"redbg-120x47.png\";s:5:\"width\";i:120;s:6:\"height\";i:47;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:15:\"redbg-66x47.png\";s:5:\"width\";i:66;s:6:\"height\";i:47;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:{}}}'),(1122,3962,'_wp_attached_file','revslider/homeslider_fullscreen/greyline.png'),(1123,3962,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:440;s:6:\"height\";i:2;s:4:\"file\";s:44:\"revslider/homeslider_fullscreen/greyline.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"greyline-150x2.png\";s:5:\"width\";i:150;s:6:\"height\";i:2;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"greyline-300x1.png\";s:5:\"width\";i:300;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"greyline-120x1.png\";s:5:\"width\";i:120;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:18:\"greyline-320x2.png\";s:5:\"width\";i:320;s:6:\"height\";i:2;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:18:\"greyline-300x2.png\";s:5:\"width\";i:300;s:6:\"height\";i:2;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:18:\"greyline-177x2.png\";s:5:\"width\";i:177;s:6:\"height\";i:2;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:17:\"greyline-66x2.png\";s:5:\"width\";i:66;s:6:\"height\";i:2;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:18:\"greyline-200x1.png\";s:5:\"width\";i:200;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:18:\"greyline-400x2.png\";s:5:\"width\";i:400;s:6:\"height\";i:2;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:{}}}'),(1124,3963,'_wp_attached_file','revslider/homeslider_fullscreen/doublearrow2.png'),(1125,3963,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:36;s:6:\"height\";i:22;s:4:\"file\";s:48:\"revslider/homeslider_fullscreen/doublearrow2.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:{}}}'),(1126,3964,'_wp_attached_file','revslider/homeslider_fullscreen/laptopmockup_sliderdy.jpg'),(1127,3964,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2600;s:6:\"height\";i:1733;s:4:\"file\";s:57:\"revslider/homeslider_fullscreen/laptopmockup_sliderdy.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"laptopmockup_sliderdy-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:33:\"laptopmockup_sliderdy-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:33:\"laptopmockup_sliderdy-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:34:\"laptopmockup_sliderdy-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"laptopmockup_sliderdy-120x80.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:33:\"laptopmockup_sliderdy-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"laptopmockup_sliderdy-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:33:\"laptopmockup_sliderdy-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:33:\"laptopmockup_sliderdy-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:33:\"laptopmockup_sliderdy-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:33:\"laptopmockup_sliderdy-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:33:\"laptopmockup_sliderdy-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:33:\"laptopmockup_sliderdy-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:33:\"laptopmockup_sliderdy-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:33:\"laptopmockup_sliderdy-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:31:\"laptopmockup_sliderdy-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:33:\"laptopmockup_sliderdy-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:33:\"laptopmockup_sliderdy-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:33:\"laptopmockup_sliderdy-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:33:\"laptopmockup_sliderdy-800x533.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:34:\"laptopmockup_sliderdy-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;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:{}}}'),(1128,3965,'_wp_attached_file','revslider/homeslider_fullscreen/redbg_big.png'),(1129,3965,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:247;s:6:\"height\";i:85;s:4:\"file\";s:45:\"revslider/homeslider_fullscreen/redbg_big.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"redbg_big-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"redbg_big-120x41.png\";s:5:\"width\";i:120;s:6:\"height\";i:41;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:20:\"redbg_big-177x85.png\";s:5:\"width\";i:177;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"redbg_big-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:20:\"redbg_big-200x69.png\";s:5:\"width\";i:200;s:6:\"height\";i:69;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:{}}}'),(1130,3966,'_wp_attached_file','revslider/homeslider_fullscreen/check.png'),(1131,3966,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:34;s:6:\"height\";i:34;s:4:\"file\";s:41:\"revslider/homeslider_fullscreen/check.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:{}}}'),(1132,3967,'_wp_attached_file','revslider/homeslider_fullscreen/3dbg.jpg'),(1133,3967,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:700;s:4:\"file\";s:40:\"revslider/homeslider_fullscreen/3dbg.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"3dbg-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:\"3dbg-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"3dbg-768x280.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"3dbg-1024x373.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"3dbg-120x44.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:44;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:16:\"3dbg-500x182.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:16:\"3dbg-500x182.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:16:\"3dbg-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:16:\"3dbg-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:16:\"3dbg-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:16:\"3dbg-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:16:\"3dbg-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:16:\"3dbg-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:16:\"3dbg-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:16:\"3dbg-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:14:\"3dbg-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:15:\"3dbg-200x73.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:73;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:16:\"3dbg-400x146.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:16:\"3dbg-600x219.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:16:\"3dbg-800x292.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:17:\"3dbg-1200x438.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:438;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:{}}}'),(1134,3968,'_wp_attached_file','revslider/homeslider_fullscreen/3dlayer_6.png'),(1135,3968,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:700;s:4:\"file\";s:45:\"revslider/homeslider_fullscreen/3dlayer_6.png\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-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:21:\"3dlayer_6-300x263.png\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-768x672.png\";s:5:\"width\";i:768;s:6:\"height\";i:672;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-120x105.png\";s:5:\"width\";i:120;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-500x438.png\";s:5:\"width\";i:500;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-500x438.png\";s:5:\"width\";i:500;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:21:\"3dlayer_6-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"3dlayer_6-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:21:\"3dlayer_6-200x175.png\";s:5:\"width\";i:200;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:21:\"3dlayer_6-400x350.png\";s:5:\"width\";i:400;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:21:\"3dlayer_6-600x525.png\";s:5:\"width\";i:600;s:6:\"height\";i:525;s:9:\"mime-type\";s:9:\"image/png\";}i:800;a:4:{s:4:\"file\";s:21:\"3dlayer_6-800x700.png\";s:5:\"width\";i:800;s:6:\"height\";i:700;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:{}}}'),(1136,3969,'_wp_attached_file','revslider/homeslider_fullscreen/3dlayer_5.png'),(1137,3969,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:700;s:4:\"file\";s:45:\"revslider/homeslider_fullscreen/3dlayer_5.png\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-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:21:\"3dlayer_5-300x263.png\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-768x672.png\";s:5:\"width\";i:768;s:6:\"height\";i:672;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-120x105.png\";s:5:\"width\";i:120;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-500x438.png\";s:5:\"width\";i:500;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-500x438.png\";s:5:\"width\";i:500;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:21:\"3dlayer_5-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"3dlayer_5-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:21:\"3dlayer_5-200x175.png\";s:5:\"width\";i:200;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:21:\"3dlayer_5-400x350.png\";s:5:\"width\";i:400;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:21:\"3dlayer_5-600x525.png\";s:5:\"width\";i:600;s:6:\"height\";i:525;s:9:\"mime-type\";s:9:\"image/png\";}i:800;a:4:{s:4:\"file\";s:21:\"3dlayer_5-800x700.png\";s:5:\"width\";i:800;s:6:\"height\";i:700;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:{}}}'),(1138,3970,'_wp_attached_file','revslider/homeslider_fullscreen/3dlayer_4.png'),(1139,3970,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:700;s:4:\"file\";s:45:\"revslider/homeslider_fullscreen/3dlayer_4.png\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-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:21:\"3dlayer_4-300x263.png\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-768x672.png\";s:5:\"width\";i:768;s:6:\"height\";i:672;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-120x105.png\";s:5:\"width\";i:120;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-500x438.png\";s:5:\"width\";i:500;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-500x438.png\";s:5:\"width\";i:500;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:21:\"3dlayer_4-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"3dlayer_4-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:21:\"3dlayer_4-200x175.png\";s:5:\"width\";i:200;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:21:\"3dlayer_4-400x350.png\";s:5:\"width\";i:400;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:21:\"3dlayer_4-600x525.png\";s:5:\"width\";i:600;s:6:\"height\";i:525;s:9:\"mime-type\";s:9:\"image/png\";}i:800;a:4:{s:4:\"file\";s:21:\"3dlayer_4-800x700.png\";s:5:\"width\";i:800;s:6:\"height\";i:700;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:{}}}'),(1140,3971,'_wp_attached_file','revslider/homeslider_fullscreen/3dlayer_3.png'),(1141,3971,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:700;s:4:\"file\";s:45:\"revslider/homeslider_fullscreen/3dlayer_3.png\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-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:21:\"3dlayer_3-300x263.png\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-768x672.png\";s:5:\"width\";i:768;s:6:\"height\";i:672;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-120x105.png\";s:5:\"width\";i:120;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-500x438.png\";s:5:\"width\";i:500;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-500x438.png\";s:5:\"width\";i:500;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:21:\"3dlayer_3-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"3dlayer_3-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:21:\"3dlayer_3-200x175.png\";s:5:\"width\";i:200;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:21:\"3dlayer_3-400x350.png\";s:5:\"width\";i:400;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:21:\"3dlayer_3-600x525.png\";s:5:\"width\";i:600;s:6:\"height\";i:525;s:9:\"mime-type\";s:9:\"image/png\";}i:800;a:4:{s:4:\"file\";s:21:\"3dlayer_3-800x700.png\";s:5:\"width\";i:800;s:6:\"height\";i:700;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:{}}}'),(1142,3972,'_wp_attached_file','revslider/homeslider_fullscreen/3dlayer_2.png'),(1143,3972,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:700;s:4:\"file\";s:45:\"revslider/homeslider_fullscreen/3dlayer_2.png\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-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:21:\"3dlayer_2-300x263.png\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-768x672.png\";s:5:\"width\";i:768;s:6:\"height\";i:672;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-120x105.png\";s:5:\"width\";i:120;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-500x438.png\";s:5:\"width\";i:500;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-500x438.png\";s:5:\"width\";i:500;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:21:\"3dlayer_2-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"3dlayer_2-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:21:\"3dlayer_2-200x175.png\";s:5:\"width\";i:200;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:21:\"3dlayer_2-400x350.png\";s:5:\"width\";i:400;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:21:\"3dlayer_2-600x525.png\";s:5:\"width\";i:600;s:6:\"height\";i:525;s:9:\"mime-type\";s:9:\"image/png\";}i:800;a:4:{s:4:\"file\";s:21:\"3dlayer_2-800x700.png\";s:5:\"width\";i:800;s:6:\"height\";i:700;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:{}}}'),(1144,3973,'_wp_attached_file','revslider/homeslider_fullscreen/3dlayer_1.png'),(1145,3973,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:700;s:4:\"file\";s:45:\"revslider/homeslider_fullscreen/3dlayer_1.png\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"3dlayer_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:21:\"3dlayer_1-300x263.png\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-768x672.png\";s:5:\"width\";i:768;s:6:\"height\";i:672;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-120x105.png\";s:5:\"width\";i:120;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-500x438.png\";s:5:\"width\";i:500;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-500x438.png\";s:5:\"width\";i:500;s:6:\"height\";i:438;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:21:\"3dlayer_1-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"3dlayer_1-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:21:\"3dlayer_1-200x175.png\";s:5:\"width\";i:200;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:21:\"3dlayer_1-400x350.png\";s:5:\"width\";i:400;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:21:\"3dlayer_1-600x525.png\";s:5:\"width\";i:600;s:6:\"height\";i:525;s:9:\"mime-type\";s:9:\"image/png\";}i:800;a:4:{s:4:\"file\";s:21:\"3dlayer_1-800x700.png\";s:5:\"width\";i:800;s:6:\"height\";i:700;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:{}}}'),(1146,3974,'_wp_attached_file','revslider/homeslider_fullscreen/redbg.jpg'),(1147,3974,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:41:\"revslider/homeslider_fullscreen/redbg.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"redbg-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:\"redbg-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:\"redbg-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"redbg-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"redbg-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"redbg-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:17:\"redbg-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:17:\"redbg-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:17:\"redbg-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:17:\"redbg-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:17:\"redbg-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:17:\"redbg-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:17:\"redbg-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:17:\"redbg-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:15:\"redbg-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:17:\"redbg-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:17:\"redbg-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:17:\"redbg-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:17:\"redbg-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;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:{}}}'),(1148,3975,'_wp_attached_file','revslider/homeslider_fullscreen/slidebg2.jpg'),(1149,3975,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:700;s:4:\"file\";s:44:\"revslider/homeslider_fullscreen/slidebg2.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"slidebg2-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:\"slidebg2-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"slidebg2-768x280.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"slidebg2-1024x373.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"slidebg2-120x44.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:44;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"slidebg2-500x182.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"slidebg2-500x182.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"slidebg2-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"slidebg2-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:20:\"slidebg2-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:20:\"slidebg2-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:20:\"slidebg2-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:20:\"slidebg2-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:20:\"slidebg2-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:20:\"slidebg2-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:18:\"slidebg2-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:19:\"slidebg2-200x73.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:73;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:20:\"slidebg2-400x146.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:20:\"slidebg2-600x219.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:20:\"slidebg2-800x292.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:21:\"slidebg2-1200x438.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:438;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:{}}}'),(1150,3976,'_wp_attached_file','revslider/homeslider_fullscreen/ipad2.png'),(1151,3976,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:514;s:4:\"file\";s:41:\"revslider/homeslider_fullscreen/ipad2.png\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"ipad2-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:17:\"ipad2-300x223.png\";s:5:\"width\";i:300;s:6:\"height\";i:223;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"ipad2-120x89.png\";s:5:\"width\";i:120;s:6:\"height\";i:89;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"ipad2-500x371.png\";s:5:\"width\";i:500;s:6:\"height\";i:371;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"ipad2-500x371.png\";s:5:\"width\";i:500;s:6:\"height\";i:371;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:17:\"ipad2-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:17:\"ipad2-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:17:\"ipad2-692x400.png\";s:5:\"width\";i:692;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:17:\"ipad2-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:17:\"ipad2-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:17:\"ipad2-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:17:\"ipad2-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:17:\"ipad2-692x441.png\";s:5:\"width\";i:692;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:15:\"ipad2-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:17:\"ipad2-200x149.png\";s:5:\"width\";i:200;s:6:\"height\";i:149;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:17:\"ipad2-400x297.png\";s:5:\"width\";i:400;s:6:\"height\";i:297;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:17:\"ipad2-600x446.png\";s:5:\"width\";i:600;s:6:\"height\";i:446;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:{}}}'),(1152,3977,'_wp_attached_file','revslider/homeslider_fullscreen/pulse1.png'),(1153,3977,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:120;s:6:\"height\";i:120;s:4:\"file\";s:42:\"revslider/homeslider_fullscreen/pulse1.png\";s:5:\"sizes\";a:2:{s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"pulse1-120x120.png\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:16:\"pulse1-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;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:{}}}'),(1154,3978,'_wp_attached_file','revslider/homeslider_fullscreen/hand1.png'),(1155,3978,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:604;s:6:\"height\";i:614;s:4:\"file\";s:41:\"revslider/homeslider_fullscreen/hand1.png\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"hand1-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:17:\"hand1-295x300.png\";s:5:\"width\";i:295;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"hand1-120x122.png\";s:5:\"width\";i:120;s:6:\"height\";i:122;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"hand1-500x508.png\";s:5:\"width\";i:500;s:6:\"height\";i:508;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"hand1-500x508.png\";s:5:\"width\";i:500;s:6:\"height\";i:508;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:17:\"hand1-604x272.png\";s:5:\"width\";i:604;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:17:\"hand1-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:17:\"hand1-604x400.png\";s:5:\"width\";i:604;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:17:\"hand1-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:17:\"hand1-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:17:\"hand1-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:17:\"hand1-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:17:\"hand1-604x441.png\";s:5:\"width\";i:604;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:15:\"hand1-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:17:\"hand1-200x203.png\";s:5:\"width\";i:200;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:17:\"hand1-400x407.png\";s:5:\"width\";i:400;s:6:\"height\";i:407;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:17:\"hand1-600x610.png\";s:5:\"width\";i:600;s:6:\"height\";i:610;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:{}}}'),(1156,3979,'_wp_attached_file','revslider/homeslider_fullscreen/iphone.png'),(1157,3979,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:347;s:6:\"height\";i:537;s:4:\"file\";s:42:\"revslider/homeslider_fullscreen/iphone.png\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"iphone-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:18:\"iphone-194x300.png\";s:5:\"width\";i:194;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"iphone-120x186.png\";s:5:\"width\";i:120;s:6:\"height\";i:186;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:18:\"iphone-347x272.png\";s:5:\"width\";i:347;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:18:\"iphone-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:18:\"iphone-347x400.png\";s:5:\"width\";i:347;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:18:\"iphone-347x272.png\";s:5:\"width\";i:347;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:18:\"iphone-347x295.png\";s:5:\"width\";i:347;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:18:\"iphone-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:18:\"iphone-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:18:\"iphone-347x441.png\";s:5:\"width\";i:347;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:16:\"iphone-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:18:\"iphone-200x310.png\";s:5:\"width\";i:200;s:6:\"height\";i:310;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:{}}}'),(1158,3980,'_wp_attached_file','revslider/homeslider_fullscreen/largegreen.png'),(1159,3980,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:277;s:6:\"height\";i:85;s:4:\"file\";s:46:\"revslider/homeslider_fullscreen/largegreen.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"largegreen-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"largegreen-120x37.png\";s:5:\"width\";i:120;s:6:\"height\";i:37;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"largegreen-177x85.png\";s:5:\"width\";i:177;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:20:\"largegreen-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:21:\"largegreen-200x61.png\";s:5:\"width\";i:200;s:6:\"height\";i:61;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:{}}}'),(1160,3981,'_wp_attached_file','revslider/homeslider_fullscreen/citybg.jpg'),(1161,3981,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:700;s:4:\"file\";s:42:\"revslider/homeslider_fullscreen/citybg.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"citybg-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:\"citybg-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"citybg-768x280.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"citybg-1024x373.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"citybg-120x44.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:44;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"citybg-500x182.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"citybg-500x182.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:18:\"citybg-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:18:\"citybg-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:18:\"citybg-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:18:\"citybg-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:18:\"citybg-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:18:\"citybg-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:18:\"citybg-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:18:\"citybg-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:16:\"citybg-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:17:\"citybg-200x73.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:73;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:18:\"citybg-400x146.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:18:\"citybg-600x219.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:18:\"citybg-800x292.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:19:\"citybg-1200x438.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:438;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:{}}}'),(1162,3982,'_wp_attached_file','revslider/homeslider_fullscreen/ipad_dark.png'),(1163,3982,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:692;s:6:\"height\";i:514;s:4:\"file\";s:45:\"revslider/homeslider_fullscreen/ipad_dark.png\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"ipad_dark-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:21:\"ipad_dark-300x223.png\";s:5:\"width\";i:300;s:6:\"height\";i:223;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"ipad_dark-120x89.png\";s:5:\"width\";i:120;s:6:\"height\";i:89;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"ipad_dark-500x371.png\";s:5:\"width\";i:500;s:6:\"height\";i:371;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"ipad_dark-500x371.png\";s:5:\"width\";i:500;s:6:\"height\";i:371;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"ipad_dark-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"ipad_dark-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:21:\"ipad_dark-692x400.png\";s:5:\"width\";i:692;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:21:\"ipad_dark-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"ipad_dark-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"ipad_dark-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"ipad_dark-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:21:\"ipad_dark-692x441.png\";s:5:\"width\";i:692;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"ipad_dark-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:21:\"ipad_dark-200x149.png\";s:5:\"width\";i:200;s:6:\"height\";i:149;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:21:\"ipad_dark-400x297.png\";s:5:\"width\";i:400;s:6:\"height\";i:297;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:21:\"ipad_dark-600x446.png\";s:5:\"width\";i:600;s:6:\"height\";i:446;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:{}}}'),(1168,3988,'_wp_attached_file','revslider/classicslider/datcolor.jpg'),(1169,3988,'_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:21:{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:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"datcolor-120x83.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"datcolor-500x346.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"datcolor-500x346.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"datcolor-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"datcolor-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:20:\"datcolor-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:20:\"datcolor-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:20:\"datcolor-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:20:\"datcolor-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:20:\"datcolor-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:20:\"datcolor-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:18:\"datcolor-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:20:\"datcolor-200x138.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:138;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:20:\"datcolor-400x277.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:277;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:20:\"datcolor-600x415.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:20:\"datcolor-800x554.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:554;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:21:\"datcolor-1200x831.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:831;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:{}}}'),(1170,3989,'_wp_attached_file','revslider/classicslider/touchit.jpg'),(1171,3989,'_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:21:{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:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"touchit-120x80.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"touchit-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"touchit-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:19:\"touchit-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:19:\"touchit-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:19:\"touchit-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:19:\"touchit-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:19:\"touchit-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:19:\"touchit-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:19:\"touchit-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:19:\"touchit-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:17:\"touchit-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:19:\"touchit-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:19:\"touchit-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:19:\"touchit-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:19:\"touchit-800x533.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:20:\"touchit-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;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:{}}}'),(1172,3990,'_wp_attached_file','revslider/classicslider/blurflake4.png'),(1173,3990,'_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:7:{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:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"blurflake4-120x120.png\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:22:\"blurflake4-240x202.png\";s:5:\"width\";i:240;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:22:\"blurflake4-240x214.png\";s:5:\"width\";i:240;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:22:\"blurflake4-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:20:\"blurflake4-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:22:\"blurflake4-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;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:{}}}'),(1174,3991,'_wp_attached_file','revslider/classicslider/blurflake3.png'),(1175,3991,'_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:4:{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:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"blurflake3-120x120.png\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:22:\"blurflake3-170x142.png\";s:5:\"width\";i:170;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:20:\"blurflake3-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;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:{}}}'),(1176,3992,'_wp_attached_file','revslider/classicslider/blurflake2.png'),(1177,3992,'_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:{}}}'),(1178,3993,'_wp_attached_file','revslider/classicslider/blurflake1.png'),(1179,3993,'_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:2:{s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"blurflake1-120x120.png\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:20:\"blurflake1-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;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:{}}}'),(1180,3994,'_wp_attached_file','revslider/classicslider/bike.jpg'),(1181,3994,'_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:21:{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:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"bike-120x80.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:16:\"bike-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:16:\"bike-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:16:\"bike-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:16:\"bike-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:16:\"bike-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:16:\"bike-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:16:\"bike-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:16:\"bike-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:16:\"bike-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:16:\"bike-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:14:\"bike-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:16:\"bike-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:16:\"bike-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:16:\"bike-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:16:\"bike-800x533.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:17:\"bike-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;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:{}}}'),(1182,3995,'_wp_attached_file','revslider/classicslider/fitness.jpg'),(1183,3995,'_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:21:{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:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"fitness-120x68.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"fitness-500x281.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"fitness-500x281.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:19:\"fitness-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:19:\"fitness-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:19:\"fitness-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:19:\"fitness-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:19:\"fitness-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:19:\"fitness-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:19:\"fitness-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:19:\"fitness-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:17:\"fitness-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:19:\"fitness-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:19:\"fitness-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:19:\"fitness-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:19:\"fitness-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:20:\"fitness-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;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:{}}}'),(1184,3996,'_wp_attached_file','revslider/classicslider/fit_edit.mp4'),(1185,3997,'_wp_attached_file','revslider/classicslider/lambo.jpg'),(1186,3997,'_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:21:{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:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"lambo-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"lambo-500x375.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"lambo-500x375.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:17:\"lambo-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:17:\"lambo-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:17:\"lambo-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:17:\"lambo-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:17:\"lambo-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:17:\"lambo-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:17:\"lambo-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:17:\"lambo-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:15:\"lambo-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:17:\"lambo-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:17:\"lambo-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:17:\"lambo-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:17:\"lambo-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:18:\"lambo-1200x900.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:900;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:{}}}'),(1187,3448,'_edit_lock','1471045919:1'),(1190,3999,'_wp_attached_file','2016/08/IMG_3913.jpg'),(1191,3999,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4032;s:6:\"height\";i:2155;s:4:\"file\";s:20:\"2016/08/IMG_3913.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3913-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_3913-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:20:\"IMG_3913-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:21:\"IMG_3913-1024x547.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:547;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"IMG_3913-120x64.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"IMG_3913-500x267.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"IMG_3913-500x267.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"IMG_3913-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"IMG_3913-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:20:\"IMG_3913-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:20:\"IMG_3913-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:20:\"IMG_3913-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:20:\"IMG_3913-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:20:\"IMG_3913-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:20:\"IMG_3913-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:18:\"IMG_3913-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:20:\"IMG_3913-200x107.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:20:\"IMG_3913-400x214.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:20:\"IMG_3913-600x321.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:20:\"IMG_3913-800x428.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:21:\"IMG_3913-1200x641.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:641;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:\"1447353606\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1192,4000,'_wp_attached_file','revslider/web-product-dark-hero/webproduct_darkbg1.jpg'),(1193,4000,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:54:\"revslider/web-product-dark-hero/webproduct_darkbg1.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"webproduct_darkbg1-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:30:\"webproduct_darkbg1-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:30:\"webproduct_darkbg1-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:31:\"webproduct_darkbg1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"webproduct_darkbg1-120x68.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:30:\"webproduct_darkbg1-500x281.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"webproduct_darkbg1-500x281.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:30:\"webproduct_darkbg1-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:30:\"webproduct_darkbg1-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:30:\"webproduct_darkbg1-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:30:\"webproduct_darkbg1-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:30:\"webproduct_darkbg1-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:30:\"webproduct_darkbg1-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:30:\"webproduct_darkbg1-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:30:\"webproduct_darkbg1-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:28:\"webproduct_darkbg1-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:30:\"webproduct_darkbg1-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:30:\"webproduct_darkbg1-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:30:\"webproduct_darkbg1-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:30:\"webproduct_darkbg1-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:31:\"webproduct_darkbg1-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;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:{}}}'),(1194,4001,'_wp_attached_file','revslider/web-product-dark-hero/macbookpro.png'),(1195,4001,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:46:\"revslider/web-product-dark-hero/macbookpro.png\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"macbookpro-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:22:\"macbookpro-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"macbookpro-768x461.png\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"macbookpro-120x72.png\";s:5:\"width\";i:120;s:6:\"height\";i:72;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"macbookpro-500x300.png\";s:5:\"width\";i:500;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"macbookpro-500x300.png\";s:5:\"width\";i:500;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:22:\"macbookpro-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:22:\"macbookpro-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:22:\"macbookpro-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:22:\"macbookpro-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:22:\"macbookpro-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:22:\"macbookpro-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:22:\"macbookpro-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:22:\"macbookpro-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:20:\"macbookpro-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:22:\"macbookpro-200x120.png\";s:5:\"width\";i:200;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:22:\"macbookpro-400x240.png\";s:5:\"width\";i:400;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:22:\"macbookpro-600x360.png\";s:5:\"width\";i:600;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}i:800;a:4:{s:4:\"file\";s:22:\"macbookpro-800x480.png\";s:5:\"width\";i:800;s:6:\"height\";i:480;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:{}}}'),(1196,4002,'_wp_attached_file','revslider/web-product-dark-hero/express_macbook_content1.jpg'),(1197,4002,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:653;s:6:\"height\";i:408;s:4:\"file\";s:60:\"revslider/web-product-dark-hero/express_macbook_content1.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"express_macbook_content1-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:36:\"express_macbook_content1-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"express_macbook_content1-120x75.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:36:\"express_macbook_content1-500x312.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"express_macbook_content1-500x312.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:36:\"express_macbook_content1-653x272.jpg\";s:5:\"width\";i:653;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:36:\"express_macbook_content1-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:36:\"express_macbook_content1-653x400.jpg\";s:5:\"width\";i:653;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:36:\"express_macbook_content1-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:36:\"express_macbook_content1-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:36:\"express_macbook_content1-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:36:\"express_macbook_content1-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:34:\"express_macbook_content1-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:36:\"express_macbook_content1-200x125.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:36:\"express_macbook_content1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:36:\"express_macbook_content1-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;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:{}}}'),(1198,4003,'_wp_attached_file','revslider/web-product-dark-hero/ipad_dark.png'),(1199,4003,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:430;s:6:\"height\";i:540;s:4:\"file\";s:45:\"revslider/web-product-dark-hero/ipad_dark.png\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"ipad_dark-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:21:\"ipad_dark-239x300.png\";s:5:\"width\";i:239;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"ipad_dark-120x151.png\";s:5:\"width\";i:120;s:6:\"height\";i:151;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"ipad_dark-430x272.png\";s:5:\"width\";i:430;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"ipad_dark-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:21:\"ipad_dark-430x400.png\";s:5:\"width\";i:430;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:21:\"ipad_dark-430x272.png\";s:5:\"width\";i:430;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"ipad_dark-430x295.png\";s:5:\"width\";i:430;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"ipad_dark-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"ipad_dark-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:21:\"ipad_dark-430x441.png\";s:5:\"width\";i:430;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"ipad_dark-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:21:\"ipad_dark-200x251.png\";s:5:\"width\";i:200;s:6:\"height\";i:251;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:21:\"ipad_dark-400x502.png\";s:5:\"width\";i:400;s:6:\"height\";i:502;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:{}}}'),(1202,4005,'_wp_attached_file','revslider/web-product-dark-hero/ihpone_dark.png'),(1203,4005,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:260;s:6:\"height\";i:450;s:4:\"file\";s:47:\"revslider/web-product-dark-hero/ihpone_dark.png\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"ihpone_dark-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:23:\"ihpone_dark-173x300.png\";s:5:\"width\";i:173;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"ihpone_dark-120x208.png\";s:5:\"width\";i:120;s:6:\"height\";i:208;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:23:\"ihpone_dark-260x272.png\";s:5:\"width\";i:260;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:23:\"ihpone_dark-260x202.png\";s:5:\"width\";i:260;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:23:\"ihpone_dark-260x400.png\";s:5:\"width\";i:260;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:23:\"ihpone_dark-260x272.png\";s:5:\"width\";i:260;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:23:\"ihpone_dark-260x295.png\";s:5:\"width\";i:260;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:23:\"ihpone_dark-260x214.png\";s:5:\"width\";i:260;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:23:\"ihpone_dark-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:23:\"ihpone_dark-260x441.png\";s:5:\"width\";i:260;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:21:\"ihpone_dark-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:23:\"ihpone_dark-200x346.png\";s:5:\"width\";i:200;s:6:\"height\";i:346;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:{}}}'),(1206,4007,'_wp_attached_file','revslider/web-product-dark-hero/webproduct_darkbg2.jpg'),(1207,4007,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:54:\"revslider/web-product-dark-hero/webproduct_darkbg2.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"webproduct_darkbg2-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:30:\"webproduct_darkbg2-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:30:\"webproduct_darkbg2-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:31:\"webproduct_darkbg2-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"webproduct_darkbg2-120x68.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:30:\"webproduct_darkbg2-500x281.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"webproduct_darkbg2-500x281.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:30:\"webproduct_darkbg2-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:30:\"webproduct_darkbg2-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:30:\"webproduct_darkbg2-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:30:\"webproduct_darkbg2-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:30:\"webproduct_darkbg2-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:30:\"webproduct_darkbg2-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:30:\"webproduct_darkbg2-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:30:\"webproduct_darkbg2-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:28:\"webproduct_darkbg2-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:30:\"webproduct_darkbg2-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:30:\"webproduct_darkbg2-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:30:\"webproduct_darkbg2-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:30:\"webproduct_darkbg2-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:31:\"webproduct_darkbg2-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;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:{}}}'),(1220,4014,'_wp_attached_file','revslider/web-product-dark-hero/officeloop_low.mp4'),(1221,4015,'_wp_attached_file','revslider/classic-carousel/datcolor.jpg'),(1222,4015,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1329;s:4:\"file\";s:39:\"revslider/classic-carousel/datcolor.jpg\";s:5:\"sizes\";a:21:{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:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"datcolor-120x83.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"datcolor-500x346.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"datcolor-500x346.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"datcolor-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"datcolor-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:20:\"datcolor-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:20:\"datcolor-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:20:\"datcolor-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:20:\"datcolor-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:20:\"datcolor-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:20:\"datcolor-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:18:\"datcolor-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:20:\"datcolor-200x138.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:138;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:20:\"datcolor-400x277.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:277;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:20:\"datcolor-600x415.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:20:\"datcolor-800x554.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:554;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:21:\"datcolor-1200x831.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:831;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:{}}}'),(1223,4016,'_wp_attached_file','revslider/classic-carousel/touchit.jpg'),(1224,4016,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:38:\"revslider/classic-carousel/touchit.jpg\";s:5:\"sizes\";a:21:{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:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"touchit-120x80.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"touchit-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"touchit-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:19:\"touchit-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:19:\"touchit-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:19:\"touchit-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:19:\"touchit-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:19:\"touchit-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:19:\"touchit-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:19:\"touchit-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:19:\"touchit-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:17:\"touchit-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:19:\"touchit-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:19:\"touchit-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:19:\"touchit-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:19:\"touchit-800x533.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:20:\"touchit-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;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:{}}}'),(1225,4017,'_wp_attached_file','revslider/classic-carousel/blurflake4.png'),(1226,4017,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:240;s:6:\"height\";i:240;s:4:\"file\";s:41:\"revslider/classic-carousel/blurflake4.png\";s:5:\"sizes\";a:7:{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:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"blurflake4-120x120.png\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:22:\"blurflake4-240x202.png\";s:5:\"width\";i:240;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:22:\"blurflake4-240x214.png\";s:5:\"width\";i:240;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:22:\"blurflake4-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:20:\"blurflake4-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:22:\"blurflake4-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;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:{}}}'),(1227,4018,'_wp_attached_file','revslider/classic-carousel/blurflake3.png'),(1228,4018,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:170;s:6:\"height\";i:170;s:4:\"file\";s:41:\"revslider/classic-carousel/blurflake3.png\";s:5:\"sizes\";a:4:{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:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"blurflake3-120x120.png\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:22:\"blurflake3-170x142.png\";s:5:\"width\";i:170;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:20:\"blurflake3-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;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:{}}}'),(1229,4019,'_wp_attached_file','revslider/classic-carousel/blurflake2.png'),(1230,4019,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:50;s:6:\"height\";i:51;s:4:\"file\";s:41:\"revslider/classic-carousel/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:{}}}'),(1231,4020,'_wp_attached_file','revslider/classic-carousel/blurflake1.png'),(1232,4020,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:120;s:6:\"height\";i:120;s:4:\"file\";s:41:\"revslider/classic-carousel/blurflake1.png\";s:5:\"sizes\";a:2:{s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"blurflake1-120x120.png\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:20:\"blurflake1-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;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:{}}}'),(1235,4022,'_wp_attached_file','revslider/classic-carousel/fitness.jpg'),(1236,4022,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:38:\"revslider/classic-carousel/fitness.jpg\";s:5:\"sizes\";a:21:{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:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"fitness-120x68.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"fitness-500x281.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"fitness-500x281.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:19:\"fitness-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:19:\"fitness-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:19:\"fitness-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:19:\"fitness-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:19:\"fitness-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:19:\"fitness-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:19:\"fitness-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:19:\"fitness-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:17:\"fitness-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:19:\"fitness-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:19:\"fitness-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:19:\"fitness-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:19:\"fitness-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:20:\"fitness-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;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:{}}}'),(1237,4023,'_wp_attached_file','revslider/classic-carousel/fit_edit.mp4'),(1238,4024,'_wp_attached_file','revslider/classic-carousel/lambo.jpg'),(1239,4024,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1440;s:4:\"file\";s:36:\"revslider/classic-carousel/lambo.jpg\";s:5:\"sizes\";a:21:{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:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"lambo-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"lambo-500x375.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"lambo-500x375.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:17:\"lambo-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:17:\"lambo-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:17:\"lambo-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:17:\"lambo-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:17:\"lambo-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:17:\"lambo-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:17:\"lambo-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:17:\"lambo-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:15:\"lambo-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:17:\"lambo-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:17:\"lambo-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:17:\"lambo-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:17:\"lambo-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:18:\"lambo-1200x900.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:900;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:{}}}'),(1240,4025,'_wp_attached_file','2016/08/IMG_3913-1-e1471052977521.jpg'),(1241,4025,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:802;s:4:\"file\";s:37:\"2016/08/IMG_3913-1-e1471052977521.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"IMG_3913-1-e1471052977521-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:37:\"IMG_3913-1-e1471052977521-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:37:\"IMG_3913-1-e1471052977521-768x411.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:411;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"IMG_3913-1-e1471052977521-1024x547.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:547;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"IMG_3913-1-e1471052977521-120x64.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:37:\"IMG_3913-1-e1471052977521-500x267.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:37:\"IMG_3913-1-e1471052977521-500x267.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:37:\"IMG_3913-1-e1471052977521-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:37:\"IMG_3913-1-e1471052977521-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:37:\"IMG_3913-1-e1471052977521-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:37:\"IMG_3913-1-e1471052977521-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:37:\"IMG_3913-1-e1471052977521-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:37:\"IMG_3913-1-e1471052977521-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:37:\"IMG_3913-1-e1471052977521-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:37:\"IMG_3913-1-e1471052977521-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_3913-1-e1471052977521-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:37:\"IMG_3913-1-e1471052977521-200x107.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:37:\"IMG_3913-1-e1471052977521-400x214.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:37:\"IMG_3913-1-e1471052977521-600x321.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:37:\"IMG_3913-1-e1471052977521-800x428.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:38:\"IMG_3913-1-e1471052977521-1200x642.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:642;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:{}}}'),(1242,4025,'_edit_lock','1471053057:1'),(1243,4025,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:2155;s:4:\"file\";s:14:\"IMG_3913-1.jpg\";}}'),(1244,4025,'_edit_last','1'),(1247,4027,'_wp_attached_file','2016/08/microphone-on-stage-wallpaper-2-e1471057461180.jpg'),(1248,4027,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1300;s:6:\"height\";i:867;s:4:\"file\";s:58:\"2016/08/microphone-on-stage-wallpaper-2-e1471057461180.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"microphone-on-stage-wallpaper-2-e1471057461180-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:58:\"microphone-on-stage-wallpaper-2-e1471057461180-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:58:\"microphone-on-stage-wallpaper-2-e1471057461180-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:59:\"microphone-on-stage-wallpaper-2-e1471057461180-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:57:\"microphone-on-stage-wallpaper-2-e1471057461180-120x80.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:58:\"microphone-on-stage-wallpaper-2-e1471057461180-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:58:\"microphone-on-stage-wallpaper-2-e1471057461180-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:58:\"microphone-on-stage-wallpaper-2-e1471057461180-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:58:\"microphone-on-stage-wallpaper-2-e1471057461180-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:58:\"microphone-on-stage-wallpaper-2-e1471057461180-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:58:\"microphone-on-stage-wallpaper-2-e1471057461180-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:58:\"microphone-on-stage-wallpaper-2-e1471057461180-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:58:\"microphone-on-stage-wallpaper-2-e1471057461180-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:58:\"microphone-on-stage-wallpaper-2-e1471057461180-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:58:\"microphone-on-stage-wallpaper-2-e1471057461180-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:56:\"microphone-on-stage-wallpaper-2-e1471057461180-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:58:\"microphone-on-stage-wallpaper-2-e1471057461180-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:58:\"microphone-on-stage-wallpaper-2-e1471057461180-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:58:\"microphone-on-stage-wallpaper-2-e1471057461180-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:58:\"microphone-on-stage-wallpaper-2-e1471057461180-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:59:\"microphone-on-stage-wallpaper-2-e1471057461180-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;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:{}}}'),(1249,4027,'_edit_lock','1471057468:1'),(1250,4027,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4250;s:6:\"height\";i:2834;s:4:\"file\";s:35:\"microphone-on-stage-wallpaper-2.jpg\";}}'),(1251,4027,'_edit_last','1'),(1252,4028,'_wp_attached_file','2016/08/IMG_5630-2-e1471059337318.jpg'),(1253,4028,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:1050;s:4:\"file\";s:37:\"2016/08/IMG_5630-2-e1471059337318.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"IMG_5630-2-e1471059337318-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:37:\"IMG_5630-2-e1471059337318-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:37:\"IMG_5630-2-e1471059337318-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:38:\"IMG_5630-2-e1471059337318-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"IMG_5630-2-e1471059337318-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:37:\"IMG_5630-2-e1471059337318-500x375.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:37:\"IMG_5630-2-e1471059337318-500x375.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:37:\"IMG_5630-2-e1471059337318-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:37:\"IMG_5630-2-e1471059337318-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:37:\"IMG_5630-2-e1471059337318-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:37:\"IMG_5630-2-e1471059337318-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:37:\"IMG_5630-2-e1471059337318-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:37:\"IMG_5630-2-e1471059337318-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:37:\"IMG_5630-2-e1471059337318-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:37:\"IMG_5630-2-e1471059337318-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_5630-2-e1471059337318-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:37:\"IMG_5630-2-e1471059337318-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:37:\"IMG_5630-2-e1471059337318-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:37:\"IMG_5630-2-e1471059337318-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:37:\"IMG_5630-2-e1471059337318-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:38:\"IMG_5630-2-e1471059337318-1200x900.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:900;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:{}}}'),(1254,4028,'_edit_lock','1471059354:1'),(1255,4028,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1632;s:6:\"height\";i:1224;s:4:\"file\";s:14:\"IMG_5630-2.jpg\";}}'),(1256,4028,'_edit_last','1'),(1257,4029,'_wp_attached_file','2016/08/FullSizeRender-2.jpg'),(1258,4029,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:946;s:4:\"file\";s:28:\"2016/08/FullSizeRender-2.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"FullSizeRender-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:28:\"FullSizeRender-2-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"FullSizeRender-2-768x404.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:404;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"FullSizeRender-2-1024x538.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"FullSizeRender-2-120x63.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"FullSizeRender-2-500x263.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"FullSizeRender-2-500x263.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:28:\"FullSizeRender-2-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:28:\"FullSizeRender-2-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:28:\"FullSizeRender-2-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:28:\"FullSizeRender-2-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:28:\"FullSizeRender-2-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:28:\"FullSizeRender-2-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:28:\"FullSizeRender-2-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:28:\"FullSizeRender-2-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:26:\"FullSizeRender-2-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:28:\"FullSizeRender-2-200x105.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:28:\"FullSizeRender-2-400x210.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:28:\"FullSizeRender-2-600x315.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:28:\"FullSizeRender-2-800x420.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:29:\"FullSizeRender-2-1200x631.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:631;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:0:\"\";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:{}}}'),(1259,4030,'_wp_attached_file','revslider/duotone/duo5_w.jpg'),(1260,4030,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:700;s:4:\"file\";s:28:\"revslider/duotone/duo5_w.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"duo5_w-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:\"duo5_w-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"duo5_w-768x280.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"duo5_w-1024x373.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"duo5_w-120x44.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:44;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"duo5_w-500x182.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"duo5_w-500x182.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:18:\"duo5_w-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:18:\"duo5_w-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:18:\"duo5_w-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:18:\"duo5_w-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:18:\"duo5_w-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:18:\"duo5_w-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:18:\"duo5_w-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:18:\"duo5_w-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:16:\"duo5_w-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:17:\"duo5_w-200x73.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:73;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:18:\"duo5_w-400x146.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:18:\"duo5_w-600x219.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:18:\"duo5_w-800x292.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:19:\"duo5_w-1200x438.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:438;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:{}}}'),(1261,4031,'_wp_attached_file','revslider/duotone/duo4_w.jpg'),(1262,4031,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:700;s:4:\"file\";s:28:\"revslider/duotone/duo4_w.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"duo4_w-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:\"duo4_w-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"duo4_w-768x280.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"duo4_w-1024x373.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"duo4_w-120x44.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:44;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"duo4_w-500x182.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"duo4_w-500x182.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:18:\"duo4_w-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:18:\"duo4_w-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:18:\"duo4_w-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:18:\"duo4_w-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:18:\"duo4_w-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:18:\"duo4_w-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:18:\"duo4_w-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:18:\"duo4_w-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:16:\"duo4_w-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:17:\"duo4_w-200x73.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:73;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:18:\"duo4_w-400x146.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:18:\"duo4_w-600x219.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:18:\"duo4_w-800x292.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:19:\"duo4_w-1200x438.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:438;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:{}}}'),(1263,4032,'_wp_attached_file','revslider/duotone/duo3_w.jpg'),(1264,4032,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:700;s:4:\"file\";s:28:\"revslider/duotone/duo3_w.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"duo3_w-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:\"duo3_w-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"duo3_w-768x280.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"duo3_w-1024x373.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"duo3_w-120x44.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:44;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"duo3_w-500x182.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"duo3_w-500x182.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:18:\"duo3_w-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:18:\"duo3_w-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:18:\"duo3_w-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:18:\"duo3_w-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:18:\"duo3_w-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:18:\"duo3_w-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:18:\"duo3_w-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:18:\"duo3_w-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:16:\"duo3_w-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:17:\"duo3_w-200x73.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:73;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:18:\"duo3_w-400x146.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:18:\"duo3_w-600x219.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:18:\"duo3_w-800x292.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:19:\"duo3_w-1200x438.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:438;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:{}}}'),(1265,4033,'_wp_attached_file','revslider/duotone/duo2_w.jpg'),(1266,4033,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:700;s:4:\"file\";s:28:\"revslider/duotone/duo2_w.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"duo2_w-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:\"duo2_w-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"duo2_w-768x280.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"duo2_w-1024x373.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"duo2_w-120x44.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:44;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"duo2_w-500x182.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"duo2_w-500x182.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:18:\"duo2_w-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:18:\"duo2_w-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:18:\"duo2_w-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:18:\"duo2_w-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:18:\"duo2_w-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:18:\"duo2_w-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:18:\"duo2_w-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:18:\"duo2_w-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:16:\"duo2_w-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:17:\"duo2_w-200x73.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:73;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:18:\"duo2_w-400x146.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:18:\"duo2_w-600x219.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:18:\"duo2_w-800x292.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:19:\"duo2_w-1200x438.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:438;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:{}}}'),(1267,4034,'_wp_attached_file','revslider/duotone/duo1_w.jpg'),(1268,4034,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:700;s:4:\"file\";s:28:\"revslider/duotone/duo1_w.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"duo1_w-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:\"duo1_w-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"duo1_w-768x280.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"duo1_w-1024x373.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"duo1_w-120x44.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:44;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"duo1_w-500x182.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"duo1_w-500x182.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:18:\"duo1_w-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:18:\"duo1_w-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:18:\"duo1_w-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:18:\"duo1_w-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:18:\"duo1_w-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:18:\"duo1_w-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:18:\"duo1_w-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:18:\"duo1_w-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:16:\"duo1_w-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:17:\"duo1_w-200x73.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:73;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:18:\"duo1_w-400x146.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:18:\"duo1_w-600x219.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:18:\"duo1_w-800x292.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:19:\"duo1_w-1200x438.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:438;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:{}}}'),(1269,4035,'_wp_attached_file','revslider/duotone/duo6_w.jpg'),(1270,4035,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:700;s:4:\"file\";s:28:\"revslider/duotone/duo6_w.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"duo6_w-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:\"duo6_w-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"duo6_w-768x280.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"duo6_w-1024x373.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"duo6_w-120x44.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:44;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"duo6_w-500x182.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"duo6_w-500x182.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:18:\"duo6_w-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:18:\"duo6_w-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:18:\"duo6_w-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:18:\"duo6_w-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:18:\"duo6_w-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:18:\"duo6_w-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:18:\"duo6_w-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:18:\"duo6_w-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:16:\"duo6_w-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:17:\"duo6_w-200x73.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:73;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:18:\"duo6_w-400x146.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:18:\"duo6_w-600x219.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:18:\"duo6_w-800x292.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:19:\"duo6_w-1200x438.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:438;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:{}}}'),(1281,246,'_wp_attached_file','2015/02/map-pin.png'),(1282,246,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:44;s:6:\"height\";i:44;s:4:\"file\";s:19:\"2015/02/map-pin.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:{}}}'),(1283,4039,'_wp_attached_file','2015/02/about-1-1.jpg'),(1284,4039,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:800;s:4:\"file\";s:21:\"2015/02/about-1-1.jpg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"about-1-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:21:\"about-1-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:21:\"about-1-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:22:\"about-1-1-1024x745.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:745;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"about-1-1-120x87.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:87;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"about-1-1-500x364.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"about-1-1-500x364.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"about-1-1-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"about-1-1-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:21:\"about-1-1-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:21:\"about-1-1-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"about-1-1-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"about-1-1-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"about-1-1-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:21:\"about-1-1-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"about-1-1-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:21:\"about-1-1-200x145.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:21:\"about-1-1-400x291.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:291;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:21:\"about-1-1-600x436.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:436;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:21:\"about-1-1-800x582.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:582;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:{}}}'),(1285,377,'_wp_attached_file','2015/02/about-11.jpg'),(1286,377,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:800;s:4:\"file\";s:20:\"2015/02/about-11.jpg\";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:{}}}'),(1287,379,'_wp_attached_file','2015/02/about-21.jpg'),(1288,379,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:800;s:4:\"file\";s:20:\"2015/02/about-21.jpg\";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:{}}}'),(1289,383,'_wp_attached_file','2015/02/about-3-1.jpg'),(1290,383,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:800;s:4:\"file\";s:21:\"2015/02/about-3-1.jpg\";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:{}}}'),(1291,385,'_wp_attached_file','2015/02/footer-11.jpg'),(1292,385,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:560;s:6:\"height\";i:270;s:4:\"file\";s:21:\"2015/02/footer-11.jpg\";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:{}}}'),(1293,386,'_wp_attached_file','2015/02/footer-21.jpg'),(1294,386,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:560;s:6:\"height\";i:270;s:4:\"file\";s:21:\"2015/02/footer-21.jpg\";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:{}}}'),(1295,387,'_wp_attached_file','2015/02/footer-31.jpg'),(1296,387,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:560;s:6:\"height\";i:270;s:4:\"file\";s:21:\"2015/02/footer-31.jpg\";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:{}}}'),(1297,388,'_wp_attached_file','2015/02/footer-41.jpg'),(1298,388,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:560;s:6:\"height\";i:270;s:4:\"file\";s:21:\"2015/02/footer-41.jpg\";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:{}}}'),(1299,402,'_wp_attached_file','2015/02/about-us-banner.jpg'),(1300,402,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2015/02/about-us-banner.jpg\";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:{}}}'),(1301,434,'_wp_attached_file','2015/02/our-story.jpg'),(1302,434,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:800;s:4:\"file\";s:21:\"2015/02/our-story.jpg\";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:{}}}'),(1303,447,'_wp_attached_file','2015/02/avada-cafe-logo-footer.png'),(1304,447,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:236;s:6:\"height\";i:92;s:4:\"file\";s:34:\"2015/02/avada-cafe-logo-footer.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:{}}}'),(1305,462,'_wp_attached_file','2015/02/about-background2.jpg'),(1306,462,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1000;s:4:\"file\";s:29:\"2015/02/about-background2.jpg\";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:{}}}'),(1307,477,'_wp_attached_file','2015/02/parallax-image.jpg'),(1308,477,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:1200;s:4:\"file\";s:26:\"2015/02/parallax-image.jpg\";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:{}}}'),(1309,707,'_wp_attached_file','2015/04/cafe_mobile_logo1x.png'),(1310,707,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:213;s:6:\"height\";i:83;s:4:\"file\";s:30:\"2015/04/cafe_mobile_logo1x.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:{}}}'),(1311,708,'_wp_attached_file','2015/04/cafe_mobile_logo2x.png'),(1312,708,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:426;s:6:\"height\";i:166;s:4:\"file\";s:30:\"2015/04/cafe_mobile_logo2x.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:{}}}'),(1313,740,'_wp_attached_file','2015/04/ptb_image.jpg'),(1314,740,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:611;s:4:\"file\";s:21:\"2015/04/ptb_image.jpg\";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:{}}}'),(1315,741,'_wp_attached_file','2015/04/ptb_image2.jpg'),(1316,741,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:432;s:4:\"file\";s:22:\"2015/04/ptb_image2.jpg\";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:{}}}'),(1317,752,'_wp_attached_file','2015/04/widget_image.jpg'),(1318,752,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:292;s:6:\"height\";i:181;s:4:\"file\";s:24:\"2015/04/widget_image.jpg\";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:{}}}'),(1319,780,'_wp_attached_file','2015/04/cafe_logo2.png'),(1320,780,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:109;s:6:\"height\";i:189;s:4:\"file\";s:22:\"2015/04/cafe_logo2.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:{}}}'),(1321,781,'_wp_attached_file','2015/04/insignia.png'),(1322,781,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:370;s:6:\"height\";i:415;s:4:\"file\";s:20:\"2015/04/insignia.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:{}}}'),(1323,782,'_wp_attached_file','2015/02/main-menu1.jpg'),(1324,782,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:800;s:4:\"file\";s:22:\"2015/02/main-menu1.jpg\";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:{}}}'),(1325,783,'_wp_attached_file','2015/02/starter-menu1.jpg'),(1326,783,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2015/02/starter-menu1.jpg\";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:{}}}'),(1327,786,'_wp_attached_file','2015/02/location-211.jpg'),(1328,786,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:510;s:6:\"height\";i:300;s:4:\"file\";s:24:\"2015/02/location-211.jpg\";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:{}}}'),(1329,787,'_wp_attached_file','2015/02/location-311.jpg'),(1330,787,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:510;s:6:\"height\";i:300;s:4:\"file\";s:24:\"2015/02/location-311.jpg\";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:{}}}'),(1331,789,'_wp_attached_file','2015/02/location-11-2.jpg'),(1332,789,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:510;s:6:\"height\";i:300;s:4:\"file\";s:25:\"2015/02/location-11-2.jpg\";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:{}}}'),(1333,790,'_wp_attached_file','2015/02/location-41.jpg'),(1334,790,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:510;s:6:\"height\";i:300;s:4:\"file\";s:23:\"2015/02/location-41.jpg\";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:{}}}'),(1335,792,'_wp_attached_file','2015/02/blog-11.jpg'),(1336,792,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:800;s:4:\"file\";s:19:\"2015/02/blog-11.jpg\";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:{}}}'),(1337,793,'_wp_attached_file','2015/02/blog-21.jpg'),(1338,793,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:800;s:4:\"file\";s:19:\"2015/02/blog-21.jpg\";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:{}}}'),(1339,795,'_wp_attached_file','2015/02/blog-51.jpg'),(1340,795,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:800;s:4:\"file\";s:19:\"2015/02/blog-51.jpg\";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:{}}}'),(1341,796,'_wp_attached_file','2015/02/blog-311.jpg'),(1342,796,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:800;s:4:\"file\";s:20:\"2015/02/blog-311.jpg\";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:{}}}'),(1343,799,'_wp_attached_file','2015/02/food-drink-banner1.jpg'),(1344,799,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:800;s:4:\"file\";s:30:\"2015/02/food-drink-banner1.jpg\";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:{}}}'),(1345,800,'_wp_attached_file','2015/02/parallax-11.jpg'),(1346,800,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1169;s:4:\"file\";s:23:\"2015/02/parallax-11.jpg\";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:{}}}'),(1347,802,'_wp_attached_file','2015/02/banner-image1.jpg'),(1348,802,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1169;s:4:\"file\";s:25:\"2015/02/banner-image1.jpg\";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:{}}}'),(1349,807,'_wp_attached_file','2015/04/cafe_logo2x.png'),(1350,807,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:218;s:6:\"height\";i:378;s:4:\"file\";s:23:\"2015/04/cafe_logo2x.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:{}}}'),(1351,809,'_wp_attached_file','2016/02/about-12.jpg'),(1352,809,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:186;s:4:\"file\";s:20:\"2016/02/about-12.jpg\";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:{}}}'),(1353,809,'FB_content',''),(1354,810,'_wp_attached_file','2016/02/about-22.jpg'),(1355,810,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:186;s:4:\"file\";s:20:\"2016/02/about-22.jpg\";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:{}}}'),(1356,810,'FB_content',''),(1723,22,'slide_template','default'),(1724,22,'pyre_type','image'),(1725,22,'pyre_youtube_id',''),(1726,22,'pyre_vimeo_id',''),(1727,22,'pyre_webm',''),(1728,22,'pyre_mp4',''),(1729,22,'pyre_ogv',''),(1730,22,'pyre_preview_image',''),(1731,22,'pyre_video_bg_color',''),(1732,22,'pyre_mute_video','yes'),(1733,22,'pyre_autoplay_video','yes'),(1734,22,'pyre_loop_video','yes'),(1735,22,'pyre_hide_video_controls','yes'),(1736,22,'pyre_content_alignment','center'),(1737,22,'pyre_heading','<img src=\"http://daviddelk.net/band/wp-content/uploads/2016/08/Coast-Big-Band-LOGO-white-png-e1471491484153.png\" alt=\"\" />'),(1738,22,'pyre_heading_font_size',''),(1739,22,'pyre_heading_color',''),(1740,22,'pyre_heading_bg','no'),(1741,22,'pyre_heading_bg_color',''),(1742,22,'pyre_caption',''),(1743,22,'pyre_caption_font_size',''),(1744,22,'pyre_caption_color',''),(1745,22,'pyre_caption_bg','no'),(1746,22,'pyre_caption_bg_color',''),(1747,22,'pyre_link_type','button'),(1748,22,'pyre_slide_link',''),(1749,22,'pyre_slide_target','yes'),(1750,22,'pyre_button_1',''),(1751,22,'pyre_button_2',''),(1752,22,'_thumbnail_id','4028'),(1753,126,'slide_template','default'),(1754,126,'pyre_type','image'),(1755,126,'pyre_youtube_id',''),(1756,126,'pyre_vimeo_id',''),(1757,126,'pyre_webm',''),(1758,126,'pyre_mp4',''),(1759,126,'pyre_ogv',''),(1760,126,'pyre_preview_image',''),(1761,126,'pyre_video_bg_color',''),(1762,126,'pyre_mute_video','yes'),(1763,126,'pyre_autoplay_video','yes'),(1764,126,'pyre_loop_video','yes'),(1765,126,'pyre_hide_video_controls','yes'),(1766,126,'pyre_content_alignment','center'),(1767,126,'pyre_heading','ABOUT US\n[fusion_separator style_type=\"single solid\" top_margin=\"10\" bottom_margin=\"10\" sep_color=\"#c0996b\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\"]'),(1768,126,'pyre_heading_font_size','72'),(1769,126,'pyre_heading_color','#fff'),(1770,126,'pyre_heading_bg','no'),(1771,126,'pyre_heading_bg_color',''),(1772,126,'pyre_caption','We don\'t preach about coffee we make coffee. We have eight venues across this celestial rock.'),(1773,126,'pyre_caption_font_size','36'),(1774,126,'pyre_caption_color','#fff'),(1775,126,'pyre_caption_bg','no'),(1776,126,'pyre_caption_bg_color',''),(1777,126,'pyre_link_type','button'),(1778,126,'pyre_slide_link',''),(1779,126,'pyre_slide_target','yes'),(1780,126,'pyre_button_1',''),(1781,126,'pyre_button_2',''),(1782,126,'_thumbnail_id','4046'),(1783,162,'slide_template','default'),(1784,162,'pyre_type','image'),(1785,162,'pyre_youtube_id',''),(1786,162,'pyre_vimeo_id',''),(1787,162,'pyre_webm',''),(1788,162,'pyre_mp4',''),(1789,162,'pyre_ogv',''),(1790,162,'pyre_preview_image',''),(1791,162,'pyre_video_bg_color',''),(1792,162,'pyre_mute_video','yes'),(1793,162,'pyre_autoplay_video','yes'),(1794,162,'pyre_loop_video','yes'),(1795,162,'pyre_hide_video_controls','yes'),(1796,162,'pyre_content_alignment','center'),(1797,162,'pyre_heading','OUR STORY\n[fusion_separator style_type=\"single solid\" top_margin=\"10\" bottom_margin=\"10\" sep_color=\"#c0996b\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\"]'),(1798,162,'pyre_heading_font_size','72'),(1799,162,'pyre_heading_color','#fff'),(1800,162,'pyre_heading_bg','no'),(1801,162,'pyre_heading_bg_color',''),(1802,162,'pyre_caption','BORN FROM OUR LOVE OF GOOD COFFEE, COLD BEER AND FINE FOOD. IT\'S BEEN QUITE A JOURNEY.'),(1803,162,'pyre_caption_font_size','36'),(1804,162,'pyre_caption_color','#fff'),(1805,162,'pyre_caption_bg','no'),(1806,162,'pyre_caption_bg_color',''),(1807,162,'pyre_link_type','button'),(1808,162,'pyre_slide_link',''),(1809,162,'pyre_slide_target','yes'),(1810,162,'pyre_button_1',''),(1811,162,'pyre_button_2',''),(1812,162,'_thumbnail_id','4047'),(1815,173,'slide_template','default'),(1816,173,'fusion_builder_status','inactive'),(1817,173,'pyre_show_first_featured_image','no'),(1818,173,'pyre_portfolio_width_100','no'),(1819,173,'pyre_video',''),(1820,173,'pyre_fimg_width',''),(1821,173,'pyre_fimg_height',''),(1822,173,'pyre_image_rollover_icons','linkzoom'),(1823,173,'pyre_link_icon_url',''),(1824,173,'pyre_related_posts','default'),(1825,173,'pyre_share_box','default'),(1826,173,'pyre_post_pagination','default'),(1827,173,'pyre_author_info','default'),(1828,173,'pyre_post_meta','default'),(1829,173,'pyre_post_comments','default'),(1830,173,'pyre_main_top_padding',''),(1831,173,'pyre_main_bottom_padding',''),(1832,173,'pyre_hundredp_padding',''),(1833,173,'pyre_slider_position','default'),(1834,173,'pyre_slider_type','no'),(1835,173,'pyre_slider','0'),(1836,173,'pyre_wooslider','0'),(1837,173,'pyre_revslider','0'),(1838,173,'pyre_elasticslider','0'),(1839,173,'pyre_fallback',''),(1840,173,'pyre_avada_rev_styles','default'),(1841,173,'pyre_display_header','yes'),(1842,173,'pyre_header_100_width','default'),(1843,173,'pyre_header_bg',''),(1844,173,'pyre_header_bg_color',''),(1845,173,'pyre_header_bg_opacity',''),(1846,173,'pyre_header_bg_full','no'),(1847,173,'pyre_header_bg_repeat','repeat'),(1848,173,'pyre_displayed_menu','default'),(1849,173,'pyre_display_footer','default'),(1850,173,'pyre_display_copyright','default'),(1851,173,'pyre_footer_100_width','default'),(1852,173,'pyre_sidebar_position','default'),(1853,173,'pyre_page_bg_layout','default'),(1854,173,'pyre_page_bg',''),(1855,173,'pyre_page_bg_color',''),(1856,173,'pyre_page_bg_full','no'),(1857,173,'pyre_page_bg_repeat','repeat'),(1858,173,'pyre_wide_page_bg',''),(1859,173,'pyre_wide_page_bg_color',''),(1860,173,'pyre_wide_page_bg_full','no'),(1861,173,'pyre_wide_page_bg_repeat','repeat'),(1862,173,'pyre_page_title','default'),(1863,173,'pyre_page_title_text','yes'),(1864,173,'pyre_page_title_text_alignment','default'),(1865,173,'pyre_page_title_custom_text',''),(1866,173,'pyre_page_title_100_width','default'),(1867,173,'pyre_page_title_text_size',''),(1868,173,'pyre_page_title_custom_subheader',''),(1869,173,'pyre_page_title_custom_subheader_text_size',''),(1870,173,'pyre_page_title_font_color',''),(1871,173,'pyre_page_title_height',''),(1872,173,'pyre_page_title_bar_bg',''),(1873,173,'pyre_page_title_bar_bg_retina',''),(1874,173,'pyre_page_title_bar_bg_color',''),(1875,173,'pyre_page_title_bar_bg_full','default'),(1876,173,'pyre_page_title_bg_parallax','default'),(1877,173,'pyre_page_title_breadcrumbs_search_bar','default'),(1878,173,'avada_post_views_count','1035'),(1879,173,'_links_to','#'),(1880,173,'_thumbnail_id','795'),(1881,173,'pyre_post_links_target','no'),(1882,173,'pyre_sidebar_bg_color',''),(1883,173,'pyre_page_title_mobile_height',''),(1884,173,'pyre_page_title_bar_borders_color',''),(1885,173,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(1886,173,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(1887,173,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(1888,173,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(1891,176,'slide_template','default'),(1892,176,'fusion_builder_status','inactive'),(1893,176,'pyre_show_first_featured_image','no'),(1894,176,'pyre_portfolio_width_100','no'),(1895,176,'pyre_video',''),(1896,176,'pyre_fimg_width',''),(1897,176,'pyre_fimg_height',''),(1898,176,'pyre_image_rollover_icons','linkzoom'),(1899,176,'pyre_link_icon_url',''),(1900,176,'pyre_related_posts','default'),(1901,176,'pyre_share_box','default'),(1902,176,'pyre_post_pagination','default'),(1903,176,'pyre_author_info','default'),(1904,176,'pyre_post_meta','default'),(1905,176,'pyre_post_comments','default'),(1906,176,'pyre_main_top_padding',''),(1907,176,'pyre_main_bottom_padding',''),(1908,176,'pyre_hundredp_padding',''),(1909,176,'pyre_slider_position','default'),(1910,176,'pyre_slider_type','no'),(1911,176,'pyre_slider','0'),(1912,176,'pyre_wooslider','0'),(1913,176,'pyre_revslider','0'),(1914,176,'pyre_elasticslider','0'),(1915,176,'pyre_fallback',''),(1916,176,'pyre_avada_rev_styles','default'),(1917,176,'pyre_display_header','yes'),(1918,176,'pyre_header_100_width','default'),(1919,176,'pyre_header_bg',''),(1920,176,'pyre_header_bg_color',''),(1921,176,'pyre_header_bg_opacity',''),(1922,176,'pyre_header_bg_full','no'),(1923,176,'pyre_header_bg_repeat','repeat'),(1924,176,'pyre_displayed_menu','default'),(1925,176,'pyre_display_footer','default'),(1926,176,'pyre_display_copyright','default'),(1927,176,'pyre_footer_100_width','default'),(1928,176,'pyre_sidebar_position','default'),(1929,176,'pyre_page_bg_layout','default'),(1930,176,'pyre_page_bg',''),(1931,176,'pyre_page_bg_color',''),(1932,176,'pyre_page_bg_full','no'),(1933,176,'pyre_page_bg_repeat','repeat'),(1934,176,'pyre_wide_page_bg',''),(1935,176,'pyre_wide_page_bg_color',''),(1936,176,'pyre_wide_page_bg_full','no'),(1937,176,'pyre_wide_page_bg_repeat','repeat'),(1938,176,'pyre_page_title','default'),(1939,176,'pyre_page_title_text','yes'),(1940,176,'pyre_page_title_text_alignment','default'),(1941,176,'pyre_page_title_custom_text',''),(1942,176,'pyre_page_title_100_width','default'),(1943,176,'pyre_page_title_text_size',''),(1944,176,'pyre_page_title_custom_subheader',''),(1945,176,'pyre_page_title_custom_subheader_text_size',''),(1946,176,'pyre_page_title_font_color',''),(1947,176,'pyre_page_title_height',''),(1948,176,'pyre_page_title_bar_bg',''),(1949,176,'pyre_page_title_bar_bg_retina',''),(1950,176,'pyre_page_title_bar_bg_color',''),(1951,176,'pyre_page_title_bar_bg_full','default'),(1952,176,'pyre_page_title_bg_parallax','default'),(1953,176,'pyre_page_title_breadcrumbs_search_bar','default'),(1954,176,'avada_post_views_count','586'),(1955,176,'_links_to','#'),(1956,176,'pyre_post_links_target','no'),(1957,176,'pyre_sidebar_bg_color',''),(1958,176,'pyre_page_title_mobile_height',''),(1959,176,'pyre_page_title_bar_borders_color',''),(1960,176,'_wp_old_slug','new-york-opening'),(1961,176,'_thumbnail_id','379'),(1962,176,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(1963,176,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(1964,176,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(1965,176,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(1968,182,'slide_template','default'),(1969,182,'fusion_builder_status','inactive'),(1970,182,'pyre_show_first_featured_image','no'),(1971,182,'pyre_portfolio_width_100','no'),(1972,182,'pyre_video',''),(1973,182,'pyre_fimg_width',''),(1974,182,'pyre_fimg_height',''),(1975,182,'pyre_image_rollover_icons','linkzoom'),(1976,182,'pyre_link_icon_url',''),(1977,182,'pyre_related_posts','default'),(1978,182,'pyre_share_box','default'),(1979,182,'pyre_post_pagination','default'),(1980,182,'pyre_author_info','default'),(1981,182,'pyre_post_meta','default'),(1982,182,'pyre_post_comments','default'),(1983,182,'pyre_main_top_padding',''),(1984,182,'pyre_main_bottom_padding',''),(1985,182,'pyre_hundredp_padding',''),(1986,182,'pyre_slider_position','default'),(1987,182,'pyre_slider_type','no'),(1988,182,'pyre_slider','0'),(1989,182,'pyre_wooslider','0'),(1990,182,'pyre_revslider','0'),(1991,182,'pyre_elasticslider','0'),(1992,182,'pyre_fallback',''),(1993,182,'pyre_avada_rev_styles','default'),(1994,182,'pyre_display_header','yes'),(1995,182,'pyre_header_100_width','default'),(1996,182,'pyre_header_bg',''),(1997,182,'pyre_header_bg_color',''),(1998,182,'pyre_header_bg_opacity',''),(1999,182,'pyre_header_bg_full','no'),(2000,182,'pyre_header_bg_repeat','repeat'),(2001,182,'pyre_displayed_menu','default'),(2002,182,'pyre_display_footer','default'),(2003,182,'pyre_display_copyright','default'),(2004,182,'pyre_footer_100_width','default'),(2005,182,'pyre_sidebar_position','default'),(2006,182,'pyre_page_bg_layout','default'),(2007,182,'pyre_page_bg',''),(2008,182,'pyre_page_bg_color',''),(2009,182,'pyre_page_bg_full','no'),(2010,182,'pyre_page_bg_repeat','repeat'),(2011,182,'pyre_wide_page_bg',''),(2012,182,'pyre_wide_page_bg_color',''),(2013,182,'pyre_wide_page_bg_full','no'),(2014,182,'pyre_wide_page_bg_repeat','repeat'),(2015,182,'pyre_page_title','default'),(2016,182,'pyre_page_title_text','yes'),(2017,182,'pyre_page_title_text_alignment','default'),(2018,182,'pyre_page_title_custom_text',''),(2019,182,'pyre_page_title_100_width','default'),(2020,182,'pyre_page_title_text_size',''),(2021,182,'pyre_page_title_custom_subheader',''),(2022,182,'pyre_page_title_custom_subheader_text_size',''),(2023,182,'pyre_page_title_font_color',''),(2024,182,'pyre_page_title_height',''),(2025,182,'pyre_page_title_bar_bg',''),(2026,182,'pyre_page_title_bar_bg_retina',''),(2027,182,'pyre_page_title_bar_bg_color',''),(2028,182,'pyre_page_title_bar_bg_full','default'),(2029,182,'pyre_page_title_bg_parallax','default'),(2030,182,'pyre_page_title_breadcrumbs_search_bar','default'),(2031,182,'avada_post_views_count','692'),(2032,182,'_links_to','#'),(2033,182,'pyre_post_links_target','no'),(2034,182,'pyre_sidebar_bg_color',''),(2035,182,'pyre_page_title_mobile_height',''),(2036,182,'pyre_page_title_bar_borders_color',''),(2037,182,'_thumbnail_id','383'),(2038,182,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(2039,182,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(2040,182,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(2041,182,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(2044,185,'slide_template','default'),(2045,185,'fusion_builder_status','inactive'),(2046,185,'pyre_show_first_featured_image','no'),(2047,185,'pyre_portfolio_width_100','no'),(2048,185,'pyre_video',''),(2049,185,'pyre_fimg_width',''),(2050,185,'pyre_fimg_height',''),(2051,185,'pyre_image_rollover_icons','linkzoom'),(2052,185,'pyre_link_icon_url',''),(2053,185,'pyre_related_posts','default'),(2054,185,'pyre_share_box','default'),(2055,185,'pyre_post_pagination','default'),(2056,185,'pyre_author_info','default'),(2057,185,'pyre_post_meta','default'),(2058,185,'pyre_post_comments','default'),(2059,185,'pyre_main_top_padding',''),(2060,185,'pyre_main_bottom_padding',''),(2061,185,'pyre_hundredp_padding',''),(2062,185,'pyre_slider_position','default'),(2063,185,'pyre_slider_type','no'),(2064,185,'pyre_slider','0'),(2065,185,'pyre_wooslider','0'),(2066,185,'pyre_revslider','0'),(2067,185,'pyre_elasticslider','0'),(2068,185,'pyre_fallback',''),(2069,185,'pyre_avada_rev_styles','default'),(2070,185,'pyre_display_header','yes'),(2071,185,'pyre_header_100_width','default'),(2072,185,'pyre_header_bg',''),(2073,185,'pyre_header_bg_color',''),(2074,185,'pyre_header_bg_opacity',''),(2075,185,'pyre_header_bg_full','no'),(2076,185,'pyre_header_bg_repeat','repeat'),(2077,185,'pyre_displayed_menu','default'),(2078,185,'pyre_display_footer','default'),(2079,185,'pyre_display_copyright','default'),(2080,185,'pyre_footer_100_width','default'),(2081,185,'pyre_sidebar_position','default'),(2082,185,'pyre_page_bg_layout','default'),(2083,185,'pyre_page_bg',''),(2084,185,'pyre_page_bg_color',''),(2085,185,'pyre_page_bg_full','no'),(2086,185,'pyre_page_bg_repeat','repeat'),(2087,185,'pyre_wide_page_bg',''),(2088,185,'pyre_wide_page_bg_color',''),(2089,185,'pyre_wide_page_bg_full','no'),(2090,185,'pyre_wide_page_bg_repeat','repeat'),(2091,185,'pyre_page_title','default'),(2092,185,'pyre_page_title_text','yes'),(2093,185,'pyre_page_title_text_alignment','default'),(2094,185,'pyre_page_title_custom_text',''),(2095,185,'pyre_page_title_100_width','default'),(2096,185,'pyre_page_title_text_size',''),(2097,185,'pyre_page_title_custom_subheader',''),(2098,185,'pyre_page_title_custom_subheader_text_size',''),(2099,185,'pyre_page_title_font_color',''),(2100,185,'pyre_page_title_height',''),(2101,185,'pyre_page_title_bar_bg',''),(2102,185,'pyre_page_title_bar_bg_retina',''),(2103,185,'pyre_page_title_bar_bg_color',''),(2104,185,'pyre_page_title_bar_bg_full','default'),(2105,185,'pyre_page_title_bg_parallax','default'),(2106,185,'pyre_page_title_breadcrumbs_search_bar','default'),(2107,185,'avada_post_views_count','1480'),(2108,185,'_links_to','#'),(2109,185,'_thumbnail_id','796'),(2110,185,'pyre_post_links_target','no'),(2111,185,'pyre_sidebar_bg_color',''),(2112,185,'pyre_page_title_mobile_height',''),(2113,185,'pyre_page_title_bar_borders_color',''),(2114,185,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(2115,185,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(2116,185,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(2117,185,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(2120,188,'slide_template','default'),(2121,188,'fusion_builder_status','inactive'),(2122,188,'pyre_show_first_featured_image','no'),(2123,188,'pyre_portfolio_width_100','no'),(2124,188,'pyre_video',''),(2125,188,'pyre_fimg_width',''),(2126,188,'pyre_fimg_height',''),(2127,188,'pyre_image_rollover_icons','linkzoom'),(2128,188,'pyre_link_icon_url',''),(2129,188,'pyre_related_posts','default'),(2130,188,'pyre_share_box','default'),(2131,188,'pyre_post_pagination','default'),(2132,188,'pyre_author_info','default'),(2133,188,'pyre_post_meta','default'),(2134,188,'pyre_post_comments','default'),(2135,188,'pyre_main_top_padding',''),(2136,188,'pyre_main_bottom_padding',''),(2137,188,'pyre_hundredp_padding',''),(2138,188,'pyre_slider_position','default'),(2139,188,'pyre_slider_type','no'),(2140,188,'pyre_slider','0'),(2141,188,'pyre_wooslider','0'),(2142,188,'pyre_revslider','0'),(2143,188,'pyre_elasticslider','0'),(2144,188,'pyre_fallback',''),(2145,188,'pyre_avada_rev_styles','default'),(2146,188,'pyre_display_header','yes'),(2147,188,'pyre_header_100_width','default'),(2148,188,'pyre_header_bg',''),(2149,188,'pyre_header_bg_color',''),(2150,188,'pyre_header_bg_opacity',''),(2151,188,'pyre_header_bg_full','no'),(2152,188,'pyre_header_bg_repeat','repeat'),(2153,188,'pyre_displayed_menu','default'),(2154,188,'pyre_display_footer','default'),(2155,188,'pyre_display_copyright','default'),(2156,188,'pyre_footer_100_width','default'),(2157,188,'pyre_sidebar_position','default'),(2158,188,'pyre_page_bg_layout','default'),(2159,188,'pyre_page_bg',''),(2160,188,'pyre_page_bg_color',''),(2161,188,'pyre_page_bg_full','no'),(2162,188,'pyre_page_bg_repeat','repeat'),(2163,188,'pyre_wide_page_bg',''),(2164,188,'pyre_wide_page_bg_color',''),(2165,188,'pyre_wide_page_bg_full','no'),(2166,188,'pyre_wide_page_bg_repeat','repeat'),(2167,188,'pyre_page_title','default'),(2168,188,'pyre_page_title_text','yes'),(2169,188,'pyre_page_title_text_alignment','default'),(2170,188,'pyre_page_title_custom_text',''),(2171,188,'pyre_page_title_100_width','default'),(2172,188,'pyre_page_title_text_size',''),(2173,188,'pyre_page_title_custom_subheader',''),(2174,188,'pyre_page_title_custom_subheader_text_size',''),(2175,188,'pyre_page_title_font_color',''),(2176,188,'pyre_page_title_height',''),(2177,188,'pyre_page_title_bar_bg',''),(2178,188,'pyre_page_title_bar_bg_retina',''),(2179,188,'pyre_page_title_bar_bg_color',''),(2180,188,'pyre_page_title_bar_bg_full','default'),(2181,188,'pyre_page_title_bg_parallax','default'),(2182,188,'pyre_page_title_breadcrumbs_search_bar','default'),(2183,188,'avada_post_views_count','1189'),(2184,188,'_links_to','#'),(2185,188,'pyre_post_links_target','no'),(2186,188,'pyre_sidebar_bg_color',''),(2187,188,'pyre_page_title_mobile_height',''),(2188,188,'pyre_page_title_bar_borders_color',''),(2189,188,'_thumbnail_id','793'),(2190,188,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(2191,188,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(2192,188,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(2193,188,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(2196,191,'slide_template','default'),(2197,191,'fusion_builder_status','inactive'),(2198,191,'pyre_show_first_featured_image','no'),(2199,191,'pyre_portfolio_width_100','no'),(2200,191,'pyre_video',''),(2201,191,'pyre_fimg_width',''),(2202,191,'pyre_fimg_height',''),(2203,191,'pyre_image_rollover_icons','linkzoom'),(2204,191,'pyre_link_icon_url',''),(2205,191,'pyre_related_posts','default'),(2206,191,'pyre_share_box','default'),(2207,191,'pyre_post_pagination','default'),(2208,191,'pyre_author_info','default'),(2209,191,'pyre_post_meta','default'),(2210,191,'pyre_post_comments','default'),(2211,191,'pyre_main_top_padding',''),(2212,191,'pyre_main_bottom_padding',''),(2213,191,'pyre_hundredp_padding',''),(2214,191,'pyre_slider_position','default'),(2215,191,'pyre_slider_type','no'),(2216,191,'pyre_slider','0'),(2217,191,'pyre_wooslider','0'),(2218,191,'pyre_revslider','0'),(2219,191,'pyre_elasticslider','0'),(2220,191,'pyre_fallback',''),(2221,191,'pyre_avada_rev_styles','default'),(2222,191,'pyre_display_header','yes'),(2223,191,'pyre_header_100_width','default'),(2224,191,'pyre_header_bg',''),(2225,191,'pyre_header_bg_color',''),(2226,191,'pyre_header_bg_opacity',''),(2227,191,'pyre_header_bg_full','no'),(2228,191,'pyre_header_bg_repeat','repeat'),(2229,191,'pyre_displayed_menu','default'),(2230,191,'pyre_display_footer','default'),(2231,191,'pyre_display_copyright','default'),(2232,191,'pyre_footer_100_width','default'),(2233,191,'pyre_sidebar_position','default'),(2234,191,'pyre_page_bg_layout','default'),(2235,191,'pyre_page_bg',''),(2236,191,'pyre_page_bg_color',''),(2237,191,'pyre_page_bg_full','no'),(2238,191,'pyre_page_bg_repeat','repeat'),(2239,191,'pyre_wide_page_bg',''),(2240,191,'pyre_wide_page_bg_color',''),(2241,191,'pyre_wide_page_bg_full','no'),(2242,191,'pyre_wide_page_bg_repeat','repeat'),(2243,191,'pyre_page_title','default'),(2244,191,'pyre_page_title_text','yes'),(2245,191,'pyre_page_title_text_alignment','default'),(2246,191,'pyre_page_title_custom_text',''),(2247,191,'pyre_page_title_100_width','default'),(2248,191,'pyre_page_title_text_size',''),(2249,191,'pyre_page_title_custom_subheader',''),(2250,191,'pyre_page_title_custom_subheader_text_size',''),(2251,191,'pyre_page_title_font_color',''),(2252,191,'pyre_page_title_height',''),(2253,191,'pyre_page_title_bar_bg',''),(2254,191,'pyre_page_title_bar_bg_retina',''),(2255,191,'pyre_page_title_bar_bg_color',''),(2256,191,'pyre_page_title_bar_bg_full','default'),(2257,191,'pyre_page_title_bg_parallax','default'),(2258,191,'pyre_page_title_breadcrumbs_search_bar','default'),(2259,191,'avada_post_views_count','2310'),(2260,191,'_links_to','#'),(2261,191,'_thumbnail_id','792'),(2262,191,'pyre_post_links_target','no'),(2263,191,'pyre_sidebar_bg_color',''),(2264,191,'pyre_page_title_mobile_height',''),(2265,191,'pyre_page_title_bar_borders_color',''),(2266,191,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(2267,191,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(2268,191,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(2269,191,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(2270,252,'slide_template','default'),(2271,252,'pyre_type','image'),(2272,252,'pyre_youtube_id',''),(2273,252,'pyre_vimeo_id',''),(2274,252,'pyre_webm',''),(2275,252,'pyre_mp4',''),(2276,252,'pyre_ogv',''),(2277,252,'pyre_preview_image',''),(2278,252,'pyre_video_bg_color',''),(2279,252,'pyre_mute_video','yes'),(2280,252,'pyre_autoplay_video','yes'),(2281,252,'pyre_loop_video','yes'),(2282,252,'pyre_hide_video_controls','yes'),(2283,252,'pyre_content_alignment','center'),(2284,252,'pyre_heading','FOOD & DRINK\n[fusion_separator style_type=\"single solid\" top_margin=\"10\" bottom_margin=\"10\" sep_color=\"#c0996b\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\"]'),(2285,252,'pyre_heading_font_size','72'),(2286,252,'pyre_heading_color','#ffffff'),(2287,252,'pyre_heading_bg','no'),(2288,252,'pyre_heading_bg_color',''),(2289,252,'pyre_caption','TENDER STEAKS, TASTY BURGERS AND LIGHT BITES. WASH IT DOWN WITH A COFFEE OR A BEER.'),(2290,252,'pyre_caption_font_size','36'),(2291,252,'pyre_caption_color','#fff'),(2292,252,'pyre_caption_bg','no'),(2293,252,'pyre_caption_bg_color',''),(2294,252,'pyre_link_type','button'),(2295,252,'pyre_slide_link',''),(2296,252,'pyre_slide_target','yes'),(2297,252,'pyre_button_1',''),(2298,252,'pyre_button_2',''),(2299,252,'_thumbnail_id','4048'),(2433,4046,'_wp_attached_file','2016/08/402.jpg'),(2434,4046,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:800;s:4:\"file\";s:15:\"2016/08/402.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"402-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:15:\"402-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"402-768x315.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"402-1024x420.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"402-120x49.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:49;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"402-500x205.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"402-500x205.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:15:\"402-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:15:\"402-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:15:\"402-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:15:\"402-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:15:\"402-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:15:\"402-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:15:\"402-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:15:\"402-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:13:\"402-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:14:\"402-200x82.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:15:\"402-400x164.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:15:\"402-600x246.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:15:\"402-800x328.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:16:\"402-1200x492.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:492;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:{}}}'),(2435,4047,'_wp_attached_file','2016/08/434.jpg'),(2436,4047,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:800;s:4:\"file\";s:15:\"2016/08/434.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"434-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:15:\"434-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"434-768x315.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"434-1024x420.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"434-120x49.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:49;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"434-500x205.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"434-500x205.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:15:\"434-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:15:\"434-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:15:\"434-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:15:\"434-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:15:\"434-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:15:\"434-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:15:\"434-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:15:\"434-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:13:\"434-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:14:\"434-200x82.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:15:\"434-400x164.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:15:\"434-600x246.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:15:\"434-800x328.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:16:\"434-1200x492.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:492;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:{}}}'),(2437,4048,'_wp_attached_file','2016/08/799.jpg'),(2438,4048,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:800;s:4:\"file\";s:15:\"2016/08/799.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"799-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:15:\"799-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"799-768x315.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"799-1024x420.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"799-120x49.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:49;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"799-500x205.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"799-500x205.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:15:\"799-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:15:\"799-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:15:\"799-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:15:\"799-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:15:\"799-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:15:\"799-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:15:\"799-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:15:\"799-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:13:\"799-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:14:\"799-200x82.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:15:\"799-400x164.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:15:\"799-600x246.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:15:\"799-800x328.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:16:\"799-1200x492.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:492;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:{}}}'),(2439,4049,'_wp_attached_file','2016/08/802.jpg'),(2440,4049,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1169;s:4:\"file\";s:15:\"2016/08/802.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"802-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:15:\"802-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"802-768x473.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"802-1024x630.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"802-120x74.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"802-500x308.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"802-500x308.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:15:\"802-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:15:\"802-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:15:\"802-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:15:\"802-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:15:\"802-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:15:\"802-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:15:\"802-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:15:\"802-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:13:\"802-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:15:\"802-200x123.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:15:\"802-400x246.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:15:\"802-600x369.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:15:\"802-800x492.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:492;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:16:\"802-1200x738.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:738;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:{}}}'),(2441,809,'FB_content',''),(2442,810,'FB_content',''),(2809,22,'slide_template','default'),(2810,22,'pyre_type','image'),(2811,22,'pyre_youtube_id',''),(2812,22,'pyre_vimeo_id',''),(2813,22,'pyre_webm',''),(2814,22,'pyre_mp4',''),(2815,22,'pyre_ogv',''),(2816,22,'pyre_preview_image',''),(2817,22,'pyre_video_bg_color',''),(2818,22,'pyre_mute_video','yes'),(2819,22,'pyre_autoplay_video','yes'),(2820,22,'pyre_loop_video','yes'),(2821,22,'pyre_hide_video_controls','yes'),(2822,22,'pyre_content_alignment','center'),(2823,22,'pyre_heading','<img src=\"http://daviddelk.net/band/wp-content/uploads/2016/08/Coast-Big-Band-LOGO-white-png-e1471491484153.png\" alt=\"\" />'),(2824,22,'pyre_heading_font_size',''),(2825,22,'pyre_heading_color',''),(2826,22,'pyre_heading_bg','no'),(2827,22,'pyre_heading_bg_color',''),(2828,22,'pyre_caption',''),(2829,22,'pyre_caption_font_size',''),(2830,22,'pyre_caption_color',''),(2831,22,'pyre_caption_bg','no'),(2832,22,'pyre_caption_bg_color',''),(2833,22,'pyre_link_type','button'),(2834,22,'pyre_slide_link',''),(2835,22,'pyre_slide_target','yes'),(2836,22,'pyre_button_1',''),(2837,22,'pyre_button_2',''),(2838,22,'_thumbnail_id','4028'),(2839,126,'slide_template','default'),(2840,126,'pyre_type','image'),(2841,126,'pyre_youtube_id',''),(2842,126,'pyre_vimeo_id',''),(2843,126,'pyre_webm',''),(2844,126,'pyre_mp4',''),(2845,126,'pyre_ogv',''),(2846,126,'pyre_preview_image',''),(2847,126,'pyre_video_bg_color',''),(2848,126,'pyre_mute_video','yes'),(2849,126,'pyre_autoplay_video','yes'),(2850,126,'pyre_loop_video','yes'),(2851,126,'pyre_hide_video_controls','yes'),(2852,126,'pyre_content_alignment','center'),(2853,126,'pyre_heading','ABOUT US\n[fusion_separator style_type=\"single solid\" top_margin=\"10\" bottom_margin=\"10\" sep_color=\"#c0996b\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\"]'),(2854,126,'pyre_heading_font_size','72'),(2855,126,'pyre_heading_color','#fff'),(2856,126,'pyre_heading_bg','no'),(2857,126,'pyre_heading_bg_color',''),(2858,126,'pyre_caption','We don\'t preach about coffee we make coffee. We have eight venues across this celestial rock.'),(2859,126,'pyre_caption_font_size','36'),(2860,126,'pyre_caption_color','#fff'),(2861,126,'pyre_caption_bg','no'),(2862,126,'pyre_caption_bg_color',''),(2863,126,'pyre_link_type','button'),(2864,126,'pyre_slide_link',''),(2865,126,'pyre_slide_target','yes'),(2866,126,'pyre_button_1',''),(2867,126,'pyre_button_2',''),(2868,126,'_thumbnail_id','402'),(2869,162,'slide_template','default'),(2870,162,'pyre_type','image'),(2871,162,'pyre_youtube_id',''),(2872,162,'pyre_vimeo_id',''),(2873,162,'pyre_webm',''),(2874,162,'pyre_mp4',''),(2875,162,'pyre_ogv',''),(2876,162,'pyre_preview_image',''),(2877,162,'pyre_video_bg_color',''),(2878,162,'pyre_mute_video','yes'),(2879,162,'pyre_autoplay_video','yes'),(2880,162,'pyre_loop_video','yes'),(2881,162,'pyre_hide_video_controls','yes'),(2882,162,'pyre_content_alignment','center'),(2883,162,'pyre_heading','OUR STORY\n[fusion_separator style_type=\"single solid\" top_margin=\"10\" bottom_margin=\"10\" sep_color=\"#c0996b\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\"]'),(2884,162,'pyre_heading_font_size','72'),(2885,162,'pyre_heading_color','#fff'),(2886,162,'pyre_heading_bg','no'),(2887,162,'pyre_heading_bg_color',''),(2888,162,'pyre_caption','BORN FROM OUR LOVE OF GOOD COFFEE, COLD BEER AND FINE FOOD. IT\'S BEEN QUITE A JOURNEY.'),(2889,162,'pyre_caption_font_size','36'),(2890,162,'pyre_caption_color','#fff'),(2891,162,'pyre_caption_bg','no'),(2892,162,'pyre_caption_bg_color',''),(2893,162,'pyre_link_type','button'),(2894,162,'pyre_slide_link',''),(2895,162,'pyre_slide_target','yes'),(2896,162,'pyre_button_1',''),(2897,162,'pyre_button_2',''),(2898,162,'_thumbnail_id','434'),(2899,173,'slide_template','default'),(2900,173,'fusion_builder_status','inactive'),(2901,173,'pyre_show_first_featured_image','no'),(2902,173,'pyre_portfolio_width_100','no'),(2903,173,'pyre_video',''),(2904,173,'pyre_fimg_width',''),(2905,173,'pyre_fimg_height',''),(2906,173,'pyre_image_rollover_icons','linkzoom'),(2907,173,'pyre_link_icon_url',''),(2908,173,'pyre_related_posts','default'),(2909,173,'pyre_share_box','default'),(2910,173,'pyre_post_pagination','default'),(2911,173,'pyre_author_info','default'),(2912,173,'pyre_post_meta','default'),(2913,173,'pyre_post_comments','default'),(2914,173,'pyre_main_top_padding',''),(2915,173,'pyre_main_bottom_padding',''),(2916,173,'pyre_hundredp_padding',''),(2917,173,'pyre_slider_position','default'),(2918,173,'pyre_slider_type','no'),(2919,173,'pyre_slider','0'),(2920,173,'pyre_wooslider','0'),(2921,173,'pyre_revslider','0'),(2922,173,'pyre_elasticslider','0'),(2923,173,'pyre_fallback',''),(2924,173,'pyre_avada_rev_styles','default'),(2925,173,'pyre_display_header','yes'),(2926,173,'pyre_header_100_width','default'),(2927,173,'pyre_header_bg',''),(2928,173,'pyre_header_bg_color',''),(2929,173,'pyre_header_bg_opacity',''),(2930,173,'pyre_header_bg_full','no'),(2931,173,'pyre_header_bg_repeat','repeat'),(2932,173,'pyre_displayed_menu','default'),(2933,173,'pyre_display_footer','default'),(2934,173,'pyre_display_copyright','default'),(2935,173,'pyre_footer_100_width','default'),(2936,173,'pyre_sidebar_position','default'),(2937,173,'pyre_page_bg_layout','default'),(2938,173,'pyre_page_bg',''),(2939,173,'pyre_page_bg_color',''),(2940,173,'pyre_page_bg_full','no'),(2941,173,'pyre_page_bg_repeat','repeat'),(2942,173,'pyre_wide_page_bg',''),(2943,173,'pyre_wide_page_bg_color',''),(2944,173,'pyre_wide_page_bg_full','no'),(2945,173,'pyre_wide_page_bg_repeat','repeat'),(2946,173,'pyre_page_title','default'),(2947,173,'pyre_page_title_text','yes'),(2948,173,'pyre_page_title_text_alignment','default'),(2949,173,'pyre_page_title_custom_text',''),(2950,173,'pyre_page_title_100_width','default'),(2951,173,'pyre_page_title_text_size',''),(2952,173,'pyre_page_title_custom_subheader',''),(2953,173,'pyre_page_title_custom_subheader_text_size',''),(2954,173,'pyre_page_title_font_color',''),(2955,173,'pyre_page_title_height',''),(2956,173,'pyre_page_title_bar_bg',''),(2957,173,'pyre_page_title_bar_bg_retina',''),(2958,173,'pyre_page_title_bar_bg_color',''),(2959,173,'pyre_page_title_bar_bg_full','default'),(2960,173,'pyre_page_title_bg_parallax','default'),(2961,173,'pyre_page_title_breadcrumbs_search_bar','default'),(2962,173,'avada_post_views_count','1035'),(2963,173,'_links_to','#'),(2964,173,'_thumbnail_id','795'),(2965,173,'pyre_post_links_target','no'),(2966,173,'pyre_sidebar_bg_color',''),(2967,173,'pyre_page_title_mobile_height',''),(2968,173,'pyre_page_title_bar_borders_color',''),(2969,173,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(2970,173,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(2971,173,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(2972,173,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(2973,176,'slide_template','default'),(2974,176,'fusion_builder_status','inactive'),(2975,176,'pyre_show_first_featured_image','no'),(2976,176,'pyre_portfolio_width_100','no'),(2977,176,'pyre_video',''),(2978,176,'pyre_fimg_width',''),(2979,176,'pyre_fimg_height',''),(2980,176,'pyre_image_rollover_icons','linkzoom'),(2981,176,'pyre_link_icon_url',''),(2982,176,'pyre_related_posts','default'),(2983,176,'pyre_share_box','default'),(2984,176,'pyre_post_pagination','default'),(2985,176,'pyre_author_info','default'),(2986,176,'pyre_post_meta','default'),(2987,176,'pyre_post_comments','default'),(2988,176,'pyre_main_top_padding',''),(2989,176,'pyre_main_bottom_padding',''),(2990,176,'pyre_hundredp_padding',''),(2991,176,'pyre_slider_position','default'),(2992,176,'pyre_slider_type','no'),(2993,176,'pyre_slider','0'),(2994,176,'pyre_wooslider','0'),(2995,176,'pyre_revslider','0'),(2996,176,'pyre_elasticslider','0'),(2997,176,'pyre_fallback',''),(2998,176,'pyre_avada_rev_styles','default'),(2999,176,'pyre_display_header','yes'),(3000,176,'pyre_header_100_width','default'),(3001,176,'pyre_header_bg',''),(3002,176,'pyre_header_bg_color',''),(3003,176,'pyre_header_bg_opacity',''),(3004,176,'pyre_header_bg_full','no'),(3005,176,'pyre_header_bg_repeat','repeat'),(3006,176,'pyre_displayed_menu','default'),(3007,176,'pyre_display_footer','default'),(3008,176,'pyre_display_copyright','default'),(3009,176,'pyre_footer_100_width','default'),(3010,176,'pyre_sidebar_position','default'),(3011,176,'pyre_page_bg_layout','default'),(3012,176,'pyre_page_bg',''),(3013,176,'pyre_page_bg_color',''),(3014,176,'pyre_page_bg_full','no'),(3015,176,'pyre_page_bg_repeat','repeat'),(3016,176,'pyre_wide_page_bg',''),(3017,176,'pyre_wide_page_bg_color',''),(3018,176,'pyre_wide_page_bg_full','no'),(3019,176,'pyre_wide_page_bg_repeat','repeat'),(3020,176,'pyre_page_title','default'),(3021,176,'pyre_page_title_text','yes'),(3022,176,'pyre_page_title_text_alignment','default'),(3023,176,'pyre_page_title_custom_text',''),(3024,176,'pyre_page_title_100_width','default'),(3025,176,'pyre_page_title_text_size',''),(3026,176,'pyre_page_title_custom_subheader',''),(3027,176,'pyre_page_title_custom_subheader_text_size',''),(3028,176,'pyre_page_title_font_color',''),(3029,176,'pyre_page_title_height',''),(3030,176,'pyre_page_title_bar_bg',''),(3031,176,'pyre_page_title_bar_bg_retina',''),(3032,176,'pyre_page_title_bar_bg_color',''),(3033,176,'pyre_page_title_bar_bg_full','default'),(3034,176,'pyre_page_title_bg_parallax','default'),(3035,176,'pyre_page_title_breadcrumbs_search_bar','default'),(3036,176,'avada_post_views_count','586'),(3037,176,'_links_to','#'),(3038,176,'pyre_post_links_target','no'),(3039,176,'pyre_sidebar_bg_color',''),(3040,176,'pyre_page_title_mobile_height',''),(3041,176,'pyre_page_title_bar_borders_color',''),(3042,176,'_wp_old_slug','new-york-opening'),(3043,176,'_thumbnail_id','379'),(3044,176,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(3045,176,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(3046,176,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(3047,176,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(3048,182,'slide_template','default'),(3049,182,'fusion_builder_status','inactive'),(3050,182,'pyre_show_first_featured_image','no'),(3051,182,'pyre_portfolio_width_100','no'),(3052,182,'pyre_video',''),(3053,182,'pyre_fimg_width',''),(3054,182,'pyre_fimg_height',''),(3055,182,'pyre_image_rollover_icons','linkzoom'),(3056,182,'pyre_link_icon_url',''),(3057,182,'pyre_related_posts','default'),(3058,182,'pyre_share_box','default'),(3059,182,'pyre_post_pagination','default'),(3060,182,'pyre_author_info','default'),(3061,182,'pyre_post_meta','default'),(3062,182,'pyre_post_comments','default'),(3063,182,'pyre_main_top_padding',''),(3064,182,'pyre_main_bottom_padding',''),(3065,182,'pyre_hundredp_padding',''),(3066,182,'pyre_slider_position','default'),(3067,182,'pyre_slider_type','no'),(3068,182,'pyre_slider','0'),(3069,182,'pyre_wooslider','0'),(3070,182,'pyre_revslider','0'),(3071,182,'pyre_elasticslider','0'),(3072,182,'pyre_fallback',''),(3073,182,'pyre_avada_rev_styles','default'),(3074,182,'pyre_display_header','yes'),(3075,182,'pyre_header_100_width','default'),(3076,182,'pyre_header_bg',''),(3077,182,'pyre_header_bg_color',''),(3078,182,'pyre_header_bg_opacity',''),(3079,182,'pyre_header_bg_full','no'),(3080,182,'pyre_header_bg_repeat','repeat'),(3081,182,'pyre_displayed_menu','default'),(3082,182,'pyre_display_footer','default'),(3083,182,'pyre_display_copyright','default'),(3084,182,'pyre_footer_100_width','default'),(3085,182,'pyre_sidebar_position','default'),(3086,182,'pyre_page_bg_layout','default'),(3087,182,'pyre_page_bg',''),(3088,182,'pyre_page_bg_color',''),(3089,182,'pyre_page_bg_full','no'),(3090,182,'pyre_page_bg_repeat','repeat'),(3091,182,'pyre_wide_page_bg',''),(3092,182,'pyre_wide_page_bg_color',''),(3093,182,'pyre_wide_page_bg_full','no'),(3094,182,'pyre_wide_page_bg_repeat','repeat'),(3095,182,'pyre_page_title','default'),(3096,182,'pyre_page_title_text','yes'),(3097,182,'pyre_page_title_text_alignment','default'),(3098,182,'pyre_page_title_custom_text',''),(3099,182,'pyre_page_title_100_width','default'),(3100,182,'pyre_page_title_text_size',''),(3101,182,'pyre_page_title_custom_subheader',''),(3102,182,'pyre_page_title_custom_subheader_text_size',''),(3103,182,'pyre_page_title_font_color',''),(3104,182,'pyre_page_title_height',''),(3105,182,'pyre_page_title_bar_bg',''),(3106,182,'pyre_page_title_bar_bg_retina',''),(3107,182,'pyre_page_title_bar_bg_color',''),(3108,182,'pyre_page_title_bar_bg_full','default'),(3109,182,'pyre_page_title_bg_parallax','default'),(3110,182,'pyre_page_title_breadcrumbs_search_bar','default'),(3111,182,'avada_post_views_count','692'),(3112,182,'_links_to','#'),(3113,182,'pyre_post_links_target','no'),(3114,182,'pyre_sidebar_bg_color',''),(3115,182,'pyre_page_title_mobile_height',''),(3116,182,'pyre_page_title_bar_borders_color',''),(3117,182,'_thumbnail_id','383'),(3118,182,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(3119,182,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(3120,182,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(3121,182,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(3122,185,'slide_template','default'),(3123,185,'fusion_builder_status','inactive'),(3124,185,'pyre_show_first_featured_image','no'),(3125,185,'pyre_portfolio_width_100','no'),(3126,185,'pyre_video',''),(3127,185,'pyre_fimg_width',''),(3128,185,'pyre_fimg_height',''),(3129,185,'pyre_image_rollover_icons','linkzoom'),(3130,185,'pyre_link_icon_url',''),(3131,185,'pyre_related_posts','default'),(3132,185,'pyre_share_box','default'),(3133,185,'pyre_post_pagination','default'),(3134,185,'pyre_author_info','default'),(3135,185,'pyre_post_meta','default'),(3136,185,'pyre_post_comments','default'),(3137,185,'pyre_main_top_padding',''),(3138,185,'pyre_main_bottom_padding',''),(3139,185,'pyre_hundredp_padding',''),(3140,185,'pyre_slider_position','default'),(3141,185,'pyre_slider_type','no'),(3142,185,'pyre_slider','0'),(3143,185,'pyre_wooslider','0'),(3144,185,'pyre_revslider','0'),(3145,185,'pyre_elasticslider','0'),(3146,185,'pyre_fallback',''),(3147,185,'pyre_avada_rev_styles','default'),(3148,185,'pyre_display_header','yes'),(3149,185,'pyre_header_100_width','default'),(3150,185,'pyre_header_bg',''),(3151,185,'pyre_header_bg_color',''),(3152,185,'pyre_header_bg_opacity',''),(3153,185,'pyre_header_bg_full','no'),(3154,185,'pyre_header_bg_repeat','repeat'),(3155,185,'pyre_displayed_menu','default'),(3156,185,'pyre_display_footer','default'),(3157,185,'pyre_display_copyright','default'),(3158,185,'pyre_footer_100_width','default'),(3159,185,'pyre_sidebar_position','default'),(3160,185,'pyre_page_bg_layout','default'),(3161,185,'pyre_page_bg',''),(3162,185,'pyre_page_bg_color',''),(3163,185,'pyre_page_bg_full','no'),(3164,185,'pyre_page_bg_repeat','repeat'),(3165,185,'pyre_wide_page_bg',''),(3166,185,'pyre_wide_page_bg_color',''),(3167,185,'pyre_wide_page_bg_full','no'),(3168,185,'pyre_wide_page_bg_repeat','repeat'),(3169,185,'pyre_page_title','default'),(3170,185,'pyre_page_title_text','yes'),(3171,185,'pyre_page_title_text_alignment','default'),(3172,185,'pyre_page_title_custom_text',''),(3173,185,'pyre_page_title_100_width','default'),(3174,185,'pyre_page_title_text_size',''),(3175,185,'pyre_page_title_custom_subheader',''),(3176,185,'pyre_page_title_custom_subheader_text_size',''),(3177,185,'pyre_page_title_font_color',''),(3178,185,'pyre_page_title_height',''),(3179,185,'pyre_page_title_bar_bg',''),(3180,185,'pyre_page_title_bar_bg_retina',''),(3181,185,'pyre_page_title_bar_bg_color',''),(3182,185,'pyre_page_title_bar_bg_full','default'),(3183,185,'pyre_page_title_bg_parallax','default'),(3184,185,'pyre_page_title_breadcrumbs_search_bar','default'),(3185,185,'avada_post_views_count','1480'),(3186,185,'_links_to','#'),(3187,185,'_thumbnail_id','796'),(3188,185,'pyre_post_links_target','no'),(3189,185,'pyre_sidebar_bg_color',''),(3190,185,'pyre_page_title_mobile_height',''),(3191,185,'pyre_page_title_bar_borders_color',''),(3192,185,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(3193,185,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(3194,185,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(3195,185,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(3196,188,'slide_template','default'),(3197,188,'fusion_builder_status','inactive'),(3198,188,'pyre_show_first_featured_image','no'),(3199,188,'pyre_portfolio_width_100','no'),(3200,188,'pyre_video',''),(3201,188,'pyre_fimg_width',''),(3202,188,'pyre_fimg_height',''),(3203,188,'pyre_image_rollover_icons','linkzoom'),(3204,188,'pyre_link_icon_url',''),(3205,188,'pyre_related_posts','default'),(3206,188,'pyre_share_box','default'),(3207,188,'pyre_post_pagination','default'),(3208,188,'pyre_author_info','default'),(3209,188,'pyre_post_meta','default'),(3210,188,'pyre_post_comments','default'),(3211,188,'pyre_main_top_padding',''),(3212,188,'pyre_main_bottom_padding',''),(3213,188,'pyre_hundredp_padding',''),(3214,188,'pyre_slider_position','default'),(3215,188,'pyre_slider_type','no'),(3216,188,'pyre_slider','0'),(3217,188,'pyre_wooslider','0'),(3218,188,'pyre_revslider','0'),(3219,188,'pyre_elasticslider','0'),(3220,188,'pyre_fallback',''),(3221,188,'pyre_avada_rev_styles','default'),(3222,188,'pyre_display_header','yes'),(3223,188,'pyre_header_100_width','default'),(3224,188,'pyre_header_bg',''),(3225,188,'pyre_header_bg_color',''),(3226,188,'pyre_header_bg_opacity',''),(3227,188,'pyre_header_bg_full','no'),(3228,188,'pyre_header_bg_repeat','repeat'),(3229,188,'pyre_displayed_menu','default'),(3230,188,'pyre_display_footer','default'),(3231,188,'pyre_display_copyright','default'),(3232,188,'pyre_footer_100_width','default'),(3233,188,'pyre_sidebar_position','default'),(3234,188,'pyre_page_bg_layout','default'),(3235,188,'pyre_page_bg',''),(3236,188,'pyre_page_bg_color',''),(3237,188,'pyre_page_bg_full','no'),(3238,188,'pyre_page_bg_repeat','repeat'),(3239,188,'pyre_wide_page_bg',''),(3240,188,'pyre_wide_page_bg_color',''),(3241,188,'pyre_wide_page_bg_full','no'),(3242,188,'pyre_wide_page_bg_repeat','repeat'),(3243,188,'pyre_page_title','default'),(3244,188,'pyre_page_title_text','yes'),(3245,188,'pyre_page_title_text_alignment','default'),(3246,188,'pyre_page_title_custom_text',''),(3247,188,'pyre_page_title_100_width','default'),(3248,188,'pyre_page_title_text_size',''),(3249,188,'pyre_page_title_custom_subheader',''),(3250,188,'pyre_page_title_custom_subheader_text_size',''),(3251,188,'pyre_page_title_font_color',''),(3252,188,'pyre_page_title_height',''),(3253,188,'pyre_page_title_bar_bg',''),(3254,188,'pyre_page_title_bar_bg_retina',''),(3255,188,'pyre_page_title_bar_bg_color',''),(3256,188,'pyre_page_title_bar_bg_full','default'),(3257,188,'pyre_page_title_bg_parallax','default'),(3258,188,'pyre_page_title_breadcrumbs_search_bar','default'),(3259,188,'avada_post_views_count','1189'),(3260,188,'_links_to','#'),(3261,188,'pyre_post_links_target','no'),(3262,188,'pyre_sidebar_bg_color',''),(3263,188,'pyre_page_title_mobile_height',''),(3264,188,'pyre_page_title_bar_borders_color',''),(3265,188,'_thumbnail_id','793'),(3266,188,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(3267,188,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(3268,188,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(3269,188,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(3270,191,'slide_template','default'),(3271,191,'fusion_builder_status','inactive'),(3272,191,'pyre_show_first_featured_image','no'),(3273,191,'pyre_portfolio_width_100','no'),(3274,191,'pyre_video',''),(3275,191,'pyre_fimg_width',''),(3276,191,'pyre_fimg_height',''),(3277,191,'pyre_image_rollover_icons','linkzoom'),(3278,191,'pyre_link_icon_url',''),(3279,191,'pyre_related_posts','default'),(3280,191,'pyre_share_box','default'),(3281,191,'pyre_post_pagination','default'),(3282,191,'pyre_author_info','default'),(3283,191,'pyre_post_meta','default'),(3284,191,'pyre_post_comments','default'),(3285,191,'pyre_main_top_padding',''),(3286,191,'pyre_main_bottom_padding',''),(3287,191,'pyre_hundredp_padding',''),(3288,191,'pyre_slider_position','default'),(3289,191,'pyre_slider_type','no'),(3290,191,'pyre_slider','0'),(3291,191,'pyre_wooslider','0'),(3292,191,'pyre_revslider','0'),(3293,191,'pyre_elasticslider','0'),(3294,191,'pyre_fallback',''),(3295,191,'pyre_avada_rev_styles','default'),(3296,191,'pyre_display_header','yes'),(3297,191,'pyre_header_100_width','default'),(3298,191,'pyre_header_bg',''),(3299,191,'pyre_header_bg_color',''),(3300,191,'pyre_header_bg_opacity',''),(3301,191,'pyre_header_bg_full','no'),(3302,191,'pyre_header_bg_repeat','repeat'),(3303,191,'pyre_displayed_menu','default'),(3304,191,'pyre_display_footer','default'),(3305,191,'pyre_display_copyright','default'),(3306,191,'pyre_footer_100_width','default'),(3307,191,'pyre_sidebar_position','default'),(3308,191,'pyre_page_bg_layout','default'),(3309,191,'pyre_page_bg',''),(3310,191,'pyre_page_bg_color',''),(3311,191,'pyre_page_bg_full','no'),(3312,191,'pyre_page_bg_repeat','repeat'),(3313,191,'pyre_wide_page_bg',''),(3314,191,'pyre_wide_page_bg_color',''),(3315,191,'pyre_wide_page_bg_full','no'),(3316,191,'pyre_wide_page_bg_repeat','repeat'),(3317,191,'pyre_page_title','default'),(3318,191,'pyre_page_title_text','yes'),(3319,191,'pyre_page_title_text_alignment','default'),(3320,191,'pyre_page_title_custom_text',''),(3321,191,'pyre_page_title_100_width','default'),(3322,191,'pyre_page_title_text_size',''),(3323,191,'pyre_page_title_custom_subheader',''),(3324,191,'pyre_page_title_custom_subheader_text_size',''),(3325,191,'pyre_page_title_font_color',''),(3326,191,'pyre_page_title_height',''),(3327,191,'pyre_page_title_bar_bg',''),(3328,191,'pyre_page_title_bar_bg_retina',''),(3329,191,'pyre_page_title_bar_bg_color',''),(3330,191,'pyre_page_title_bar_bg_full','default'),(3331,191,'pyre_page_title_bg_parallax','default'),(3332,191,'pyre_page_title_breadcrumbs_search_bar','default'),(3333,191,'avada_post_views_count','2310'),(3334,191,'_links_to','#'),(3335,191,'_thumbnail_id','792'),(3336,191,'pyre_post_links_target','no'),(3337,191,'pyre_sidebar_bg_color',''),(3338,191,'pyre_page_title_mobile_height',''),(3339,191,'pyre_page_title_bar_borders_color',''),(3340,191,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(3341,191,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(3342,191,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(3343,191,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(3344,252,'slide_template','default'),(3345,252,'pyre_type','image'),(3346,252,'pyre_youtube_id',''),(3347,252,'pyre_vimeo_id',''),(3348,252,'pyre_webm',''),(3349,252,'pyre_mp4',''),(3350,252,'pyre_ogv',''),(3351,252,'pyre_preview_image',''),(3352,252,'pyre_video_bg_color',''),(3353,252,'pyre_mute_video','yes'),(3354,252,'pyre_autoplay_video','yes'),(3355,252,'pyre_loop_video','yes'),(3356,252,'pyre_hide_video_controls','yes'),(3357,252,'pyre_content_alignment','center'),(3358,252,'pyre_heading','FOOD & DRINK\n[fusion_separator style_type=\"single solid\" top_margin=\"10\" bottom_margin=\"10\" sep_color=\"#c0996b\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\"]'),(3359,252,'pyre_heading_font_size','72'),(3360,252,'pyre_heading_color','#ffffff'),(3361,252,'pyre_heading_bg','no'),(3362,252,'pyre_heading_bg_color',''),(3363,252,'pyre_caption','TENDER STEAKS, TASTY BURGERS AND LIGHT BITES. WASH IT DOWN WITH A COFFEE OR A BEER.'),(3364,252,'pyre_caption_font_size','36'),(3365,252,'pyre_caption_color','#fff'),(3366,252,'pyre_caption_bg','no'),(3367,252,'pyre_caption_bg_color',''),(3368,252,'pyre_link_type','button'),(3369,252,'pyre_slide_link',''),(3370,252,'pyre_slide_target','yes'),(3371,252,'pyre_button_1',''),(3372,252,'pyre_button_2',''),(3373,252,'_thumbnail_id','799'),(3502,4056,'_wp_attached_file','2016/08/402.jpg'),(3503,4056,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:800;s:4:\"file\";s:15:\"2016/08/402.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"402-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:15:\"402-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"402-768x315.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"402-1024x420.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"402-120x49.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:49;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"402-500x205.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"402-500x205.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:15:\"402-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:15:\"402-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:15:\"402-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:15:\"402-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:15:\"402-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:15:\"402-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:15:\"402-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:15:\"402-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:13:\"402-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:14:\"402-200x82.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:15:\"402-400x164.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:15:\"402-600x246.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:15:\"402-800x328.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:16:\"402-1200x492.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:492;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:{}}}'),(3504,4057,'_wp_attached_file','2016/08/434.jpg'),(3505,4057,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:800;s:4:\"file\";s:15:\"2016/08/434.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"434-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:15:\"434-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"434-768x315.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"434-1024x420.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"434-120x49.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:49;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"434-500x205.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"434-500x205.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:15:\"434-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:15:\"434-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:15:\"434-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:15:\"434-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:15:\"434-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:15:\"434-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:15:\"434-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:15:\"434-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:13:\"434-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:14:\"434-200x82.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:15:\"434-400x164.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:15:\"434-600x246.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:15:\"434-800x328.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:16:\"434-1200x492.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:492;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:{}}}'),(3506,4058,'_wp_attached_file','2016/08/799.jpg'),(3507,4058,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:800;s:4:\"file\";s:15:\"2016/08/799.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"799-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:15:\"799-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"799-768x315.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"799-1024x420.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"799-120x49.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:49;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"799-500x205.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"799-500x205.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:15:\"799-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:15:\"799-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:15:\"799-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:15:\"799-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:15:\"799-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:15:\"799-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:15:\"799-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:15:\"799-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:13:\"799-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:14:\"799-200x82.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:15:\"799-400x164.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:15:\"799-600x246.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:15:\"799-800x328.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:16:\"799-1200x492.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:492;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:{}}}'),(3508,4059,'_wp_attached_file','2016/08/802.jpg'),(3509,4059,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1169;s:4:\"file\";s:15:\"2016/08/802.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"802-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:15:\"802-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"802-768x473.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"802-1024x630.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"802-120x74.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"802-500x308.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"802-500x308.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:15:\"802-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:15:\"802-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:15:\"802-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:15:\"802-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:15:\"802-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:15:\"802-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:15:\"802-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:15:\"802-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:13:\"802-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:15:\"802-200x123.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:15:\"802-400x246.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:15:\"802-600x369.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:15:\"802-800x492.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:492;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:16:\"802-1200x738.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:738;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:{}}}'),(3511,654,'avada_post_views_count','2'),(3512,38,'_wp_attached_file','2015/05/about-us.jpg'),(3513,38,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:700;s:4:\"file\";s:20:\"2015/05/about-us.jpg\";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:{}}}'),(3514,41,'_wp_attached_file','2015/05/banner.jpg'),(3515,41,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:18:\"2015/05/banner.jpg\";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:{}}}'),(3516,43,'_wp_attached_file','2015/05/home-slide2.jpg'),(3517,43,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:1250;s:4:\"file\";s:23:\"2015/05/home-slide2.jpg\";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:{}}}'),(3518,47,'_wp_attached_file','2015/05/cart-header.jpg'),(3519,47,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:550;s:4:\"file\";s:23:\"2015/05/cart-header.jpg\";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:{}}}'),(3520,52,'_wp_attached_file','2015/05/shop-slider-700.jpg'),(3521,52,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:700;s:4:\"file\";s:27:\"2015/05/shop-slider-700.jpg\";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:{}}}'),(3522,55,'_wp_attached_file','2015/05/promotion-slider.jpg'),(3523,55,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:1250;s:4:\"file\";s:28:\"2015/05/promotion-slider.jpg\";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:{}}}'),(3524,57,'_wp_attached_file','2015/05/check-out-slider.jpg'),(3525,57,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:550;s:4:\"file\";s:28:\"2015/05/check-out-slider.jpg\";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:{}}}'),(3526,88,'_wp_attached_file','2015/05/call-to-action.jpg'),(3527,88,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:1250;s:4:\"file\";s:26:\"2015/05/call-to-action.jpg\";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:{}}}'),(3528,90,'_wp_attached_file','2015/05/marker.png'),(3529,90,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:89;s:6:\"height\";i:98;s:4:\"file\";s:18:\"2015/05/marker.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:{}}}'),(3530,120,'_wp_attached_file','2015/05/my-account-header.jpg'),(3531,120,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:550;s:4:\"file\";s:29:\"2015/05/my-account-header.jpg\";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:{}}}'),(3532,401,'_wp_attached_file','2015/05/quote_img_1-compressor.jpg'),(3533,401,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:34:\"2015/05/quote_img_1-compressor.jpg\";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:{}}}'),(3534,4064,'_wp_attached_file','2015/05/quote_img_2-compressor.jpg'),(3535,4064,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:34:\"2015/05/quote_img_2-compressor.jpg\";s:5:\"sizes\";a:3:{s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"quote_img_2-compressor-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:34:\"quote_img_2-compressor-150x142.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:32:\"quote_img_2-compressor-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;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:{}}}'),(3536,412,'_wp_attached_file','2015/11/modern_logo_1x.png'),(3537,412,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:135;s:6:\"height\";i:135;s:4:\"file\";s:26:\"2015/11/modern_logo_1x.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:{}}}'),(3538,413,'_wp_attached_file','2015/11/modern_logo_2x.png'),(3539,413,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:270;s:4:\"file\";s:26:\"2015/11/modern_logo_2x.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:{}}}'),(3540,419,'_wp_attached_file','2015/11/sidebar_ad-compressor-2.jpg'),(3541,419,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:538;s:6:\"height\";i:640;s:4:\"file\";s:35:\"2015/11/sidebar_ad-compressor-2.jpg\";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:{}}}'),(3542,863,'_wp_attached_file','2015/11/brand_logo_6.png'),(3543,863,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:142;s:6:\"height\";i:115;s:4:\"file\";s:24:\"2015/11/brand_logo_6.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:{}}}'),(3544,864,'_wp_attached_file','2015/11/brand_logo_7.png'),(3545,864,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:142;s:6:\"height\";i:115;s:4:\"file\";s:24:\"2015/11/brand_logo_7.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:{}}}'),(3546,865,'_wp_attached_file','2015/11/brand_logo_1.png'),(3547,865,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:142;s:6:\"height\";i:115;s:4:\"file\";s:24:\"2015/11/brand_logo_1.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:{}}}'),(3548,866,'_wp_attached_file','2015/11/brand_logo_2.png'),(3549,866,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:142;s:6:\"height\";i:115;s:4:\"file\";s:24:\"2015/11/brand_logo_2.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:{}}}'),(3550,867,'_wp_attached_file','2015/11/brand_logo_3.png'),(3551,867,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:142;s:6:\"height\";i:115;s:4:\"file\";s:24:\"2015/11/brand_logo_3.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:{}}}'),(3552,868,'_wp_attached_file','2015/11/brand_logo_4.png'),(3553,868,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:142;s:6:\"height\";i:115;s:4:\"file\";s:24:\"2015/11/brand_logo_4.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:{}}}'),(3554,869,'_wp_attached_file','2015/11/brand_logo_5.png'),(3555,869,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:142;s:6:\"height\";i:115;s:4:\"file\";s:24:\"2015/11/brand_logo_5.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:{}}}'),(3556,912,'_wp_attached_file','2015/12/button_shirt.jpg'),(3557,912,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:675;s:4:\"file\";s:24:\"2015/12/button_shirt.jpg\";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:{}}}'),(3558,913,'_wp_attached_file','2015/12/casual_jacket.jpg'),(3559,913,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:675;s:4:\"file\";s:25:\"2015/12/casual_jacket.jpg\";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:{}}}'),(3560,914,'_wp_attached_file','2015/12/casual_vneck.jpg'),(3561,914,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:675;s:4:\"file\";s:24:\"2015/12/casual_vneck.jpg\";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:{}}}'),(3562,915,'_wp_attached_file','2015/12/dinner_jacket.jpg'),(3563,915,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:675;s:4:\"file\";s:25:\"2015/12/dinner_jacket.jpg\";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:{}}}'),(3564,916,'_wp_attached_file','2015/12/elegant_gown.jpg'),(3565,916,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:675;s:4:\"file\";s:24:\"2015/12/elegant_gown.jpg\";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:{}}}'),(3566,917,'_wp_attached_file','2015/12/infinity_scarf.jpg'),(3567,917,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:675;s:4:\"file\";s:26:\"2015/12/infinity_scarf.jpg\";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:{}}}'),(3568,918,'_wp_attached_file','2015/12/plush_sweater.jpg'),(3569,918,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:675;s:4:\"file\";s:25:\"2015/12/plush_sweater.jpg\";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:{}}}'),(3570,919,'_wp_attached_file','2015/12/sleek_jumper.jpg'),(3571,919,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:675;s:4:\"file\";s:24:\"2015/12/sleek_jumper.jpg\";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:{}}}'),(3572,920,'_wp_attached_file','2015/12/slip_dress.jpg'),(3573,920,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:675;s:4:\"file\";s:22:\"2015/12/slip_dress.jpg\";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:{}}}'),(3574,921,'_wp_attached_file','2015/12/suede_cardigan.jpg'),(3575,921,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:675;s:4:\"file\";s:26:\"2015/12/suede_cardigan.jpg\";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:{}}}'),(3576,922,'_wp_attached_file','2015/12/suede_jacket.jpg'),(3577,922,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:675;s:4:\"file\";s:24:\"2015/12/suede_jacket.jpg\";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:{}}}'),(3578,923,'_wp_attached_file','2015/12/summer_frock.jpg'),(3579,923,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:675;s:4:\"file\";s:24:\"2015/12/summer_frock.jpg\";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:{}}}'),(3580,924,'_wp_attached_file','2015/12/summer_set.jpg'),(3581,924,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:675;s:4:\"file\";s:22:\"2015/12/summer_set.jpg\";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:{}}}'),(3582,925,'_wp_attached_file','2015/12/twill_scarf.jpg'),(3583,925,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:675;s:4:\"file\";s:23:\"2015/12/twill_scarf.jpg\";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:{}}}'),(3584,926,'_wp_attached_file','2015/12/xray_software.jpg'),(3585,926,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:675;s:4:\"file\";s:25:\"2015/12/xray_software.jpg\";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:{}}}'),(3586,927,'_wp_attached_file','2015/05/carousel_1.jpg'),(3587,927,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:363;s:6:\"height\";i:511;s:4:\"file\";s:22:\"2015/05/carousel_1.jpg\";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:{}}}'),(3588,928,'_wp_attached_file','2015/05/carousel_2.jpg'),(3589,928,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:363;s:6:\"height\";i:511;s:4:\"file\";s:22:\"2015/05/carousel_2.jpg\";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:{}}}'),(3590,929,'_wp_attached_file','2015/05/carousel_3.jpg'),(3591,929,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:363;s:6:\"height\";i:511;s:4:\"file\";s:22:\"2015/05/carousel_3.jpg\";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:{}}}'),(3592,930,'_wp_attached_file','2015/05/carousel_4.jpg'),(3593,930,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:363;s:6:\"height\";i:511;s:4:\"file\";s:22:\"2015/05/carousel_4.jpg\";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:{}}}'),(3594,935,'_wp_attached_file','2015/05/col_bkgd_1-compressor1.jpg'),(3595,935,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1273;s:6:\"height\";i:923;s:4:\"file\";s:34:\"2015/05/col_bkgd_1-compressor1.jpg\";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:{}}}'),(3596,936,'_wp_attached_file','2015/05/col_bkgd_2-compressor1.jpg'),(3597,936,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1273;s:6:\"height\";i:923;s:4:\"file\";s:34:\"2015/05/col_bkgd_2-compressor1.jpg\";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:{}}}'),(3598,938,'_wp_attached_file','2015/05/col_bkgd_3-compressor.jpg'),(3599,938,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:848;s:6:\"height\";i:608;s:4:\"file\";s:33:\"2015/05/col_bkgd_3-compressor.jpg\";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:{}}}'),(3600,939,'_wp_attached_file','2015/05/col_bkgd_4-compressor.jpg'),(3601,939,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:848;s:6:\"height\";i:608;s:4:\"file\";s:33:\"2015/05/col_bkgd_4-compressor.jpg\";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:{}}}'),(3602,940,'_wp_attached_file','2015/05/col_bkgd_5-compressor.jpg'),(3603,940,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:848;s:6:\"height\";i:608;s:4:\"file\";s:33:\"2015/05/col_bkgd_5-compressor.jpg\";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:{}}}'),(3604,942,'_wp_attached_file','2015/05/promo_image-compressor-2.jpg'),(3605,942,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:900;s:4:\"file\";s:36:\"2015/05/promo_image-compressor-2.jpg\";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:{}}}'),(3606,946,'_wp_attached_file','2015/12/home_slide_1-compressor.jpg'),(3607,946,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:35:\"2015/12/home_slide_1-compressor.jpg\";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:{}}}'),(3608,947,'_wp_attached_file','2015/12/home_slide_2-compressor.jpg'),(3609,947,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:35:\"2015/12/home_slide_2-compressor.jpg\";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:{}}}'),(3610,948,'_wp_attached_file','2015/12/home_slide_3-compressor.jpg'),(3611,948,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:35:\"2015/12/home_slide_3-compressor.jpg\";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:{}}}'),(3612,949,'_wp_attached_file','2015/12/home_slide_4-compressor.jpg'),(3613,949,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:35:\"2015/12/home_slide_4-compressor.jpg\";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:{}}}'),(3614,956,'_wp_attached_file','2015/12/col_bkgd_6-compressor.jpg'),(3615,956,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:704;s:4:\"file\";s:33:\"2015/12/col_bkgd_6-compressor.jpg\";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:{}}}'),(3616,957,'_wp_attached_file','2015/12/col_bkgd_7-compressor.jpg'),(3617,957,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:704;s:4:\"file\";s:33:\"2015/12/col_bkgd_7-compressor.jpg\";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:{}}}'),(3618,958,'_wp_attached_file','2015/12/col_bkgd_8-compressor.jpg'),(3619,958,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:704;s:4:\"file\";s:33:\"2015/12/col_bkgd_8-compressor.jpg\";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:{}}}'),(3620,962,'_wp_attached_file','2015/12/col_bkgd_9-compressor.jpg'),(3621,962,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1273;s:6:\"height\";i:795;s:4:\"file\";s:33:\"2015/12/col_bkgd_9-compressor.jpg\";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:{}}}'),(3622,964,'_wp_attached_file','2015/12/col_bkgd_10-compressor.jpg'),(3623,964,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1273;s:6:\"height\";i:923;s:4:\"file\";s:34:\"2015/12/col_bkgd_10-compressor.jpg\";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:{}}}'),(3624,968,'_wp_attached_file','2015/05/col_bkgd_11-compressor.jpg'),(3625,968,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1273;s:6:\"height\";i:923;s:4:\"file\";s:34:\"2015/05/col_bkgd_11-compressor.jpg\";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:{}}}'),(3626,975,'_wp_attached_file','2015/05/col_bkgd_12-compressor-3.jpg'),(3627,975,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:704;s:4:\"file\";s:36:\"2015/05/col_bkgd_12-compressor-3.jpg\";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:{}}}'),(3628,977,'_wp_attached_file','2015/05/col_bkgd_13-compressor.jpg'),(3629,977,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:704;s:4:\"file\";s:34:\"2015/05/col_bkgd_13-compressor.jpg\";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:{}}}'),(3630,980,'_wp_attached_file','2015/12/post_1-compressor.jpg'),(3631,980,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:742;s:6:\"height\";i:500;s:4:\"file\";s:29:\"2015/12/post_1-compressor.jpg\";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:{}}}'),(3647,981,'_wp_attached_file','2015/12/post_2-compressor.jpg'),(3648,981,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:742;s:6:\"height\";i:500;s:4:\"file\";s:29:\"2015/12/post_2-compressor.jpg\";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:{}}}'),(3649,982,'_wp_attached_file','2015/12/post_3-compressor.jpg'),(3650,982,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:742;s:6:\"height\";i:500;s:4:\"file\";s:29:\"2015/12/post_3-compressor.jpg\";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:{}}}'),(3651,983,'_wp_attached_file','2015/12/post_4-compressor.jpg'),(3652,983,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:742;s:6:\"height\";i:500;s:4:\"file\";s:29:\"2015/12/post_4-compressor.jpg\";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:{}}}'),(3653,984,'_wp_attached_file','2015/12/post_5-compressor.jpg'),(3654,984,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:742;s:6:\"height\";i:500;s:4:\"file\";s:29:\"2015/12/post_5-compressor.jpg\";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:{}}}'),(3655,985,'_wp_attached_file','2015/12/post_6-compressor.jpg'),(3656,985,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:742;s:6:\"height\";i:500;s:4:\"file\";s:29:\"2015/12/post_6-compressor.jpg\";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:{}}}'),(3657,986,'_wp_attached_file','2015/12/post_7-compressor.jpg'),(3658,986,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:742;s:6:\"height\";i:500;s:4:\"file\";s:29:\"2015/12/post_7-compressor.jpg\";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:{}}}'),(3659,987,'_wp_attached_file','2015/12/post_8-compressor.jpg'),(3660,987,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:742;s:6:\"height\";i:500;s:4:\"file\";s:29:\"2015/12/post_8-compressor.jpg\";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:{}}}'),(3661,988,'_wp_attached_file','2015/12/post_9-compressor.jpg'),(3662,988,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:742;s:6:\"height\";i:500;s:4:\"file\";s:29:\"2015/12/post_9-compressor.jpg\";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:{}}}'),(3663,989,'_wp_attached_file','2015/12/post_10-compressor.jpg'),(3664,989,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:742;s:6:\"height\";i:500;s:4:\"file\";s:30:\"2015/12/post_10-compressor.jpg\";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:{}}}'),(4565,528,'_thumbnail_id','987'),(4566,528,'pyre_show_first_featured_image','no'),(4567,528,'pyre_portfolio_width_100','default'),(4568,528,'pyre_video',''),(4569,528,'pyre_fimg_width',''),(4570,528,'pyre_fimg_height',''),(4571,528,'pyre_image_rollover_icons','default'),(4572,528,'pyre_link_icon_url',''),(4573,528,'pyre_post_links_target','no'),(4574,528,'pyre_related_posts','default'),(4575,528,'pyre_share_box','default'),(4576,528,'pyre_post_pagination','default'),(4577,528,'pyre_author_info','default'),(4578,528,'pyre_post_meta','default'),(4579,528,'pyre_post_comments','default'),(4580,528,'pyre_main_top_padding',''),(4581,528,'pyre_main_bottom_padding',''),(4582,528,'pyre_hundredp_padding',''),(4583,528,'pyre_slider_position','default'),(4584,528,'pyre_slider_type','no'),(4585,528,'pyre_slider','0'),(4586,528,'pyre_wooslider','0'),(4587,528,'pyre_revslider','0'),(4588,528,'pyre_elasticslider','0'),(4589,528,'pyre_fallback',''),(4590,528,'pyre_avada_rev_styles','default'),(4591,528,'pyre_display_header','yes'),(4592,528,'pyre_header_100_width','default'),(4593,528,'pyre_header_bg',''),(4594,528,'pyre_header_bg_color',''),(4595,528,'pyre_header_bg_opacity',''),(4596,528,'pyre_header_bg_full','no'),(4597,528,'pyre_header_bg_repeat','repeat'),(4598,528,'pyre_displayed_menu','default'),(4599,528,'pyre_display_footer','default'),(4600,528,'pyre_display_copyright','default'),(4601,528,'pyre_footer_100_width','default'),(4602,528,'pyre_sidebar_position','default'),(4603,528,'pyre_sidebar_bg_color',''),(4604,528,'pyre_page_bg_layout','default'),(4605,528,'pyre_page_bg',''),(4606,528,'pyre_page_bg_color',''),(4607,528,'pyre_page_bg_full','no'),(4608,528,'pyre_page_bg_repeat','repeat'),(4609,528,'pyre_wide_page_bg',''),(4610,528,'pyre_wide_page_bg_color',''),(4611,528,'pyre_wide_page_bg_full','no'),(4612,528,'pyre_wide_page_bg_repeat','repeat'),(4613,528,'pyre_page_title','default'),(4614,528,'pyre_page_title_text','default'),(4615,528,'pyre_page_title_text_alignment','default'),(4616,528,'pyre_page_title_100_width','default'),(4617,528,'pyre_page_title_custom_text',''),(4618,528,'pyre_page_title_text_size',''),(4619,528,'pyre_page_title_custom_subheader',''),(4620,528,'pyre_page_title_custom_subheader_text_size',''),(4621,528,'pyre_page_title_font_color',''),(4622,528,'pyre_page_title_height',''),(4623,528,'pyre_page_title_mobile_height',''),(4624,528,'pyre_page_title_bar_bg',''),(4625,528,'pyre_page_title_bar_bg_retina',''),(4626,528,'pyre_page_title_bar_bg_color',''),(4627,528,'pyre_page_title_bar_borders_color',''),(4628,528,'pyre_page_title_bar_bg_full','default'),(4629,528,'pyre_page_title_bg_parallax','default'),(4630,528,'pyre_page_title_breadcrumbs_search_bar','default'),(4631,528,'fusion_builder_status','inactive'),(4632,528,'avada_post_views_count','317'),(4633,528,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(4634,528,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(4635,528,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(4636,528,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(4639,549,'_thumbnail_id','988'),(4640,549,'pyre_show_first_featured_image','no'),(4641,549,'pyre_portfolio_width_100','default'),(4642,549,'pyre_video',''),(4643,549,'pyre_fimg_width',''),(4644,549,'pyre_fimg_height',''),(4645,549,'pyre_image_rollover_icons','default'),(4646,549,'pyre_link_icon_url',''),(4647,549,'pyre_post_links_target','no'),(4648,549,'pyre_related_posts','default'),(4649,549,'pyre_share_box','default'),(4650,549,'pyre_post_pagination','default'),(4651,549,'pyre_author_info','default'),(4652,549,'pyre_post_meta','default'),(4653,549,'pyre_post_comments','default'),(4654,549,'pyre_main_top_padding',''),(4655,549,'pyre_main_bottom_padding',''),(4656,549,'pyre_hundredp_padding',''),(4657,549,'pyre_slider_position','default'),(4658,549,'pyre_slider_type','no'),(4659,549,'pyre_slider','0'),(4660,549,'pyre_wooslider','0'),(4661,549,'pyre_revslider','0'),(4662,549,'pyre_elasticslider','0'),(4663,549,'pyre_fallback',''),(4664,549,'pyre_avada_rev_styles','default'),(4665,549,'pyre_display_header','yes'),(4666,549,'pyre_header_100_width','default'),(4667,549,'pyre_header_bg',''),(4668,549,'pyre_header_bg_color',''),(4669,549,'pyre_header_bg_opacity',''),(4670,549,'pyre_header_bg_full','no'),(4671,549,'pyre_header_bg_repeat','repeat'),(4672,549,'pyre_displayed_menu','default'),(4673,549,'pyre_display_footer','default'),(4674,549,'pyre_display_copyright','default'),(4675,549,'pyre_footer_100_width','default'),(4676,549,'pyre_sidebar_position','default'),(4677,549,'pyre_sidebar_bg_color',''),(4678,549,'pyre_page_bg_layout','default'),(4679,549,'pyre_page_bg',''),(4680,549,'pyre_page_bg_color',''),(4681,549,'pyre_page_bg_full','no'),(4682,549,'pyre_page_bg_repeat','repeat'),(4683,549,'pyre_wide_page_bg',''),(4684,549,'pyre_wide_page_bg_color',''),(4685,549,'pyre_wide_page_bg_full','no'),(4686,549,'pyre_wide_page_bg_repeat','repeat'),(4687,549,'pyre_page_title','default'),(4688,549,'pyre_page_title_text','default'),(4689,549,'pyre_page_title_text_alignment','default'),(4690,549,'pyre_page_title_100_width','default'),(4691,549,'pyre_page_title_custom_text',''),(4692,549,'pyre_page_title_text_size',''),(4693,549,'pyre_page_title_custom_subheader',''),(4694,549,'pyre_page_title_custom_subheader_text_size',''),(4695,549,'pyre_page_title_font_color',''),(4696,549,'pyre_page_title_height',''),(4697,549,'pyre_page_title_mobile_height',''),(4698,549,'pyre_page_title_bar_bg',''),(4699,549,'pyre_page_title_bar_bg_retina',''),(4700,549,'pyre_page_title_bar_bg_color',''),(4701,549,'pyre_page_title_bar_borders_color',''),(4702,549,'pyre_page_title_bar_bg_full','default'),(4703,549,'pyre_page_title_bg_parallax','default'),(4704,549,'pyre_page_title_breadcrumbs_search_bar','default'),(4705,549,'fusion_builder_status','inactive'),(4706,549,'avada_post_views_count','240'),(4707,549,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(4708,549,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(4709,549,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(4710,549,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(4713,551,'_thumbnail_id','989'),(4714,551,'pyre_show_first_featured_image','no'),(4715,551,'pyre_portfolio_width_100','default'),(4716,551,'pyre_video',''),(4717,551,'pyre_fimg_width',''),(4718,551,'pyre_fimg_height',''),(4719,551,'pyre_image_rollover_icons','default'),(4720,551,'pyre_link_icon_url',''),(4721,551,'pyre_post_links_target','no'),(4722,551,'pyre_related_posts','default'),(4723,551,'pyre_share_box','default'),(4724,551,'pyre_post_pagination','default'),(4725,551,'pyre_author_info','default'),(4726,551,'pyre_post_meta','default'),(4727,551,'pyre_post_comments','default'),(4728,551,'pyre_main_top_padding',''),(4729,551,'pyre_main_bottom_padding',''),(4730,551,'pyre_hundredp_padding',''),(4731,551,'pyre_slider_position','default'),(4732,551,'pyre_slider_type','no'),(4733,551,'pyre_slider','0'),(4734,551,'pyre_wooslider','0'),(4735,551,'pyre_revslider','0'),(4736,551,'pyre_elasticslider','0'),(4737,551,'pyre_fallback',''),(4738,551,'pyre_avada_rev_styles','default'),(4739,551,'pyre_display_header','yes'),(4740,551,'pyre_header_100_width','default'),(4741,551,'pyre_header_bg',''),(4742,551,'pyre_header_bg_color',''),(4743,551,'pyre_header_bg_opacity',''),(4744,551,'pyre_header_bg_full','no'),(4745,551,'pyre_header_bg_repeat','repeat'),(4746,551,'pyre_displayed_menu','default'),(4747,551,'pyre_display_footer','default'),(4748,551,'pyre_display_copyright','default'),(4749,551,'pyre_footer_100_width','default'),(4750,551,'pyre_sidebar_position','default'),(4751,551,'pyre_sidebar_bg_color',''),(4752,551,'pyre_page_bg_layout','default'),(4753,551,'pyre_page_bg',''),(4754,551,'pyre_page_bg_color',''),(4755,551,'pyre_page_bg_full','no'),(4756,551,'pyre_page_bg_repeat','repeat'),(4757,551,'pyre_wide_page_bg',''),(4758,551,'pyre_wide_page_bg_color',''),(4759,551,'pyre_wide_page_bg_full','no'),(4760,551,'pyre_wide_page_bg_repeat','repeat'),(4761,551,'pyre_page_title','default'),(4762,551,'pyre_page_title_text','default'),(4763,551,'pyre_page_title_text_alignment','default'),(4764,551,'pyre_page_title_100_width','default'),(4765,551,'pyre_page_title_custom_text',''),(4766,551,'pyre_page_title_text_size',''),(4767,551,'pyre_page_title_custom_subheader',''),(4768,551,'pyre_page_title_custom_subheader_text_size',''),(4769,551,'pyre_page_title_font_color',''),(4770,551,'pyre_page_title_height',''),(4771,551,'pyre_page_title_mobile_height',''),(4772,551,'pyre_page_title_bar_bg',''),(4773,551,'pyre_page_title_bar_bg_retina',''),(4774,551,'pyre_page_title_bar_bg_color',''),(4775,551,'pyre_page_title_bar_borders_color',''),(4776,551,'pyre_page_title_bar_bg_full','default'),(4777,551,'pyre_page_title_bg_parallax','default'),(4778,551,'pyre_page_title_breadcrumbs_search_bar','default'),(4779,551,'fusion_builder_status','inactive'),(4780,551,'avada_post_views_count','235'),(4781,551,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(4782,551,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(4783,551,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(4784,551,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(4787,553,'_thumbnail_id','983'),(4788,553,'pyre_show_first_featured_image','no'),(4789,553,'pyre_portfolio_width_100','default'),(4790,553,'pyre_video',''),(4791,553,'pyre_fimg_width',''),(4792,553,'pyre_fimg_height',''),(4793,553,'pyre_image_rollover_icons','default'),(4794,553,'pyre_link_icon_url',''),(4795,553,'pyre_post_links_target','no'),(4796,553,'pyre_related_posts','default'),(4797,553,'pyre_share_box','default'),(4798,553,'pyre_post_pagination','default'),(4799,553,'pyre_author_info','default'),(4800,553,'pyre_post_meta','default'),(4801,553,'pyre_post_comments','default'),(4802,553,'pyre_main_top_padding',''),(4803,553,'pyre_main_bottom_padding',''),(4804,553,'pyre_hundredp_padding',''),(4805,553,'pyre_slider_position','default'),(4806,553,'pyre_slider_type','no'),(4807,553,'pyre_slider','0'),(4808,553,'pyre_wooslider','0'),(4809,553,'pyre_revslider','0'),(4810,553,'pyre_elasticslider','0'),(4811,553,'pyre_fallback',''),(4812,553,'pyre_avada_rev_styles','default'),(4813,553,'pyre_display_header','yes'),(4814,553,'pyre_header_100_width','default'),(4815,553,'pyre_header_bg',''),(4816,553,'pyre_header_bg_color',''),(4817,553,'pyre_header_bg_opacity',''),(4818,553,'pyre_header_bg_full','no'),(4819,553,'pyre_header_bg_repeat','repeat'),(4820,553,'pyre_displayed_menu','default'),(4821,553,'pyre_display_footer','default'),(4822,553,'pyre_display_copyright','default'),(4823,553,'pyre_footer_100_width','default'),(4824,553,'pyre_sidebar_position','default'),(4825,553,'pyre_sidebar_bg_color',''),(4826,553,'pyre_page_bg_layout','default'),(4827,553,'pyre_page_bg',''),(4828,553,'pyre_page_bg_color',''),(4829,553,'pyre_page_bg_full','no'),(4830,553,'pyre_page_bg_repeat','repeat'),(4831,553,'pyre_wide_page_bg',''),(4832,553,'pyre_wide_page_bg_color',''),(4833,553,'pyre_wide_page_bg_full','no'),(4834,553,'pyre_wide_page_bg_repeat','repeat'),(4835,553,'pyre_page_title','default'),(4836,553,'pyre_page_title_text','default'),(4837,553,'pyre_page_title_text_alignment','default'),(4838,553,'pyre_page_title_100_width','default'),(4839,553,'pyre_page_title_custom_text',''),(4840,553,'pyre_page_title_text_size',''),(4841,553,'pyre_page_title_custom_subheader',''),(4842,553,'pyre_page_title_custom_subheader_text_size',''),(4843,553,'pyre_page_title_font_color',''),(4844,553,'pyre_page_title_height',''),(4845,553,'pyre_page_title_mobile_height',''),(4846,553,'pyre_page_title_bar_bg',''),(4847,553,'pyre_page_title_bar_bg_retina',''),(4848,553,'pyre_page_title_bar_bg_color',''),(4849,553,'pyre_page_title_bar_borders_color',''),(4850,553,'pyre_page_title_bar_bg_full','default'),(4851,553,'pyre_page_title_bg_parallax','default'),(4852,553,'pyre_page_title_breadcrumbs_search_bar','default'),(4853,553,'fusion_builder_status','inactive'),(4854,553,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(4855,553,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(4856,553,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(4857,553,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(4858,553,'avada_post_views_count','237'),(4861,554,'_thumbnail_id','985'),(4862,554,'pyre_show_first_featured_image','no'),(4863,554,'pyre_portfolio_width_100','default'),(4864,554,'pyre_video',''),(4865,554,'pyre_fimg_width',''),(4866,554,'pyre_fimg_height',''),(4867,554,'pyre_image_rollover_icons','default'),(4868,554,'pyre_link_icon_url',''),(4869,554,'pyre_post_links_target','no'),(4870,554,'pyre_related_posts','default'),(4871,554,'pyre_share_box','default'),(4872,554,'pyre_post_pagination','default'),(4873,554,'pyre_author_info','default'),(4874,554,'pyre_post_meta','default'),(4875,554,'pyre_post_comments','default'),(4876,554,'pyre_main_top_padding',''),(4877,554,'pyre_main_bottom_padding',''),(4878,554,'pyre_hundredp_padding',''),(4879,554,'pyre_slider_position','default'),(4880,554,'pyre_slider_type','no'),(4881,554,'pyre_slider','0'),(4882,554,'pyre_wooslider','0'),(4883,554,'pyre_revslider','0'),(4884,554,'pyre_elasticslider','0'),(4885,554,'pyre_fallback',''),(4886,554,'pyre_avada_rev_styles','default'),(4887,554,'pyre_display_header','yes'),(4888,554,'pyre_header_100_width','default'),(4889,554,'pyre_header_bg',''),(4890,554,'pyre_header_bg_color',''),(4891,554,'pyre_header_bg_opacity',''),(4892,554,'pyre_header_bg_full','no'),(4893,554,'pyre_header_bg_repeat','repeat'),(4894,554,'pyre_displayed_menu','default'),(4895,554,'pyre_display_footer','default'),(4896,554,'pyre_display_copyright','default'),(4897,554,'pyre_footer_100_width','default'),(4898,554,'pyre_sidebar_position','default'),(4899,554,'pyre_sidebar_bg_color',''),(4900,554,'pyre_page_bg_layout','default'),(4901,554,'pyre_page_bg',''),(4902,554,'pyre_page_bg_color',''),(4903,554,'pyre_page_bg_full','no'),(4904,554,'pyre_page_bg_repeat','repeat'),(4905,554,'pyre_wide_page_bg',''),(4906,554,'pyre_wide_page_bg_color',''),(4907,554,'pyre_wide_page_bg_full','no'),(4908,554,'pyre_wide_page_bg_repeat','repeat'),(4909,554,'pyre_page_title','default'),(4910,554,'pyre_page_title_text','default'),(4911,554,'pyre_page_title_text_alignment','default'),(4912,554,'pyre_page_title_100_width','default'),(4913,554,'pyre_page_title_custom_text',''),(4914,554,'pyre_page_title_text_size',''),(4915,554,'pyre_page_title_custom_subheader',''),(4916,554,'pyre_page_title_custom_subheader_text_size',''),(4917,554,'pyre_page_title_font_color',''),(4918,554,'pyre_page_title_height',''),(4919,554,'pyre_page_title_mobile_height',''),(4920,554,'pyre_page_title_bar_bg',''),(4921,554,'pyre_page_title_bar_bg_retina',''),(4922,554,'pyre_page_title_bar_bg_color',''),(4923,554,'pyre_page_title_bar_borders_color',''),(4924,554,'pyre_page_title_bar_bg_full','default'),(4925,554,'pyre_page_title_bg_parallax','default'),(4926,554,'pyre_page_title_breadcrumbs_search_bar','default'),(4927,554,'fusion_builder_status','inactive'),(4928,554,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(4929,554,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(4930,554,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(4931,554,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(4932,554,'avada_post_views_count','227'),(4935,555,'_thumbnail_id','984'),(4936,555,'pyre_show_first_featured_image','no'),(4937,555,'pyre_portfolio_width_100','default'),(4938,555,'pyre_video',''),(4939,555,'pyre_fimg_width',''),(4940,555,'pyre_fimg_height',''),(4941,555,'pyre_image_rollover_icons','default'),(4942,555,'pyre_link_icon_url',''),(4943,555,'pyre_post_links_target','no'),(4944,555,'pyre_related_posts','default'),(4945,555,'pyre_share_box','default'),(4946,555,'pyre_post_pagination','default'),(4947,555,'pyre_author_info','default'),(4948,555,'pyre_post_meta','default'),(4949,555,'pyre_post_comments','default'),(4950,555,'pyre_main_top_padding',''),(4951,555,'pyre_main_bottom_padding',''),(4952,555,'pyre_hundredp_padding',''),(4953,555,'pyre_slider_position','default'),(4954,555,'pyre_slider_type','no'),(4955,555,'pyre_slider','0'),(4956,555,'pyre_wooslider','0'),(4957,555,'pyre_revslider','0'),(4958,555,'pyre_elasticslider','0'),(4959,555,'pyre_fallback',''),(4960,555,'pyre_avada_rev_styles','default'),(4961,555,'pyre_display_header','yes'),(4962,555,'pyre_header_100_width','default'),(4963,555,'pyre_header_bg',''),(4964,555,'pyre_header_bg_color',''),(4965,555,'pyre_header_bg_opacity',''),(4966,555,'pyre_header_bg_full','no'),(4967,555,'pyre_header_bg_repeat','repeat'),(4968,555,'pyre_displayed_menu','default'),(4969,555,'pyre_display_footer','default'),(4970,555,'pyre_display_copyright','default'),(4971,555,'pyre_footer_100_width','default'),(4972,555,'pyre_sidebar_position','default'),(4973,555,'pyre_sidebar_bg_color',''),(4974,555,'pyre_page_bg_layout','default'),(4975,555,'pyre_page_bg',''),(4976,555,'pyre_page_bg_color',''),(4977,555,'pyre_page_bg_full','no'),(4978,555,'pyre_page_bg_repeat','repeat'),(4979,555,'pyre_wide_page_bg',''),(4980,555,'pyre_wide_page_bg_color',''),(4981,555,'pyre_wide_page_bg_full','no'),(4982,555,'pyre_wide_page_bg_repeat','repeat'),(4983,555,'pyre_page_title','default'),(4984,555,'pyre_page_title_text','default'),(4985,555,'pyre_page_title_text_alignment','default'),(4986,555,'pyre_page_title_100_width','default'),(4987,555,'pyre_page_title_custom_text',''),(4988,555,'pyre_page_title_text_size',''),(4989,555,'pyre_page_title_custom_subheader',''),(4990,555,'pyre_page_title_custom_subheader_text_size',''),(4991,555,'pyre_page_title_font_color',''),(4992,555,'pyre_page_title_height',''),(4993,555,'pyre_page_title_mobile_height',''),(4994,555,'pyre_page_title_bar_bg',''),(4995,555,'pyre_page_title_bar_bg_retina',''),(4996,555,'pyre_page_title_bar_bg_color',''),(4997,555,'pyre_page_title_bar_borders_color',''),(4998,555,'pyre_page_title_bar_bg_full','default'),(4999,555,'pyre_page_title_bg_parallax','default'),(5000,555,'pyre_page_title_breadcrumbs_search_bar','default'),(5001,555,'fusion_builder_status','inactive'),(5002,555,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5003,555,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(5004,555,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(5005,555,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(5006,555,'avada_post_views_count','300'),(5009,556,'_thumbnail_id','986'),(5010,556,'pyre_show_first_featured_image','no'),(5011,556,'pyre_portfolio_width_100','default'),(5012,556,'pyre_video',''),(5013,556,'pyre_fimg_width',''),(5014,556,'pyre_fimg_height',''),(5015,556,'pyre_image_rollover_icons','default'),(5016,556,'pyre_link_icon_url',''),(5017,556,'pyre_post_links_target','no'),(5018,556,'pyre_related_posts','default'),(5019,556,'pyre_share_box','default'),(5020,556,'pyre_post_pagination','default'),(5021,556,'pyre_author_info','default'),(5022,556,'pyre_post_meta','default'),(5023,556,'pyre_post_comments','default'),(5024,556,'pyre_main_top_padding',''),(5025,556,'pyre_main_bottom_padding',''),(5026,556,'pyre_hundredp_padding',''),(5027,556,'pyre_slider_position','default'),(5028,556,'pyre_slider_type','no'),(5029,556,'pyre_slider','0'),(5030,556,'pyre_wooslider','0'),(5031,556,'pyre_revslider','0'),(5032,556,'pyre_elasticslider','0'),(5033,556,'pyre_fallback',''),(5034,556,'pyre_avada_rev_styles','default'),(5035,556,'pyre_display_header','yes'),(5036,556,'pyre_header_100_width','default'),(5037,556,'pyre_header_bg',''),(5038,556,'pyre_header_bg_color',''),(5039,556,'pyre_header_bg_opacity',''),(5040,556,'pyre_header_bg_full','no'),(5041,556,'pyre_header_bg_repeat','repeat'),(5042,556,'pyre_displayed_menu','default'),(5043,556,'pyre_display_footer','default'),(5044,556,'pyre_display_copyright','default'),(5045,556,'pyre_footer_100_width','default'),(5046,556,'pyre_sidebar_position','default'),(5047,556,'pyre_sidebar_bg_color',''),(5048,556,'pyre_page_bg_layout','default'),(5049,556,'pyre_page_bg',''),(5050,556,'pyre_page_bg_color',''),(5051,556,'pyre_page_bg_full','no'),(5052,556,'pyre_page_bg_repeat','repeat'),(5053,556,'pyre_wide_page_bg',''),(5054,556,'pyre_wide_page_bg_color',''),(5055,556,'pyre_wide_page_bg_full','no'),(5056,556,'pyre_wide_page_bg_repeat','repeat'),(5057,556,'pyre_page_title','default'),(5058,556,'pyre_page_title_text','default'),(5059,556,'pyre_page_title_text_alignment','default'),(5060,556,'pyre_page_title_100_width','default'),(5061,556,'pyre_page_title_custom_text',''),(5062,556,'pyre_page_title_text_size',''),(5063,556,'pyre_page_title_custom_subheader',''),(5064,556,'pyre_page_title_custom_subheader_text_size',''),(5065,556,'pyre_page_title_font_color',''),(5066,556,'pyre_page_title_height',''),(5067,556,'pyre_page_title_mobile_height',''),(5068,556,'pyre_page_title_bar_bg',''),(5069,556,'pyre_page_title_bar_bg_retina',''),(5070,556,'pyre_page_title_bar_bg_color',''),(5071,556,'pyre_page_title_bar_borders_color',''),(5072,556,'pyre_page_title_bar_bg_full','default'),(5073,556,'pyre_page_title_bg_parallax','default'),(5074,556,'pyre_page_title_breadcrumbs_search_bar','default'),(5075,556,'fusion_builder_status','inactive'),(5076,556,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5077,556,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(5078,556,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(5079,556,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(5080,556,'avada_post_views_count','309'),(5083,557,'_thumbnail_id','982'),(5084,557,'pyre_show_first_featured_image','no'),(5085,557,'pyre_portfolio_width_100','default'),(5086,557,'pyre_video',''),(5087,557,'pyre_fimg_width',''),(5088,557,'pyre_fimg_height',''),(5089,557,'pyre_image_rollover_icons','default'),(5090,557,'pyre_link_icon_url',''),(5091,557,'pyre_post_links_target','no'),(5092,557,'pyre_related_posts','default'),(5093,557,'pyre_share_box','default'),(5094,557,'pyre_post_pagination','default'),(5095,557,'pyre_author_info','default'),(5096,557,'pyre_post_meta','default'),(5097,557,'pyre_post_comments','default'),(5098,557,'pyre_main_top_padding',''),(5099,557,'pyre_main_bottom_padding',''),(5100,557,'pyre_hundredp_padding',''),(5101,557,'pyre_slider_position','default'),(5102,557,'pyre_slider_type','no'),(5103,557,'pyre_slider','0'),(5104,557,'pyre_wooslider','0'),(5105,557,'pyre_revslider','0'),(5106,557,'pyre_elasticslider','0'),(5107,557,'pyre_fallback',''),(5108,557,'pyre_avada_rev_styles','default'),(5109,557,'pyre_display_header','yes'),(5110,557,'pyre_header_100_width','default'),(5111,557,'pyre_header_bg',''),(5112,557,'pyre_header_bg_color',''),(5113,557,'pyre_header_bg_opacity',''),(5114,557,'pyre_header_bg_full','no'),(5115,557,'pyre_header_bg_repeat','repeat'),(5116,557,'pyre_displayed_menu','default'),(5117,557,'pyre_display_footer','default'),(5118,557,'pyre_display_copyright','default'),(5119,557,'pyre_footer_100_width','default'),(5120,557,'pyre_sidebar_position','default'),(5121,557,'pyre_sidebar_bg_color',''),(5122,557,'pyre_page_bg_layout','default'),(5123,557,'pyre_page_bg',''),(5124,557,'pyre_page_bg_color',''),(5125,557,'pyre_page_bg_full','no'),(5126,557,'pyre_page_bg_repeat','repeat'),(5127,557,'pyre_wide_page_bg',''),(5128,557,'pyre_wide_page_bg_color',''),(5129,557,'pyre_wide_page_bg_full','no'),(5130,557,'pyre_wide_page_bg_repeat','repeat'),(5131,557,'pyre_page_title','default'),(5132,557,'pyre_page_title_text','default'),(5133,557,'pyre_page_title_text_alignment','default'),(5134,557,'pyre_page_title_100_width','default'),(5135,557,'pyre_page_title_custom_text',''),(5136,557,'pyre_page_title_text_size',''),(5137,557,'pyre_page_title_custom_subheader',''),(5138,557,'pyre_page_title_custom_subheader_text_size',''),(5139,557,'pyre_page_title_font_color',''),(5140,557,'pyre_page_title_height',''),(5141,557,'pyre_page_title_mobile_height',''),(5142,557,'pyre_page_title_bar_bg',''),(5143,557,'pyre_page_title_bar_bg_retina',''),(5144,557,'pyre_page_title_bar_bg_color',''),(5145,557,'pyre_page_title_bar_borders_color',''),(5146,557,'pyre_page_title_bar_bg_full','default'),(5147,557,'pyre_page_title_bg_parallax','default'),(5148,557,'pyre_page_title_breadcrumbs_search_bar','default'),(5149,557,'fusion_builder_status','inactive'),(5150,557,'avada_post_views_count','347'),(5151,557,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5152,557,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(5153,557,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(5154,557,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(5157,558,'_thumbnail_id','981'),(5158,558,'pyre_show_first_featured_image','no'),(5159,558,'pyre_portfolio_width_100','default'),(5160,558,'pyre_video',''),(5161,558,'pyre_fimg_width',''),(5162,558,'pyre_fimg_height',''),(5163,558,'pyre_image_rollover_icons','default'),(5164,558,'pyre_link_icon_url',''),(5165,558,'pyre_post_links_target','no'),(5166,558,'pyre_related_posts','default'),(5167,558,'pyre_share_box','default'),(5168,558,'pyre_post_pagination','default'),(5169,558,'pyre_author_info','default'),(5170,558,'pyre_post_meta','default'),(5171,558,'pyre_post_comments','default'),(5172,558,'pyre_main_top_padding',''),(5173,558,'pyre_main_bottom_padding',''),(5174,558,'pyre_hundredp_padding',''),(5175,558,'pyre_slider_position','default'),(5176,558,'pyre_slider_type','no'),(5177,558,'pyre_slider','0'),(5178,558,'pyre_wooslider','0'),(5179,558,'pyre_revslider','0'),(5180,558,'pyre_elasticslider','0'),(5181,558,'pyre_fallback',''),(5182,558,'pyre_avada_rev_styles','default'),(5183,558,'pyre_display_header','yes'),(5184,558,'pyre_header_100_width','default'),(5185,558,'pyre_header_bg',''),(5186,558,'pyre_header_bg_color',''),(5187,558,'pyre_header_bg_opacity',''),(5188,558,'pyre_header_bg_full','no'),(5189,558,'pyre_header_bg_repeat','repeat'),(5190,558,'pyre_displayed_menu','default'),(5191,558,'pyre_display_footer','default'),(5192,558,'pyre_display_copyright','default'),(5193,558,'pyre_footer_100_width','default'),(5194,558,'pyre_sidebar_position','default'),(5195,558,'pyre_sidebar_bg_color',''),(5196,558,'pyre_page_bg_layout','default'),(5197,558,'pyre_page_bg',''),(5198,558,'pyre_page_bg_color',''),(5199,558,'pyre_page_bg_full','no'),(5200,558,'pyre_page_bg_repeat','repeat'),(5201,558,'pyre_wide_page_bg',''),(5202,558,'pyre_wide_page_bg_color',''),(5203,558,'pyre_wide_page_bg_full','no'),(5204,558,'pyre_wide_page_bg_repeat','repeat'),(5205,558,'pyre_page_title','default'),(5206,558,'pyre_page_title_text','default'),(5207,558,'pyre_page_title_text_alignment','default'),(5208,558,'pyre_page_title_100_width','default'),(5209,558,'pyre_page_title_custom_text',''),(5210,558,'pyre_page_title_text_size',''),(5211,558,'pyre_page_title_custom_subheader',''),(5212,558,'pyre_page_title_custom_subheader_text_size',''),(5213,558,'pyre_page_title_font_color',''),(5214,558,'pyre_page_title_height',''),(5215,558,'pyre_page_title_mobile_height',''),(5216,558,'pyre_page_title_bar_bg',''),(5217,558,'pyre_page_title_bar_bg_retina',''),(5218,558,'pyre_page_title_bar_bg_color',''),(5219,558,'pyre_page_title_bar_borders_color',''),(5220,558,'pyre_page_title_bar_bg_full','default'),(5221,558,'pyre_page_title_bg_parallax','default'),(5222,558,'pyre_page_title_breadcrumbs_search_bar','default'),(5223,558,'fusion_builder_status','inactive'),(5224,558,'_wp_old_slug','205-holiday-sale-is-here'),(5225,558,'avada_post_views_count','444'),(5226,558,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5227,558,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(5228,558,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(5229,558,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(5232,582,'_thumbnail_id','980'),(5233,582,'pyre_show_first_featured_image','no'),(5234,582,'pyre_portfolio_width_100','default'),(5235,582,'pyre_video',''),(5236,582,'pyre_fimg_width',''),(5237,582,'pyre_fimg_height',''),(5238,582,'pyre_image_rollover_icons','default'),(5239,582,'pyre_link_icon_url',''),(5240,582,'pyre_post_links_target','no'),(5241,582,'pyre_related_posts','default'),(5242,582,'pyre_share_box','default'),(5243,582,'pyre_post_pagination','default'),(5244,582,'pyre_author_info','default'),(5245,582,'pyre_post_meta','default'),(5246,582,'pyre_post_comments','default'),(5247,582,'pyre_main_top_padding',''),(5248,582,'pyre_main_bottom_padding',''),(5249,582,'pyre_hundredp_padding',''),(5250,582,'pyre_slider_position','default'),(5251,582,'pyre_slider_type','no'),(5252,582,'pyre_slider','0'),(5253,582,'pyre_wooslider','0'),(5254,582,'pyre_revslider','0'),(5255,582,'pyre_elasticslider','0'),(5256,582,'pyre_fallback',''),(5257,582,'pyre_avada_rev_styles','default'),(5258,582,'pyre_display_header','yes'),(5259,582,'pyre_header_100_width','default'),(5260,582,'pyre_header_bg',''),(5261,582,'pyre_header_bg_color',''),(5262,582,'pyre_header_bg_opacity',''),(5263,582,'pyre_header_bg_full','no'),(5264,582,'pyre_header_bg_repeat','repeat'),(5265,582,'pyre_displayed_menu','default'),(5266,582,'pyre_display_footer','default'),(5267,582,'pyre_display_copyright','default'),(5268,582,'pyre_footer_100_width','default'),(5269,582,'pyre_sidebar_position','default'),(5270,582,'pyre_sidebar_bg_color',''),(5271,582,'pyre_page_bg_layout','default'),(5272,582,'pyre_page_bg',''),(5273,582,'pyre_page_bg_color',''),(5274,582,'pyre_page_bg_full','no'),(5275,582,'pyre_page_bg_repeat','repeat'),(5276,582,'pyre_wide_page_bg',''),(5277,582,'pyre_wide_page_bg_color',''),(5278,582,'pyre_wide_page_bg_full','no'),(5279,582,'pyre_wide_page_bg_repeat','repeat'),(5280,582,'pyre_page_title','default'),(5281,582,'pyre_page_title_text','default'),(5282,582,'pyre_page_title_text_alignment','default'),(5283,582,'pyre_page_title_100_width','default'),(5284,582,'pyre_page_title_custom_text',''),(5285,582,'pyre_page_title_text_size',''),(5286,582,'pyre_page_title_custom_subheader',''),(5287,582,'pyre_page_title_custom_subheader_text_size',''),(5288,582,'pyre_page_title_font_color',''),(5289,582,'pyre_page_title_height',''),(5290,582,'pyre_page_title_mobile_height',''),(5291,582,'pyre_page_title_bar_bg',''),(5292,582,'pyre_page_title_bar_bg_retina',''),(5293,582,'pyre_page_title_bar_bg_color',''),(5294,582,'pyre_page_title_bar_borders_color',''),(5295,582,'pyre_page_title_bar_bg_full','default'),(5296,582,'pyre_page_title_bg_parallax','default'),(5297,582,'pyre_page_title_breadcrumbs_search_bar','default'),(5298,582,'fusion_builder_status','inactive'),(5299,582,'avada_post_views_count','481'),(5300,582,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5301,582,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(5302,582,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(5303,582,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(5503,36,'pyre_type','image'),(5504,36,'pyre_youtube_id',''),(5505,36,'pyre_vimeo_id',''),(5506,36,'pyre_webm',''),(5507,36,'pyre_mp4',''),(5508,36,'pyre_ogv',''),(5509,36,'pyre_preview_image',''),(5510,36,'pyre_video_bg_color',''),(5511,36,'pyre_mute_video','yes'),(5512,36,'pyre_autoplay_video','yes'),(5513,36,'pyre_loop_video','yes'),(5514,36,'pyre_hide_video_controls','yes'),(5515,36,'pyre_content_alignment','center'),(5516,36,'pyre_heading','<span style=\"font-weight:700;\">ABOUT</span>'),(5517,36,'pyre_heading_font_size','70'),(5518,36,'pyre_heading_color','#ffffff'),(5519,36,'pyre_heading_bg','no'),(5520,36,'pyre_heading_bg_color',''),(5521,36,'pyre_caption','We love to talk about ourselves'),(5522,36,'pyre_caption_font_size','30'),(5523,36,'pyre_caption_color','#ffffff'),(5524,36,'pyre_caption_bg','no'),(5525,36,'pyre_caption_bg_color',''),(5526,36,'pyre_link_type','button'),(5527,36,'pyre_slide_link',''),(5528,36,'pyre_slide_target','yes'),(5529,36,'pyre_button_1',''),(5530,36,'pyre_button_2',''),(5531,36,'_thumbnail_id','4362'),(5532,36,'pyre_aspect_ratio',''),(5533,36,'pyre_heading_separator','none'),(5534,36,'pyre_caption_separator','single solid'),(5535,39,'pyre_type','image'),(5536,39,'pyre_youtube_id',''),(5537,39,'pyre_vimeo_id',''),(5538,39,'pyre_webm',''),(5539,39,'pyre_mp4',''),(5540,39,'pyre_ogv',''),(5541,39,'pyre_preview_image',''),(5542,39,'pyre_video_bg_color',''),(5543,39,'pyre_mute_video','yes'),(5544,39,'pyre_autoplay_video','yes'),(5545,39,'pyre_loop_video','yes'),(5546,39,'pyre_hide_video_controls','yes'),(5547,39,'pyre_content_alignment','center'),(5548,39,'pyre_heading','<span style=\"font-weight:700;\">WE PERFORM YOUR MUSIC</span>\r\n\r\n'),(5549,39,'pyre_heading_font_size','70'),(5550,39,'pyre_heading_color','#ffffff'),(5551,39,'pyre_heading_bg','no'),(5552,39,'pyre_heading_bg_color',''),(5553,39,'pyre_caption','Big Band - Rock & Roll - Pop Music'),(5554,39,'pyre_caption_font_size','30'),(5555,39,'pyre_caption_color','#ffffff'),(5556,39,'pyre_caption_bg','no'),(5557,39,'pyre_caption_bg_color',''),(5558,39,'pyre_link_type','button'),(5559,39,'pyre_slide_link',''),(5560,39,'pyre_slide_target','yes'),(5561,39,'pyre_button_1','[fusion_button link=\"http://daviddelk.net/band/schedule/\" color=\"custom\" size=\"xlarge\" type=\"flat\" shape=\"square\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#333333\" bevel_color=\"\" border_width=\"2px\" shadow=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"\" class=\"\" id=\"\"]click here for concert schedule[/fusion_button]'),(5562,39,'pyre_button_2',''),(5564,39,'pyre_aspect_ratio',''),(5565,39,'pyre_heading_separator','none'),(5566,39,'pyre_caption_separator','single solid'),(5567,39,'_wp_old_slug','home'),(5600,42,'_wp_old_slug','home2'),(5601,45,'pyre_type','image'),(5602,45,'pyre_youtube_id',''),(5603,45,'pyre_vimeo_id',''),(5604,45,'pyre_webm',''),(5605,45,'pyre_mp4',''),(5606,45,'pyre_ogv',''),(5607,45,'pyre_preview_image',''),(5608,45,'pyre_video_bg_color',''),(5609,45,'pyre_mute_video','yes'),(5610,45,'pyre_autoplay_video','yes'),(5611,45,'pyre_loop_video','yes'),(5612,45,'pyre_hide_video_controls','yes'),(5613,45,'pyre_content_alignment','center'),(5614,45,'pyre_heading','<span style=\"font-weight:700;\">SHOPPING CART</span>'),(5615,45,'pyre_heading_font_size','70'),(5616,45,'pyre_heading_color','#ffffff'),(5617,45,'pyre_heading_bg','no'),(5618,45,'pyre_heading_bg_color',''),(5619,45,'pyre_caption','Thank you for your business'),(5620,45,'pyre_caption_font_size','30'),(5621,45,'pyre_caption_color','#ffffff'),(5622,45,'pyre_caption_bg','no'),(5623,45,'pyre_caption_bg_color',''),(5624,45,'pyre_link_type','button'),(5625,45,'pyre_slide_link',''),(5626,45,'pyre_slide_target','yes'),(5627,45,'pyre_button_1',''),(5628,45,'pyre_button_2',''),(5629,45,'_thumbnail_id','4089'),(5630,45,'pyre_aspect_ratio',''),(5631,45,'pyre_heading_separator','none'),(5632,45,'pyre_caption_separator','single solid'),(5633,51,'_thumbnail_id','4090'),(5634,51,'pyre_type','image'),(5635,51,'pyre_youtube_id',''),(5636,51,'pyre_vimeo_id',''),(5637,51,'pyre_webm',''),(5638,51,'pyre_mp4',''),(5639,51,'pyre_ogv',''),(5640,51,'pyre_preview_image',''),(5641,51,'pyre_video_bg_color',''),(5642,51,'pyre_mute_video','yes'),(5643,51,'pyre_autoplay_video','yes'),(5644,51,'pyre_loop_video','yes'),(5645,51,'pyre_hide_video_controls','yes'),(5646,51,'pyre_content_alignment','center'),(5647,51,'pyre_heading','<span style=\"font-weight:700;\">OUR PRODUCTS</span>'),(5648,51,'pyre_heading_font_size','70'),(5649,51,'pyre_heading_color','#ffffff'),(5650,51,'pyre_heading_bg','no'),(5651,51,'pyre_heading_bg_color',''),(5652,51,'pyre_caption','A collection of all our modern products'),(5653,51,'pyre_caption_font_size','30'),(5654,51,'pyre_caption_color','#fff'),(5655,51,'pyre_caption_bg','no'),(5656,51,'pyre_caption_bg_color',''),(5657,51,'pyre_link_type','button'),(5658,51,'pyre_slide_link',''),(5659,51,'pyre_slide_target','yes'),(5660,51,'pyre_button_1',''),(5661,51,'pyre_button_2',''),(5662,51,'pyre_aspect_ratio',''),(5663,51,'pyre_heading_separator','none'),(5664,51,'pyre_caption_separator','single solid'),(5665,54,'pyre_type','image'),(5666,54,'pyre_youtube_id',''),(5667,54,'pyre_vimeo_id',''),(5668,54,'pyre_webm',''),(5669,54,'pyre_mp4',''),(5670,54,'pyre_ogv',''),(5671,54,'pyre_preview_image',''),(5672,54,'pyre_video_bg_color',''),(5673,54,'pyre_mute_video','yes'),(5674,54,'pyre_autoplay_video','yes'),(5675,54,'pyre_loop_video','yes'),(5676,54,'pyre_hide_video_controls','yes'),(5677,54,'pyre_content_alignment','center'),(5678,54,'pyre_heading','<span style=\"font-weight:700;\">SONG LIST</span>'),(5679,54,'pyre_heading_font_size','70'),(5680,54,'pyre_heading_color','#1F1F1F'),(5681,54,'pyre_heading_bg','no'),(5682,54,'pyre_heading_bg_color',''),(5683,54,'pyre_caption','We play music you love to hear'),(5684,54,'pyre_caption_font_size','30'),(5685,54,'pyre_caption_color','#1F1F1F'),(5686,54,'pyre_caption_bg','no'),(5687,54,'pyre_caption_bg_color',''),(5688,54,'pyre_link_type','button'),(5689,54,'pyre_slide_link',''),(5690,54,'pyre_slide_target','yes'),(5691,54,'pyre_button_1',''),(5692,54,'pyre_button_2',''),(5693,54,'_thumbnail_id','4368'),(5694,54,'pyre_aspect_ratio',''),(5695,54,'pyre_heading_separator','none'),(5696,54,'pyre_caption_separator','single solid'),(5697,56,'_thumbnail_id','4092'),(5698,56,'pyre_type','image'),(5699,56,'pyre_youtube_id',''),(5700,56,'pyre_vimeo_id',''),(5701,56,'pyre_webm',''),(5702,56,'pyre_mp4',''),(5703,56,'pyre_ogv',''),(5704,56,'pyre_preview_image',''),(5705,56,'pyre_video_bg_color',''),(5706,56,'pyre_mute_video','yes'),(5707,56,'pyre_autoplay_video','yes'),(5708,56,'pyre_loop_video','yes'),(5709,56,'pyre_hide_video_controls','yes'),(5710,56,'pyre_content_alignment','center'),(5711,56,'pyre_heading','<span style=\"font-weight:700;\">CHECKOUT</span>'),(5712,56,'pyre_heading_font_size','70'),(5713,56,'pyre_heading_color','#ffffff'),(5714,56,'pyre_heading_bg','no'),(5715,56,'pyre_heading_bg_color',''),(5716,56,'pyre_caption','Thank you for your business'),(5717,56,'pyre_caption_font_size','30'),(5718,56,'pyre_caption_color','#ffffff'),(5719,56,'pyre_caption_bg','no'),(5720,56,'pyre_caption_bg_color',''),(5721,56,'pyre_link_type','button'),(5722,56,'pyre_slide_link',''),(5723,56,'pyre_slide_target','yes'),(5724,56,'pyre_button_1',''),(5725,56,'pyre_button_2',''),(5726,56,'pyre_aspect_ratio',''),(5727,56,'pyre_heading_separator','none'),(5728,56,'pyre_caption_separator','single solid'),(5729,58,'pyre_type','image'),(5730,58,'pyre_youtube_id',''),(5731,58,'pyre_vimeo_id',''),(5732,58,'pyre_webm',''),(5733,58,'pyre_mp4',''),(5734,58,'pyre_ogv',''),(5735,58,'pyre_preview_image',''),(5736,58,'pyre_video_bg_color',''),(5737,58,'pyre_mute_video','yes'),(5738,58,'pyre_autoplay_video','yes'),(5739,58,'pyre_loop_video','yes'),(5740,58,'pyre_hide_video_controls','yes'),(5741,58,'pyre_content_alignment','center'),(5742,58,'pyre_heading','<span style=\"font-weight:700;\">MY ACCOUNT</span>'),(5743,58,'pyre_heading_font_size','70'),(5744,58,'pyre_heading_color','#ffffff'),(5745,58,'pyre_heading_bg','no'),(5746,58,'pyre_heading_bg_color',''),(5747,58,'pyre_caption','Update your account settings'),(5748,58,'pyre_caption_font_size','30'),(5749,58,'pyre_caption_color','#ffffff'),(5750,58,'pyre_caption_bg','no'),(5751,58,'pyre_caption_bg_color',''),(5752,58,'pyre_link_type','button'),(5753,58,'pyre_slide_link',''),(5754,58,'pyre_slide_target','yes'),(5755,58,'pyre_button_1',''),(5756,58,'pyre_button_2',''),(5757,58,'_thumbnail_id','4085'),(5758,58,'pyre_aspect_ratio',''),(5759,58,'pyre_heading_separator','none'),(5760,58,'pyre_caption_separator','single solid'),(5761,59,'_thumbnail_id','4216'),(5762,59,'pyre_type','image'),(5763,59,'pyre_youtube_id',''),(5764,59,'pyre_vimeo_id',''),(5765,59,'pyre_webm',''),(5766,59,'pyre_mp4',''),(5767,59,'pyre_ogv',''),(5768,59,'pyre_preview_image',''),(5769,59,'pyre_video_bg_color',''),(5770,59,'pyre_mute_video','yes'),(5771,59,'pyre_autoplay_video','yes'),(5772,59,'pyre_loop_video','yes'),(5773,59,'pyre_hide_video_controls','yes'),(5774,59,'pyre_content_alignment','center'),(5775,59,'pyre_heading','<span style=\"font-weight:700;\">STYLISH MEN\'S WEAR</span>'),(5776,59,'pyre_heading_font_size','70'),(5777,59,'pyre_heading_color','#ffffff'),(5778,59,'pyre_heading_bg','no'),(5779,59,'pyre_heading_bg_color',''),(5780,59,'pyre_caption','High quality products for him'),(5781,59,'pyre_caption_font_size','30'),(5782,59,'pyre_caption_color','#fffff'),(5783,59,'pyre_caption_bg','no'),(5784,59,'pyre_caption_bg_color',''),(5785,59,'pyre_link_type','button'),(5786,59,'pyre_slide_link',''),(5787,59,'pyre_slide_target','yes'),(5788,59,'pyre_button_1',''),(5789,59,'pyre_button_2',''),(5790,59,'pyre_aspect_ratio',''),(5791,59,'pyre_heading_separator','none'),(5792,59,'pyre_caption_separator','single solid'),(5793,59,'_wp_old_slug','product'),(5794,526,'_thumbnail_id','4218'),(5795,526,'pyre_type','image'),(5796,526,'pyre_youtube_id',''),(5797,526,'pyre_vimeo_id',''),(5798,526,'pyre_webm',''),(5799,526,'pyre_mp4',''),(5800,526,'pyre_ogv',''),(5801,526,'pyre_preview_image',''),(5802,526,'pyre_aspect_ratio',''),(5803,526,'pyre_video_bg_color',''),(5804,526,'pyre_mute_video','yes'),(5805,526,'pyre_autoplay_video','yes'),(5806,526,'pyre_loop_video','yes'),(5807,526,'pyre_hide_video_controls','yes'),(5808,526,'pyre_content_alignment','center'),(5809,526,'pyre_heading','<span style=\"font-weight:700;\">MODERN SHOP NEWS</span>'),(5810,526,'pyre_heading_separator','none'),(5811,526,'pyre_heading_font_size','70'),(5812,526,'pyre_heading_color','#ffffff'),(5813,526,'pyre_heading_bg','no'),(5814,526,'pyre_heading_bg_color',''),(5815,526,'pyre_caption','All the latest shopping news'),(5816,526,'pyre_caption_separator','single solid'),(5817,526,'pyre_caption_font_size','30'),(5818,526,'pyre_caption_color','#ffffff'),(5819,526,'pyre_caption_bg','no'),(5820,526,'pyre_caption_bg_color',''),(5821,526,'pyre_link_type','full'),(5822,526,'pyre_slide_link',''),(5823,526,'pyre_slide_target','yes'),(5824,526,'pyre_button_1','[fusion_button link=\"\" color=\"default\" size=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"1px\" shadow=\"\" icon=\"\" icon_divider=\"yes\" icon_position=\"left\" modal=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" class=\"\" id=\"\"]Button Text[/fusion_button]'),(5825,526,'pyre_button_2','[fusion_button link=\"\" color=\"default\" size=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"1px\" shadow=\"\" icon=\"\" icon_divider=\"yes\" icon_position=\"left\" modal=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" class=\"\" id=\"\"]Button Text[/fusion_button]'),(5838,634,'pyre_type','image'),(5839,634,'pyre_youtube_id',''),(5840,634,'pyre_vimeo_id',''),(5841,634,'pyre_webm',''),(5842,634,'pyre_mp4',''),(5843,634,'pyre_ogv',''),(5844,634,'pyre_preview_image',''),(5845,634,'pyre_aspect_ratio',''),(5846,634,'pyre_video_bg_color',''),(5847,634,'pyre_mute_video','yes'),(5848,634,'pyre_autoplay_video','yes'),(5849,634,'pyre_loop_video','yes'),(5850,634,'pyre_hide_video_controls','yes'),(5851,634,'pyre_content_alignment','center'),(5852,634,'pyre_heading','<span style=\"font-weight:700;\">SAY HELLO!</span>'),(5853,634,'pyre_heading_separator','none'),(5854,634,'pyre_heading_font_size','70'),(5855,634,'pyre_heading_color','#ffffff'),(5856,634,'pyre_heading_bg','no'),(5857,634,'pyre_heading_bg_color',''),(5858,634,'pyre_caption','We\'d love to hear from you'),(5859,634,'pyre_caption_separator','single solid'),(5860,634,'pyre_caption_font_size','30'),(5861,634,'pyre_caption_color','#ffffff'),(5862,634,'pyre_caption_bg','no'),(5863,634,'pyre_caption_bg_color',''),(5864,634,'pyre_link_type','button'),(5865,634,'pyre_slide_link',''),(5866,634,'pyre_slide_target','yes'),(5867,634,'pyre_button_1',''),(5868,634,'pyre_button_2',''),(5870,829,'_thumbnail_id','4381'),(5871,829,'pyre_type','image'),(5872,829,'pyre_youtube_id',''),(5873,829,'pyre_vimeo_id',''),(5874,829,'pyre_webm',''),(5875,829,'pyre_mp4',''),(5876,829,'pyre_ogv',''),(5877,829,'pyre_preview_image',''),(5878,829,'pyre_aspect_ratio',''),(5879,829,'pyre_video_bg_color',''),(5880,829,'pyre_mute_video','yes'),(5881,829,'pyre_autoplay_video','yes'),(5882,829,'pyre_loop_video','yes'),(5883,829,'pyre_hide_video_controls','yes'),(5884,829,'pyre_content_alignment','center'),(5885,829,'pyre_heading','<span style=\"font-weight:700;\">OUR SCHEDULE</span>'),(5886,829,'pyre_heading_separator','none'),(5887,829,'pyre_heading_font_size','70'),(5888,829,'pyre_heading_color','#ffffff'),(5889,829,'pyre_heading_bg','no'),(5890,829,'pyre_heading_bg_color',''),(5891,829,'pyre_caption','Catch our next performance!'),(5892,829,'pyre_caption_separator','single solid'),(5893,829,'pyre_caption_font_size','30'),(5894,829,'pyre_caption_color','#ffffff'),(5895,829,'pyre_caption_bg','no'),(5896,829,'pyre_caption_bg_color',''),(5897,829,'pyre_link_type','button'),(5898,829,'pyre_slide_link',''),(5899,829,'pyre_slide_target','yes'),(5900,829,'pyre_button_1',''),(5901,829,'pyre_button_2',''),(5902,837,'_thumbnail_id','4382'),(5903,837,'pyre_type','image'),(5904,837,'pyre_youtube_id',''),(5905,837,'pyre_vimeo_id',''),(5906,837,'pyre_webm',''),(5907,837,'pyre_mp4',''),(5908,837,'pyre_ogv',''),(5909,837,'pyre_preview_image',''),(5910,837,'pyre_aspect_ratio',''),(5911,837,'pyre_video_bg_color',''),(5912,837,'pyre_mute_video','yes'),(5913,837,'pyre_autoplay_video','yes'),(5914,837,'pyre_loop_video','yes'),(5915,837,'pyre_hide_video_controls','yes'),(5916,837,'pyre_content_alignment','center'),(5917,837,'pyre_heading','<span style=\"font-weight:700;\">IMAGES</span>'),(5918,837,'pyre_heading_separator','none'),(5919,837,'pyre_heading_font_size','70'),(5920,837,'pyre_heading_color','#ffffff'),(5921,837,'pyre_heading_bg','no'),(5922,837,'pyre_heading_bg_color',''),(5923,837,'pyre_caption','We love to show off!'),(5924,837,'pyre_caption_separator','single solid'),(5925,837,'pyre_caption_font_size','30'),(5926,837,'pyre_caption_color','#ffffff'),(5927,837,'pyre_caption_bg','no'),(5928,837,'pyre_caption_bg_color',''),(5929,837,'pyre_link_type','button'),(5930,837,'pyre_slide_link',''),(5931,837,'pyre_slide_target','yes'),(5932,837,'pyre_button_1',''),(5933,837,'pyre_button_2',''),(5934,879,'_thumbnail_id','4096'),(5935,879,'pyre_type','image'),(5936,879,'pyre_youtube_id',''),(5937,879,'pyre_vimeo_id',''),(5938,879,'pyre_webm',''),(5939,879,'pyre_mp4',''),(5940,879,'pyre_ogv',''),(5941,879,'pyre_preview_image',''),(5942,879,'pyre_aspect_ratio',''),(5943,879,'pyre_video_bg_color',''),(5944,879,'pyre_mute_video','yes'),(5945,879,'pyre_autoplay_video','yes'),(5946,879,'pyre_loop_video','yes'),(5947,879,'pyre_hide_video_controls','yes'),(5948,879,'pyre_content_alignment','center'),(5949,879,'pyre_heading','<span style=\"font-weight:700;\">ACCESSORY SHOP</span>'),(5950,879,'pyre_heading_separator','none'),(5951,879,'pyre_heading_font_size','70'),(5952,879,'pyre_heading_color','#ffffff'),(5953,879,'pyre_heading_bg','no'),(5954,879,'pyre_heading_bg_color',''),(5955,879,'pyre_caption','A collection of all our modern accessories'),(5956,879,'pyre_caption_separator','single solid'),(5957,879,'pyre_caption_font_size','30'),(5958,879,'pyre_caption_color','#fff'),(5959,879,'pyre_caption_bg','no'),(5960,879,'pyre_caption_bg_color',''),(5961,879,'pyre_link_type','button'),(5962,879,'pyre_slide_link',''),(5963,879,'pyre_slide_target','yes'),(5964,879,'pyre_button_1','[fusion_button link=\"http://avada.theme-fusion.com/modern-shop/full-shop/\" color=\"custom\" size=\"xlarge\" type=\"flat\" shape=\"square\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#333333\" bevel_color=\"\" border_width=\"2px\" shadow=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"\" class=\"\" id=\"\"]LET\'S GET SHOPPING[/fusion_button]'),(5965,879,'pyre_button_2',''),(5966,945,'_thumbnail_id','4093'),(5967,945,'pyre_type','image'),(5968,945,'pyre_youtube_id',''),(5969,945,'pyre_vimeo_id',''),(5970,945,'pyre_webm',''),(5971,945,'pyre_mp4',''),(5972,945,'pyre_ogv',''),(5973,945,'pyre_preview_image',''),(5974,945,'pyre_aspect_ratio',''),(5975,945,'pyre_video_bg_color',''),(5976,945,'pyre_mute_video','yes'),(5977,945,'pyre_autoplay_video','yes'),(5978,945,'pyre_loop_video','yes'),(5979,945,'pyre_hide_video_controls','yes'),(5980,945,'pyre_content_alignment','center'),(5981,945,'pyre_heading','<span style=\"font-weight:700;\">CREATING TRENDS SINCE \'79</span>'),(5982,945,'pyre_heading_separator','none'),(5983,945,'pyre_heading_font_size','70'),(5984,945,'pyre_heading_color','#fff'),(5985,945,'pyre_heading_bg','no'),(5986,945,'pyre_heading_bg_color',''),(5987,945,'pyre_caption','Modern Shop is the boutique fashion brand'),(5988,945,'pyre_caption_separator','single solid'),(5989,945,'pyre_caption_font_size','30'),(5990,945,'pyre_caption_color','#fff'),(5991,945,'pyre_caption_bg','no'),(5992,945,'pyre_caption_bg_color',''),(5993,945,'pyre_link_type','button'),(5994,945,'pyre_slide_link',''),(5995,945,'pyre_slide_target','yes'),(5996,945,'pyre_button_1','[fusion_button link=\"http://avada.theme-fusion.com/modern-shop/full-shop/\" color=\"custom\" size=\"xlarge\" type=\"flat\" shape=\"square\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#333333\" bevel_color=\"\" border_width=\"2px\" shadow=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"\" class=\"\" id=\"\"]LET\'S GET SHOPPING[/fusion_button]'),(5997,945,'pyre_button_2',''),(5998,950,'_thumbnail_id','4221'),(5999,950,'pyre_type','image'),(6000,950,'pyre_youtube_id',''),(6001,950,'pyre_vimeo_id',''),(6002,950,'pyre_webm',''),(6003,950,'pyre_mp4',''),(6004,950,'pyre_ogv',''),(6005,950,'pyre_preview_image',''),(6006,950,'pyre_aspect_ratio',''),(6007,950,'pyre_video_bg_color',''),(6008,950,'pyre_mute_video','yes'),(6009,950,'pyre_autoplay_video','yes'),(6010,950,'pyre_loop_video','yes'),(6011,950,'pyre_hide_video_controls','yes'),(6012,950,'pyre_content_alignment','center'),(6013,950,'pyre_heading','<span style=\"font-weight:700;\">CREATING TRENDS SINCE \'79</span>'),(6014,950,'pyre_heading_separator','none'),(6015,950,'pyre_heading_font_size','70'),(6016,950,'pyre_heading_color','#fff'),(6017,950,'pyre_heading_bg','no'),(6018,950,'pyre_heading_bg_color',''),(6019,950,'pyre_caption','Modern Shop is the boutique fashion brand'),(6020,950,'pyre_caption_separator','single solid'),(6021,950,'pyre_caption_font_size','30'),(6022,950,'pyre_caption_color','#fff'),(6023,950,'pyre_caption_bg','no'),(6024,950,'pyre_caption_bg_color',''),(6025,950,'pyre_link_type','button'),(6026,950,'pyre_slide_link',''),(6027,950,'pyre_slide_target','yes'),(6028,950,'pyre_button_1','[fusion_button link=\"http://avada.theme-fusion.com/modern-shop/full-shop/\" color=\"custom\" size=\"xlarge\" type=\"flat\" shape=\"square\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#333333\" bevel_color=\"\" border_width=\"2px\" shadow=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"\" class=\"\" id=\"\"]LET\'S GET SHOPPING[/fusion_button]'),(6029,950,'pyre_button_2',''),(6030,951,'_thumbnail_id','4094'),(6031,951,'pyre_type','image'),(6032,951,'pyre_youtube_id',''),(6033,951,'pyre_vimeo_id',''),(6034,951,'pyre_webm',''),(6035,951,'pyre_mp4',''),(6036,951,'pyre_ogv',''),(6037,951,'pyre_preview_image',''),(6038,951,'pyre_aspect_ratio',''),(6039,951,'pyre_video_bg_color',''),(6040,951,'pyre_mute_video','yes'),(6041,951,'pyre_autoplay_video','yes'),(6042,951,'pyre_loop_video','yes'),(6043,951,'pyre_hide_video_controls','yes'),(6044,951,'pyre_content_alignment','center'),(6045,951,'pyre_heading','<span style=\"font-weight:700;\">CREATING TRENDS SINCE \'79</span>'),(6046,951,'pyre_heading_separator','none'),(6047,951,'pyre_heading_font_size','70'),(6048,951,'pyre_heading_color','#fff'),(6049,951,'pyre_heading_bg','no'),(6050,951,'pyre_heading_bg_color',''),(6051,951,'pyre_caption','Modern Shop is the boutique fashion brand'),(6052,951,'pyre_caption_separator','single solid'),(6053,951,'pyre_caption_font_size','30'),(6054,951,'pyre_caption_color','#fff'),(6055,951,'pyre_caption_bg','no'),(6056,951,'pyre_caption_bg_color',''),(6057,951,'pyre_link_type','button'),(6058,951,'pyre_slide_link',''),(6059,951,'pyre_slide_target','yes'),(6060,951,'pyre_button_1','[fusion_button link=\"http://avada.theme-fusion.com/modern-shop/full-shop/\" color=\"custom\" size=\"xlarge\" type=\"flat\" shape=\"square\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#333333\" bevel_color=\"\" border_width=\"2px\" shadow=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"\" class=\"\" id=\"\"]LET\'S GET SHOPPING[/fusion_button]'),(6061,951,'pyre_button_2',''),(6062,952,'_thumbnail_id','4222'),(6063,952,'pyre_type','image'),(6064,952,'pyre_youtube_id',''),(6065,952,'pyre_vimeo_id',''),(6066,952,'pyre_webm',''),(6067,952,'pyre_mp4',''),(6068,952,'pyre_ogv',''),(6069,952,'pyre_preview_image',''),(6070,952,'pyre_aspect_ratio',''),(6071,952,'pyre_video_bg_color',''),(6072,952,'pyre_mute_video','yes'),(6073,952,'pyre_autoplay_video','yes'),(6074,952,'pyre_loop_video','yes'),(6075,952,'pyre_hide_video_controls','yes'),(6076,952,'pyre_content_alignment','center'),(6077,952,'pyre_heading','<span style=\"font-weight:700;\">CREATING TRENDS SINCE \'79</span>'),(6078,952,'pyre_heading_separator','none'),(6079,952,'pyre_heading_font_size','70'),(6080,952,'pyre_heading_color','#fff'),(6081,952,'pyre_heading_bg','no'),(6082,952,'pyre_heading_bg_color',''),(6083,952,'pyre_caption','Modern Shop is the boutique fashion brand'),(6084,952,'pyre_caption_separator','single solid'),(6085,952,'pyre_caption_font_size','30'),(6086,952,'pyre_caption_color',''),(6087,952,'pyre_caption_bg','no'),(6088,952,'pyre_caption_bg_color',''),(6089,952,'pyre_link_type','button'),(6090,952,'pyre_slide_link',''),(6091,952,'pyre_slide_target','yes'),(6092,952,'pyre_button_1','[fusion_button link=\"http://avada.theme-fusion.com/modern-shop/full-shop/\" color=\"custom\" size=\"xlarge\" type=\"flat\" shape=\"square\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#333333\" bevel_color=\"\" border_width=\"2px\" shadow=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"\" class=\"\" id=\"\"]LET\'S GET SHOPPING[/fusion_button]'),(6093,952,'pyre_button_2',''),(6094,1030,'_thumbnail_id','4220'),(6095,1030,'pyre_type','image'),(6096,1030,'pyre_youtube_id',''),(6097,1030,'pyre_vimeo_id',''),(6098,1030,'pyre_webm',''),(6099,1030,'pyre_mp4',''),(6100,1030,'pyre_ogv',''),(6101,1030,'pyre_preview_image',''),(6102,1030,'pyre_aspect_ratio',''),(6103,1030,'pyre_video_bg_color',''),(6104,1030,'pyre_mute_video','yes'),(6105,1030,'pyre_autoplay_video','yes'),(6106,1030,'pyre_loop_video','yes'),(6107,1030,'pyre_hide_video_controls','yes'),(6108,1030,'pyre_content_alignment','center'),(6109,1030,'pyre_heading','<span style=\"font-weight:700;\"> a CONCERTS</span>'),(6110,1030,'pyre_heading_separator','none'),(6111,1030,'pyre_heading_font_size','70'),(6112,1030,'pyre_heading_color','#fff'),(6113,1030,'pyre_heading_bg','no'),(6114,1030,'pyre_heading_bg_color',''),(6115,1030,'pyre_caption','High quality products for her'),(6116,1030,'pyre_caption_separator','single solid'),(6117,1030,'pyre_caption_font_size','30'),(6118,1030,'pyre_caption_color','#fff'),(6119,1030,'pyre_caption_bg','no'),(6120,1030,'pyre_caption_bg_color',''),(6121,1030,'pyre_link_type','button'),(6122,1030,'pyre_slide_link',''),(6123,1030,'pyre_slide_target','yes'),(6124,1030,'pyre_button_1',''),(6125,1030,'pyre_button_2',''),(6126,1030,'_wp_old_slug','1030'),(6127,1032,'_thumbnail_id','4219'),(6128,1032,'pyre_type','image'),(6129,1032,'pyre_youtube_id',''),(6130,1032,'pyre_vimeo_id',''),(6131,1032,'pyre_webm',''),(6132,1032,'pyre_mp4',''),(6133,1032,'pyre_ogv',''),(6134,1032,'pyre_preview_image',''),(6135,1032,'pyre_aspect_ratio',''),(6136,1032,'pyre_video_bg_color',''),(6137,1032,'pyre_mute_video','yes'),(6138,1032,'pyre_autoplay_video','yes'),(6139,1032,'pyre_loop_video','yes'),(6140,1032,'pyre_hide_video_controls','yes'),(6141,1032,'pyre_content_alignment','center'),(6142,1032,'pyre_heading','<span style=\"font-weight:700;\">STYLISH WOMEN\'S WEAR</span>'),(6143,1032,'pyre_heading_separator','none'),(6144,1032,'pyre_heading_font_size','70'),(6145,1032,'pyre_heading_color','#fff'),(6146,1032,'pyre_heading_bg','no'),(6147,1032,'pyre_heading_bg_color',''),(6148,1032,'pyre_caption','High quality products for her'),(6149,1032,'pyre_caption_separator','single solid'),(6150,1032,'pyre_caption_font_size','30'),(6151,1032,'pyre_caption_color','#fff'),(6152,1032,'pyre_caption_bg','no'),(6153,1032,'pyre_caption_bg_color',''),(6154,1032,'pyre_link_type','button'),(6155,1032,'pyre_slide_link',''),(6156,1032,'pyre_slide_target','yes'),(6157,1032,'pyre_button_1',''),(6158,1032,'pyre_button_2',''),(6159,1034,'_thumbnail_id','4214'),(6160,1034,'pyre_type','image'),(6161,1034,'pyre_youtube_id',''),(6162,1034,'pyre_vimeo_id',''),(6163,1034,'pyre_webm',''),(6164,1034,'pyre_mp4',''),(6165,1034,'pyre_ogv',''),(6166,1034,'pyre_preview_image',''),(6167,1034,'pyre_aspect_ratio',''),(6168,1034,'pyre_video_bg_color',''),(6169,1034,'pyre_mute_video','yes'),(6170,1034,'pyre_autoplay_video','yes'),(6171,1034,'pyre_loop_video','yes'),(6172,1034,'pyre_hide_video_controls','yes'),(6173,1034,'pyre_content_alignment','center'),(6174,1034,'pyre_heading','<span style=\"font-weight:700;\">STYLISH WOMEN\'S WEAR</span>'),(6175,1034,'pyre_heading_separator','none'),(6176,1034,'pyre_heading_font_size','70'),(6177,1034,'pyre_heading_color','#fff'),(6178,1034,'pyre_heading_bg','no'),(6179,1034,'pyre_heading_bg_color',''),(6180,1034,'pyre_caption','High quality products for her'),(6181,1034,'pyre_caption_separator','single solid'),(6182,1034,'pyre_caption_font_size','30'),(6183,1034,'pyre_caption_color','#fff'),(6184,1034,'pyre_caption_bg','no'),(6185,1034,'pyre_caption_bg_color',''),(6186,1034,'pyre_link_type','button'),(6187,1034,'pyre_slide_link',''),(6188,1034,'pyre_slide_target','yes'),(6189,1034,'pyre_button_1',''),(6190,1034,'pyre_button_2',''),(6191,1035,'_thumbnail_id','4217'),(6192,1035,'pyre_type','image'),(6193,1035,'pyre_youtube_id',''),(6194,1035,'pyre_vimeo_id',''),(6195,1035,'pyre_webm',''),(6196,1035,'pyre_mp4',''),(6197,1035,'pyre_ogv',''),(6198,1035,'pyre_preview_image',''),(6199,1035,'pyre_aspect_ratio',''),(6200,1035,'pyre_video_bg_color',''),(6201,1035,'pyre_mute_video','yes'),(6202,1035,'pyre_autoplay_video','yes'),(6203,1035,'pyre_loop_video','yes'),(6204,1035,'pyre_hide_video_controls','yes'),(6205,1035,'pyre_content_alignment','center'),(6206,1035,'pyre_heading','<span style=\"font-weight:700;\">STYLISH MEN\'S WEAR</span>'),(6207,1035,'pyre_heading_separator','none'),(6208,1035,'pyre_heading_font_size','70'),(6209,1035,'pyre_heading_color','#fff'),(6210,1035,'pyre_heading_bg','no'),(6211,1035,'pyre_heading_bg_color',''),(6212,1035,'pyre_caption','High quality products for him'),(6213,1035,'pyre_caption_separator','single solid'),(6214,1035,'pyre_caption_font_size','30'),(6215,1035,'pyre_caption_color','#fff'),(6216,1035,'pyre_caption_bg','no'),(6217,1035,'pyre_caption_bg_color',''),(6218,1035,'pyre_link_type','button'),(6219,1035,'pyre_slide_link',''),(6220,1035,'pyre_slide_target','yes'),(6221,1035,'pyre_button_1',''),(6222,1035,'pyre_button_2',''),(6223,1036,'_thumbnail_id','4027'),(6224,1036,'pyre_type','image'),(6225,1036,'pyre_youtube_id',''),(6226,1036,'pyre_vimeo_id',''),(6227,1036,'pyre_webm',''),(6228,1036,'pyre_mp4',''),(6229,1036,'pyre_ogv',''),(6230,1036,'pyre_preview_image',''),(6231,1036,'pyre_aspect_ratio',''),(6232,1036,'pyre_video_bg_color',''),(6233,1036,'pyre_mute_video','yes'),(6234,1036,'pyre_autoplay_video','yes'),(6235,1036,'pyre_loop_video','yes'),(6236,1036,'pyre_hide_video_controls','yes'),(6237,1036,'pyre_content_alignment','center'),(6238,1036,'pyre_heading','<span style=\"font-weight:700;\">STYLISH MEN\'S WEAR</span>'),(6239,1036,'pyre_heading_separator','none'),(6240,1036,'pyre_heading_font_size','70'),(6241,1036,'pyre_heading_color','#fff'),(6242,1036,'pyre_heading_bg','no'),(6243,1036,'pyre_heading_bg_color',''),(6244,1036,'pyre_caption','High quality products for him'),(6245,1036,'pyre_caption_separator','single solid'),(6246,1036,'pyre_caption_font_size','30'),(6247,1036,'pyre_caption_color','#fff'),(6248,1036,'pyre_caption_bg','no'),(6249,1036,'pyre_caption_bg_color',''),(6250,1036,'pyre_link_type','button'),(6251,1036,'pyre_slide_link',''),(6252,1036,'pyre_slide_target','yes'),(6253,1036,'pyre_button_1',''),(6254,1036,'pyre_button_2',''),(6476,4085,'_wp_attached_file','2016/08/120.jpg'),(6477,4085,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:550;s:4:\"file\";s:15:\"2016/08/120.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"120-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:\"120-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"120-768x217.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:217;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"120-1024x289.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"120-120x34.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:34;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"120-500x141.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"120-500x141.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:15:\"120-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:15:\"120-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:15:\"120-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:15:\"120-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:15:\"120-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:15:\"120-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:15:\"120-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:15:\"120-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:13:\"120-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:14:\"120-200x56.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:56;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:15:\"120-400x113.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:15:\"120-600x169.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:15:\"120-800x226.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:16:\"120-1200x338.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:338;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:{}}}'),(6478,4086,'_wp_attached_file','2016/08/38.jpg'),(6479,4086,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:700;s:4:\"file\";s:14:\"2016/08/38.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"38-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:\"38-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"38-768x280.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"38-1024x373.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"38-120x44.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:44;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:14:\"38-500x182.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:14:\"38-500x182.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:14:\"38-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:14:\"38-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:14:\"38-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:14:\"38-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:14:\"38-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:14:\"38-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:14:\"38-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:14:\"38-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:12:\"38-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:13:\"38-200x73.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:73;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:14:\"38-400x146.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:14:\"38-600x219.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:14:\"38-800x292.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:15:\"38-1200x438.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:438;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:{}}}'),(6480,4087,'_wp_attached_file','2016/08/41.jpg'),(6481,4087,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:14:\"2016/08/41.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"41-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:\"41-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:14:\"41-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:15:\"41-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"41-120x68.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:14:\"41-500x281.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:14:\"41-500x281.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:14:\"41-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:14:\"41-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:14:\"41-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:14:\"41-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:14:\"41-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:14:\"41-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:14:\"41-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:14:\"41-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:12:\"41-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:14:\"41-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:14:\"41-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:14:\"41-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:14:\"41-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:15:\"41-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;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:{}}}'),(6482,4088,'_wp_attached_file','2016/08/43.jpg'),(6483,4088,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:1250;s:4:\"file\";s:14:\"2016/08/43.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"43-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:\"43-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"43-768x492.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:492;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"43-1024x656.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:656;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"43-120x77.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:77;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:14:\"43-500x321.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:14:\"43-500x321.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:14:\"43-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:14:\"43-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:14:\"43-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:14:\"43-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:14:\"43-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:14:\"43-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:14:\"43-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:14:\"43-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:12:\"43-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:14:\"43-200x128.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:14:\"43-400x256.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:14:\"43-600x385.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:14:\"43-800x513.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:15:\"43-1200x769.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:769;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:{}}}'),(6484,4089,'_wp_attached_file','2016/08/47.jpg'),(6485,4089,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:550;s:4:\"file\";s:14:\"2016/08/47.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"47-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:\"47-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"47-768x217.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:217;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"47-1024x289.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"47-120x34.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:34;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:14:\"47-500x141.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:14:\"47-500x141.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:14:\"47-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:14:\"47-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:14:\"47-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:14:\"47-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:14:\"47-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:14:\"47-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:14:\"47-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:14:\"47-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:12:\"47-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:13:\"47-200x56.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:56;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:14:\"47-400x113.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:14:\"47-600x169.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:14:\"47-800x226.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:15:\"47-1200x338.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:338;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:{}}}'),(6486,4090,'_wp_attached_file','2016/08/52.jpg'),(6487,4090,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:700;s:4:\"file\";s:14:\"2016/08/52.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"52-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:\"52-300x108.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"52-768x276.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"52-1024x368.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"52-120x43.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:43;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:14:\"52-500x179.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:14:\"52-500x179.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:14:\"52-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:14:\"52-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:14:\"52-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:14:\"52-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:14:\"52-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:14:\"52-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:14:\"52-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:14:\"52-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:12:\"52-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:13:\"52-200x72.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:14:\"52-400x144.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:14:\"52-600x215.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:14:\"52-800x287.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:287;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:15:\"52-1200x431.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:431;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:{}}}'),(6488,4091,'_wp_attached_file','2016/08/55.jpg'),(6489,4091,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:1250;s:4:\"file\";s:14:\"2016/08/55.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"55-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:\"55-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"55-768x492.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:492;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"55-1024x656.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:656;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"55-120x77.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:77;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:14:\"55-500x321.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:14:\"55-500x321.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:14:\"55-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:14:\"55-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:14:\"55-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:14:\"55-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:14:\"55-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:14:\"55-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:14:\"55-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:14:\"55-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:12:\"55-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:14:\"55-200x128.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:14:\"55-400x256.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:14:\"55-600x385.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:14:\"55-800x513.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:15:\"55-1200x769.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:769;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:{}}}'),(6490,4092,'_wp_attached_file','2016/08/57.jpg'),(6491,4092,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:550;s:4:\"file\";s:14:\"2016/08/57.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"57-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:\"57-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"57-768x217.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:217;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"57-1024x289.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"57-120x34.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:34;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:14:\"57-500x141.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:14:\"57-500x141.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:14:\"57-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:14:\"57-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:14:\"57-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:14:\"57-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:14:\"57-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:14:\"57-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:14:\"57-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:14:\"57-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:12:\"57-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:13:\"57-200x56.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:56;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:14:\"57-400x113.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:14:\"57-600x169.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:14:\"57-800x226.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:15:\"57-1200x338.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:338;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:{}}}'),(6492,4093,'_wp_attached_file','2016/08/946.jpg'),(6493,4093,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:15:\"2016/08/946.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"946-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:15:\"946-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:15:\"946-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:16:\"946-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"946-120x68.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"946-500x281.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"946-500x281.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:15:\"946-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:15:\"946-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:15:\"946-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:15:\"946-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:15:\"946-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:15:\"946-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:15:\"946-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:15:\"946-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:13:\"946-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:15:\"946-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:15:\"946-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:15:\"946-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:15:\"946-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:16:\"946-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;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:{}}}'),(6494,4094,'_wp_attached_file','2016/08/947.jpg'),(6495,4094,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:15:\"2016/08/947.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"947-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:15:\"947-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:15:\"947-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:16:\"947-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"947-120x68.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"947-500x281.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"947-500x281.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:15:\"947-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:15:\"947-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:15:\"947-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:15:\"947-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:15:\"947-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:15:\"947-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:15:\"947-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:15:\"947-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:13:\"947-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:15:\"947-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:15:\"947-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:15:\"947-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:15:\"947-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:16:\"947-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;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:{}}}'),(6496,4095,'_wp_attached_file','2016/08/948.jpg'),(6497,4095,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:15:\"2016/08/948.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"948-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:15:\"948-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:15:\"948-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:16:\"948-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"948-120x68.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"948-500x281.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"948-500x281.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:15:\"948-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:15:\"948-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:15:\"948-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:15:\"948-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:15:\"948-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:15:\"948-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:15:\"948-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:15:\"948-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:13:\"948-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:15:\"948-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:15:\"948-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:15:\"948-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:15:\"948-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:16:\"948-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;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:{}}}'),(6498,4096,'_wp_attached_file','2016/08/949.jpg'),(6499,4096,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:15:\"2016/08/949.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"949-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:15:\"949-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:15:\"949-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:16:\"949-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"949-120x68.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"949-500x281.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"949-500x281.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:15:\"949-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:15:\"949-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:15:\"949-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:15:\"949-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:15:\"949-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:15:\"949-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:15:\"949-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:15:\"949-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:13:\"949-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:15:\"949-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:15:\"949-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:15:\"949-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:15:\"949-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:16:\"949-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;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:{}}}'),(6515,809,'FB_content',''),(6516,810,'FB_content',''),(6883,22,'slide_template','default'),(6884,22,'pyre_type','image'),(6885,22,'pyre_youtube_id',''),(6886,22,'pyre_vimeo_id',''),(6887,22,'pyre_webm',''),(6888,22,'pyre_mp4',''),(6889,22,'pyre_ogv',''),(6890,22,'pyre_preview_image',''),(6891,22,'pyre_video_bg_color',''),(6892,22,'pyre_mute_video','yes'),(6893,22,'pyre_autoplay_video','yes'),(6894,22,'pyre_loop_video','yes'),(6895,22,'pyre_hide_video_controls','yes'),(6896,22,'pyre_content_alignment','center'),(6897,22,'pyre_heading','<img src=\"http://daviddelk.net/band/wp-content/uploads/2016/08/Coast-Big-Band-LOGO-white-png-e1471491484153.png\" alt=\"\" />'),(6898,22,'pyre_heading_font_size',''),(6899,22,'pyre_heading_color',''),(6900,22,'pyre_heading_bg','no'),(6901,22,'pyre_heading_bg_color',''),(6902,22,'pyre_caption',''),(6903,22,'pyre_caption_font_size',''),(6904,22,'pyre_caption_color',''),(6905,22,'pyre_caption_bg','no'),(6906,22,'pyre_caption_bg_color',''),(6907,22,'pyre_link_type','button'),(6908,22,'pyre_slide_link',''),(6909,22,'pyre_slide_target','yes'),(6910,22,'pyre_button_1',''),(6911,22,'pyre_button_2',''),(6912,22,'_thumbnail_id','4028'),(6913,126,'slide_template','default'),(6914,126,'pyre_type','image'),(6915,126,'pyre_youtube_id',''),(6916,126,'pyre_vimeo_id',''),(6917,126,'pyre_webm',''),(6918,126,'pyre_mp4',''),(6919,126,'pyre_ogv',''),(6920,126,'pyre_preview_image',''),(6921,126,'pyre_video_bg_color',''),(6922,126,'pyre_mute_video','yes'),(6923,126,'pyre_autoplay_video','yes'),(6924,126,'pyre_loop_video','yes'),(6925,126,'pyre_hide_video_controls','yes'),(6926,126,'pyre_content_alignment','center'),(6927,126,'pyre_heading','ABOUT US\n[fusion_separator style_type=\"single solid\" top_margin=\"10\" bottom_margin=\"10\" sep_color=\"#c0996b\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\"]'),(6928,126,'pyre_heading_font_size','72'),(6929,126,'pyre_heading_color','#fff'),(6930,126,'pyre_heading_bg','no'),(6931,126,'pyre_heading_bg_color',''),(6932,126,'pyre_caption','We don\'t preach about coffee we make coffee. We have eight venues across this celestial rock.'),(6933,126,'pyre_caption_font_size','36'),(6934,126,'pyre_caption_color','#fff'),(6935,126,'pyre_caption_bg','no'),(6936,126,'pyre_caption_bg_color',''),(6937,126,'pyre_link_type','button'),(6938,126,'pyre_slide_link',''),(6939,126,'pyre_slide_target','yes'),(6940,126,'pyre_button_1',''),(6941,126,'pyre_button_2',''),(6942,126,'_thumbnail_id','402'),(6943,162,'slide_template','default'),(6944,162,'pyre_type','image'),(6945,162,'pyre_youtube_id',''),(6946,162,'pyre_vimeo_id',''),(6947,162,'pyre_webm',''),(6948,162,'pyre_mp4',''),(6949,162,'pyre_ogv',''),(6950,162,'pyre_preview_image',''),(6951,162,'pyre_video_bg_color',''),(6952,162,'pyre_mute_video','yes'),(6953,162,'pyre_autoplay_video','yes'),(6954,162,'pyre_loop_video','yes'),(6955,162,'pyre_hide_video_controls','yes'),(6956,162,'pyre_content_alignment','center'),(6957,162,'pyre_heading','OUR STORY\n[fusion_separator style_type=\"single solid\" top_margin=\"10\" bottom_margin=\"10\" sep_color=\"#c0996b\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\"]'),(6958,162,'pyre_heading_font_size','72'),(6959,162,'pyre_heading_color','#fff'),(6960,162,'pyre_heading_bg','no'),(6961,162,'pyre_heading_bg_color',''),(6962,162,'pyre_caption','BORN FROM OUR LOVE OF GOOD COFFEE, COLD BEER AND FINE FOOD. IT\'S BEEN QUITE A JOURNEY.'),(6963,162,'pyre_caption_font_size','36'),(6964,162,'pyre_caption_color','#fff'),(6965,162,'pyre_caption_bg','no'),(6966,162,'pyre_caption_bg_color',''),(6967,162,'pyre_link_type','button'),(6968,162,'pyre_slide_link',''),(6969,162,'pyre_slide_target','yes'),(6970,162,'pyre_button_1',''),(6971,162,'pyre_button_2',''),(6972,162,'_thumbnail_id','434'),(6973,173,'slide_template','default'),(6974,173,'fusion_builder_status','inactive'),(6975,173,'pyre_show_first_featured_image','no'),(6976,173,'pyre_portfolio_width_100','no'),(6977,173,'pyre_video',''),(6978,173,'pyre_fimg_width',''),(6979,173,'pyre_fimg_height',''),(6980,173,'pyre_image_rollover_icons','linkzoom'),(6981,173,'pyre_link_icon_url',''),(6982,173,'pyre_related_posts','default'),(6983,173,'pyre_share_box','default'),(6984,173,'pyre_post_pagination','default'),(6985,173,'pyre_author_info','default'),(6986,173,'pyre_post_meta','default'),(6987,173,'pyre_post_comments','default'),(6988,173,'pyre_main_top_padding',''),(6989,173,'pyre_main_bottom_padding',''),(6990,173,'pyre_hundredp_padding',''),(6991,173,'pyre_slider_position','default'),(6992,173,'pyre_slider_type','no'),(6993,173,'pyre_slider','0'),(6994,173,'pyre_wooslider','0'),(6995,173,'pyre_revslider','0'),(6996,173,'pyre_elasticslider','0'),(6997,173,'pyre_fallback',''),(6998,173,'pyre_avada_rev_styles','default'),(6999,173,'pyre_display_header','yes'),(7000,173,'pyre_header_100_width','default'),(7001,173,'pyre_header_bg',''),(7002,173,'pyre_header_bg_color',''),(7003,173,'pyre_header_bg_opacity',''),(7004,173,'pyre_header_bg_full','no'),(7005,173,'pyre_header_bg_repeat','repeat'),(7006,173,'pyre_displayed_menu','default'),(7007,173,'pyre_display_footer','default'),(7008,173,'pyre_display_copyright','default'),(7009,173,'pyre_footer_100_width','default'),(7010,173,'pyre_sidebar_position','default'),(7011,173,'pyre_page_bg_layout','default'),(7012,173,'pyre_page_bg',''),(7013,173,'pyre_page_bg_color',''),(7014,173,'pyre_page_bg_full','no'),(7015,173,'pyre_page_bg_repeat','repeat'),(7016,173,'pyre_wide_page_bg',''),(7017,173,'pyre_wide_page_bg_color',''),(7018,173,'pyre_wide_page_bg_full','no'),(7019,173,'pyre_wide_page_bg_repeat','repeat'),(7020,173,'pyre_page_title','default'),(7021,173,'pyre_page_title_text','yes'),(7022,173,'pyre_page_title_text_alignment','default'),(7023,173,'pyre_page_title_custom_text',''),(7024,173,'pyre_page_title_100_width','default'),(7025,173,'pyre_page_title_text_size',''),(7026,173,'pyre_page_title_custom_subheader',''),(7027,173,'pyre_page_title_custom_subheader_text_size',''),(7028,173,'pyre_page_title_font_color',''),(7029,173,'pyre_page_title_height',''),(7030,173,'pyre_page_title_bar_bg',''),(7031,173,'pyre_page_title_bar_bg_retina',''),(7032,173,'pyre_page_title_bar_bg_color',''),(7033,173,'pyre_page_title_bar_bg_full','default'),(7034,173,'pyre_page_title_bg_parallax','default'),(7035,173,'pyre_page_title_breadcrumbs_search_bar','default'),(7036,173,'avada_post_views_count','1035'),(7037,173,'_links_to','#'),(7038,173,'_thumbnail_id','795'),(7039,173,'pyre_post_links_target','no'),(7040,173,'pyre_sidebar_bg_color',''),(7041,173,'pyre_page_title_mobile_height',''),(7042,173,'pyre_page_title_bar_borders_color',''),(7043,173,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(7044,173,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(7045,173,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(7046,173,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(7047,176,'slide_template','default'),(7048,176,'fusion_builder_status','inactive'),(7049,176,'pyre_show_first_featured_image','no'),(7050,176,'pyre_portfolio_width_100','no'),(7051,176,'pyre_video',''),(7052,176,'pyre_fimg_width',''),(7053,176,'pyre_fimg_height',''),(7054,176,'pyre_image_rollover_icons','linkzoom'),(7055,176,'pyre_link_icon_url',''),(7056,176,'pyre_related_posts','default'),(7057,176,'pyre_share_box','default'),(7058,176,'pyre_post_pagination','default'),(7059,176,'pyre_author_info','default'),(7060,176,'pyre_post_meta','default'),(7061,176,'pyre_post_comments','default'),(7062,176,'pyre_main_top_padding',''),(7063,176,'pyre_main_bottom_padding',''),(7064,176,'pyre_hundredp_padding',''),(7065,176,'pyre_slider_position','default'),(7066,176,'pyre_slider_type','no'),(7067,176,'pyre_slider','0'),(7068,176,'pyre_wooslider','0'),(7069,176,'pyre_revslider','0'),(7070,176,'pyre_elasticslider','0'),(7071,176,'pyre_fallback',''),(7072,176,'pyre_avada_rev_styles','default'),(7073,176,'pyre_display_header','yes'),(7074,176,'pyre_header_100_width','default'),(7075,176,'pyre_header_bg',''),(7076,176,'pyre_header_bg_color',''),(7077,176,'pyre_header_bg_opacity',''),(7078,176,'pyre_header_bg_full','no'),(7079,176,'pyre_header_bg_repeat','repeat'),(7080,176,'pyre_displayed_menu','default'),(7081,176,'pyre_display_footer','default'),(7082,176,'pyre_display_copyright','default'),(7083,176,'pyre_footer_100_width','default'),(7084,176,'pyre_sidebar_position','default'),(7085,176,'pyre_page_bg_layout','default'),(7086,176,'pyre_page_bg',''),(7087,176,'pyre_page_bg_color',''),(7088,176,'pyre_page_bg_full','no'),(7089,176,'pyre_page_bg_repeat','repeat'),(7090,176,'pyre_wide_page_bg',''),(7091,176,'pyre_wide_page_bg_color',''),(7092,176,'pyre_wide_page_bg_full','no'),(7093,176,'pyre_wide_page_bg_repeat','repeat'),(7094,176,'pyre_page_title','default'),(7095,176,'pyre_page_title_text','yes'),(7096,176,'pyre_page_title_text_alignment','default'),(7097,176,'pyre_page_title_custom_text',''),(7098,176,'pyre_page_title_100_width','default'),(7099,176,'pyre_page_title_text_size',''),(7100,176,'pyre_page_title_custom_subheader',''),(7101,176,'pyre_page_title_custom_subheader_text_size',''),(7102,176,'pyre_page_title_font_color',''),(7103,176,'pyre_page_title_height',''),(7104,176,'pyre_page_title_bar_bg',''),(7105,176,'pyre_page_title_bar_bg_retina',''),(7106,176,'pyre_page_title_bar_bg_color',''),(7107,176,'pyre_page_title_bar_bg_full','default'),(7108,176,'pyre_page_title_bg_parallax','default'),(7109,176,'pyre_page_title_breadcrumbs_search_bar','default'),(7110,176,'avada_post_views_count','586'),(7111,176,'_links_to','#'),(7112,176,'pyre_post_links_target','no'),(7113,176,'pyre_sidebar_bg_color',''),(7114,176,'pyre_page_title_mobile_height',''),(7115,176,'pyre_page_title_bar_borders_color',''),(7116,176,'_wp_old_slug','new-york-opening'),(7117,176,'_thumbnail_id','379'),(7118,176,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(7119,176,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(7120,176,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(7121,176,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(7122,182,'slide_template','default'),(7123,182,'fusion_builder_status','inactive'),(7124,182,'pyre_show_first_featured_image','no'),(7125,182,'pyre_portfolio_width_100','no'),(7126,182,'pyre_video',''),(7127,182,'pyre_fimg_width',''),(7128,182,'pyre_fimg_height',''),(7129,182,'pyre_image_rollover_icons','linkzoom'),(7130,182,'pyre_link_icon_url',''),(7131,182,'pyre_related_posts','default'),(7132,182,'pyre_share_box','default'),(7133,182,'pyre_post_pagination','default'),(7134,182,'pyre_author_info','default'),(7135,182,'pyre_post_meta','default'),(7136,182,'pyre_post_comments','default'),(7137,182,'pyre_main_top_padding',''),(7138,182,'pyre_main_bottom_padding',''),(7139,182,'pyre_hundredp_padding',''),(7140,182,'pyre_slider_position','default'),(7141,182,'pyre_slider_type','no'),(7142,182,'pyre_slider','0'),(7143,182,'pyre_wooslider','0'),(7144,182,'pyre_revslider','0'),(7145,182,'pyre_elasticslider','0'),(7146,182,'pyre_fallback',''),(7147,182,'pyre_avada_rev_styles','default'),(7148,182,'pyre_display_header','yes'),(7149,182,'pyre_header_100_width','default'),(7150,182,'pyre_header_bg',''),(7151,182,'pyre_header_bg_color',''),(7152,182,'pyre_header_bg_opacity',''),(7153,182,'pyre_header_bg_full','no'),(7154,182,'pyre_header_bg_repeat','repeat'),(7155,182,'pyre_displayed_menu','default'),(7156,182,'pyre_display_footer','default'),(7157,182,'pyre_display_copyright','default'),(7158,182,'pyre_footer_100_width','default'),(7159,182,'pyre_sidebar_position','default'),(7160,182,'pyre_page_bg_layout','default'),(7161,182,'pyre_page_bg',''),(7162,182,'pyre_page_bg_color',''),(7163,182,'pyre_page_bg_full','no'),(7164,182,'pyre_page_bg_repeat','repeat'),(7165,182,'pyre_wide_page_bg',''),(7166,182,'pyre_wide_page_bg_color',''),(7167,182,'pyre_wide_page_bg_full','no'),(7168,182,'pyre_wide_page_bg_repeat','repeat'),(7169,182,'pyre_page_title','default'),(7170,182,'pyre_page_title_text','yes'),(7171,182,'pyre_page_title_text_alignment','default'),(7172,182,'pyre_page_title_custom_text',''),(7173,182,'pyre_page_title_100_width','default'),(7174,182,'pyre_page_title_text_size',''),(7175,182,'pyre_page_title_custom_subheader',''),(7176,182,'pyre_page_title_custom_subheader_text_size',''),(7177,182,'pyre_page_title_font_color',''),(7178,182,'pyre_page_title_height',''),(7179,182,'pyre_page_title_bar_bg',''),(7180,182,'pyre_page_title_bar_bg_retina',''),(7181,182,'pyre_page_title_bar_bg_color',''),(7182,182,'pyre_page_title_bar_bg_full','default'),(7183,182,'pyre_page_title_bg_parallax','default'),(7184,182,'pyre_page_title_breadcrumbs_search_bar','default'),(7185,182,'avada_post_views_count','692'),(7186,182,'_links_to','#'),(7187,182,'pyre_post_links_target','no'),(7188,182,'pyre_sidebar_bg_color',''),(7189,182,'pyre_page_title_mobile_height',''),(7190,182,'pyre_page_title_bar_borders_color',''),(7191,182,'_thumbnail_id','383'),(7192,182,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(7193,182,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(7194,182,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(7195,182,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(7196,185,'slide_template','default'),(7197,185,'fusion_builder_status','inactive'),(7198,185,'pyre_show_first_featured_image','no'),(7199,185,'pyre_portfolio_width_100','no'),(7200,185,'pyre_video',''),(7201,185,'pyre_fimg_width',''),(7202,185,'pyre_fimg_height',''),(7203,185,'pyre_image_rollover_icons','linkzoom'),(7204,185,'pyre_link_icon_url',''),(7205,185,'pyre_related_posts','default'),(7206,185,'pyre_share_box','default'),(7207,185,'pyre_post_pagination','default'),(7208,185,'pyre_author_info','default'),(7209,185,'pyre_post_meta','default'),(7210,185,'pyre_post_comments','default'),(7211,185,'pyre_main_top_padding',''),(7212,185,'pyre_main_bottom_padding',''),(7213,185,'pyre_hundredp_padding',''),(7214,185,'pyre_slider_position','default'),(7215,185,'pyre_slider_type','no'),(7216,185,'pyre_slider','0'),(7217,185,'pyre_wooslider','0'),(7218,185,'pyre_revslider','0'),(7219,185,'pyre_elasticslider','0'),(7220,185,'pyre_fallback',''),(7221,185,'pyre_avada_rev_styles','default'),(7222,185,'pyre_display_header','yes'),(7223,185,'pyre_header_100_width','default'),(7224,185,'pyre_header_bg',''),(7225,185,'pyre_header_bg_color',''),(7226,185,'pyre_header_bg_opacity',''),(7227,185,'pyre_header_bg_full','no'),(7228,185,'pyre_header_bg_repeat','repeat'),(7229,185,'pyre_displayed_menu','default'),(7230,185,'pyre_display_footer','default'),(7231,185,'pyre_display_copyright','default'),(7232,185,'pyre_footer_100_width','default'),(7233,185,'pyre_sidebar_position','default'),(7234,185,'pyre_page_bg_layout','default'),(7235,185,'pyre_page_bg',''),(7236,185,'pyre_page_bg_color',''),(7237,185,'pyre_page_bg_full','no'),(7238,185,'pyre_page_bg_repeat','repeat'),(7239,185,'pyre_wide_page_bg',''),(7240,185,'pyre_wide_page_bg_color',''),(7241,185,'pyre_wide_page_bg_full','no'),(7242,185,'pyre_wide_page_bg_repeat','repeat'),(7243,185,'pyre_page_title','default'),(7244,185,'pyre_page_title_text','yes'),(7245,185,'pyre_page_title_text_alignment','default'),(7246,185,'pyre_page_title_custom_text',''),(7247,185,'pyre_page_title_100_width','default'),(7248,185,'pyre_page_title_text_size',''),(7249,185,'pyre_page_title_custom_subheader',''),(7250,185,'pyre_page_title_custom_subheader_text_size',''),(7251,185,'pyre_page_title_font_color',''),(7252,185,'pyre_page_title_height',''),(7253,185,'pyre_page_title_bar_bg',''),(7254,185,'pyre_page_title_bar_bg_retina',''),(7255,185,'pyre_page_title_bar_bg_color',''),(7256,185,'pyre_page_title_bar_bg_full','default'),(7257,185,'pyre_page_title_bg_parallax','default'),(7258,185,'pyre_page_title_breadcrumbs_search_bar','default'),(7259,185,'avada_post_views_count','1480'),(7260,185,'_links_to','#'),(7261,185,'_thumbnail_id','796'),(7262,185,'pyre_post_links_target','no'),(7263,185,'pyre_sidebar_bg_color',''),(7264,185,'pyre_page_title_mobile_height',''),(7265,185,'pyre_page_title_bar_borders_color',''),(7266,185,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(7267,185,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(7268,185,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(7269,185,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(7270,188,'slide_template','default'),(7271,188,'fusion_builder_status','inactive'),(7272,188,'pyre_show_first_featured_image','no'),(7273,188,'pyre_portfolio_width_100','no'),(7274,188,'pyre_video',''),(7275,188,'pyre_fimg_width',''),(7276,188,'pyre_fimg_height',''),(7277,188,'pyre_image_rollover_icons','linkzoom'),(7278,188,'pyre_link_icon_url',''),(7279,188,'pyre_related_posts','default'),(7280,188,'pyre_share_box','default'),(7281,188,'pyre_post_pagination','default'),(7282,188,'pyre_author_info','default'),(7283,188,'pyre_post_meta','default'),(7284,188,'pyre_post_comments','default'),(7285,188,'pyre_main_top_padding',''),(7286,188,'pyre_main_bottom_padding',''),(7287,188,'pyre_hundredp_padding',''),(7288,188,'pyre_slider_position','default'),(7289,188,'pyre_slider_type','no'),(7290,188,'pyre_slider','0'),(7291,188,'pyre_wooslider','0'),(7292,188,'pyre_revslider','0'),(7293,188,'pyre_elasticslider','0'),(7294,188,'pyre_fallback',''),(7295,188,'pyre_avada_rev_styles','default'),(7296,188,'pyre_display_header','yes'),(7297,188,'pyre_header_100_width','default'),(7298,188,'pyre_header_bg',''),(7299,188,'pyre_header_bg_color',''),(7300,188,'pyre_header_bg_opacity',''),(7301,188,'pyre_header_bg_full','no'),(7302,188,'pyre_header_bg_repeat','repeat'),(7303,188,'pyre_displayed_menu','default'),(7304,188,'pyre_display_footer','default'),(7305,188,'pyre_display_copyright','default'),(7306,188,'pyre_footer_100_width','default'),(7307,188,'pyre_sidebar_position','default'),(7308,188,'pyre_page_bg_layout','default'),(7309,188,'pyre_page_bg',''),(7310,188,'pyre_page_bg_color',''),(7311,188,'pyre_page_bg_full','no'),(7312,188,'pyre_page_bg_repeat','repeat'),(7313,188,'pyre_wide_page_bg',''),(7314,188,'pyre_wide_page_bg_color',''),(7315,188,'pyre_wide_page_bg_full','no'),(7316,188,'pyre_wide_page_bg_repeat','repeat'),(7317,188,'pyre_page_title','default'),(7318,188,'pyre_page_title_text','yes'),(7319,188,'pyre_page_title_text_alignment','default'),(7320,188,'pyre_page_title_custom_text',''),(7321,188,'pyre_page_title_100_width','default'),(7322,188,'pyre_page_title_text_size',''),(7323,188,'pyre_page_title_custom_subheader',''),(7324,188,'pyre_page_title_custom_subheader_text_size',''),(7325,188,'pyre_page_title_font_color',''),(7326,188,'pyre_page_title_height',''),(7327,188,'pyre_page_title_bar_bg',''),(7328,188,'pyre_page_title_bar_bg_retina',''),(7329,188,'pyre_page_title_bar_bg_color',''),(7330,188,'pyre_page_title_bar_bg_full','default'),(7331,188,'pyre_page_title_bg_parallax','default'),(7332,188,'pyre_page_title_breadcrumbs_search_bar','default'),(7333,188,'avada_post_views_count','1189'),(7334,188,'_links_to','#'),(7335,188,'pyre_post_links_target','no'),(7336,188,'pyre_sidebar_bg_color',''),(7337,188,'pyre_page_title_mobile_height',''),(7338,188,'pyre_page_title_bar_borders_color',''),(7339,188,'_thumbnail_id','793'),(7340,188,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(7341,188,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(7342,188,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(7343,188,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(7344,191,'slide_template','default'),(7345,191,'fusion_builder_status','inactive'),(7346,191,'pyre_show_first_featured_image','no'),(7347,191,'pyre_portfolio_width_100','no'),(7348,191,'pyre_video',''),(7349,191,'pyre_fimg_width',''),(7350,191,'pyre_fimg_height',''),(7351,191,'pyre_image_rollover_icons','linkzoom'),(7352,191,'pyre_link_icon_url',''),(7353,191,'pyre_related_posts','default'),(7354,191,'pyre_share_box','default'),(7355,191,'pyre_post_pagination','default'),(7356,191,'pyre_author_info','default'),(7357,191,'pyre_post_meta','default'),(7358,191,'pyre_post_comments','default'),(7359,191,'pyre_main_top_padding',''),(7360,191,'pyre_main_bottom_padding',''),(7361,191,'pyre_hundredp_padding',''),(7362,191,'pyre_slider_position','default'),(7363,191,'pyre_slider_type','no'),(7364,191,'pyre_slider','0'),(7365,191,'pyre_wooslider','0'),(7366,191,'pyre_revslider','0'),(7367,191,'pyre_elasticslider','0'),(7368,191,'pyre_fallback',''),(7369,191,'pyre_avada_rev_styles','default'),(7370,191,'pyre_display_header','yes'),(7371,191,'pyre_header_100_width','default'),(7372,191,'pyre_header_bg',''),(7373,191,'pyre_header_bg_color',''),(7374,191,'pyre_header_bg_opacity',''),(7375,191,'pyre_header_bg_full','no'),(7376,191,'pyre_header_bg_repeat','repeat'),(7377,191,'pyre_displayed_menu','default'),(7378,191,'pyre_display_footer','default'),(7379,191,'pyre_display_copyright','default'),(7380,191,'pyre_footer_100_width','default'),(7381,191,'pyre_sidebar_position','default'),(7382,191,'pyre_page_bg_layout','default'),(7383,191,'pyre_page_bg',''),(7384,191,'pyre_page_bg_color',''),(7385,191,'pyre_page_bg_full','no'),(7386,191,'pyre_page_bg_repeat','repeat'),(7387,191,'pyre_wide_page_bg',''),(7388,191,'pyre_wide_page_bg_color',''),(7389,191,'pyre_wide_page_bg_full','no'),(7390,191,'pyre_wide_page_bg_repeat','repeat'),(7391,191,'pyre_page_title','default'),(7392,191,'pyre_page_title_text','yes'),(7393,191,'pyre_page_title_text_alignment','default'),(7394,191,'pyre_page_title_custom_text',''),(7395,191,'pyre_page_title_100_width','default'),(7396,191,'pyre_page_title_text_size',''),(7397,191,'pyre_page_title_custom_subheader',''),(7398,191,'pyre_page_title_custom_subheader_text_size',''),(7399,191,'pyre_page_title_font_color',''),(7400,191,'pyre_page_title_height',''),(7401,191,'pyre_page_title_bar_bg',''),(7402,191,'pyre_page_title_bar_bg_retina',''),(7403,191,'pyre_page_title_bar_bg_color',''),(7404,191,'pyre_page_title_bar_bg_full','default'),(7405,191,'pyre_page_title_bg_parallax','default'),(7406,191,'pyre_page_title_breadcrumbs_search_bar','default'),(7407,191,'avada_post_views_count','2310'),(7408,191,'_links_to','#'),(7409,191,'_thumbnail_id','792'),(7410,191,'pyre_post_links_target','no'),(7411,191,'pyre_sidebar_bg_color',''),(7412,191,'pyre_page_title_mobile_height',''),(7413,191,'pyre_page_title_bar_borders_color',''),(7414,191,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(7415,191,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(7416,191,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(7417,191,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(7418,252,'slide_template','default'),(7419,252,'pyre_type','image'),(7420,252,'pyre_youtube_id',''),(7421,252,'pyre_vimeo_id',''),(7422,252,'pyre_webm',''),(7423,252,'pyre_mp4',''),(7424,252,'pyre_ogv',''),(7425,252,'pyre_preview_image',''),(7426,252,'pyre_video_bg_color',''),(7427,252,'pyre_mute_video','yes'),(7428,252,'pyre_autoplay_video','yes'),(7429,252,'pyre_loop_video','yes'),(7430,252,'pyre_hide_video_controls','yes'),(7431,252,'pyre_content_alignment','center'),(7432,252,'pyre_heading','FOOD & DRINK\n[fusion_separator style_type=\"single solid\" top_margin=\"10\" bottom_margin=\"10\" sep_color=\"#c0996b\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\"]'),(7433,252,'pyre_heading_font_size','72'),(7434,252,'pyre_heading_color','#ffffff'),(7435,252,'pyre_heading_bg','no'),(7436,252,'pyre_heading_bg_color',''),(7437,252,'pyre_caption','TENDER STEAKS, TASTY BURGERS AND LIGHT BITES. WASH IT DOWN WITH A COFFEE OR A BEER.'),(7438,252,'pyre_caption_font_size','36'),(7439,252,'pyre_caption_color','#fff'),(7440,252,'pyre_caption_bg','no'),(7441,252,'pyre_caption_bg_color',''),(7442,252,'pyre_link_type','button'),(7443,252,'pyre_slide_link',''),(7444,252,'pyre_slide_target','yes'),(7445,252,'pyre_button_1',''),(7446,252,'pyre_button_2',''),(7447,252,'_thumbnail_id','799'),(7581,4103,'_wp_attached_file','2016/08/402.jpg'),(7582,4103,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:800;s:4:\"file\";s:15:\"2016/08/402.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"402-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:15:\"402-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"402-768x315.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"402-1024x420.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"402-120x49.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:49;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"402-500x205.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"402-500x205.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:15:\"402-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:15:\"402-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:15:\"402-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:15:\"402-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:15:\"402-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:15:\"402-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:15:\"402-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:15:\"402-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:13:\"402-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:14:\"402-200x82.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:15:\"402-400x164.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:15:\"402-600x246.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:15:\"402-800x328.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:16:\"402-1200x492.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:492;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:{}}}'),(7583,4104,'_wp_attached_file','2016/08/434.jpg'),(7584,4104,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:800;s:4:\"file\";s:15:\"2016/08/434.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"434-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:15:\"434-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"434-768x315.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"434-1024x420.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"434-120x49.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:49;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"434-500x205.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"434-500x205.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:15:\"434-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:15:\"434-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:15:\"434-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:15:\"434-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:15:\"434-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:15:\"434-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:15:\"434-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:15:\"434-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:13:\"434-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:14:\"434-200x82.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:15:\"434-400x164.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:15:\"434-600x246.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:15:\"434-800x328.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:16:\"434-1200x492.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:492;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:{}}}'),(7585,4105,'_wp_attached_file','2016/08/799.jpg'),(7586,4105,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:800;s:4:\"file\";s:15:\"2016/08/799.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"799-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:15:\"799-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"799-768x315.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"799-1024x420.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"799-120x49.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:49;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"799-500x205.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"799-500x205.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:15:\"799-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:15:\"799-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:15:\"799-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:15:\"799-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:15:\"799-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:15:\"799-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:15:\"799-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:15:\"799-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:13:\"799-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:14:\"799-200x82.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:15:\"799-400x164.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:15:\"799-600x246.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:15:\"799-800x328.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:16:\"799-1200x492.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:492;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:{}}}'),(7587,4106,'_wp_attached_file','2016/08/802.jpg'),(7588,4106,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1169;s:4:\"file\";s:15:\"2016/08/802.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"802-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:15:\"802-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"802-768x473.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"802-1024x630.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"802-120x74.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"802-500x308.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"802-500x308.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:15:\"802-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:15:\"802-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:15:\"802-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:15:\"802-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:15:\"802-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:15:\"802-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:15:\"802-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:15:\"802-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:13:\"802-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:15:\"802-200x123.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:15:\"802-400x246.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:15:\"802-600x369.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:15:\"802-800x492.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:492;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:16:\"802-1200x738.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:738;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:{}}}'),(7589,809,'FB_content',''),(7590,810,'FB_content',''),(7957,22,'slide_template','default'),(7958,22,'pyre_type','image'),(7959,22,'pyre_youtube_id',''),(7960,22,'pyre_vimeo_id',''),(7961,22,'pyre_webm',''),(7962,22,'pyre_mp4',''),(7963,22,'pyre_ogv',''),(7964,22,'pyre_preview_image',''),(7965,22,'pyre_video_bg_color',''),(7966,22,'pyre_mute_video','yes'),(7967,22,'pyre_autoplay_video','yes'),(7968,22,'pyre_loop_video','yes'),(7969,22,'pyre_hide_video_controls','yes'),(7970,22,'pyre_content_alignment','center'),(7971,22,'pyre_heading','<img src=\"http://daviddelk.net/band/wp-content/uploads/2016/08/Coast-Big-Band-LOGO-white-png-e1471491484153.png\" alt=\"\" />'),(7972,22,'pyre_heading_font_size',''),(7973,22,'pyre_heading_color',''),(7974,22,'pyre_heading_bg','no'),(7975,22,'pyre_heading_bg_color',''),(7976,22,'pyre_caption',''),(7977,22,'pyre_caption_font_size',''),(7978,22,'pyre_caption_color',''),(7979,22,'pyre_caption_bg','no'),(7980,22,'pyre_caption_bg_color',''),(7981,22,'pyre_link_type','button'),(7982,22,'pyre_slide_link',''),(7983,22,'pyre_slide_target','yes'),(7984,22,'pyre_button_1',''),(7985,22,'pyre_button_2',''),(7986,22,'_thumbnail_id','4028'),(7987,126,'slide_template','default'),(7988,126,'pyre_type','image'),(7989,126,'pyre_youtube_id',''),(7990,126,'pyre_vimeo_id',''),(7991,126,'pyre_webm',''),(7992,126,'pyre_mp4',''),(7993,126,'pyre_ogv',''),(7994,126,'pyre_preview_image',''),(7995,126,'pyre_video_bg_color',''),(7996,126,'pyre_mute_video','yes'),(7997,126,'pyre_autoplay_video','yes'),(7998,126,'pyre_loop_video','yes'),(7999,126,'pyre_hide_video_controls','yes'),(8000,126,'pyre_content_alignment','center'),(8001,126,'pyre_heading','ABOUT US\n[fusion_separator style_type=\"single solid\" top_margin=\"10\" bottom_margin=\"10\" sep_color=\"#c0996b\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\"]'),(8002,126,'pyre_heading_font_size','72'),(8003,126,'pyre_heading_color','#fff'),(8004,126,'pyre_heading_bg','no'),(8005,126,'pyre_heading_bg_color',''),(8006,126,'pyre_caption','We don\'t preach about coffee we make coffee. We have eight venues across this celestial rock.'),(8007,126,'pyre_caption_font_size','36'),(8008,126,'pyre_caption_color','#fff'),(8009,126,'pyre_caption_bg','no'),(8010,126,'pyre_caption_bg_color',''),(8011,126,'pyre_link_type','button'),(8012,126,'pyre_slide_link',''),(8013,126,'pyre_slide_target','yes'),(8014,126,'pyre_button_1',''),(8015,126,'pyre_button_2',''),(8016,126,'_thumbnail_id','402'),(8017,162,'slide_template','default'),(8018,162,'pyre_type','image'),(8019,162,'pyre_youtube_id',''),(8020,162,'pyre_vimeo_id',''),(8021,162,'pyre_webm',''),(8022,162,'pyre_mp4',''),(8023,162,'pyre_ogv',''),(8024,162,'pyre_preview_image',''),(8025,162,'pyre_video_bg_color',''),(8026,162,'pyre_mute_video','yes'),(8027,162,'pyre_autoplay_video','yes'),(8028,162,'pyre_loop_video','yes'),(8029,162,'pyre_hide_video_controls','yes'),(8030,162,'pyre_content_alignment','center'),(8031,162,'pyre_heading','OUR STORY\n[fusion_separator style_type=\"single solid\" top_margin=\"10\" bottom_margin=\"10\" sep_color=\"#c0996b\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\"]'),(8032,162,'pyre_heading_font_size','72'),(8033,162,'pyre_heading_color','#fff'),(8034,162,'pyre_heading_bg','no'),(8035,162,'pyre_heading_bg_color',''),(8036,162,'pyre_caption','BORN FROM OUR LOVE OF GOOD COFFEE, COLD BEER AND FINE FOOD. IT\'S BEEN QUITE A JOURNEY.'),(8037,162,'pyre_caption_font_size','36'),(8038,162,'pyre_caption_color','#fff'),(8039,162,'pyre_caption_bg','no'),(8040,162,'pyre_caption_bg_color',''),(8041,162,'pyre_link_type','button'),(8042,162,'pyre_slide_link',''),(8043,162,'pyre_slide_target','yes'),(8044,162,'pyre_button_1',''),(8045,162,'pyre_button_2',''),(8046,162,'_thumbnail_id','434'),(8047,173,'slide_template','default'),(8048,173,'fusion_builder_status','inactive'),(8049,173,'pyre_show_first_featured_image','no'),(8050,173,'pyre_portfolio_width_100','no'),(8051,173,'pyre_video',''),(8052,173,'pyre_fimg_width',''),(8053,173,'pyre_fimg_height',''),(8054,173,'pyre_image_rollover_icons','linkzoom'),(8055,173,'pyre_link_icon_url',''),(8056,173,'pyre_related_posts','default'),(8057,173,'pyre_share_box','default'),(8058,173,'pyre_post_pagination','default'),(8059,173,'pyre_author_info','default'),(8060,173,'pyre_post_meta','default'),(8061,173,'pyre_post_comments','default'),(8062,173,'pyre_main_top_padding',''),(8063,173,'pyre_main_bottom_padding',''),(8064,173,'pyre_hundredp_padding',''),(8065,173,'pyre_slider_position','default'),(8066,173,'pyre_slider_type','no'),(8067,173,'pyre_slider','0'),(8068,173,'pyre_wooslider','0'),(8069,173,'pyre_revslider','0'),(8070,173,'pyre_elasticslider','0'),(8071,173,'pyre_fallback',''),(8072,173,'pyre_avada_rev_styles','default'),(8073,173,'pyre_display_header','yes'),(8074,173,'pyre_header_100_width','default'),(8075,173,'pyre_header_bg',''),(8076,173,'pyre_header_bg_color',''),(8077,173,'pyre_header_bg_opacity',''),(8078,173,'pyre_header_bg_full','no'),(8079,173,'pyre_header_bg_repeat','repeat'),(8080,173,'pyre_displayed_menu','default'),(8081,173,'pyre_display_footer','default'),(8082,173,'pyre_display_copyright','default'),(8083,173,'pyre_footer_100_width','default'),(8084,173,'pyre_sidebar_position','default'),(8085,173,'pyre_page_bg_layout','default'),(8086,173,'pyre_page_bg',''),(8087,173,'pyre_page_bg_color',''),(8088,173,'pyre_page_bg_full','no'),(8089,173,'pyre_page_bg_repeat','repeat'),(8090,173,'pyre_wide_page_bg',''),(8091,173,'pyre_wide_page_bg_color',''),(8092,173,'pyre_wide_page_bg_full','no'),(8093,173,'pyre_wide_page_bg_repeat','repeat'),(8094,173,'pyre_page_title','default'),(8095,173,'pyre_page_title_text','yes'),(8096,173,'pyre_page_title_text_alignment','default'),(8097,173,'pyre_page_title_custom_text',''),(8098,173,'pyre_page_title_100_width','default'),(8099,173,'pyre_page_title_text_size',''),(8100,173,'pyre_page_title_custom_subheader',''),(8101,173,'pyre_page_title_custom_subheader_text_size',''),(8102,173,'pyre_page_title_font_color',''),(8103,173,'pyre_page_title_height',''),(8104,173,'pyre_page_title_bar_bg',''),(8105,173,'pyre_page_title_bar_bg_retina',''),(8106,173,'pyre_page_title_bar_bg_color',''),(8107,173,'pyre_page_title_bar_bg_full','default'),(8108,173,'pyre_page_title_bg_parallax','default'),(8109,173,'pyre_page_title_breadcrumbs_search_bar','default'),(8110,173,'avada_post_views_count','1035'),(8111,173,'_links_to','#'),(8112,173,'_thumbnail_id','795'),(8113,173,'pyre_post_links_target','no'),(8114,173,'pyre_sidebar_bg_color',''),(8115,173,'pyre_page_title_mobile_height',''),(8116,173,'pyre_page_title_bar_borders_color',''),(8117,173,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(8118,173,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(8119,173,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(8120,173,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(8121,176,'slide_template','default'),(8122,176,'fusion_builder_status','inactive'),(8123,176,'pyre_show_first_featured_image','no'),(8124,176,'pyre_portfolio_width_100','no'),(8125,176,'pyre_video',''),(8126,176,'pyre_fimg_width',''),(8127,176,'pyre_fimg_height',''),(8128,176,'pyre_image_rollover_icons','linkzoom'),(8129,176,'pyre_link_icon_url',''),(8130,176,'pyre_related_posts','default'),(8131,176,'pyre_share_box','default'),(8132,176,'pyre_post_pagination','default'),(8133,176,'pyre_author_info','default'),(8134,176,'pyre_post_meta','default'),(8135,176,'pyre_post_comments','default'),(8136,176,'pyre_main_top_padding',''),(8137,176,'pyre_main_bottom_padding',''),(8138,176,'pyre_hundredp_padding',''),(8139,176,'pyre_slider_position','default'),(8140,176,'pyre_slider_type','no'),(8141,176,'pyre_slider','0'),(8142,176,'pyre_wooslider','0'),(8143,176,'pyre_revslider','0'),(8144,176,'pyre_elasticslider','0'),(8145,176,'pyre_fallback',''),(8146,176,'pyre_avada_rev_styles','default'),(8147,176,'pyre_display_header','yes'),(8148,176,'pyre_header_100_width','default'),(8149,176,'pyre_header_bg',''),(8150,176,'pyre_header_bg_color',''),(8151,176,'pyre_header_bg_opacity',''),(8152,176,'pyre_header_bg_full','no'),(8153,176,'pyre_header_bg_repeat','repeat'),(8154,176,'pyre_displayed_menu','default'),(8155,176,'pyre_display_footer','default'),(8156,176,'pyre_display_copyright','default'),(8157,176,'pyre_footer_100_width','default'),(8158,176,'pyre_sidebar_position','default'),(8159,176,'pyre_page_bg_layout','default'),(8160,176,'pyre_page_bg',''),(8161,176,'pyre_page_bg_color',''),(8162,176,'pyre_page_bg_full','no'),(8163,176,'pyre_page_bg_repeat','repeat'),(8164,176,'pyre_wide_page_bg',''),(8165,176,'pyre_wide_page_bg_color',''),(8166,176,'pyre_wide_page_bg_full','no'),(8167,176,'pyre_wide_page_bg_repeat','repeat'),(8168,176,'pyre_page_title','default'),(8169,176,'pyre_page_title_text','yes'),(8170,176,'pyre_page_title_text_alignment','default'),(8171,176,'pyre_page_title_custom_text',''),(8172,176,'pyre_page_title_100_width','default'),(8173,176,'pyre_page_title_text_size',''),(8174,176,'pyre_page_title_custom_subheader',''),(8175,176,'pyre_page_title_custom_subheader_text_size',''),(8176,176,'pyre_page_title_font_color',''),(8177,176,'pyre_page_title_height',''),(8178,176,'pyre_page_title_bar_bg',''),(8179,176,'pyre_page_title_bar_bg_retina',''),(8180,176,'pyre_page_title_bar_bg_color',''),(8181,176,'pyre_page_title_bar_bg_full','default'),(8182,176,'pyre_page_title_bg_parallax','default'),(8183,176,'pyre_page_title_breadcrumbs_search_bar','default'),(8184,176,'avada_post_views_count','586'),(8185,176,'_links_to','#'),(8186,176,'pyre_post_links_target','no'),(8187,176,'pyre_sidebar_bg_color',''),(8188,176,'pyre_page_title_mobile_height',''),(8189,176,'pyre_page_title_bar_borders_color',''),(8190,176,'_wp_old_slug','new-york-opening'),(8191,176,'_thumbnail_id','379'),(8192,176,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(8193,176,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(8194,176,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(8195,176,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(8196,182,'slide_template','default'),(8197,182,'fusion_builder_status','inactive'),(8198,182,'pyre_show_first_featured_image','no'),(8199,182,'pyre_portfolio_width_100','no'),(8200,182,'pyre_video',''),(8201,182,'pyre_fimg_width',''),(8202,182,'pyre_fimg_height',''),(8203,182,'pyre_image_rollover_icons','linkzoom'),(8204,182,'pyre_link_icon_url',''),(8205,182,'pyre_related_posts','default'),(8206,182,'pyre_share_box','default'),(8207,182,'pyre_post_pagination','default'),(8208,182,'pyre_author_info','default'),(8209,182,'pyre_post_meta','default'),(8210,182,'pyre_post_comments','default'),(8211,182,'pyre_main_top_padding',''),(8212,182,'pyre_main_bottom_padding',''),(8213,182,'pyre_hundredp_padding',''),(8214,182,'pyre_slider_position','default'),(8215,182,'pyre_slider_type','no'),(8216,182,'pyre_slider','0'),(8217,182,'pyre_wooslider','0'),(8218,182,'pyre_revslider','0'),(8219,182,'pyre_elasticslider','0'),(8220,182,'pyre_fallback',''),(8221,182,'pyre_avada_rev_styles','default'),(8222,182,'pyre_display_header','yes'),(8223,182,'pyre_header_100_width','default'),(8224,182,'pyre_header_bg',''),(8225,182,'pyre_header_bg_color',''),(8226,182,'pyre_header_bg_opacity',''),(8227,182,'pyre_header_bg_full','no'),(8228,182,'pyre_header_bg_repeat','repeat'),(8229,182,'pyre_displayed_menu','default'),(8230,182,'pyre_display_footer','default'),(8231,182,'pyre_display_copyright','default'),(8232,182,'pyre_footer_100_width','default'),(8233,182,'pyre_sidebar_position','default'),(8234,182,'pyre_page_bg_layout','default'),(8235,182,'pyre_page_bg',''),(8236,182,'pyre_page_bg_color',''),(8237,182,'pyre_page_bg_full','no'),(8238,182,'pyre_page_bg_repeat','repeat'),(8239,182,'pyre_wide_page_bg',''),(8240,182,'pyre_wide_page_bg_color',''),(8241,182,'pyre_wide_page_bg_full','no'),(8242,182,'pyre_wide_page_bg_repeat','repeat'),(8243,182,'pyre_page_title','default'),(8244,182,'pyre_page_title_text','yes'),(8245,182,'pyre_page_title_text_alignment','default'),(8246,182,'pyre_page_title_custom_text',''),(8247,182,'pyre_page_title_100_width','default'),(8248,182,'pyre_page_title_text_size',''),(8249,182,'pyre_page_title_custom_subheader',''),(8250,182,'pyre_page_title_custom_subheader_text_size',''),(8251,182,'pyre_page_title_font_color',''),(8252,182,'pyre_page_title_height',''),(8253,182,'pyre_page_title_bar_bg',''),(8254,182,'pyre_page_title_bar_bg_retina',''),(8255,182,'pyre_page_title_bar_bg_color',''),(8256,182,'pyre_page_title_bar_bg_full','default'),(8257,182,'pyre_page_title_bg_parallax','default'),(8258,182,'pyre_page_title_breadcrumbs_search_bar','default'),(8259,182,'avada_post_views_count','692'),(8260,182,'_links_to','#'),(8261,182,'pyre_post_links_target','no'),(8262,182,'pyre_sidebar_bg_color',''),(8263,182,'pyre_page_title_mobile_height',''),(8264,182,'pyre_page_title_bar_borders_color',''),(8265,182,'_thumbnail_id','383'),(8266,182,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(8267,182,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(8268,182,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(8269,182,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(8270,185,'slide_template','default'),(8271,185,'fusion_builder_status','inactive'),(8272,185,'pyre_show_first_featured_image','no'),(8273,185,'pyre_portfolio_width_100','no'),(8274,185,'pyre_video',''),(8275,185,'pyre_fimg_width',''),(8276,185,'pyre_fimg_height',''),(8277,185,'pyre_image_rollover_icons','linkzoom'),(8278,185,'pyre_link_icon_url',''),(8279,185,'pyre_related_posts','default'),(8280,185,'pyre_share_box','default'),(8281,185,'pyre_post_pagination','default'),(8282,185,'pyre_author_info','default'),(8283,185,'pyre_post_meta','default'),(8284,185,'pyre_post_comments','default'),(8285,185,'pyre_main_top_padding',''),(8286,185,'pyre_main_bottom_padding',''),(8287,185,'pyre_hundredp_padding',''),(8288,185,'pyre_slider_position','default'),(8289,185,'pyre_slider_type','no'),(8290,185,'pyre_slider','0'),(8291,185,'pyre_wooslider','0'),(8292,185,'pyre_revslider','0'),(8293,185,'pyre_elasticslider','0'),(8294,185,'pyre_fallback',''),(8295,185,'pyre_avada_rev_styles','default'),(8296,185,'pyre_display_header','yes'),(8297,185,'pyre_header_100_width','default'),(8298,185,'pyre_header_bg',''),(8299,185,'pyre_header_bg_color',''),(8300,185,'pyre_header_bg_opacity',''),(8301,185,'pyre_header_bg_full','no'),(8302,185,'pyre_header_bg_repeat','repeat'),(8303,185,'pyre_displayed_menu','default'),(8304,185,'pyre_display_footer','default'),(8305,185,'pyre_display_copyright','default'),(8306,185,'pyre_footer_100_width','default'),(8307,185,'pyre_sidebar_position','default'),(8308,185,'pyre_page_bg_layout','default'),(8309,185,'pyre_page_bg',''),(8310,185,'pyre_page_bg_color',''),(8311,185,'pyre_page_bg_full','no'),(8312,185,'pyre_page_bg_repeat','repeat'),(8313,185,'pyre_wide_page_bg',''),(8314,185,'pyre_wide_page_bg_color',''),(8315,185,'pyre_wide_page_bg_full','no'),(8316,185,'pyre_wide_page_bg_repeat','repeat'),(8317,185,'pyre_page_title','default'),(8318,185,'pyre_page_title_text','yes'),(8319,185,'pyre_page_title_text_alignment','default'),(8320,185,'pyre_page_title_custom_text',''),(8321,185,'pyre_page_title_100_width','default'),(8322,185,'pyre_page_title_text_size',''),(8323,185,'pyre_page_title_custom_subheader',''),(8324,185,'pyre_page_title_custom_subheader_text_size',''),(8325,185,'pyre_page_title_font_color',''),(8326,185,'pyre_page_title_height',''),(8327,185,'pyre_page_title_bar_bg',''),(8328,185,'pyre_page_title_bar_bg_retina',''),(8329,185,'pyre_page_title_bar_bg_color',''),(8330,185,'pyre_page_title_bar_bg_full','default'),(8331,185,'pyre_page_title_bg_parallax','default'),(8332,185,'pyre_page_title_breadcrumbs_search_bar','default'),(8333,185,'avada_post_views_count','1480'),(8334,185,'_links_to','#'),(8335,185,'_thumbnail_id','796'),(8336,185,'pyre_post_links_target','no'),(8337,185,'pyre_sidebar_bg_color',''),(8338,185,'pyre_page_title_mobile_height',''),(8339,185,'pyre_page_title_bar_borders_color',''),(8340,185,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(8341,185,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(8342,185,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(8343,185,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(8344,188,'slide_template','default'),(8345,188,'fusion_builder_status','inactive'),(8346,188,'pyre_show_first_featured_image','no'),(8347,188,'pyre_portfolio_width_100','no'),(8348,188,'pyre_video',''),(8349,188,'pyre_fimg_width',''),(8350,188,'pyre_fimg_height',''),(8351,188,'pyre_image_rollover_icons','linkzoom'),(8352,188,'pyre_link_icon_url',''),(8353,188,'pyre_related_posts','default'),(8354,188,'pyre_share_box','default'),(8355,188,'pyre_post_pagination','default'),(8356,188,'pyre_author_info','default'),(8357,188,'pyre_post_meta','default'),(8358,188,'pyre_post_comments','default'),(8359,188,'pyre_main_top_padding',''),(8360,188,'pyre_main_bottom_padding',''),(8361,188,'pyre_hundredp_padding',''),(8362,188,'pyre_slider_position','default'),(8363,188,'pyre_slider_type','no'),(8364,188,'pyre_slider','0'),(8365,188,'pyre_wooslider','0'),(8366,188,'pyre_revslider','0'),(8367,188,'pyre_elasticslider','0'),(8368,188,'pyre_fallback',''),(8369,188,'pyre_avada_rev_styles','default'),(8370,188,'pyre_display_header','yes'),(8371,188,'pyre_header_100_width','default'),(8372,188,'pyre_header_bg',''),(8373,188,'pyre_header_bg_color',''),(8374,188,'pyre_header_bg_opacity',''),(8375,188,'pyre_header_bg_full','no'),(8376,188,'pyre_header_bg_repeat','repeat'),(8377,188,'pyre_displayed_menu','default'),(8378,188,'pyre_display_footer','default'),(8379,188,'pyre_display_copyright','default'),(8380,188,'pyre_footer_100_width','default'),(8381,188,'pyre_sidebar_position','default'),(8382,188,'pyre_page_bg_layout','default'),(8383,188,'pyre_page_bg',''),(8384,188,'pyre_page_bg_color',''),(8385,188,'pyre_page_bg_full','no'),(8386,188,'pyre_page_bg_repeat','repeat'),(8387,188,'pyre_wide_page_bg',''),(8388,188,'pyre_wide_page_bg_color',''),(8389,188,'pyre_wide_page_bg_full','no'),(8390,188,'pyre_wide_page_bg_repeat','repeat'),(8391,188,'pyre_page_title','default'),(8392,188,'pyre_page_title_text','yes'),(8393,188,'pyre_page_title_text_alignment','default'),(8394,188,'pyre_page_title_custom_text',''),(8395,188,'pyre_page_title_100_width','default'),(8396,188,'pyre_page_title_text_size',''),(8397,188,'pyre_page_title_custom_subheader',''),(8398,188,'pyre_page_title_custom_subheader_text_size',''),(8399,188,'pyre_page_title_font_color',''),(8400,188,'pyre_page_title_height',''),(8401,188,'pyre_page_title_bar_bg',''),(8402,188,'pyre_page_title_bar_bg_retina',''),(8403,188,'pyre_page_title_bar_bg_color',''),(8404,188,'pyre_page_title_bar_bg_full','default'),(8405,188,'pyre_page_title_bg_parallax','default'),(8406,188,'pyre_page_title_breadcrumbs_search_bar','default'),(8407,188,'avada_post_views_count','1189'),(8408,188,'_links_to','#'),(8409,188,'pyre_post_links_target','no'),(8410,188,'pyre_sidebar_bg_color',''),(8411,188,'pyre_page_title_mobile_height',''),(8412,188,'pyre_page_title_bar_borders_color',''),(8413,188,'_thumbnail_id','793'),(8414,188,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(8415,188,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(8416,188,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(8417,188,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(8418,191,'slide_template','default'),(8419,191,'fusion_builder_status','inactive'),(8420,191,'pyre_show_first_featured_image','no'),(8421,191,'pyre_portfolio_width_100','no'),(8422,191,'pyre_video',''),(8423,191,'pyre_fimg_width',''),(8424,191,'pyre_fimg_height',''),(8425,191,'pyre_image_rollover_icons','linkzoom'),(8426,191,'pyre_link_icon_url',''),(8427,191,'pyre_related_posts','default'),(8428,191,'pyre_share_box','default'),(8429,191,'pyre_post_pagination','default'),(8430,191,'pyre_author_info','default'),(8431,191,'pyre_post_meta','default'),(8432,191,'pyre_post_comments','default'),(8433,191,'pyre_main_top_padding',''),(8434,191,'pyre_main_bottom_padding',''),(8435,191,'pyre_hundredp_padding',''),(8436,191,'pyre_slider_position','default'),(8437,191,'pyre_slider_type','no'),(8438,191,'pyre_slider','0'),(8439,191,'pyre_wooslider','0'),(8440,191,'pyre_revslider','0'),(8441,191,'pyre_elasticslider','0'),(8442,191,'pyre_fallback',''),(8443,191,'pyre_avada_rev_styles','default'),(8444,191,'pyre_display_header','yes'),(8445,191,'pyre_header_100_width','default'),(8446,191,'pyre_header_bg',''),(8447,191,'pyre_header_bg_color',''),(8448,191,'pyre_header_bg_opacity',''),(8449,191,'pyre_header_bg_full','no'),(8450,191,'pyre_header_bg_repeat','repeat'),(8451,191,'pyre_displayed_menu','default'),(8452,191,'pyre_display_footer','default'),(8453,191,'pyre_display_copyright','default'),(8454,191,'pyre_footer_100_width','default'),(8455,191,'pyre_sidebar_position','default'),(8456,191,'pyre_page_bg_layout','default'),(8457,191,'pyre_page_bg',''),(8458,191,'pyre_page_bg_color',''),(8459,191,'pyre_page_bg_full','no'),(8460,191,'pyre_page_bg_repeat','repeat'),(8461,191,'pyre_wide_page_bg',''),(8462,191,'pyre_wide_page_bg_color',''),(8463,191,'pyre_wide_page_bg_full','no'),(8464,191,'pyre_wide_page_bg_repeat','repeat'),(8465,191,'pyre_page_title','default'),(8466,191,'pyre_page_title_text','yes'),(8467,191,'pyre_page_title_text_alignment','default'),(8468,191,'pyre_page_title_custom_text',''),(8469,191,'pyre_page_title_100_width','default'),(8470,191,'pyre_page_title_text_size',''),(8471,191,'pyre_page_title_custom_subheader',''),(8472,191,'pyre_page_title_custom_subheader_text_size',''),(8473,191,'pyre_page_title_font_color',''),(8474,191,'pyre_page_title_height',''),(8475,191,'pyre_page_title_bar_bg',''),(8476,191,'pyre_page_title_bar_bg_retina',''),(8477,191,'pyre_page_title_bar_bg_color',''),(8478,191,'pyre_page_title_bar_bg_full','default'),(8479,191,'pyre_page_title_bg_parallax','default'),(8480,191,'pyre_page_title_breadcrumbs_search_bar','default'),(8481,191,'avada_post_views_count','2310'),(8482,191,'_links_to','#'),(8483,191,'_thumbnail_id','792'),(8484,191,'pyre_post_links_target','no'),(8485,191,'pyre_sidebar_bg_color',''),(8486,191,'pyre_page_title_mobile_height',''),(8487,191,'pyre_page_title_bar_borders_color',''),(8488,191,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(8489,191,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(8490,191,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(8491,191,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(8492,252,'slide_template','default'),(8493,252,'pyre_type','image'),(8494,252,'pyre_youtube_id',''),(8495,252,'pyre_vimeo_id',''),(8496,252,'pyre_webm',''),(8497,252,'pyre_mp4',''),(8498,252,'pyre_ogv',''),(8499,252,'pyre_preview_image',''),(8500,252,'pyre_video_bg_color',''),(8501,252,'pyre_mute_video','yes'),(8502,252,'pyre_autoplay_video','yes'),(8503,252,'pyre_loop_video','yes'),(8504,252,'pyre_hide_video_controls','yes'),(8505,252,'pyre_content_alignment','center'),(8506,252,'pyre_heading','FOOD & DRINK\n[fusion_separator style_type=\"single solid\" top_margin=\"10\" bottom_margin=\"10\" sep_color=\"#c0996b\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\"]'),(8507,252,'pyre_heading_font_size','72'),(8508,252,'pyre_heading_color','#ffffff'),(8509,252,'pyre_heading_bg','no'),(8510,252,'pyre_heading_bg_color',''),(8511,252,'pyre_caption','TENDER STEAKS, TASTY BURGERS AND LIGHT BITES. WASH IT DOWN WITH A COFFEE OR A BEER.'),(8512,252,'pyre_caption_font_size','36'),(8513,252,'pyre_caption_color','#fff'),(8514,252,'pyre_caption_bg','no'),(8515,252,'pyre_caption_bg_color',''),(8516,252,'pyre_link_type','button'),(8517,252,'pyre_slide_link',''),(8518,252,'pyre_slide_target','yes'),(8519,252,'pyre_button_1',''),(8520,252,'pyre_button_2',''),(8521,252,'_thumbnail_id','799'),(8650,4113,'_wp_attached_file','2016/08/402.jpg'),(8651,4113,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:800;s:4:\"file\";s:15:\"2016/08/402.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"402-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:15:\"402-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"402-768x315.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"402-1024x420.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"402-120x49.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:49;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"402-500x205.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"402-500x205.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:15:\"402-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:15:\"402-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:15:\"402-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:15:\"402-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:15:\"402-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:15:\"402-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:15:\"402-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:15:\"402-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:13:\"402-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:14:\"402-200x82.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:15:\"402-400x164.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:15:\"402-600x246.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:15:\"402-800x328.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:16:\"402-1200x492.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:492;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:{}}}'),(8652,4114,'_wp_attached_file','2016/08/434.jpg'),(8653,4114,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:800;s:4:\"file\";s:15:\"2016/08/434.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"434-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:15:\"434-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"434-768x315.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"434-1024x420.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"434-120x49.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:49;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"434-500x205.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"434-500x205.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:15:\"434-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:15:\"434-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:15:\"434-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:15:\"434-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:15:\"434-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:15:\"434-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:15:\"434-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:15:\"434-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:13:\"434-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:14:\"434-200x82.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:15:\"434-400x164.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:15:\"434-600x246.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:15:\"434-800x328.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:16:\"434-1200x492.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:492;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:{}}}'),(8654,4115,'_wp_attached_file','2016/08/799.jpg'),(8655,4115,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:800;s:4:\"file\";s:15:\"2016/08/799.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"799-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:15:\"799-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"799-768x315.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"799-1024x420.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"799-120x49.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:49;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"799-500x205.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"799-500x205.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:15:\"799-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:15:\"799-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:15:\"799-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:15:\"799-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:15:\"799-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:15:\"799-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:15:\"799-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:15:\"799-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:13:\"799-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:14:\"799-200x82.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:15:\"799-400x164.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:15:\"799-600x246.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:15:\"799-800x328.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:16:\"799-1200x492.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:492;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:{}}}'),(8656,4116,'_wp_attached_file','2016/08/802.jpg'),(8657,4116,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1169;s:4:\"file\";s:15:\"2016/08/802.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"802-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:15:\"802-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"802-768x473.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"802-1024x630.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"802-120x74.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"802-500x308.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"802-500x308.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:15:\"802-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:15:\"802-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:15:\"802-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:15:\"802-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:15:\"802-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:15:\"802-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:15:\"802-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:15:\"802-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:13:\"802-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:15:\"802-200x123.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:15:\"802-400x246.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:15:\"802-600x369.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:15:\"802-800x492.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:492;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:16:\"802-1200x738.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:738;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:{}}}'),(8963,7,'_wp_page_template','100-width.php'),(8998,7,'pyre_portfolio_width_100','no'),(8999,7,'pyre_portfolio_content_length','default'),(9000,7,'pyre_portfolio_excerpt',''),(9001,7,'pyre_portfolio_filters','yes'),(9002,7,'pyre_portfolio_text_layout','default'),(9003,7,'pyre_portfolio_featured_image_size','default'),(9004,7,'pyre_portfolio_column_spacing',''),(9023,7,'fusion_builder_status','active'),(9025,7,'fusion_builder_content',''),(9030,14,'_wp_page_template','100-width.php'),(9065,14,'pyre_portfolio_width_100','no'),(9066,14,'pyre_portfolio_content_length','default'),(9067,14,'pyre_portfolio_excerpt',''),(9068,14,'pyre_portfolio_filters','yes'),(9069,14,'pyre_portfolio_text_layout','default'),(9070,14,'pyre_portfolio_featured_image_size','default'),(9071,14,'pyre_portfolio_column_spacing',''),(9090,14,'fusion_builder_status','active'),(9092,14,'fusion_builder_content',''),(9097,16,'_wp_page_template','100-width.php'),(9098,16,'pyre_slider_position','default'),(9099,16,'pyre_slider_type','flex'),(9100,16,'pyre_slider','0'),(9101,16,'pyre_wooslider','about'),(9102,16,'pyre_revslider','0'),(9103,16,'pyre_elasticslider','0'),(9104,16,'pyre_fallback',''),(9105,16,'pyre_avada_rev_styles','default'),(9106,16,'pyre_main_top_padding',''),(9107,16,'pyre_main_bottom_padding','0px'),(9108,16,'pyre_hundredp_padding',''),(9109,16,'pyre_show_first_featured_image','no'),(9110,16,'pyre_display_header','yes'),(9111,16,'pyre_header_100_width','default'),(9112,16,'pyre_header_bg',''),(9113,16,'pyre_header_bg_color',''),(9114,16,'pyre_header_bg_opacity','0'),(9115,16,'pyre_header_bg_full','no'),(9116,16,'pyre_header_bg_repeat','repeat'),(9117,16,'pyre_displayed_menu','default'),(9118,16,'pyre_display_footer','default'),(9119,16,'pyre_display_copyright','default'),(9120,16,'pyre_footer_100_width','default'),(9121,16,'pyre_sidebar_position','default'),(9122,16,'pyre_sidebar_bg_color',''),(9123,16,'pyre_page_bg_layout','default'),(9124,16,'pyre_page_bg',''),(9125,16,'pyre_page_bg_color',''),(9126,16,'pyre_page_bg_full','no'),(9127,16,'pyre_page_bg_repeat','repeat'),(9128,16,'pyre_wide_page_bg',''),(9129,16,'pyre_wide_page_bg_color',''),(9130,16,'pyre_wide_page_bg_full','no'),(9131,16,'pyre_wide_page_bg_repeat','repeat'),(9132,16,'pyre_portfolio_width_100','no'),(9133,16,'pyre_portfolio_content_length','default'),(9134,16,'pyre_portfolio_excerpt',''),(9135,16,'pyre_portfolio_filters','yes'),(9136,16,'pyre_portfolio_text_layout','default'),(9137,16,'pyre_portfolio_featured_image_size','default'),(9138,16,'pyre_portfolio_column_spacing',''),(9139,16,'pyre_page_title','no'),(9140,16,'pyre_page_title_text','default'),(9141,16,'pyre_page_title_text_alignment','default'),(9142,16,'pyre_page_title_100_width','default'),(9143,16,'pyre_page_title_custom_text',''),(9144,16,'pyre_page_title_text_size',''),(9145,16,'pyre_page_title_custom_subheader',''),(9146,16,'pyre_page_title_custom_subheader_text_size',''),(9147,16,'pyre_page_title_font_color',''),(9148,16,'pyre_page_title_height',''),(9149,16,'pyre_page_title_mobile_height',''),(9150,16,'pyre_page_title_bar_bg',''),(9151,16,'pyre_page_title_bar_bg_retina',''),(9152,16,'pyre_page_title_bar_bg_color',''),(9153,16,'pyre_page_title_bar_borders_color',''),(9154,16,'pyre_page_title_bar_bg_full','default'),(9155,16,'pyre_page_title_bg_parallax','default'),(9156,16,'pyre_page_title_breadcrumbs_search_bar','default'),(9157,16,'fusion_builder_status','active'),(9159,16,'fusion_builder_content',''),(9359,280,'_wp_page_template','100-width.php'),(9360,280,'pyre_slider_position','default'),(9361,280,'pyre_slider_type','flex'),(9362,280,'pyre_slider','0'),(9363,280,'pyre_wooslider','men-shop'),(9364,280,'pyre_revslider','0'),(9365,280,'pyre_elasticslider','0'),(9366,280,'pyre_fallback',''),(9367,280,'pyre_avada_rev_styles','default'),(9368,280,'pyre_main_top_padding','0px'),(9369,280,'pyre_main_bottom_padding','0px'),(9370,280,'pyre_hundredp_padding',''),(9371,280,'pyre_show_first_featured_image','no'),(9372,280,'pyre_display_header','yes'),(9373,280,'pyre_header_100_width','default'),(9374,280,'pyre_header_bg',''),(9375,280,'pyre_header_bg_color',''),(9376,280,'pyre_header_bg_opacity','0'),(9377,280,'pyre_header_bg_full','no'),(9378,280,'pyre_header_bg_repeat','repeat'),(9379,280,'pyre_displayed_menu','default'),(9380,280,'pyre_display_footer','default'),(9381,280,'pyre_display_copyright','default'),(9382,280,'pyre_footer_100_width','default'),(9383,280,'pyre_sidebar_position','default'),(9384,280,'pyre_sidebar_bg_color',''),(9385,280,'pyre_page_bg_layout','default'),(9386,280,'pyre_page_bg',''),(9387,280,'pyre_page_bg_color',''),(9388,280,'pyre_page_bg_full','no'),(9389,280,'pyre_page_bg_repeat','repeat'),(9390,280,'pyre_wide_page_bg',''),(9391,280,'pyre_wide_page_bg_color',''),(9392,280,'pyre_wide_page_bg_full','no'),(9393,280,'pyre_wide_page_bg_repeat','repeat'),(9394,280,'pyre_portfolio_width_100','no'),(9395,280,'pyre_portfolio_content_length','default'),(9396,280,'pyre_portfolio_excerpt',''),(9397,280,'pyre_portfolio_filters','yes'),(9398,280,'pyre_portfolio_text_layout','default'),(9399,280,'pyre_portfolio_featured_image_size','default'),(9400,280,'pyre_portfolio_column_spacing',''),(9401,280,'pyre_page_title','no'),(9402,280,'pyre_page_title_text','default'),(9403,280,'pyre_page_title_text_alignment','default'),(9404,280,'pyre_page_title_100_width','default'),(9405,280,'pyre_page_title_custom_text',''),(9406,280,'pyre_page_title_text_size',''),(9407,280,'pyre_page_title_custom_subheader',''),(9408,280,'pyre_page_title_custom_subheader_text_size',''),(9409,280,'pyre_page_title_font_color',''),(9410,280,'pyre_page_title_height',''),(9411,280,'pyre_page_title_mobile_height',''),(9412,280,'pyre_page_title_bar_bg',''),(9413,280,'pyre_page_title_bar_bg_retina',''),(9414,280,'pyre_page_title_bar_bg_color',''),(9415,280,'pyre_page_title_bar_borders_color',''),(9416,280,'pyre_page_title_bar_bg_full','default'),(9417,280,'pyre_page_title_bg_parallax','default'),(9418,280,'pyre_page_title_breadcrumbs_search_bar','default'),(9419,280,'fusion_builder_status','active'),(9424,4188,'_menu_item_type','post_type'),(9425,4188,'_menu_item_menu_item_parent','0'),(9426,4188,'_menu_item_object_id','16'),(9427,4188,'_menu_item_object','page'),(9428,4188,'_menu_item_target',''),(9429,4188,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9430,4188,'_menu_item_xfn',''),(9431,4188,'_menu_item_url',''),(9432,4188,'_menu_item_fusion_menu_style',''),(9433,4188,'_menu_item_fusion_megamenu_icon',''),(9434,4188,'_menu_item_fusion_megamenu_status',''),(9435,4188,'_menu_item_fusion_megamenu_width',''),(9436,4188,'_menu_item_fusion_megamenu_columns','auto'),(9437,4188,'_menu_item_fusion_megamenu_columnwidth',''),(9438,4188,'_menu_item_fusion_megamenu_thumbnail',''),(9439,4189,'_menu_item_type','post_type'),(9440,4189,'_menu_item_menu_item_parent','0'),(9441,4189,'_menu_item_object_id','14'),(9442,4189,'_menu_item_object','page'),(9443,4189,'_menu_item_target',''),(9444,4189,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9445,4189,'_menu_item_xfn',''),(9446,4189,'_menu_item_url',''),(9447,4189,'_menu_item_fusion_menu_style',''),(9448,4189,'_menu_item_fusion_megamenu_icon',''),(9449,4189,'_menu_item_fusion_megamenu_status',''),(9450,4189,'_menu_item_fusion_megamenu_width',''),(9451,4189,'_menu_item_fusion_megamenu_columns','auto'),(9452,4189,'_menu_item_fusion_megamenu_columnwidth',''),(9453,4189,'_menu_item_fusion_megamenu_thumbnail',''),(9454,4190,'_menu_item_type','post_type'),(9455,4190,'_menu_item_menu_item_parent','0'),(9456,4190,'_menu_item_object_id','7'),(9457,4190,'_menu_item_object','page'),(9458,4190,'_menu_item_target',''),(9459,4190,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9460,4190,'_menu_item_xfn',''),(9461,4190,'_menu_item_url',''),(9462,4190,'_menu_item_fusion_menu_style',''),(9463,4190,'_menu_item_fusion_megamenu_icon',''),(9464,4190,'_menu_item_fusion_megamenu_status',''),(9465,4190,'_menu_item_fusion_megamenu_width',''),(9466,4190,'_menu_item_fusion_megamenu_columns','auto'),(9467,4190,'_menu_item_fusion_megamenu_columnwidth',''),(9468,4190,'_menu_item_fusion_megamenu_thumbnail',''),(9599,288,'_wp_page_template','100-width.php'),(9634,288,'pyre_portfolio_width_100','no'),(9635,288,'pyre_portfolio_content_length','default'),(9636,288,'pyre_portfolio_excerpt',''),(9637,288,'pyre_portfolio_filters','yes'),(9638,288,'pyre_portfolio_text_layout','default'),(9639,288,'pyre_portfolio_featured_image_size','default'),(9640,288,'pyre_portfolio_column_spacing',''),(9659,288,'fusion_builder_status','active'),(9729,305,'_wp_page_template','100-width.php'),(9730,305,'pyre_slider_position','default'),(9731,305,'pyre_slider_type','flex'),(9732,305,'pyre_slider','0'),(9733,305,'pyre_wooslider','news'),(9734,305,'pyre_revslider','0'),(9735,305,'pyre_elasticslider','0'),(9736,305,'pyre_fallback',''),(9737,305,'pyre_avada_rev_styles','default'),(9738,305,'pyre_main_top_padding','0px'),(9739,305,'pyre_main_bottom_padding','0px'),(9740,305,'pyre_hundredp_padding',''),(9741,305,'pyre_show_first_featured_image','no'),(9742,305,'pyre_display_header','yes'),(9743,305,'pyre_header_100_width','default'),(9744,305,'pyre_header_bg',''),(9745,305,'pyre_header_bg_color',''),(9746,305,'pyre_header_bg_opacity','0'),(9747,305,'pyre_header_bg_full','no'),(9748,305,'pyre_header_bg_repeat','repeat'),(9749,305,'pyre_displayed_menu','default'),(9750,305,'pyre_display_footer','default'),(9751,305,'pyre_display_copyright','default'),(9752,305,'pyre_footer_100_width','default'),(9753,305,'pyre_sidebar_position','default'),(9754,305,'pyre_sidebar_bg_color',''),(9755,305,'pyre_page_bg_layout','default'),(9756,305,'pyre_page_bg',''),(9757,305,'pyre_page_bg_color',''),(9758,305,'pyre_page_bg_full','no'),(9759,305,'pyre_page_bg_repeat','repeat'),(9760,305,'pyre_wide_page_bg',''),(9761,305,'pyre_wide_page_bg_color',''),(9762,305,'pyre_wide_page_bg_full','no'),(9763,305,'pyre_wide_page_bg_repeat','repeat'),(9764,305,'pyre_portfolio_width_100','no'),(9765,305,'pyre_portfolio_content_length','default'),(9766,305,'pyre_portfolio_excerpt',''),(9767,305,'pyre_portfolio_filters','yes'),(9768,305,'pyre_portfolio_text_layout','default'),(9769,305,'pyre_portfolio_featured_image_size','default'),(9770,305,'pyre_portfolio_column_spacing',''),(9771,305,'pyre_page_title','no'),(9772,305,'pyre_page_title_text','default'),(9773,305,'pyre_page_title_text_alignment','default'),(9774,305,'pyre_page_title_100_width','default'),(9775,305,'pyre_page_title_custom_text',''),(9776,305,'pyre_page_title_text_size',''),(9777,305,'pyre_page_title_custom_subheader',''),(9778,305,'pyre_page_title_custom_subheader_text_size',''),(9779,305,'pyre_page_title_font_color',''),(9780,305,'pyre_page_title_height',''),(9781,305,'pyre_page_title_mobile_height',''),(9782,305,'pyre_page_title_bar_bg',''),(9783,305,'pyre_page_title_bar_bg_retina',''),(9784,305,'pyre_page_title_bar_bg_color',''),(9785,305,'pyre_page_title_bar_borders_color',''),(9786,305,'pyre_page_title_bar_bg_full','default'),(9787,305,'pyre_page_title_bg_parallax','default'),(9788,305,'pyre_page_title_breadcrumbs_search_bar','default'),(9789,305,'fusion_builder_status','active'),(9790,305,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(9791,305,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(9792,305,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(9793,305,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(9794,340,'_wp_page_template','100-width.php'),(9829,340,'pyre_portfolio_width_100','no'),(9830,340,'pyre_portfolio_content_length','default'),(9831,340,'pyre_portfolio_excerpt',''),(9832,340,'pyre_portfolio_filters','yes'),(9833,340,'pyre_portfolio_text_layout','default'),(9834,340,'pyre_portfolio_featured_image_size','default'),(9835,340,'pyre_portfolio_column_spacing',''),(9854,340,'fusion_builder_status','active'),(9856,340,'fusion_builder_content',''),(9861,528,'_thumbnail_id','987'),(9862,528,'pyre_show_first_featured_image','no'),(9863,528,'pyre_portfolio_width_100','default'),(9864,528,'pyre_video',''),(9865,528,'pyre_fimg_width',''),(9866,528,'pyre_fimg_height',''),(9867,528,'pyre_image_rollover_icons','default'),(9868,528,'pyre_link_icon_url',''),(9869,528,'pyre_post_links_target','no'),(9870,528,'pyre_related_posts','default'),(9871,528,'pyre_share_box','default'),(9872,528,'pyre_post_pagination','default'),(9873,528,'pyre_author_info','default'),(9874,528,'pyre_post_meta','default'),(9875,528,'pyre_post_comments','default'),(9876,528,'pyre_main_top_padding',''),(9877,528,'pyre_main_bottom_padding',''),(9878,528,'pyre_hundredp_padding',''),(9879,528,'pyre_slider_position','default'),(9880,528,'pyre_slider_type','no'),(9881,528,'pyre_slider','0'),(9882,528,'pyre_wooslider','0'),(9883,528,'pyre_revslider','0'),(9884,528,'pyre_elasticslider','0'),(9885,528,'pyre_fallback',''),(9886,528,'pyre_avada_rev_styles','default'),(9887,528,'pyre_display_header','yes'),(9888,528,'pyre_header_100_width','default'),(9889,528,'pyre_header_bg',''),(9890,528,'pyre_header_bg_color',''),(9891,528,'pyre_header_bg_opacity',''),(9892,528,'pyre_header_bg_full','no'),(9893,528,'pyre_header_bg_repeat','repeat'),(9894,528,'pyre_displayed_menu','default'),(9895,528,'pyre_display_footer','default'),(9896,528,'pyre_display_copyright','default'),(9897,528,'pyre_footer_100_width','default'),(9898,528,'pyre_sidebar_position','default'),(9899,528,'pyre_sidebar_bg_color',''),(9900,528,'pyre_page_bg_layout','default'),(9901,528,'pyre_page_bg',''),(9902,528,'pyre_page_bg_color',''),(9903,528,'pyre_page_bg_full','no'),(9904,528,'pyre_page_bg_repeat','repeat'),(9905,528,'pyre_wide_page_bg',''),(9906,528,'pyre_wide_page_bg_color',''),(9907,528,'pyre_wide_page_bg_full','no'),(9908,528,'pyre_wide_page_bg_repeat','repeat'),(9909,528,'pyre_page_title','default'),(9910,528,'pyre_page_title_text','default'),(9911,528,'pyre_page_title_text_alignment','default'),(9912,528,'pyre_page_title_100_width','default'),(9913,528,'pyre_page_title_custom_text',''),(9914,528,'pyre_page_title_text_size',''),(9915,528,'pyre_page_title_custom_subheader',''),(9916,528,'pyre_page_title_custom_subheader_text_size',''),(9917,528,'pyre_page_title_font_color',''),(9918,528,'pyre_page_title_height',''),(9919,528,'pyre_page_title_mobile_height',''),(9920,528,'pyre_page_title_bar_bg',''),(9921,528,'pyre_page_title_bar_bg_retina',''),(9922,528,'pyre_page_title_bar_bg_color',''),(9923,528,'pyre_page_title_bar_borders_color',''),(9924,528,'pyre_page_title_bar_bg_full','default'),(9925,528,'pyre_page_title_bg_parallax','default'),(9926,528,'pyre_page_title_breadcrumbs_search_bar','default'),(9927,528,'fusion_builder_status','inactive'),(9928,528,'avada_post_views_count','317'),(9929,528,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(9930,528,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(9931,528,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(9932,528,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(9933,549,'_thumbnail_id','988'),(9934,549,'pyre_show_first_featured_image','no'),(9935,549,'pyre_portfolio_width_100','default'),(9936,549,'pyre_video',''),(9937,549,'pyre_fimg_width',''),(9938,549,'pyre_fimg_height',''),(9939,549,'pyre_image_rollover_icons','default'),(9940,549,'pyre_link_icon_url',''),(9941,549,'pyre_post_links_target','no'),(9942,549,'pyre_related_posts','default'),(9943,549,'pyre_share_box','default'),(9944,549,'pyre_post_pagination','default'),(9945,549,'pyre_author_info','default'),(9946,549,'pyre_post_meta','default'),(9947,549,'pyre_post_comments','default'),(9948,549,'pyre_main_top_padding',''),(9949,549,'pyre_main_bottom_padding',''),(9950,549,'pyre_hundredp_padding',''),(9951,549,'pyre_slider_position','default'),(9952,549,'pyre_slider_type','no'),(9953,549,'pyre_slider','0'),(9954,549,'pyre_wooslider','0'),(9955,549,'pyre_revslider','0'),(9956,549,'pyre_elasticslider','0'),(9957,549,'pyre_fallback',''),(9958,549,'pyre_avada_rev_styles','default'),(9959,549,'pyre_display_header','yes'),(9960,549,'pyre_header_100_width','default'),(9961,549,'pyre_header_bg',''),(9962,549,'pyre_header_bg_color',''),(9963,549,'pyre_header_bg_opacity',''),(9964,549,'pyre_header_bg_full','no'),(9965,549,'pyre_header_bg_repeat','repeat'),(9966,549,'pyre_displayed_menu','default'),(9967,549,'pyre_display_footer','default'),(9968,549,'pyre_display_copyright','default'),(9969,549,'pyre_footer_100_width','default'),(9970,549,'pyre_sidebar_position','default'),(9971,549,'pyre_sidebar_bg_color',''),(9972,549,'pyre_page_bg_layout','default'),(9973,549,'pyre_page_bg',''),(9974,549,'pyre_page_bg_color',''),(9975,549,'pyre_page_bg_full','no'),(9976,549,'pyre_page_bg_repeat','repeat'),(9977,549,'pyre_wide_page_bg',''),(9978,549,'pyre_wide_page_bg_color',''),(9979,549,'pyre_wide_page_bg_full','no'),(9980,549,'pyre_wide_page_bg_repeat','repeat'),(9981,549,'pyre_page_title','default'),(9982,549,'pyre_page_title_text','default'),(9983,549,'pyre_page_title_text_alignment','default'),(9984,549,'pyre_page_title_100_width','default'),(9985,549,'pyre_page_title_custom_text',''),(9986,549,'pyre_page_title_text_size',''),(9987,549,'pyre_page_title_custom_subheader',''),(9988,549,'pyre_page_title_custom_subheader_text_size',''),(9989,549,'pyre_page_title_font_color',''),(9990,549,'pyre_page_title_height',''),(9991,549,'pyre_page_title_mobile_height',''),(9992,549,'pyre_page_title_bar_bg',''),(9993,549,'pyre_page_title_bar_bg_retina',''),(9994,549,'pyre_page_title_bar_bg_color',''),(9995,549,'pyre_page_title_bar_borders_color',''),(9996,549,'pyre_page_title_bar_bg_full','default'),(9997,549,'pyre_page_title_bg_parallax','default'),(9998,549,'pyre_page_title_breadcrumbs_search_bar','default'),(9999,549,'fusion_builder_status','inactive'),(10000,549,'avada_post_views_count','240'),(10001,549,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(10002,549,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(10003,549,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(10004,549,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(10005,551,'_thumbnail_id','989'),(10006,551,'pyre_show_first_featured_image','no'),(10007,551,'pyre_portfolio_width_100','default'),(10008,551,'pyre_video',''),(10009,551,'pyre_fimg_width',''),(10010,551,'pyre_fimg_height',''),(10011,551,'pyre_image_rollover_icons','default'),(10012,551,'pyre_link_icon_url',''),(10013,551,'pyre_post_links_target','no'),(10014,551,'pyre_related_posts','default'),(10015,551,'pyre_share_box','default'),(10016,551,'pyre_post_pagination','default'),(10017,551,'pyre_author_info','default'),(10018,551,'pyre_post_meta','default'),(10019,551,'pyre_post_comments','default'),(10020,551,'pyre_main_top_padding',''),(10021,551,'pyre_main_bottom_padding',''),(10022,551,'pyre_hundredp_padding',''),(10023,551,'pyre_slider_position','default'),(10024,551,'pyre_slider_type','no'),(10025,551,'pyre_slider','0'),(10026,551,'pyre_wooslider','0'),(10027,551,'pyre_revslider','0'),(10028,551,'pyre_elasticslider','0'),(10029,551,'pyre_fallback',''),(10030,551,'pyre_avada_rev_styles','default'),(10031,551,'pyre_display_header','yes'),(10032,551,'pyre_header_100_width','default'),(10033,551,'pyre_header_bg',''),(10034,551,'pyre_header_bg_color',''),(10035,551,'pyre_header_bg_opacity',''),(10036,551,'pyre_header_bg_full','no'),(10037,551,'pyre_header_bg_repeat','repeat'),(10038,551,'pyre_displayed_menu','default'),(10039,551,'pyre_display_footer','default'),(10040,551,'pyre_display_copyright','default'),(10041,551,'pyre_footer_100_width','default'),(10042,551,'pyre_sidebar_position','default'),(10043,551,'pyre_sidebar_bg_color',''),(10044,551,'pyre_page_bg_layout','default'),(10045,551,'pyre_page_bg',''),(10046,551,'pyre_page_bg_color',''),(10047,551,'pyre_page_bg_full','no'),(10048,551,'pyre_page_bg_repeat','repeat'),(10049,551,'pyre_wide_page_bg',''),(10050,551,'pyre_wide_page_bg_color',''),(10051,551,'pyre_wide_page_bg_full','no'),(10052,551,'pyre_wide_page_bg_repeat','repeat'),(10053,551,'pyre_page_title','default'),(10054,551,'pyre_page_title_text','default'),(10055,551,'pyre_page_title_text_alignment','default'),(10056,551,'pyre_page_title_100_width','default'),(10057,551,'pyre_page_title_custom_text',''),(10058,551,'pyre_page_title_text_size',''),(10059,551,'pyre_page_title_custom_subheader',''),(10060,551,'pyre_page_title_custom_subheader_text_size',''),(10061,551,'pyre_page_title_font_color',''),(10062,551,'pyre_page_title_height',''),(10063,551,'pyre_page_title_mobile_height',''),(10064,551,'pyre_page_title_bar_bg',''),(10065,551,'pyre_page_title_bar_bg_retina',''),(10066,551,'pyre_page_title_bar_bg_color',''),(10067,551,'pyre_page_title_bar_borders_color',''),(10068,551,'pyre_page_title_bar_bg_full','default'),(10069,551,'pyre_page_title_bg_parallax','default'),(10070,551,'pyre_page_title_breadcrumbs_search_bar','default'),(10071,551,'fusion_builder_status','inactive'),(10072,551,'avada_post_views_count','235'),(10073,551,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(10074,551,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(10075,551,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(10076,551,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(10077,553,'_thumbnail_id','983'),(10078,553,'pyre_show_first_featured_image','no'),(10079,553,'pyre_portfolio_width_100','default'),(10080,553,'pyre_video',''),(10081,553,'pyre_fimg_width',''),(10082,553,'pyre_fimg_height',''),(10083,553,'pyre_image_rollover_icons','default'),(10084,553,'pyre_link_icon_url',''),(10085,553,'pyre_post_links_target','no'),(10086,553,'pyre_related_posts','default'),(10087,553,'pyre_share_box','default'),(10088,553,'pyre_post_pagination','default'),(10089,553,'pyre_author_info','default'),(10090,553,'pyre_post_meta','default'),(10091,553,'pyre_post_comments','default'),(10092,553,'pyre_main_top_padding',''),(10093,553,'pyre_main_bottom_padding',''),(10094,553,'pyre_hundredp_padding',''),(10095,553,'pyre_slider_position','default'),(10096,553,'pyre_slider_type','no'),(10097,553,'pyre_slider','0'),(10098,553,'pyre_wooslider','0'),(10099,553,'pyre_revslider','0'),(10100,553,'pyre_elasticslider','0'),(10101,553,'pyre_fallback',''),(10102,553,'pyre_avada_rev_styles','default'),(10103,553,'pyre_display_header','yes'),(10104,553,'pyre_header_100_width','default'),(10105,553,'pyre_header_bg',''),(10106,553,'pyre_header_bg_color',''),(10107,553,'pyre_header_bg_opacity',''),(10108,553,'pyre_header_bg_full','no'),(10109,553,'pyre_header_bg_repeat','repeat'),(10110,553,'pyre_displayed_menu','default'),(10111,553,'pyre_display_footer','default'),(10112,553,'pyre_display_copyright','default'),(10113,553,'pyre_footer_100_width','default'),(10114,553,'pyre_sidebar_position','default'),(10115,553,'pyre_sidebar_bg_color',''),(10116,553,'pyre_page_bg_layout','default'),(10117,553,'pyre_page_bg',''),(10118,553,'pyre_page_bg_color',''),(10119,553,'pyre_page_bg_full','no'),(10120,553,'pyre_page_bg_repeat','repeat'),(10121,553,'pyre_wide_page_bg',''),(10122,553,'pyre_wide_page_bg_color',''),(10123,553,'pyre_wide_page_bg_full','no'),(10124,553,'pyre_wide_page_bg_repeat','repeat'),(10125,553,'pyre_page_title','default'),(10126,553,'pyre_page_title_text','default'),(10127,553,'pyre_page_title_text_alignment','default'),(10128,553,'pyre_page_title_100_width','default'),(10129,553,'pyre_page_title_custom_text',''),(10130,553,'pyre_page_title_text_size',''),(10131,553,'pyre_page_title_custom_subheader',''),(10132,553,'pyre_page_title_custom_subheader_text_size',''),(10133,553,'pyre_page_title_font_color',''),(10134,553,'pyre_page_title_height',''),(10135,553,'pyre_page_title_mobile_height',''),(10136,553,'pyre_page_title_bar_bg',''),(10137,553,'pyre_page_title_bar_bg_retina',''),(10138,553,'pyre_page_title_bar_bg_color',''),(10139,553,'pyre_page_title_bar_borders_color',''),(10140,553,'pyre_page_title_bar_bg_full','default'),(10141,553,'pyre_page_title_bg_parallax','default'),(10142,553,'pyre_page_title_breadcrumbs_search_bar','default'),(10143,553,'fusion_builder_status','inactive'),(10144,553,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(10145,553,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(10146,553,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(10147,553,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(10148,553,'avada_post_views_count','237'),(10149,554,'_thumbnail_id','985'),(10150,554,'pyre_show_first_featured_image','no'),(10151,554,'pyre_portfolio_width_100','default'),(10152,554,'pyre_video',''),(10153,554,'pyre_fimg_width',''),(10154,554,'pyre_fimg_height',''),(10155,554,'pyre_image_rollover_icons','default'),(10156,554,'pyre_link_icon_url',''),(10157,554,'pyre_post_links_target','no'),(10158,554,'pyre_related_posts','default'),(10159,554,'pyre_share_box','default'),(10160,554,'pyre_post_pagination','default'),(10161,554,'pyre_author_info','default'),(10162,554,'pyre_post_meta','default'),(10163,554,'pyre_post_comments','default'),(10164,554,'pyre_main_top_padding',''),(10165,554,'pyre_main_bottom_padding',''),(10166,554,'pyre_hundredp_padding',''),(10167,554,'pyre_slider_position','default'),(10168,554,'pyre_slider_type','no'),(10169,554,'pyre_slider','0'),(10170,554,'pyre_wooslider','0'),(10171,554,'pyre_revslider','0'),(10172,554,'pyre_elasticslider','0'),(10173,554,'pyre_fallback',''),(10174,554,'pyre_avada_rev_styles','default'),(10175,554,'pyre_display_header','yes'),(10176,554,'pyre_header_100_width','default'),(10177,554,'pyre_header_bg',''),(10178,554,'pyre_header_bg_color',''),(10179,554,'pyre_header_bg_opacity',''),(10180,554,'pyre_header_bg_full','no'),(10181,554,'pyre_header_bg_repeat','repeat'),(10182,554,'pyre_displayed_menu','default'),(10183,554,'pyre_display_footer','default'),(10184,554,'pyre_display_copyright','default'),(10185,554,'pyre_footer_100_width','default'),(10186,554,'pyre_sidebar_position','default'),(10187,554,'pyre_sidebar_bg_color',''),(10188,554,'pyre_page_bg_layout','default'),(10189,554,'pyre_page_bg',''),(10190,554,'pyre_page_bg_color',''),(10191,554,'pyre_page_bg_full','no'),(10192,554,'pyre_page_bg_repeat','repeat'),(10193,554,'pyre_wide_page_bg',''),(10194,554,'pyre_wide_page_bg_color',''),(10195,554,'pyre_wide_page_bg_full','no'),(10196,554,'pyre_wide_page_bg_repeat','repeat'),(10197,554,'pyre_page_title','default'),(10198,554,'pyre_page_title_text','default'),(10199,554,'pyre_page_title_text_alignment','default'),(10200,554,'pyre_page_title_100_width','default'),(10201,554,'pyre_page_title_custom_text',''),(10202,554,'pyre_page_title_text_size',''),(10203,554,'pyre_page_title_custom_subheader',''),(10204,554,'pyre_page_title_custom_subheader_text_size',''),(10205,554,'pyre_page_title_font_color',''),(10206,554,'pyre_page_title_height',''),(10207,554,'pyre_page_title_mobile_height',''),(10208,554,'pyre_page_title_bar_bg',''),(10209,554,'pyre_page_title_bar_bg_retina',''),(10210,554,'pyre_page_title_bar_bg_color',''),(10211,554,'pyre_page_title_bar_borders_color',''),(10212,554,'pyre_page_title_bar_bg_full','default'),(10213,554,'pyre_page_title_bg_parallax','default'),(10214,554,'pyre_page_title_breadcrumbs_search_bar','default'),(10215,554,'fusion_builder_status','inactive'),(10216,554,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(10217,554,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(10218,554,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(10219,554,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(10220,554,'avada_post_views_count','227'),(10221,555,'_thumbnail_id','984'),(10222,555,'pyre_show_first_featured_image','no'),(10223,555,'pyre_portfolio_width_100','default'),(10224,555,'pyre_video',''),(10225,555,'pyre_fimg_width',''),(10226,555,'pyre_fimg_height',''),(10227,555,'pyre_image_rollover_icons','default'),(10228,555,'pyre_link_icon_url',''),(10229,555,'pyre_post_links_target','no'),(10230,555,'pyre_related_posts','default'),(10231,555,'pyre_share_box','default'),(10232,555,'pyre_post_pagination','default'),(10233,555,'pyre_author_info','default'),(10234,555,'pyre_post_meta','default'),(10235,555,'pyre_post_comments','default'),(10236,555,'pyre_main_top_padding',''),(10237,555,'pyre_main_bottom_padding',''),(10238,555,'pyre_hundredp_padding',''),(10239,555,'pyre_slider_position','default'),(10240,555,'pyre_slider_type','no'),(10241,555,'pyre_slider','0'),(10242,555,'pyre_wooslider','0'),(10243,555,'pyre_revslider','0'),(10244,555,'pyre_elasticslider','0'),(10245,555,'pyre_fallback',''),(10246,555,'pyre_avada_rev_styles','default'),(10247,555,'pyre_display_header','yes'),(10248,555,'pyre_header_100_width','default'),(10249,555,'pyre_header_bg',''),(10250,555,'pyre_header_bg_color',''),(10251,555,'pyre_header_bg_opacity',''),(10252,555,'pyre_header_bg_full','no'),(10253,555,'pyre_header_bg_repeat','repeat'),(10254,555,'pyre_displayed_menu','default'),(10255,555,'pyre_display_footer','default'),(10256,555,'pyre_display_copyright','default'),(10257,555,'pyre_footer_100_width','default'),(10258,555,'pyre_sidebar_position','default'),(10259,555,'pyre_sidebar_bg_color',''),(10260,555,'pyre_page_bg_layout','default'),(10261,555,'pyre_page_bg',''),(10262,555,'pyre_page_bg_color',''),(10263,555,'pyre_page_bg_full','no'),(10264,555,'pyre_page_bg_repeat','repeat'),(10265,555,'pyre_wide_page_bg',''),(10266,555,'pyre_wide_page_bg_color',''),(10267,555,'pyre_wide_page_bg_full','no'),(10268,555,'pyre_wide_page_bg_repeat','repeat'),(10269,555,'pyre_page_title','default'),(10270,555,'pyre_page_title_text','default'),(10271,555,'pyre_page_title_text_alignment','default'),(10272,555,'pyre_page_title_100_width','default'),(10273,555,'pyre_page_title_custom_text',''),(10274,555,'pyre_page_title_text_size',''),(10275,555,'pyre_page_title_custom_subheader',''),(10276,555,'pyre_page_title_custom_subheader_text_size',''),(10277,555,'pyre_page_title_font_color',''),(10278,555,'pyre_page_title_height',''),(10279,555,'pyre_page_title_mobile_height',''),(10280,555,'pyre_page_title_bar_bg',''),(10281,555,'pyre_page_title_bar_bg_retina',''),(10282,555,'pyre_page_title_bar_bg_color',''),(10283,555,'pyre_page_title_bar_borders_color',''),(10284,555,'pyre_page_title_bar_bg_full','default'),(10285,555,'pyre_page_title_bg_parallax','default'),(10286,555,'pyre_page_title_breadcrumbs_search_bar','default'),(10287,555,'fusion_builder_status','inactive'),(10288,555,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(10289,555,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(10290,555,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(10291,555,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(10292,555,'avada_post_views_count','300'),(10293,556,'_thumbnail_id','986'),(10294,556,'pyre_show_first_featured_image','no'),(10295,556,'pyre_portfolio_width_100','default'),(10296,556,'pyre_video',''),(10297,556,'pyre_fimg_width',''),(10298,556,'pyre_fimg_height',''),(10299,556,'pyre_image_rollover_icons','default'),(10300,556,'pyre_link_icon_url',''),(10301,556,'pyre_post_links_target','no'),(10302,556,'pyre_related_posts','default'),(10303,556,'pyre_share_box','default'),(10304,556,'pyre_post_pagination','default'),(10305,556,'pyre_author_info','default'),(10306,556,'pyre_post_meta','default'),(10307,556,'pyre_post_comments','default'),(10308,556,'pyre_main_top_padding',''),(10309,556,'pyre_main_bottom_padding',''),(10310,556,'pyre_hundredp_padding',''),(10311,556,'pyre_slider_position','default'),(10312,556,'pyre_slider_type','no'),(10313,556,'pyre_slider','0'),(10314,556,'pyre_wooslider','0'),(10315,556,'pyre_revslider','0'),(10316,556,'pyre_elasticslider','0'),(10317,556,'pyre_fallback',''),(10318,556,'pyre_avada_rev_styles','default'),(10319,556,'pyre_display_header','yes'),(10320,556,'pyre_header_100_width','default'),(10321,556,'pyre_header_bg',''),(10322,556,'pyre_header_bg_color',''),(10323,556,'pyre_header_bg_opacity',''),(10324,556,'pyre_header_bg_full','no'),(10325,556,'pyre_header_bg_repeat','repeat'),(10326,556,'pyre_displayed_menu','default'),(10327,556,'pyre_display_footer','default'),(10328,556,'pyre_display_copyright','default'),(10329,556,'pyre_footer_100_width','default'),(10330,556,'pyre_sidebar_position','default'),(10331,556,'pyre_sidebar_bg_color',''),(10332,556,'pyre_page_bg_layout','default'),(10333,556,'pyre_page_bg',''),(10334,556,'pyre_page_bg_color',''),(10335,556,'pyre_page_bg_full','no'),(10336,556,'pyre_page_bg_repeat','repeat'),(10337,556,'pyre_wide_page_bg',''),(10338,556,'pyre_wide_page_bg_color',''),(10339,556,'pyre_wide_page_bg_full','no'),(10340,556,'pyre_wide_page_bg_repeat','repeat'),(10341,556,'pyre_page_title','default'),(10342,556,'pyre_page_title_text','default'),(10343,556,'pyre_page_title_text_alignment','default'),(10344,556,'pyre_page_title_100_width','default'),(10345,556,'pyre_page_title_custom_text',''),(10346,556,'pyre_page_title_text_size',''),(10347,556,'pyre_page_title_custom_subheader',''),(10348,556,'pyre_page_title_custom_subheader_text_size',''),(10349,556,'pyre_page_title_font_color',''),(10350,556,'pyre_page_title_height',''),(10351,556,'pyre_page_title_mobile_height',''),(10352,556,'pyre_page_title_bar_bg',''),(10353,556,'pyre_page_title_bar_bg_retina',''),(10354,556,'pyre_page_title_bar_bg_color',''),(10355,556,'pyre_page_title_bar_borders_color',''),(10356,556,'pyre_page_title_bar_bg_full','default'),(10357,556,'pyre_page_title_bg_parallax','default'),(10358,556,'pyre_page_title_breadcrumbs_search_bar','default'),(10359,556,'fusion_builder_status','inactive'),(10360,556,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(10361,556,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(10362,556,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(10363,556,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(10364,556,'avada_post_views_count','309'),(10365,557,'_thumbnail_id','982'),(10366,557,'pyre_show_first_featured_image','no'),(10367,557,'pyre_portfolio_width_100','default'),(10368,557,'pyre_video',''),(10369,557,'pyre_fimg_width',''),(10370,557,'pyre_fimg_height',''),(10371,557,'pyre_image_rollover_icons','default'),(10372,557,'pyre_link_icon_url',''),(10373,557,'pyre_post_links_target','no'),(10374,557,'pyre_related_posts','default'),(10375,557,'pyre_share_box','default'),(10376,557,'pyre_post_pagination','default'),(10377,557,'pyre_author_info','default'),(10378,557,'pyre_post_meta','default'),(10379,557,'pyre_post_comments','default'),(10380,557,'pyre_main_top_padding',''),(10381,557,'pyre_main_bottom_padding',''),(10382,557,'pyre_hundredp_padding',''),(10383,557,'pyre_slider_position','default'),(10384,557,'pyre_slider_type','no'),(10385,557,'pyre_slider','0'),(10386,557,'pyre_wooslider','0'),(10387,557,'pyre_revslider','0'),(10388,557,'pyre_elasticslider','0'),(10389,557,'pyre_fallback',''),(10390,557,'pyre_avada_rev_styles','default'),(10391,557,'pyre_display_header','yes'),(10392,557,'pyre_header_100_width','default'),(10393,557,'pyre_header_bg',''),(10394,557,'pyre_header_bg_color',''),(10395,557,'pyre_header_bg_opacity',''),(10396,557,'pyre_header_bg_full','no'),(10397,557,'pyre_header_bg_repeat','repeat'),(10398,557,'pyre_displayed_menu','default'),(10399,557,'pyre_display_footer','default'),(10400,557,'pyre_display_copyright','default'),(10401,557,'pyre_footer_100_width','default'),(10402,557,'pyre_sidebar_position','default'),(10403,557,'pyre_sidebar_bg_color',''),(10404,557,'pyre_page_bg_layout','default'),(10405,557,'pyre_page_bg',''),(10406,557,'pyre_page_bg_color',''),(10407,557,'pyre_page_bg_full','no'),(10408,557,'pyre_page_bg_repeat','repeat'),(10409,557,'pyre_wide_page_bg',''),(10410,557,'pyre_wide_page_bg_color',''),(10411,557,'pyre_wide_page_bg_full','no'),(10412,557,'pyre_wide_page_bg_repeat','repeat'),(10413,557,'pyre_page_title','default'),(10414,557,'pyre_page_title_text','default'),(10415,557,'pyre_page_title_text_alignment','default'),(10416,557,'pyre_page_title_100_width','default'),(10417,557,'pyre_page_title_custom_text',''),(10418,557,'pyre_page_title_text_size',''),(10419,557,'pyre_page_title_custom_subheader',''),(10420,557,'pyre_page_title_custom_subheader_text_size',''),(10421,557,'pyre_page_title_font_color',''),(10422,557,'pyre_page_title_height',''),(10423,557,'pyre_page_title_mobile_height',''),(10424,557,'pyre_page_title_bar_bg',''),(10425,557,'pyre_page_title_bar_bg_retina',''),(10426,557,'pyre_page_title_bar_bg_color',''),(10427,557,'pyre_page_title_bar_borders_color',''),(10428,557,'pyre_page_title_bar_bg_full','default'),(10429,557,'pyre_page_title_bg_parallax','default'),(10430,557,'pyre_page_title_breadcrumbs_search_bar','default'),(10431,557,'fusion_builder_status','inactive'),(10432,557,'avada_post_views_count','347'),(10433,557,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(10434,557,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(10435,557,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(10436,557,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(10437,558,'_thumbnail_id','981'),(10438,558,'pyre_show_first_featured_image','no'),(10439,558,'pyre_portfolio_width_100','default'),(10440,558,'pyre_video',''),(10441,558,'pyre_fimg_width',''),(10442,558,'pyre_fimg_height',''),(10443,558,'pyre_image_rollover_icons','default'),(10444,558,'pyre_link_icon_url',''),(10445,558,'pyre_post_links_target','no'),(10446,558,'pyre_related_posts','default'),(10447,558,'pyre_share_box','default'),(10448,558,'pyre_post_pagination','default'),(10449,558,'pyre_author_info','default'),(10450,558,'pyre_post_meta','default'),(10451,558,'pyre_post_comments','default'),(10452,558,'pyre_main_top_padding',''),(10453,558,'pyre_main_bottom_padding',''),(10454,558,'pyre_hundredp_padding',''),(10455,558,'pyre_slider_position','default'),(10456,558,'pyre_slider_type','no'),(10457,558,'pyre_slider','0'),(10458,558,'pyre_wooslider','0'),(10459,558,'pyre_revslider','0'),(10460,558,'pyre_elasticslider','0'),(10461,558,'pyre_fallback',''),(10462,558,'pyre_avada_rev_styles','default'),(10463,558,'pyre_display_header','yes'),(10464,558,'pyre_header_100_width','default'),(10465,558,'pyre_header_bg',''),(10466,558,'pyre_header_bg_color',''),(10467,558,'pyre_header_bg_opacity',''),(10468,558,'pyre_header_bg_full','no'),(10469,558,'pyre_header_bg_repeat','repeat'),(10470,558,'pyre_displayed_menu','default'),(10471,558,'pyre_display_footer','default'),(10472,558,'pyre_display_copyright','default'),(10473,558,'pyre_footer_100_width','default'),(10474,558,'pyre_sidebar_position','default'),(10475,558,'pyre_sidebar_bg_color',''),(10476,558,'pyre_page_bg_layout','default'),(10477,558,'pyre_page_bg',''),(10478,558,'pyre_page_bg_color',''),(10479,558,'pyre_page_bg_full','no'),(10480,558,'pyre_page_bg_repeat','repeat'),(10481,558,'pyre_wide_page_bg',''),(10482,558,'pyre_wide_page_bg_color',''),(10483,558,'pyre_wide_page_bg_full','no'),(10484,558,'pyre_wide_page_bg_repeat','repeat'),(10485,558,'pyre_page_title','default'),(10486,558,'pyre_page_title_text','default'),(10487,558,'pyre_page_title_text_alignment','default'),(10488,558,'pyre_page_title_100_width','default'),(10489,558,'pyre_page_title_custom_text',''),(10490,558,'pyre_page_title_text_size',''),(10491,558,'pyre_page_title_custom_subheader',''),(10492,558,'pyre_page_title_custom_subheader_text_size',''),(10493,558,'pyre_page_title_font_color',''),(10494,558,'pyre_page_title_height',''),(10495,558,'pyre_page_title_mobile_height',''),(10496,558,'pyre_page_title_bar_bg',''),(10497,558,'pyre_page_title_bar_bg_retina',''),(10498,558,'pyre_page_title_bar_bg_color',''),(10499,558,'pyre_page_title_bar_borders_color',''),(10500,558,'pyre_page_title_bar_bg_full','default'),(10501,558,'pyre_page_title_bg_parallax','default'),(10502,558,'pyre_page_title_breadcrumbs_search_bar','default'),(10503,558,'fusion_builder_status','inactive'),(10504,558,'_wp_old_slug','205-holiday-sale-is-here'),(10505,558,'avada_post_views_count','444'),(10506,558,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(10507,558,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(10508,558,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(10509,558,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(10510,582,'_thumbnail_id','980'),(10511,582,'pyre_show_first_featured_image','no'),(10512,582,'pyre_portfolio_width_100','default'),(10513,582,'pyre_video',''),(10514,582,'pyre_fimg_width',''),(10515,582,'pyre_fimg_height',''),(10516,582,'pyre_image_rollover_icons','default'),(10517,582,'pyre_link_icon_url',''),(10518,582,'pyre_post_links_target','no'),(10519,582,'pyre_related_posts','default'),(10520,582,'pyre_share_box','default'),(10521,582,'pyre_post_pagination','default'),(10522,582,'pyre_author_info','default'),(10523,582,'pyre_post_meta','default'),(10524,582,'pyre_post_comments','default'),(10525,582,'pyre_main_top_padding',''),(10526,582,'pyre_main_bottom_padding',''),(10527,582,'pyre_hundredp_padding',''),(10528,582,'pyre_slider_position','default'),(10529,582,'pyre_slider_type','no'),(10530,582,'pyre_slider','0'),(10531,582,'pyre_wooslider','0'),(10532,582,'pyre_revslider','0'),(10533,582,'pyre_elasticslider','0'),(10534,582,'pyre_fallback',''),(10535,582,'pyre_avada_rev_styles','default'),(10536,582,'pyre_display_header','yes'),(10537,582,'pyre_header_100_width','default'),(10538,582,'pyre_header_bg',''),(10539,582,'pyre_header_bg_color',''),(10540,582,'pyre_header_bg_opacity',''),(10541,582,'pyre_header_bg_full','no'),(10542,582,'pyre_header_bg_repeat','repeat'),(10543,582,'pyre_displayed_menu','default'),(10544,582,'pyre_display_footer','default'),(10545,582,'pyre_display_copyright','default'),(10546,582,'pyre_footer_100_width','default'),(10547,582,'pyre_sidebar_position','default'),(10548,582,'pyre_sidebar_bg_color',''),(10549,582,'pyre_page_bg_layout','default'),(10550,582,'pyre_page_bg',''),(10551,582,'pyre_page_bg_color',''),(10552,582,'pyre_page_bg_full','no'),(10553,582,'pyre_page_bg_repeat','repeat'),(10554,582,'pyre_wide_page_bg',''),(10555,582,'pyre_wide_page_bg_color',''),(10556,582,'pyre_wide_page_bg_full','no'),(10557,582,'pyre_wide_page_bg_repeat','repeat'),(10558,582,'pyre_page_title','default'),(10559,582,'pyre_page_title_text','default'),(10560,582,'pyre_page_title_text_alignment','default'),(10561,582,'pyre_page_title_100_width','default'),(10562,582,'pyre_page_title_custom_text',''),(10563,582,'pyre_page_title_text_size',''),(10564,582,'pyre_page_title_custom_subheader',''),(10565,582,'pyre_page_title_custom_subheader_text_size',''),(10566,582,'pyre_page_title_font_color',''),(10567,582,'pyre_page_title_height',''),(10568,582,'pyre_page_title_mobile_height',''),(10569,582,'pyre_page_title_bar_bg',''),(10570,582,'pyre_page_title_bar_bg_retina',''),(10571,582,'pyre_page_title_bar_bg_color',''),(10572,582,'pyre_page_title_bar_borders_color',''),(10573,582,'pyre_page_title_bar_bg_full','default'),(10574,582,'pyre_page_title_bg_parallax','default'),(10575,582,'pyre_page_title_breadcrumbs_search_bar','default'),(10576,582,'fusion_builder_status','inactive'),(10577,582,'avada_post_views_count','481'),(10578,582,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(10579,582,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Sidebar\";}'),(10580,582,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(10581,582,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(10781,1016,'_visibility','visible'),(10782,1016,'_stock_status','instock'),(10783,1016,'_downloadable','no'),(10784,1016,'_virtual','no'),(10785,1016,'_regular_price','120'),(10786,1016,'_sale_price',''),(10787,1016,'_purchase_note',''),(10788,1016,'_featured','yes'),(10789,1016,'_weight','2'),(10790,1016,'_length','100'),(10791,1016,'_width','30'),(10792,1016,'_height',''),(10793,1016,'_sku','MS007'),(10794,1016,'_product_attributes','a:3:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:6:\"pa_fit\";a:6:{s:4:\"name\";s:6:\"pa_fit\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"2\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}}'),(10795,1016,'_sale_price_dates_from',''),(10796,1016,'_sale_price_dates_to',''),(10797,1016,'_price','120'),(10798,1016,'_sold_individually',''),(10799,1016,'_manage_stock','no'),(10800,1016,'_backorders','no'),(10801,1016,'_stock',''),(10802,1016,'_upsell_ids','a:0:{}'),(10803,1016,'_crosssell_ids','a:0:{}'),(10804,1016,'_product_image_gallery','913,922,917'),(10805,1016,'pyre_main_top_padding',''),(10806,1016,'pyre_main_bottom_padding',''),(10807,1016,'pyre_hundredp_padding',''),(10808,1016,'pyre_display_header','yes'),(10809,1016,'pyre_header_100_width','default'),(10810,1016,'pyre_header_bg',''),(10811,1016,'pyre_header_bg_color',''),(10812,1016,'pyre_header_bg_opacity','0'),(10813,1016,'pyre_header_bg_full','no'),(10814,1016,'pyre_header_bg_repeat','repeat'),(10815,1016,'pyre_displayed_menu','default'),(10816,1016,'pyre_display_footer','default'),(10817,1016,'pyre_display_copyright','default'),(10818,1016,'pyre_footer_100_width','default'),(10819,1016,'pyre_sidebar_position','default'),(10820,1016,'pyre_sidebar_bg_color',''),(10821,1016,'pyre_slider_position','default'),(10822,1016,'pyre_slider_type','flex'),(10823,1016,'pyre_slider','0'),(10824,1016,'pyre_wooslider','mens-product-2'),(10825,1016,'pyre_revslider','0'),(10826,1016,'pyre_elasticslider','0'),(10827,1016,'pyre_fallback',''),(10828,1016,'pyre_avada_rev_styles','default'),(10829,1016,'pyre_page_bg_layout','default'),(10830,1016,'pyre_page_bg',''),(10831,1016,'pyre_page_bg_color',''),(10832,1016,'pyre_page_bg_full','no'),(10833,1016,'pyre_page_bg_repeat','repeat'),(10834,1016,'pyre_wide_page_bg',''),(10835,1016,'pyre_wide_page_bg_color',''),(10836,1016,'pyre_wide_page_bg_full','no'),(10837,1016,'pyre_wide_page_bg_repeat','repeat'),(10838,1016,'pyre_page_title','default'),(10839,1016,'pyre_page_title_text','default'),(10840,1016,'pyre_page_title_text_alignment','default'),(10841,1016,'pyre_page_title_100_width','default'),(10842,1016,'pyre_page_title_custom_text',''),(10843,1016,'pyre_page_title_text_size',''),(10844,1016,'pyre_page_title_custom_subheader',''),(10845,1016,'pyre_page_title_custom_subheader_text_size',''),(10846,1016,'pyre_page_title_font_color',''),(10847,1016,'pyre_page_title_height',''),(10848,1016,'pyre_page_title_mobile_height',''),(10849,1016,'pyre_page_title_bar_bg',''),(10850,1016,'pyre_page_title_bar_bg_retina',''),(10851,1016,'pyre_page_title_bar_bg_color',''),(10852,1016,'pyre_page_title_bar_borders_color',''),(10853,1016,'pyre_page_title_bar_bg_full','default'),(10854,1016,'pyre_page_title_bg_parallax','default'),(10855,1016,'pyre_page_title_breadcrumbs_search_bar','default'),(10856,1016,'_tax_status','taxable'),(10857,1016,'_tax_class',''),(10858,1016,'_thumbnail_id','921'),(10859,1016,'_product_version','2.4.7'),(10860,1016,'_wp_old_slug','product-7'),(10861,1016,'total_sales','0'),(10862,1016,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(10863,1016,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(10864,1016,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(10865,1016,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(10866,1016,'_wc_rating_count','a:0:{}'),(10867,1016,'_wc_average_rating','0'),(10868,1016,'_wc_review_count','0'),(10869,60,'_visibility','visible'),(10870,60,'_stock_status','instock'),(10871,60,'total_sales','1'),(10872,60,'_downloadable','no'),(10873,60,'_virtual','no'),(10874,60,'_regular_price','19'),(10875,60,'_sale_price',''),(10876,60,'_purchase_note',''),(10877,60,'_featured','no'),(10878,60,'_weight','1'),(10879,60,'_length','110'),(10880,60,'_width','30'),(10881,60,'_height',''),(10882,60,'_sku','MS001'),(10883,60,'_product_attributes','a:3:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"4\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"5\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:11:\"pa_material\";a:6:{s:4:\"name\";s:11:\"pa_material\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"6\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}}'),(10884,60,'_sale_price_dates_from',''),(10885,60,'_sale_price_dates_to',''),(10886,60,'_price','19'),(10887,60,'_sold_individually',''),(10888,60,'_manage_stock','no'),(10889,60,'_backorders','no'),(10890,60,'_stock',''),(10891,60,'_upsell_ids','a:0:{}'),(10892,60,'_crosssell_ids','a:0:{}'),(10893,60,'_product_image_gallery','917,915,913'),(10894,60,'pyre_main_top_padding',''),(10895,60,'pyre_main_bottom_padding',''),(10896,60,'pyre_hundredp_padding',''),(10897,60,'pyre_display_header','yes'),(10898,60,'pyre_header_100_width','default'),(10899,60,'pyre_header_bg',''),(10900,60,'pyre_header_bg_color',''),(10901,60,'pyre_header_bg_opacity','0'),(10902,60,'pyre_header_bg_full','no'),(10903,60,'pyre_header_bg_repeat','repeat'),(10904,60,'pyre_displayed_menu','default'),(10905,60,'pyre_display_footer','default'),(10906,60,'pyre_display_copyright','default'),(10907,60,'pyre_footer_100_width','default'),(10908,60,'pyre_sidebar_position','default'),(10909,60,'pyre_sidebar_bg_color',''),(10910,60,'pyre_slider_position','default'),(10911,60,'pyre_slider_type','flex'),(10912,60,'pyre_slider','0'),(10913,60,'pyre_wooslider','mens-product-1'),(10914,60,'pyre_revslider','0'),(10915,60,'pyre_elasticslider','0'),(10916,60,'pyre_fallback',''),(10917,60,'pyre_avada_rev_styles','default'),(10918,60,'pyre_page_bg_layout','default'),(10919,60,'pyre_page_bg',''),(10920,60,'pyre_page_bg_color',''),(10921,60,'pyre_page_bg_full','no'),(10922,60,'pyre_page_bg_repeat','repeat'),(10923,60,'pyre_wide_page_bg',''),(10924,60,'pyre_wide_page_bg_color',''),(10925,60,'pyre_wide_page_bg_full','no'),(10926,60,'pyre_wide_page_bg_repeat','repeat'),(10927,60,'pyre_page_title','default'),(10928,60,'pyre_page_title_text','default'),(10929,60,'pyre_page_title_text_alignment','default'),(10930,60,'pyre_page_title_100_width','default'),(10931,60,'pyre_page_title_custom_text',''),(10932,60,'pyre_page_title_text_size',''),(10933,60,'pyre_page_title_custom_subheader',''),(10934,60,'pyre_page_title_custom_subheader_text_size',''),(10935,60,'pyre_page_title_font_color',''),(10936,60,'pyre_page_title_height',''),(10937,60,'pyre_page_title_mobile_height',''),(10938,60,'pyre_page_title_bar_bg',''),(10939,60,'pyre_page_title_bar_bg_retina',''),(10940,60,'pyre_page_title_bar_bg_color',''),(10941,60,'pyre_page_title_bar_borders_color',''),(10942,60,'pyre_page_title_bar_bg_full','default'),(10943,60,'pyre_page_title_bg_parallax','default'),(10944,60,'pyre_page_title_breadcrumbs_search_bar','default'),(10945,60,'_tax_status','taxable'),(10946,60,'_tax_class',''),(10947,60,'_product_version','2.4.7'),(10948,60,'_thumbnail_id','925'),(10949,60,'_wp_old_slug','product-1'),(10950,60,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(10951,60,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(10952,60,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(10953,60,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(10957,61,'_visibility','visible'),(10958,61,'_stock_status','instock'),(10959,61,'total_sales','0'),(10960,61,'_downloadable','no'),(10961,61,'_virtual','no'),(10962,61,'_regular_price','59'),(10963,61,'_sale_price',''),(10964,61,'_purchase_note',''),(10965,61,'_featured','no'),(10966,61,'_weight','2'),(10967,61,'_length','200'),(10968,61,'_width','100'),(10969,61,'_height','50'),(10970,61,'_sku','MS002'),(10971,61,'_product_attributes','a:3:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:11:\"pa_material\";a:6:{s:4:\"name\";s:11:\"pa_material\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"2\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}}'),(10972,61,'_sale_price_dates_from',''),(10973,61,'_sale_price_dates_to',''),(10974,61,'_price','59'),(10975,61,'_sold_individually',''),(10976,61,'_manage_stock','no'),(10977,61,'_backorders','no'),(10978,61,'_stock',''),(10979,61,'_upsell_ids','a:0:{}'),(10980,61,'_crosssell_ids','a:0:{}'),(10981,61,'_product_image_gallery','919,920,916'),(10982,61,'pyre_main_top_padding',''),(10983,61,'pyre_main_bottom_padding',''),(10984,61,'pyre_hundredp_padding',''),(10985,61,'pyre_display_header','yes'),(10986,61,'pyre_header_100_width','default'),(10987,61,'pyre_header_bg',''),(10988,61,'pyre_header_bg_color',''),(10989,61,'pyre_header_bg_opacity','0'),(10990,61,'pyre_header_bg_full','no'),(10991,61,'pyre_header_bg_repeat','repeat'),(10992,61,'pyre_displayed_menu','default'),(10993,61,'pyre_display_footer','default'),(10994,61,'pyre_display_copyright','default'),(10995,61,'pyre_footer_100_width','default'),(10996,61,'pyre_sidebar_position','default'),(10997,61,'pyre_sidebar_bg_color',''),(10998,61,'pyre_slider_position','default'),(10999,61,'pyre_slider_type','flex'),(11000,61,'pyre_slider','0'),(11001,61,'pyre_wooslider','womens-product-1'),(11002,61,'pyre_revslider','0'),(11003,61,'pyre_elasticslider','0'),(11004,61,'pyre_fallback',''),(11005,61,'pyre_avada_rev_styles','default'),(11006,61,'pyre_page_bg_layout','default'),(11007,61,'pyre_page_bg',''),(11008,61,'pyre_page_bg_color',''),(11009,61,'pyre_page_bg_full','no'),(11010,61,'pyre_page_bg_repeat','repeat'),(11011,61,'pyre_wide_page_bg',''),(11012,61,'pyre_wide_page_bg_color',''),(11013,61,'pyre_wide_page_bg_full','no'),(11014,61,'pyre_wide_page_bg_repeat','repeat'),(11015,61,'pyre_page_title','default'),(11016,61,'pyre_page_title_text','default'),(11017,61,'pyre_page_title_text_alignment','default'),(11018,61,'pyre_page_title_100_width','default'),(11019,61,'pyre_page_title_custom_text',''),(11020,61,'pyre_page_title_text_size',''),(11021,61,'pyre_page_title_custom_subheader',''),(11022,61,'pyre_page_title_custom_subheader_text_size',''),(11023,61,'pyre_page_title_font_color',''),(11024,61,'pyre_page_title_height',''),(11025,61,'pyre_page_title_mobile_height',''),(11026,61,'pyre_page_title_bar_bg',''),(11027,61,'pyre_page_title_bar_bg_retina',''),(11028,61,'pyre_page_title_bar_bg_color',''),(11029,61,'pyre_page_title_bar_borders_color',''),(11030,61,'pyre_page_title_bar_bg_full','default'),(11031,61,'pyre_page_title_bg_parallax','default'),(11032,61,'pyre_page_title_breadcrumbs_search_bar','default'),(11033,61,'_tax_status','taxable'),(11034,61,'_tax_class',''),(11035,61,'_thumbnail_id','918'),(11036,61,'_product_version','2.4.7'),(11037,61,'_wp_old_slug','product-2'),(11038,61,'_product_url','http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion'),(11039,61,'_button_text','Buy On Amazon'),(11040,61,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(11041,61,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(11042,61,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(11043,61,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(11047,66,'_visibility','visible'),(11048,66,'_stock_status','instock'),(11049,66,'total_sales','1'),(11050,66,'_downloadable','no'),(11051,66,'_virtual','no'),(11052,66,'_regular_price','150'),(11053,66,'_sale_price',''),(11054,66,'_purchase_note',''),(11055,66,'_featured','no'),(11056,66,'_weight','1'),(11057,66,'_length','30'),(11058,66,'_width','120'),(11059,66,'_height',''),(11060,66,'_sku','MS004'),(11061,66,'_product_attributes','a:4:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:6:\"pa_fit\";a:6:{s:4:\"name\";s:6:\"pa_fit\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"2\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:11:\"pa_material\";a:6:{s:4:\"name\";s:11:\"pa_material\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"3\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}}'),(11062,66,'_sale_price_dates_from',''),(11063,66,'_sale_price_dates_to',''),(11064,66,'_price','150'),(11065,66,'_sold_individually',''),(11066,66,'_manage_stock','no'),(11067,66,'_backorders','no'),(11068,66,'_stock',''),(11069,66,'_upsell_ids','a:0:{}'),(11070,66,'_crosssell_ids','a:0:{}'),(11071,66,'_product_image_gallery','918,919,923'),(11072,66,'pyre_main_top_padding',''),(11073,66,'pyre_main_bottom_padding',''),(11074,66,'pyre_hundredp_padding',''),(11075,66,'pyre_display_header','yes'),(11076,66,'pyre_header_100_width','default'),(11077,66,'pyre_header_bg',''),(11078,66,'pyre_header_bg_color',''),(11079,66,'pyre_header_bg_opacity','0'),(11080,66,'pyre_header_bg_full','no'),(11081,66,'pyre_header_bg_repeat','repeat'),(11082,66,'pyre_displayed_menu','default'),(11083,66,'pyre_display_footer','default'),(11084,66,'pyre_display_copyright','default'),(11085,66,'pyre_footer_100_width','default'),(11086,66,'pyre_sidebar_position','default'),(11087,66,'pyre_sidebar_bg_color',''),(11088,66,'pyre_slider_position','default'),(11089,66,'pyre_slider_type','flex'),(11090,66,'pyre_slider','0'),(11091,66,'pyre_wooslider','womens-product-3'),(11092,66,'pyre_revslider','0'),(11093,66,'pyre_elasticslider','0'),(11094,66,'pyre_fallback',''),(11095,66,'pyre_avada_rev_styles','default'),(11096,66,'pyre_page_bg_layout','default'),(11097,66,'pyre_page_bg',''),(11098,66,'pyre_page_bg_color',''),(11099,66,'pyre_page_bg_full','no'),(11100,66,'pyre_page_bg_repeat','repeat'),(11101,66,'pyre_wide_page_bg',''),(11102,66,'pyre_wide_page_bg_color',''),(11103,66,'pyre_wide_page_bg_full','no'),(11104,66,'pyre_wide_page_bg_repeat','repeat'),(11105,66,'pyre_page_title','default'),(11106,66,'pyre_page_title_text','default'),(11107,66,'pyre_page_title_text_alignment','default'),(11108,66,'pyre_page_title_100_width','default'),(11109,66,'pyre_page_title_custom_text',''),(11110,66,'pyre_page_title_text_size',''),(11111,66,'pyre_page_title_custom_subheader',''),(11112,66,'pyre_page_title_custom_subheader_text_size',''),(11113,66,'pyre_page_title_font_color',''),(11114,66,'pyre_page_title_height',''),(11115,66,'pyre_page_title_mobile_height',''),(11116,66,'pyre_page_title_bar_bg',''),(11117,66,'pyre_page_title_bar_bg_retina',''),(11118,66,'pyre_page_title_bar_bg_color',''),(11119,66,'pyre_page_title_bar_borders_color',''),(11120,66,'pyre_page_title_bar_bg_full','default'),(11121,66,'pyre_page_title_bg_parallax','default'),(11122,66,'pyre_page_title_breadcrumbs_search_bar','default'),(11123,66,'_tax_status','taxable'),(11124,66,'_tax_class',''),(11125,66,'_thumbnail_id','916'),(11126,66,'_product_version','2.4.7'),(11127,66,'_wp_old_slug','product-4'),(11128,66,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(11129,66,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(11130,66,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(11131,66,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(11135,68,'_visibility','visible'),(11136,68,'_stock_status','instock'),(11137,68,'total_sales','1'),(11138,68,'_downloadable','no'),(11139,68,'_virtual','no'),(11140,68,'_regular_price','230'),(11141,68,'_sale_price',''),(11142,68,'_purchase_note',''),(11143,68,'_featured','yes'),(11144,68,'_weight','1'),(11145,68,'_length','100'),(11146,68,'_width','30'),(11147,68,'_height',''),(11148,68,'_sku','MS005'),(11149,68,'_product_attributes','a:3:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:6:\"pa_fit\";a:6:{s:4:\"name\";s:6:\"pa_fit\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"2\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}}'),(11150,68,'_sale_price_dates_from',''),(11151,68,'_sale_price_dates_to',''),(11152,68,'_price','230'),(11153,68,'_sold_individually',''),(11154,68,'_manage_stock','no'),(11155,68,'_backorders','no'),(11156,68,'_stock',''),(11157,68,'_upsell_ids','a:0:{}'),(11158,68,'_crosssell_ids','a:0:{}'),(11159,68,'_product_image_gallery','920,916,924'),(11160,68,'pyre_main_top_padding',''),(11161,68,'pyre_main_bottom_padding',''),(11162,68,'pyre_hundredp_padding',''),(11163,68,'pyre_display_header','yes'),(11164,68,'pyre_header_100_width','default'),(11165,68,'pyre_header_bg',''),(11166,68,'pyre_header_bg_color',''),(11167,68,'pyre_header_bg_opacity','0'),(11168,68,'pyre_header_bg_full','no'),(11169,68,'pyre_header_bg_repeat','repeat'),(11170,68,'pyre_displayed_menu','default'),(11171,68,'pyre_display_footer','default'),(11172,68,'pyre_display_copyright','default'),(11173,68,'pyre_footer_100_width','default'),(11174,68,'pyre_sidebar_position','default'),(11175,68,'pyre_sidebar_bg_color',''),(11176,68,'pyre_slider_position','default'),(11177,68,'pyre_slider_type','flex'),(11178,68,'pyre_slider','0'),(11179,68,'pyre_wooslider','womens-product-2'),(11180,68,'pyre_revslider','0'),(11181,68,'pyre_elasticslider','0'),(11182,68,'pyre_fallback',''),(11183,68,'pyre_avada_rev_styles','default'),(11184,68,'pyre_page_bg_layout','default'),(11185,68,'pyre_page_bg',''),(11186,68,'pyre_page_bg_color',''),(11187,68,'pyre_page_bg_full','no'),(11188,68,'pyre_page_bg_repeat','repeat'),(11189,68,'pyre_wide_page_bg',''),(11190,68,'pyre_wide_page_bg_color',''),(11191,68,'pyre_wide_page_bg_full','no'),(11192,68,'pyre_wide_page_bg_repeat','repeat'),(11193,68,'pyre_page_title','default'),(11194,68,'pyre_page_title_text','default'),(11195,68,'pyre_page_title_text_alignment','default'),(11196,68,'pyre_page_title_100_width','default'),(11197,68,'pyre_page_title_custom_text',''),(11198,68,'pyre_page_title_text_size',''),(11199,68,'pyre_page_title_custom_subheader',''),(11200,68,'pyre_page_title_custom_subheader_text_size',''),(11201,68,'pyre_page_title_font_color',''),(11202,68,'pyre_page_title_height',''),(11203,68,'pyre_page_title_mobile_height',''),(11204,68,'pyre_page_title_bar_bg',''),(11205,68,'pyre_page_title_bar_bg_retina',''),(11206,68,'pyre_page_title_bar_bg_color',''),(11207,68,'pyre_page_title_bar_borders_color',''),(11208,68,'pyre_page_title_bar_bg_full','default'),(11209,68,'pyre_page_title_bg_parallax','default'),(11210,68,'pyre_page_title_breadcrumbs_search_bar','default'),(11211,68,'_tax_status','taxable'),(11212,68,'_tax_class',''),(11213,68,'_thumbnail_id','919'),(11214,68,'_product_version','2.4.7'),(11215,68,'_wp_old_slug','product-5'),(11216,68,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(11217,68,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(11218,68,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(11219,68,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(11223,70,'_visibility','visible'),(11224,70,'_stock_status','instock'),(11225,70,'total_sales','1'),(11226,70,'_downloadable','no'),(11227,70,'_virtual','no'),(11228,70,'_regular_price','75'),(11229,70,'_sale_price',''),(11230,70,'_purchase_note',''),(11231,70,'_featured','yes'),(11232,70,'_weight','2'),(11233,70,'_length','100'),(11234,70,'_width','30'),(11235,70,'_height',''),(11236,70,'_sku','MS006'),(11237,70,'_product_attributes','a:4:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:6:\"pa_fit\";a:6:{s:4:\"name\";s:6:\"pa_fit\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"2\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:11:\"pa_material\";a:6:{s:4:\"name\";s:11:\"pa_material\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"3\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}}'),(11238,70,'_sale_price_dates_from',''),(11239,70,'_sale_price_dates_to',''),(11240,70,'_price','75'),(11241,70,'_sold_individually',''),(11242,70,'_manage_stock','no'),(11243,70,'_backorders','no'),(11244,70,'_stock',''),(11245,70,'_upsell_ids','a:0:{}'),(11246,70,'_crosssell_ids','a:0:{}'),(11247,70,'_product_image_gallery','926,925,922'),(11248,70,'pyre_main_top_padding',''),(11249,70,'pyre_main_bottom_padding',''),(11250,70,'pyre_hundredp_padding',''),(11251,70,'pyre_display_header','yes'),(11252,70,'pyre_header_100_width','default'),(11253,70,'pyre_header_bg',''),(11254,70,'pyre_header_bg_color',''),(11255,70,'pyre_header_bg_opacity','0'),(11256,70,'pyre_header_bg_full','no'),(11257,70,'pyre_header_bg_repeat','repeat'),(11258,70,'pyre_displayed_menu','default'),(11259,70,'pyre_display_footer','default'),(11260,70,'pyre_display_copyright','default'),(11261,70,'pyre_footer_100_width','default'),(11262,70,'pyre_sidebar_position','default'),(11263,70,'pyre_sidebar_bg_color',''),(11264,70,'pyre_slider_position','default'),(11265,70,'pyre_slider_type','flex'),(11266,70,'pyre_slider','0'),(11267,70,'pyre_wooslider','mens-product-2'),(11268,70,'pyre_revslider','0'),(11269,70,'pyre_elasticslider','0'),(11270,70,'pyre_fallback',''),(11271,70,'pyre_avada_rev_styles','default'),(11272,70,'pyre_page_bg_layout','default'),(11273,70,'pyre_page_bg',''),(11274,70,'pyre_page_bg_color',''),(11275,70,'pyre_page_bg_full','no'),(11276,70,'pyre_page_bg_repeat','repeat'),(11277,70,'pyre_wide_page_bg',''),(11278,70,'pyre_wide_page_bg_color',''),(11279,70,'pyre_wide_page_bg_full','no'),(11280,70,'pyre_wide_page_bg_repeat','repeat'),(11281,70,'pyre_page_title','default'),(11282,70,'pyre_page_title_text','default'),(11283,70,'pyre_page_title_text_alignment','default'),(11284,70,'pyre_page_title_100_width','default'),(11285,70,'pyre_page_title_custom_text',''),(11286,70,'pyre_page_title_text_size',''),(11287,70,'pyre_page_title_custom_subheader',''),(11288,70,'pyre_page_title_custom_subheader_text_size',''),(11289,70,'pyre_page_title_font_color',''),(11290,70,'pyre_page_title_height',''),(11291,70,'pyre_page_title_mobile_height',''),(11292,70,'pyre_page_title_bar_bg',''),(11293,70,'pyre_page_title_bar_bg_retina',''),(11294,70,'pyre_page_title_bar_bg_color',''),(11295,70,'pyre_page_title_bar_borders_color',''),(11296,70,'pyre_page_title_bar_bg_full','default'),(11297,70,'pyre_page_title_bg_parallax','default'),(11298,70,'pyre_page_title_breadcrumbs_search_bar','default'),(11299,70,'_tax_status','taxable'),(11300,70,'_tax_class',''),(11301,70,'_thumbnail_id','913'),(11302,70,'_product_version','2.4.7'),(11303,70,'_wp_old_slug','product-6'),(11304,70,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(11305,70,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(11306,70,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(11307,70,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(11311,72,'_visibility','visible'),(11312,72,'_stock_status','instock'),(11313,72,'total_sales','0'),(11314,72,'_downloadable','no'),(11315,72,'_virtual','no'),(11316,72,'_regular_price','120'),(11317,72,'_sale_price',''),(11318,72,'_purchase_note',''),(11319,72,'_featured','yes'),(11320,72,'_weight','2'),(11321,72,'_length','100'),(11322,72,'_width','30'),(11323,72,'_height',''),(11324,72,'_sku','MS007'),(11325,72,'_product_attributes','a:3:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:6:\"pa_fit\";a:6:{s:4:\"name\";s:6:\"pa_fit\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"2\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}}'),(11326,72,'_sale_price_dates_from',''),(11327,72,'_sale_price_dates_to',''),(11328,72,'_price','120'),(11329,72,'_sold_individually',''),(11330,72,'_manage_stock','no'),(11331,72,'_backorders','no'),(11332,72,'_stock',''),(11333,72,'_upsell_ids','a:0:{}'),(11334,72,'_crosssell_ids','a:0:{}'),(11335,72,'_product_image_gallery','913,922,917'),(11336,72,'pyre_main_top_padding',''),(11337,72,'pyre_main_bottom_padding',''),(11338,72,'pyre_hundredp_padding',''),(11339,72,'pyre_display_header','yes'),(11340,72,'pyre_header_100_width','default'),(11341,72,'pyre_header_bg',''),(11342,72,'pyre_header_bg_color',''),(11343,72,'pyre_header_bg_opacity','0'),(11344,72,'pyre_header_bg_full','no'),(11345,72,'pyre_header_bg_repeat','repeat'),(11346,72,'pyre_displayed_menu','default'),(11347,72,'pyre_display_footer','default'),(11348,72,'pyre_display_copyright','default'),(11349,72,'pyre_footer_100_width','default'),(11350,72,'pyre_sidebar_position','default'),(11351,72,'pyre_sidebar_bg_color',''),(11352,72,'pyre_slider_position','default'),(11353,72,'pyre_slider_type','flex'),(11354,72,'pyre_slider','0'),(11355,72,'pyre_wooslider','mens-product-1'),(11356,72,'pyre_revslider','0'),(11357,72,'pyre_elasticslider','0'),(11358,72,'pyre_fallback',''),(11359,72,'pyre_avada_rev_styles','default'),(11360,72,'pyre_page_bg_layout','default'),(11361,72,'pyre_page_bg',''),(11362,72,'pyre_page_bg_color',''),(11363,72,'pyre_page_bg_full','no'),(11364,72,'pyre_page_bg_repeat','repeat'),(11365,72,'pyre_wide_page_bg',''),(11366,72,'pyre_wide_page_bg_color',''),(11367,72,'pyre_wide_page_bg_full','no'),(11368,72,'pyre_wide_page_bg_repeat','repeat'),(11369,72,'pyre_page_title','default'),(11370,72,'pyre_page_title_text','default'),(11371,72,'pyre_page_title_text_alignment','default'),(11372,72,'pyre_page_title_100_width','default'),(11373,72,'pyre_page_title_custom_text',''),(11374,72,'pyre_page_title_text_size',''),(11375,72,'pyre_page_title_custom_subheader',''),(11376,72,'pyre_page_title_custom_subheader_text_size',''),(11377,72,'pyre_page_title_font_color',''),(11378,72,'pyre_page_title_height',''),(11379,72,'pyre_page_title_mobile_height',''),(11380,72,'pyre_page_title_bar_bg',''),(11381,72,'pyre_page_title_bar_bg_retina',''),(11382,72,'pyre_page_title_bar_bg_color',''),(11383,72,'pyre_page_title_bar_borders_color',''),(11384,72,'pyre_page_title_bar_bg_full','default'),(11385,72,'pyre_page_title_bg_parallax','default'),(11386,72,'pyre_page_title_breadcrumbs_search_bar','default'),(11387,72,'_tax_status','taxable'),(11388,72,'_tax_class',''),(11389,72,'_thumbnail_id','921'),(11390,72,'_product_version','2.4.7'),(11391,72,'_wp_old_slug','product-7'),(11392,72,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(11393,72,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(11394,72,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(11395,72,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(11399,74,'_thumbnail_id','914'),(11400,74,'_visibility','visible'),(11401,74,'_stock_status','instock'),(11402,74,'total_sales','5'),(11403,74,'_downloadable','no'),(11404,74,'_virtual','no'),(11405,74,'_regular_price','29'),(11406,74,'_sale_price',''),(11407,74,'_purchase_note',''),(11408,74,'_featured','yes'),(11409,74,'_weight','1'),(11410,74,'_length','100'),(11411,74,'_width','30'),(11412,74,'_height',''),(11413,74,'_sku','MS008'),(11414,74,'_product_attributes','a:3:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:11:\"pa_material\";a:6:{s:4:\"name\";s:11:\"pa_material\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"3\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}}'),(11415,74,'_sale_price_dates_from',''),(11416,74,'_sale_price_dates_to',''),(11417,74,'_price','29'),(11418,74,'_sold_individually',''),(11419,74,'_manage_stock','no'),(11420,74,'_backorders','no'),(11421,74,'_stock',''),(11422,74,'_upsell_ids','a:0:{}'),(11423,74,'_crosssell_ids','a:0:{}'),(11424,74,'_product_image_gallery','912,916,920'),(11425,74,'pyre_main_top_padding',''),(11426,74,'pyre_main_bottom_padding',''),(11427,74,'pyre_hundredp_padding',''),(11428,74,'pyre_display_header','yes'),(11429,74,'pyre_header_100_width','default'),(11430,74,'pyre_header_bg',''),(11431,74,'pyre_header_bg_color',''),(11432,74,'pyre_header_bg_opacity','0'),(11433,74,'pyre_header_bg_full','no'),(11434,74,'pyre_header_bg_repeat','repeat'),(11435,74,'pyre_displayed_menu','default'),(11436,74,'pyre_display_footer','default'),(11437,74,'pyre_display_copyright','default'),(11438,74,'pyre_footer_100_width','default'),(11439,74,'pyre_sidebar_position','default'),(11440,74,'pyre_sidebar_bg_color',''),(11441,74,'pyre_slider_position','default'),(11442,74,'pyre_slider_type','flex'),(11443,74,'pyre_slider','0'),(11444,74,'pyre_wooslider','womens-product-2'),(11445,74,'pyre_revslider','0'),(11446,74,'pyre_elasticslider','0'),(11447,74,'pyre_fallback',''),(11448,74,'pyre_avada_rev_styles','default'),(11449,74,'pyre_page_bg_layout','default'),(11450,74,'pyre_page_bg',''),(11451,74,'pyre_page_bg_color',''),(11452,74,'pyre_page_bg_full','no'),(11453,74,'pyre_page_bg_repeat','repeat'),(11454,74,'pyre_wide_page_bg',''),(11455,74,'pyre_wide_page_bg_color',''),(11456,74,'pyre_wide_page_bg_full','no'),(11457,74,'pyre_wide_page_bg_repeat','repeat'),(11458,74,'pyre_page_title','default'),(11459,74,'pyre_page_title_text','default'),(11460,74,'pyre_page_title_text_alignment','default'),(11461,74,'pyre_page_title_100_width','default'),(11462,74,'pyre_page_title_custom_text',''),(11463,74,'pyre_page_title_text_size',''),(11464,74,'pyre_page_title_custom_subheader',''),(11465,74,'pyre_page_title_custom_subheader_text_size',''),(11466,74,'pyre_page_title_font_color',''),(11467,74,'pyre_page_title_height',''),(11468,74,'pyre_page_title_mobile_height',''),(11469,74,'pyre_page_title_bar_bg',''),(11470,74,'pyre_page_title_bar_bg_retina',''),(11471,74,'pyre_page_title_bar_bg_color',''),(11472,74,'pyre_page_title_bar_borders_color',''),(11473,74,'pyre_page_title_bar_bg_full','default'),(11474,74,'pyre_page_title_bg_parallax','default'),(11475,74,'pyre_page_title_breadcrumbs_search_bar','default'),(11476,74,'_tax_status','taxable'),(11477,74,'_tax_class',''),(11478,74,'_product_version','2.4.7'),(11479,74,'_wp_old_slug','product-8'),(11480,74,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(11481,74,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(11482,74,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(11483,74,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(11487,76,'_thumbnail_id','924'),(11488,76,'_visibility','visible'),(11489,76,'_stock_status','instock'),(11490,76,'total_sales','0'),(11491,76,'_downloadable','no'),(11492,76,'_virtual','no'),(11493,76,'_regular_price',''),(11494,76,'_sale_price',''),(11495,76,'_purchase_note',''),(11496,76,'_featured','yes'),(11497,76,'_weight','1'),(11498,76,'_length','100'),(11499,76,'_width','30'),(11500,76,'_height',''),(11501,76,'_sku','MS009'),(11502,76,'_product_attributes','a:2:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}}'),(11503,76,'_sale_price_dates_from',''),(11504,76,'_sale_price_dates_to',''),(11505,76,'_price','29'),(11506,76,'_sold_individually',''),(11507,76,'_manage_stock','no'),(11508,76,'_backorders','no'),(11509,76,'_stock',''),(11510,76,'_upsell_ids','a:0:{}'),(11511,76,'_crosssell_ids','a:0:{}'),(11512,76,'_product_image_gallery','912,914,919'),(11513,76,'pyre_main_top_padding',''),(11514,76,'pyre_main_bottom_padding',''),(11515,76,'pyre_hundredp_padding',''),(11516,76,'pyre_display_header','yes'),(11517,76,'pyre_header_100_width','default'),(11518,76,'pyre_header_bg',''),(11519,76,'pyre_header_bg_color',''),(11520,76,'pyre_header_bg_opacity','0'),(11521,76,'pyre_header_bg_full','no'),(11522,76,'pyre_header_bg_repeat','repeat'),(11523,76,'pyre_displayed_menu','default'),(11524,76,'pyre_display_footer','default'),(11525,76,'pyre_display_copyright','default'),(11526,76,'pyre_footer_100_width','default'),(11527,76,'pyre_sidebar_position','default'),(11528,76,'pyre_sidebar_bg_color',''),(11529,76,'pyre_slider_position','default'),(11530,76,'pyre_slider_type','flex'),(11531,76,'pyre_slider','0'),(11532,76,'pyre_wooslider','womens-product-1'),(11533,76,'pyre_revslider','0'),(11534,76,'pyre_elasticslider','0'),(11535,76,'pyre_fallback',''),(11536,76,'pyre_avada_rev_styles','default'),(11537,76,'pyre_page_bg_layout','default'),(11538,76,'pyre_page_bg',''),(11539,76,'pyre_page_bg_color',''),(11540,76,'pyre_page_bg_full','no'),(11541,76,'pyre_page_bg_repeat','repeat'),(11542,76,'pyre_wide_page_bg',''),(11543,76,'pyre_wide_page_bg_color',''),(11544,76,'pyre_wide_page_bg_full','no'),(11545,76,'pyre_wide_page_bg_repeat','repeat'),(11546,76,'pyre_page_title','default'),(11547,76,'pyre_page_title_text','default'),(11548,76,'pyre_page_title_text_alignment','default'),(11549,76,'pyre_page_title_100_width','default'),(11550,76,'pyre_page_title_custom_text',''),(11551,76,'pyre_page_title_text_size',''),(11552,76,'pyre_page_title_custom_subheader',''),(11553,76,'pyre_page_title_custom_subheader_text_size',''),(11554,76,'pyre_page_title_font_color',''),(11555,76,'pyre_page_title_height',''),(11556,76,'pyre_page_title_mobile_height',''),(11557,76,'pyre_page_title_bar_bg',''),(11558,76,'pyre_page_title_bar_bg_retina',''),(11559,76,'pyre_page_title_bar_bg_color',''),(11560,76,'pyre_page_title_bar_borders_color',''),(11561,76,'pyre_page_title_bar_bg_full','default'),(11562,76,'pyre_page_title_bg_parallax','default'),(11563,76,'pyre_page_title_breadcrumbs_search_bar','default'),(11564,76,'_tax_status','taxable'),(11565,76,'_tax_class',''),(11566,76,'_product_version','2.4.7'),(11567,76,'_wp_old_slug','product-9'),(11568,76,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(11569,76,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(11570,76,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(11571,76,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(11575,78,'_thumbnail_id','926'),(11576,78,'_visibility','visible'),(11577,78,'_stock_status','instock'),(11578,78,'total_sales','9'),(11579,78,'_downloadable','yes'),(11580,78,'_virtual','yes'),(11581,78,'_regular_price','170'),(11582,78,'_sale_price',''),(11583,78,'_purchase_note','This is a download product'),(11584,78,'_featured','yes'),(11585,78,'_weight',''),(11586,78,'_length',''),(11587,78,'_width',''),(11588,78,'_height',''),(11589,78,'_sku','MS010'),(11590,78,'_product_attributes','a:2:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}}'),(11591,78,'_sale_price_dates_from',''),(11592,78,'_sale_price_dates_to',''),(11593,78,'_price','170'),(11594,78,'_sold_individually',''),(11595,78,'_manage_stock','no'),(11596,78,'_backorders','no'),(11597,78,'_stock',''),(11598,78,'_upsell_ids','a:0:{}'),(11599,78,'_crosssell_ids','a:0:{}'),(11600,78,'_product_image_gallery','925,922,915'),(11601,78,'pyre_main_top_padding',''),(11602,78,'pyre_main_bottom_padding',''),(11603,78,'pyre_hundredp_padding',''),(11604,78,'pyre_display_header','yes'),(11605,78,'pyre_header_100_width','default'),(11606,78,'pyre_header_bg',''),(11607,78,'pyre_header_bg_color',''),(11608,78,'pyre_header_bg_opacity','0'),(11609,78,'pyre_header_bg_full','no'),(11610,78,'pyre_header_bg_repeat','repeat'),(11611,78,'pyre_displayed_menu','default'),(11612,78,'pyre_display_footer','default'),(11613,78,'pyre_display_copyright','default'),(11614,78,'pyre_footer_100_width','default'),(11615,78,'pyre_sidebar_position','default'),(11616,78,'pyre_sidebar_bg_color',''),(11617,78,'pyre_slider_position','default'),(11618,78,'pyre_slider_type','flex'),(11619,78,'pyre_slider','0'),(11620,78,'pyre_wooslider','mens-product-3'),(11621,78,'pyre_revslider','0'),(11622,78,'pyre_elasticslider','0'),(11623,78,'pyre_fallback',''),(11624,78,'pyre_avada_rev_styles','default'),(11625,78,'pyre_page_bg_layout','default'),(11626,78,'pyre_page_bg',''),(11627,78,'pyre_page_bg_color',''),(11628,78,'pyre_page_bg_full','no'),(11629,78,'pyre_page_bg_repeat','repeat'),(11630,78,'pyre_wide_page_bg',''),(11631,78,'pyre_wide_page_bg_color',''),(11632,78,'pyre_wide_page_bg_full','no'),(11633,78,'pyre_wide_page_bg_repeat','repeat'),(11634,78,'pyre_page_title','default'),(11635,78,'pyre_page_title_text','default'),(11636,78,'pyre_page_title_text_alignment','default'),(11637,78,'pyre_page_title_100_width','default'),(11638,78,'pyre_page_title_custom_text',''),(11639,78,'pyre_page_title_text_size',''),(11640,78,'pyre_page_title_custom_subheader',''),(11641,78,'pyre_page_title_custom_subheader_text_size',''),(11642,78,'pyre_page_title_font_color',''),(11643,78,'pyre_page_title_height',''),(11644,78,'pyre_page_title_mobile_height',''),(11645,78,'pyre_page_title_bar_bg',''),(11646,78,'pyre_page_title_bar_bg_retina',''),(11647,78,'pyre_page_title_bar_bg_color',''),(11648,78,'pyre_page_title_bar_borders_color',''),(11649,78,'pyre_page_title_bar_bg_full','default'),(11650,78,'pyre_page_title_bg_parallax','default'),(11651,78,'pyre_page_title_breadcrumbs_search_bar','default'),(11652,78,'_tax_status','taxable'),(11653,78,'_tax_class',''),(11654,78,'_product_version','2.4.7'),(11655,78,'_wp_old_slug','product-10'),(11656,78,'_downloadable_files','a:1:{s:32:\"9a262085b60f586b0b7bbd5e2961a83b\";a:2:{s:4:\"name\";s:21:\"Avada WordPress Theme\";s:4:\"file\";s:87:\"http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\";}}'),(11657,78,'_download_limit','5'),(11658,78,'_download_expiry',''),(11659,78,'_download_type','application'),(11660,78,'_wp_old_slug','ultra-ray-glasses'),(11661,78,'_wp_old_slug','x-ray-glass-software'),(11662,78,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(11663,78,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(11664,78,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(11665,78,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(11669,757,'_thumbnail_id','923'),(11670,757,'_visibility','visible'),(11671,757,'_stock_status','instock'),(11672,757,'_downloadable','no'),(11673,757,'_virtual','no'),(11674,757,'_regular_price','150'),(11675,757,'_sale_price',''),(11676,757,'_purchase_note',''),(11677,757,'_featured','yes'),(11678,757,'_weight','1'),(11679,757,'_length','100'),(11680,757,'_width','30'),(11681,757,'_height',''),(11682,757,'_sku','MS011'),(11683,757,'_product_attributes','a:3:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:11:\"pa_material\";a:6:{s:4:\"name\";s:11:\"pa_material\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"2\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}}'),(11684,757,'_sale_price_dates_from',''),(11685,757,'_sale_price_dates_to',''),(11686,757,'_price','150'),(11687,757,'_sold_individually',''),(11688,757,'_manage_stock','no'),(11689,757,'_backorders','no'),(11690,757,'_stock',''),(11691,757,'_upsell_ids','a:0:{}'),(11692,757,'_crosssell_ids','a:0:{}'),(11693,757,'_product_image_gallery','920,919,916'),(11694,757,'pyre_main_top_padding',''),(11695,757,'pyre_main_bottom_padding',''),(11696,757,'pyre_hundredp_padding',''),(11697,757,'pyre_display_header','yes'),(11698,757,'pyre_header_100_width','default'),(11699,757,'pyre_header_bg',''),(11700,757,'pyre_header_bg_color',''),(11701,757,'pyre_header_bg_opacity','0'),(11702,757,'pyre_header_bg_full','no'),(11703,757,'pyre_header_bg_repeat','repeat'),(11704,757,'pyre_displayed_menu','default'),(11705,757,'pyre_display_footer','default'),(11706,757,'pyre_display_copyright','default'),(11707,757,'pyre_footer_100_width','default'),(11708,757,'pyre_sidebar_position','default'),(11709,757,'pyre_sidebar_bg_color',''),(11710,757,'pyre_slider_position','default'),(11711,757,'pyre_slider_type','flex'),(11712,757,'pyre_slider','0'),(11713,757,'pyre_wooslider','womens-product-3'),(11714,757,'pyre_revslider','0'),(11715,757,'pyre_elasticslider','0'),(11716,757,'pyre_fallback',''),(11717,757,'pyre_avada_rev_styles','default'),(11718,757,'pyre_page_bg_layout','default'),(11719,757,'pyre_page_bg',''),(11720,757,'pyre_page_bg_color',''),(11721,757,'pyre_page_bg_full','no'),(11722,757,'pyre_page_bg_repeat','repeat'),(11723,757,'pyre_wide_page_bg',''),(11724,757,'pyre_wide_page_bg_color',''),(11725,757,'pyre_wide_page_bg_full','no'),(11726,757,'pyre_wide_page_bg_repeat','repeat'),(11727,757,'pyre_page_title','default'),(11728,757,'pyre_page_title_text','default'),(11729,757,'pyre_page_title_text_alignment','default'),(11730,757,'pyre_page_title_100_width','default'),(11731,757,'pyre_page_title_custom_text',''),(11732,757,'pyre_page_title_text_size',''),(11733,757,'pyre_page_title_custom_subheader',''),(11734,757,'pyre_page_title_custom_subheader_text_size',''),(11735,757,'pyre_page_title_font_color',''),(11736,757,'pyre_page_title_height',''),(11737,757,'pyre_page_title_mobile_height',''),(11738,757,'pyre_page_title_bar_bg',''),(11739,757,'pyre_page_title_bar_bg_retina',''),(11740,757,'pyre_page_title_bar_bg_color',''),(11741,757,'pyre_page_title_bar_borders_color',''),(11742,757,'pyre_page_title_bar_bg_full','default'),(11743,757,'pyre_page_title_bg_parallax','default'),(11744,757,'pyre_page_title_breadcrumbs_search_bar','default'),(11745,757,'_tax_status','taxable'),(11746,757,'_tax_class',''),(11747,757,'_product_version','2.4.7'),(11748,757,'total_sales','4'),(11749,757,'_wp_old_slug','product-10-copy'),(11750,757,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(11751,757,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(11752,757,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(11753,757,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(11757,758,'_thumbnail_id','920'),(11758,758,'_visibility','visible'),(11759,758,'_stock_status','instock'),(11760,758,'_downloadable','no'),(11761,758,'_virtual','no'),(11762,758,'_regular_price','89'),(11763,758,'_sale_price',''),(11764,758,'_purchase_note',''),(11765,758,'_featured','yes'),(11766,758,'_weight','1'),(11767,758,'_length','100'),(11768,758,'_width','30'),(11769,758,'_height',''),(11770,758,'_sku','MS012'),(11771,758,'_product_attributes','a:3:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:11:\"pa_material\";a:6:{s:4:\"name\";s:11:\"pa_material\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"2\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}}'),(11772,758,'_sale_price_dates_from',''),(11773,758,'_sale_price_dates_to',''),(11774,758,'_price','89'),(11775,758,'_sold_individually',''),(11776,758,'_manage_stock','no'),(11777,758,'_backorders','no'),(11778,758,'_stock',''),(11779,758,'_upsell_ids','a:0:{}'),(11780,758,'_crosssell_ids','a:0:{}'),(11781,758,'_product_image_gallery','923,919,916'),(11782,758,'pyre_main_top_padding',''),(11783,758,'pyre_main_bottom_padding',''),(11784,758,'pyre_hundredp_padding',''),(11785,758,'pyre_display_header','yes'),(11786,758,'pyre_header_100_width','default'),(11787,758,'pyre_header_bg',''),(11788,758,'pyre_header_bg_color',''),(11789,758,'pyre_header_bg_opacity','0'),(11790,758,'pyre_header_bg_full','no'),(11791,758,'pyre_header_bg_repeat','repeat'),(11792,758,'pyre_displayed_menu','default'),(11793,758,'pyre_display_footer','default'),(11794,758,'pyre_display_copyright','default'),(11795,758,'pyre_footer_100_width','default'),(11796,758,'pyre_sidebar_position','default'),(11797,758,'pyre_sidebar_bg_color',''),(11798,758,'pyre_slider_position','default'),(11799,758,'pyre_slider_type','flex'),(11800,758,'pyre_slider','0'),(11801,758,'pyre_wooslider','womens-product-2'),(11802,758,'pyre_revslider','0'),(11803,758,'pyre_elasticslider','0'),(11804,758,'pyre_fallback',''),(11805,758,'pyre_avada_rev_styles','default'),(11806,758,'pyre_page_bg_layout','default'),(11807,758,'pyre_page_bg',''),(11808,758,'pyre_page_bg_color',''),(11809,758,'pyre_page_bg_full','no'),(11810,758,'pyre_page_bg_repeat','repeat'),(11811,758,'pyre_wide_page_bg',''),(11812,758,'pyre_wide_page_bg_color',''),(11813,758,'pyre_wide_page_bg_full','no'),(11814,758,'pyre_wide_page_bg_repeat','repeat'),(11815,758,'pyre_page_title','default'),(11816,758,'pyre_page_title_text','default'),(11817,758,'pyre_page_title_text_alignment','default'),(11818,758,'pyre_page_title_100_width','default'),(11819,758,'pyre_page_title_custom_text',''),(11820,758,'pyre_page_title_text_size',''),(11821,758,'pyre_page_title_custom_subheader',''),(11822,758,'pyre_page_title_custom_subheader_text_size',''),(11823,758,'pyre_page_title_font_color',''),(11824,758,'pyre_page_title_height',''),(11825,758,'pyre_page_title_mobile_height',''),(11826,758,'pyre_page_title_bar_bg',''),(11827,758,'pyre_page_title_bar_bg_retina',''),(11828,758,'pyre_page_title_bar_bg_color',''),(11829,758,'pyre_page_title_bar_borders_color',''),(11830,758,'pyre_page_title_bar_bg_full','default'),(11831,758,'pyre_page_title_bg_parallax','default'),(11832,758,'pyre_page_title_breadcrumbs_search_bar','default'),(11833,758,'_tax_status','taxable'),(11834,758,'_tax_class',''),(11835,758,'_product_version','2.4.7'),(11836,758,'total_sales','3'),(11837,758,'_wp_old_slug','product-12'),(11838,758,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(11839,758,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(11840,758,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(11841,758,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(11845,759,'_thumbnail_id','917'),(11846,759,'_visibility','visible'),(11847,759,'_stock_status','instock'),(11848,759,'_downloadable','no'),(11849,759,'_virtual','no'),(11850,759,'_regular_price','39'),(11851,759,'_sale_price',''),(11852,759,'_purchase_note',''),(11853,759,'_featured','yes'),(11854,759,'_weight','1'),(11855,759,'_length','100'),(11856,759,'_width','30'),(11857,759,'_height',''),(11858,759,'_sku','MS013'),(11859,759,'_product_attributes','a:3:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:11:\"pa_material\";a:6:{s:4:\"name\";s:11:\"pa_material\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"2\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}}'),(11860,759,'_sale_price_dates_from',''),(11861,759,'_sale_price_dates_to',''),(11862,759,'_price','39'),(11863,759,'_sold_individually',''),(11864,759,'_manage_stock','no'),(11865,759,'_backorders','no'),(11866,759,'_stock',''),(11867,759,'_upsell_ids','a:0:{}'),(11868,759,'_crosssell_ids','a:0:{}'),(11869,759,'_product_image_gallery','925,921,913'),(11870,759,'pyre_main_top_padding',''),(11871,759,'pyre_main_bottom_padding',''),(11872,759,'pyre_hundredp_padding',''),(11873,759,'pyre_display_header','yes'),(11874,759,'pyre_header_100_width','default'),(11875,759,'pyre_header_bg',''),(11876,759,'pyre_header_bg_color',''),(11877,759,'pyre_header_bg_opacity','0'),(11878,759,'pyre_header_bg_full','no'),(11879,759,'pyre_header_bg_repeat','repeat'),(11880,759,'pyre_displayed_menu','default'),(11881,759,'pyre_display_footer','default'),(11882,759,'pyre_display_copyright','default'),(11883,759,'pyre_footer_100_width','default'),(11884,759,'pyre_sidebar_position','default'),(11885,759,'pyre_sidebar_bg_color',''),(11886,759,'pyre_slider_position','default'),(11887,759,'pyre_slider_type','flex'),(11888,759,'pyre_slider','0'),(11889,759,'pyre_wooslider','mens-product-2'),(11890,759,'pyre_revslider','0'),(11891,759,'pyre_elasticslider','0'),(11892,759,'pyre_fallback',''),(11893,759,'pyre_avada_rev_styles','default'),(11894,759,'pyre_page_bg_layout','default'),(11895,759,'pyre_page_bg',''),(11896,759,'pyre_page_bg_color',''),(11897,759,'pyre_page_bg_full','no'),(11898,759,'pyre_page_bg_repeat','repeat'),(11899,759,'pyre_wide_page_bg',''),(11900,759,'pyre_wide_page_bg_color',''),(11901,759,'pyre_wide_page_bg_full','no'),(11902,759,'pyre_wide_page_bg_repeat','repeat'),(11903,759,'pyre_page_title','default'),(11904,759,'pyre_page_title_text','default'),(11905,759,'pyre_page_title_text_alignment','default'),(11906,759,'pyre_page_title_100_width','default'),(11907,759,'pyre_page_title_custom_text',''),(11908,759,'pyre_page_title_text_size',''),(11909,759,'pyre_page_title_custom_subheader',''),(11910,759,'pyre_page_title_custom_subheader_text_size',''),(11911,759,'pyre_page_title_font_color',''),(11912,759,'pyre_page_title_height',''),(11913,759,'pyre_page_title_mobile_height',''),(11914,759,'pyre_page_title_bar_bg',''),(11915,759,'pyre_page_title_bar_bg_retina',''),(11916,759,'pyre_page_title_bar_bg_color',''),(11917,759,'pyre_page_title_bar_borders_color',''),(11918,759,'pyre_page_title_bar_bg_full','default'),(11919,759,'pyre_page_title_bg_parallax','default'),(11920,759,'pyre_page_title_breadcrumbs_search_bar','default'),(11921,759,'_tax_status','taxable'),(11922,759,'_tax_class',''),(11923,759,'_product_version','2.4.7'),(11924,759,'total_sales','13'),(11925,759,'_wp_old_slug','product-13'),(11926,759,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(11927,759,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(11928,759,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(11929,759,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(11933,760,'_thumbnail_id','912'),(11934,760,'_visibility','visible'),(11935,760,'_stock_status','instock'),(11936,760,'_downloadable','no'),(11937,760,'_virtual','no'),(11938,760,'_regular_price','40'),(11939,760,'_sale_price',''),(11940,760,'_purchase_note',''),(11941,760,'_featured','yes'),(11942,760,'_weight','1'),(11943,760,'_length','100'),(11944,760,'_width','30'),(11945,760,'_height',''),(11946,760,'_sku','MS014'),(11947,760,'_product_attributes','a:4:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:6:\"pa_fit\";a:6:{s:4:\"name\";s:6:\"pa_fit\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"2\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:11:\"pa_material\";a:6:{s:4:\"name\";s:11:\"pa_material\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"3\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}}'),(11948,760,'_sale_price_dates_from',''),(11949,760,'_sale_price_dates_to',''),(11950,760,'_price','40'),(11951,760,'_sold_individually',''),(11952,760,'_manage_stock','no'),(11953,760,'_backorders','no'),(11954,760,'_stock',''),(11955,760,'_upsell_ids','a:0:{}'),(11956,760,'_crosssell_ids','a:0:{}'),(11957,760,'_product_image_gallery','916,924,914'),(11958,760,'pyre_main_top_padding',''),(11959,760,'pyre_main_bottom_padding',''),(11960,760,'pyre_hundredp_padding',''),(11961,760,'pyre_display_header','yes'),(11962,760,'pyre_header_100_width','default'),(11963,760,'pyre_header_bg',''),(11964,760,'pyre_header_bg_color',''),(11965,760,'pyre_header_bg_opacity','0'),(11966,760,'pyre_header_bg_full','no'),(11967,760,'pyre_header_bg_repeat','repeat'),(11968,760,'pyre_displayed_menu','default'),(11969,760,'pyre_display_footer','default'),(11970,760,'pyre_display_copyright','default'),(11971,760,'pyre_footer_100_width','default'),(11972,760,'pyre_sidebar_position','default'),(11973,760,'pyre_sidebar_bg_color',''),(11974,760,'pyre_slider_position','default'),(11975,760,'pyre_slider_type','flex'),(11976,760,'pyre_slider','0'),(11977,760,'pyre_wooslider','womens-product-1'),(11978,760,'pyre_revslider','0'),(11979,760,'pyre_elasticslider','0'),(11980,760,'pyre_fallback',''),(11981,760,'pyre_avada_rev_styles','default'),(11982,760,'pyre_page_bg_layout','default'),(11983,760,'pyre_page_bg',''),(11984,760,'pyre_page_bg_color',''),(11985,760,'pyre_page_bg_full','no'),(11986,760,'pyre_page_bg_repeat','repeat'),(11987,760,'pyre_wide_page_bg',''),(11988,760,'pyre_wide_page_bg_color',''),(11989,760,'pyre_wide_page_bg_full','no'),(11990,760,'pyre_wide_page_bg_repeat','repeat'),(11991,760,'pyre_page_title','default'),(11992,760,'pyre_page_title_text','default'),(11993,760,'pyre_page_title_text_alignment','default'),(11994,760,'pyre_page_title_100_width','default'),(11995,760,'pyre_page_title_custom_text',''),(11996,760,'pyre_page_title_text_size',''),(11997,760,'pyre_page_title_custom_subheader',''),(11998,760,'pyre_page_title_custom_subheader_text_size',''),(11999,760,'pyre_page_title_font_color',''),(12000,760,'pyre_page_title_height',''),(12001,760,'pyre_page_title_mobile_height',''),(12002,760,'pyre_page_title_bar_bg',''),(12003,760,'pyre_page_title_bar_bg_retina',''),(12004,760,'pyre_page_title_bar_bg_color',''),(12005,760,'pyre_page_title_bar_borders_color',''),(12006,760,'pyre_page_title_bar_bg_full','default'),(12007,760,'pyre_page_title_bg_parallax','default'),(12008,760,'pyre_page_title_breadcrumbs_search_bar','default'),(12009,760,'_tax_status','taxable'),(12010,760,'_tax_class',''),(12011,760,'_product_version','2.4.7'),(12012,760,'total_sales','10'),(12013,760,'_wp_old_slug','product-14'),(12014,760,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(12015,760,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(12016,760,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(12017,760,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(12021,761,'_visibility','visible'),(12022,761,'_stock_status','instock'),(12023,761,'_downloadable','no'),(12024,761,'_virtual','no'),(12025,761,'_regular_price','120'),(12026,761,'_sale_price',''),(12027,761,'_purchase_note',''),(12028,761,'_featured','yes'),(12029,761,'_weight','1'),(12030,761,'_length','100'),(12031,761,'_width','30'),(12032,761,'_height',''),(12033,761,'_sku','MS015'),(12034,761,'_product_attributes','a:4:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:6:\"pa_fit\";a:6:{s:4:\"name\";s:6:\"pa_fit\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"2\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}s:11:\"pa_material\";a:6:{s:4:\"name\";s:11:\"pa_material\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"3\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:1;}}'),(12035,761,'_sale_price_dates_from',''),(12036,761,'_sale_price_dates_to',''),(12037,761,'_price','120'),(12038,761,'_sold_individually',''),(12039,761,'_manage_stock','no'),(12040,761,'_backorders','no'),(12041,761,'_stock',''),(12042,761,'_upsell_ids','a:0:{}'),(12043,761,'_crosssell_ids','a:0:{}'),(12044,761,'_product_image_gallery','922,917,913'),(12045,761,'pyre_main_top_padding',''),(12046,761,'pyre_main_bottom_padding',''),(12047,761,'pyre_hundredp_padding',''),(12048,761,'pyre_display_header','yes'),(12049,761,'pyre_header_100_width','default'),(12050,761,'pyre_header_bg',''),(12051,761,'pyre_header_bg_color',''),(12052,761,'pyre_header_bg_opacity','0'),(12053,761,'pyre_header_bg_full','no'),(12054,761,'pyre_header_bg_repeat','repeat'),(12055,761,'pyre_displayed_menu','default'),(12056,761,'pyre_display_footer','default'),(12057,761,'pyre_display_copyright','default'),(12058,761,'pyre_footer_100_width','default'),(12059,761,'pyre_sidebar_position','default'),(12060,761,'pyre_sidebar_bg_color',''),(12061,761,'pyre_slider_position','default'),(12062,761,'pyre_slider_type','flex'),(12063,761,'pyre_slider','0'),(12064,761,'pyre_wooslider','mens-product-1'),(12065,761,'pyre_revslider','0'),(12066,761,'pyre_elasticslider','0'),(12067,761,'pyre_fallback',''),(12068,761,'pyre_avada_rev_styles','default'),(12069,761,'pyre_page_bg_layout','default'),(12070,761,'pyre_page_bg',''),(12071,761,'pyre_page_bg_color',''),(12072,761,'pyre_page_bg_full','no'),(12073,761,'pyre_page_bg_repeat','repeat'),(12074,761,'pyre_wide_page_bg',''),(12075,761,'pyre_wide_page_bg_color',''),(12076,761,'pyre_wide_page_bg_full','no'),(12077,761,'pyre_wide_page_bg_repeat','repeat'),(12078,761,'pyre_page_title','default'),(12079,761,'pyre_page_title_text','default'),(12080,761,'pyre_page_title_text_alignment','default'),(12081,761,'pyre_page_title_100_width','default'),(12082,761,'pyre_page_title_custom_text',''),(12083,761,'pyre_page_title_text_size',''),(12084,761,'pyre_page_title_custom_subheader',''),(12085,761,'pyre_page_title_custom_subheader_text_size',''),(12086,761,'pyre_page_title_font_color',''),(12087,761,'pyre_page_title_height',''),(12088,761,'pyre_page_title_mobile_height',''),(12089,761,'pyre_page_title_bar_bg',''),(12090,761,'pyre_page_title_bar_bg_retina',''),(12091,761,'pyre_page_title_bar_bg_color',''),(12092,761,'pyre_page_title_bar_borders_color',''),(12093,761,'pyre_page_title_bar_bg_full','default'),(12094,761,'pyre_page_title_bg_parallax','default'),(12095,761,'pyre_page_title_breadcrumbs_search_bar','default'),(12096,761,'_tax_status','taxable'),(12097,761,'_tax_class',''),(12098,761,'_product_version','2.4.7'),(12099,761,'total_sales','5'),(12100,761,'_wp_old_slug','product-15'),(12101,761,'_thumbnail_id','915'),(12102,761,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(12103,761,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(12104,761,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(12105,761,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(12109,1097,'_order_key','wc_order_5679a0c3c9358'),(12110,1097,'_order_currency','USD'),(12111,1097,'_prices_include_tax','no'),(12112,1097,'_customer_ip_address','93.139.33.190'),(12113,1097,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:42.0) Gecko/20100101 Firefox/42.0'),(12114,1097,'_customer_user','0'),(12115,1097,'_created_via','checkout'),(12116,1097,'_order_version','2.4.12'),(12117,1097,'_order_shipping','0'),(12118,1097,'_billing_first_name','e8rueh'),(12119,1097,'_billing_last_name','¸eurhgieurh'),(12120,1097,'_billing_company','eiuhfwu'),(12121,1097,'_billing_email','wefeh@wefw.com'),(12122,1097,'_billing_phone','236482736487'),(12123,1097,'_billing_country','HR'),(12124,1097,'_billing_address_1','wdhfwueh'),(12125,1097,'_billing_address_2',''),(12126,1097,'_billing_city','ksudfhu'),(12127,1097,'_billing_state','erfu'),(12128,1097,'_billing_postcode','34234'),(12129,1097,'_shipping_first_name','e8rueh'),(12130,1097,'_shipping_last_name','¸eurhgieurh'),(12131,1097,'_shipping_company','eiuhfwu'),(12132,1097,'_shipping_country','HR'),(12133,1097,'_shipping_address_1','wdhfwueh'),(12134,1097,'_shipping_address_2',''),(12135,1097,'_shipping_city','ksudfhu'),(12136,1097,'_shipping_state','erfu'),(12137,1097,'_shipping_postcode','34234'),(12138,1097,'_payment_method','paypal'),(12139,1097,'_payment_method_title','PayPal'),(12140,1097,'_cart_discount','0'),(12141,1097,'_cart_discount_tax','0'),(12142,1097,'_order_tax','0'),(12143,1097,'_order_shipping_tax','0'),(12144,1097,'_order_total','150.00'),(12145,1112,'_order_key','wc_order_56d8022c907b3'),(12146,1112,'_order_currency','USD'),(12147,1112,'_prices_include_tax','no'),(12148,1112,'_customer_ip_address','79.24.126.216'),(12149,1112,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0'),(12150,1112,'_customer_user','0'),(12151,1112,'_created_via','checkout'),(12152,1112,'_order_version','2.5.2'),(12153,1112,'_order_shipping','0'),(12154,1112,'_billing_first_name','Da'),(12155,1112,'_billing_last_name','vi'),(12156,1112,'_billing_company','de'),(12157,1112,'_billing_email','info@der.com'),(12158,1112,'_billing_phone','123456'),(12159,1112,'_billing_country','IT'),(12160,1112,'_billing_address_1','via li'),(12161,1112,'_billing_address_2','25'),(12162,1112,'_billing_city','recco'),(12163,1112,'_billing_state','GE'),(12164,1112,'_billing_postcode','12345'),(12165,1112,'_shipping_first_name','Da'),(12166,1112,'_shipping_last_name','vi'),(12167,1112,'_shipping_company','de'),(12168,1112,'_shipping_country','IT'),(12169,1112,'_shipping_address_1','via li'),(12170,1112,'_shipping_address_2','25'),(12171,1112,'_shipping_city','recco'),(12172,1112,'_shipping_state','GE'),(12173,1112,'_shipping_postcode','12345'),(12174,1112,'_payment_method','paypal'),(12175,1112,'_payment_method_title','PayPal'),(12176,1112,'_cart_discount','0'),(12177,1112,'_cart_discount_tax','0'),(12178,1112,'_order_tax','0'),(12179,1112,'_order_shipping_tax','0'),(12180,1112,'_order_total','219.00'),(12181,1181,'_product_attributes','a:3:{s:5:\"sizes\";a:6:{s:4:\"name\";s:5:\"Sizes\";s:5:\"value\";s:17:\"34 | 42 | 44 | 48\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}s:6:\"colors\";a:6:{s:4:\"name\";s:6:\"Colors\";s:5:\"value\";s:27:\"Black | Blue | Brown | Gray\";s:8:\"position\";s:1:\"1\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}s:5:\"shape\";a:6:{s:4:\"name\";s:5:\"Shape\";s:5:\"value\";s:23:\"Loose | Slim | Straight\";s:8:\"position\";s:1:\"2\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(12182,1181,'_thumbnail_id','922'),(12183,1181,'_visibility','visible'),(12184,1181,'total_sales','0'),(12185,1181,'_downloadable','no'),(12186,1181,'_virtual','no'),(12187,1181,'_purchase_note',''),(12188,1181,'_featured','no'),(12189,1181,'_weight','3'),(12190,1181,'_length','48'),(12191,1181,'_width','120'),(12192,1181,'_height',''),(12193,1181,'_regular_price',''),(12194,1181,'_sale_price',''),(12195,1181,'_sale_price_dates_from',''),(12196,1181,'_sale_price_dates_to',''),(12197,1181,'_sold_individually',''),(12198,1181,'_manage_stock','no'),(12199,1181,'_backorders','no'),(12200,1181,'_stock',''),(12201,1181,'_upsell_ids','a:0:{}'),(12202,1181,'_crosssell_ids','a:0:{}'),(12203,1181,'_stock_status','instock'),(12204,1181,'_product_version','2.6.0'),(12205,1181,'_product_image_gallery','921,917,915'),(12206,1181,'pyre_main_top_padding',''),(12207,1181,'pyre_main_bottom_padding',''),(12208,1181,'pyre_hundredp_padding',''),(12209,1181,'pyre_display_header','yes'),(12210,1181,'pyre_header_100_width','default'),(12211,1181,'pyre_header_bg',''),(12212,1181,'pyre_header_bg_color',''),(12213,1181,'pyre_header_bg_opacity',''),(12214,1181,'pyre_header_bg_full','no'),(12215,1181,'pyre_header_bg_repeat','repeat'),(12216,1181,'pyre_displayed_menu','default'),(12217,1181,'pyre_display_footer','default'),(12218,1181,'pyre_display_copyright','default'),(12219,1181,'pyre_footer_100_width','default'),(12220,1181,'pyre_sidebar_position','default'),(12221,1181,'pyre_sidebar_bg_color',''),(12222,1181,'pyre_slider_position','default'),(12223,1181,'pyre_slider_type','no'),(12224,1181,'pyre_slider','0'),(12225,1181,'pyre_wooslider','0'),(12226,1181,'pyre_revslider','0'),(12227,1181,'pyre_elasticslider','0'),(12228,1181,'pyre_fallback',''),(12229,1181,'pyre_avada_rev_styles','default'),(12230,1181,'pyre_page_bg_layout','default'),(12231,1181,'pyre_page_bg',''),(12232,1181,'pyre_page_bg_color',''),(12233,1181,'pyre_page_bg_full','no'),(12234,1181,'pyre_page_bg_repeat','repeat'),(12235,1181,'pyre_wide_page_bg',''),(12236,1181,'pyre_wide_page_bg_color',''),(12237,1181,'pyre_wide_page_bg_full','no'),(12238,1181,'pyre_wide_page_bg_repeat','repeat'),(12239,1181,'pyre_page_title','default'),(12240,1181,'pyre_page_title_text','default'),(12241,1181,'pyre_page_title_text_alignment','default'),(12242,1181,'pyre_page_title_100_width','default'),(12243,1181,'pyre_page_title_custom_text',''),(12244,1181,'pyre_page_title_text_size',''),(12245,1181,'pyre_page_title_custom_subheader',''),(12246,1181,'pyre_page_title_custom_subheader_text_size',''),(12247,1181,'pyre_page_title_font_color',''),(12248,1181,'pyre_page_title_height',''),(12249,1181,'pyre_page_title_mobile_height',''),(12250,1181,'pyre_page_title_bar_bg',''),(12251,1181,'pyre_page_title_bar_bg_retina',''),(12252,1181,'pyre_page_title_bar_bg_color',''),(12253,1181,'pyre_page_title_bar_borders_color',''),(12254,1181,'pyre_page_title_bar_bg_full','default'),(12255,1181,'pyre_page_title_bg_parallax','default'),(12256,1181,'pyre_page_title_breadcrumbs_search_bar','default'),(12257,1181,'_min_variation_price','120'),(12258,1181,'_max_variation_price','120'),(12259,1181,'_min_price_variation_id','1182'),(12260,1181,'_max_price_variation_id','1182'),(12261,1181,'_min_variation_regular_price','120'),(12262,1181,'_max_variation_regular_price','120'),(12263,1181,'_min_regular_price_variation_id','1182'),(12264,1181,'_max_regular_price_variation_id','1182'),(12265,1181,'_min_variation_sale_price',''),(12266,1181,'_max_variation_sale_price',''),(12267,1181,'_min_sale_price_variation_id',''),(12268,1181,'_max_sale_price_variation_id',''),(12269,1181,'_default_attributes','a:0:{}'),(12270,1181,'_sku','MS003'),(12274,1181,'_wp_old_slug','suede-jacket-2'),(12275,1181,'_price','120'),(12276,1181,'_price','120'),(12277,1181,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(12278,1181,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(12279,1181,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(12280,1181,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(12281,1182,'_sku',''),(12282,1182,'_thumbnail_id','0'),(12283,1182,'_virtual','no'),(12284,1182,'_downloadable','no'),(12285,1182,'_weight',''),(12286,1182,'_length',''),(12287,1182,'_width',''),(12288,1182,'_height',''),(12289,1182,'_manage_stock','no'),(12290,1182,'_stock_status','instock'),(12291,1182,'_regular_price','120'),(12292,1182,'_sale_price',''),(12293,1182,'_sale_price_dates_from',''),(12294,1182,'_sale_price_dates_to',''),(12295,1182,'_price','120'),(12296,1182,'_download_limit',''),(12297,1182,'_download_expiry',''),(12298,1182,'_downloadable_files',''),(12299,1182,'_variation_description',''),(12300,1182,'attribute_sizes',''),(12301,1182,'attribute_colors',''),(12302,1182,'attribute_shape',''),(12303,1183,'_sku',''),(12304,1183,'_thumbnail_id','0'),(12305,1183,'_virtual','no'),(12306,1183,'_downloadable','no'),(12307,1183,'_weight',''),(12308,1183,'_length',''),(12309,1183,'_width',''),(12310,1183,'_height',''),(12311,1183,'_manage_stock','no'),(12312,1183,'_stock_status','instock'),(12313,1183,'_regular_price',''),(12314,1183,'_sale_price',''),(12315,1183,'_sale_price_dates_from',''),(12316,1183,'_sale_price_dates_to',''),(12317,1183,'_price',''),(12318,1183,'_download_limit',''),(12319,1183,'_download_expiry',''),(12320,1183,'_downloadable_files',''),(12321,1183,'_variation_description',''),(12322,1183,'attribute_sizes',''),(12323,1183,'attribute_colors',''),(12324,1183,'attribute_shape',''),(12325,1184,'_sku',''),(12326,1184,'_thumbnail_id','0'),(12327,1184,'_virtual','no'),(12328,1184,'_downloadable','no'),(12329,1184,'_weight',''),(12330,1184,'_length',''),(12331,1184,'_width',''),(12332,1184,'_height',''),(12333,1184,'_manage_stock','no'),(12334,1184,'_stock_status','instock'),(12335,1184,'_regular_price',''),(12336,1184,'_sale_price',''),(12337,1184,'_sale_price_dates_from',''),(12338,1184,'_sale_price_dates_to',''),(12339,1184,'_price',''),(12340,1184,'_download_limit',''),(12341,1184,'_download_expiry',''),(12342,1184,'_downloadable_files',''),(12343,1184,'_variation_description',''),(12344,1184,'attribute_sizes',''),(12345,1184,'attribute_colors',''),(12346,1184,'attribute_shape',''),(12347,1094,'_order_key','wc_order_567573d91bab3'),(12348,1094,'_order_currency','USD'),(12349,1094,'_prices_include_tax','no'),(12350,1094,'_customer_ip_address','190.17.207.116'),(12351,1094,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(12352,1094,'_customer_user','0'),(12353,1094,'_created_via','checkout'),(12354,1094,'_order_version','2.4.12'),(12355,1094,'_order_shipping','0'),(12356,1094,'_billing_first_name','a'),(12357,1094,'_billing_last_name','a'),(12358,1094,'_billing_company',''),(12359,1094,'_billing_email','ab@ab.com'),(12360,1094,'_billing_phone','698798787'),(12361,1094,'_billing_country','AR'),(12362,1094,'_billing_address_1','Loyola 228 5b'),(12363,1094,'_billing_address_2',''),(12364,1094,'_billing_city','Buenos Aires'),(12365,1094,'_billing_state','C'),(12366,1094,'_billing_postcode','1414'),(12367,1094,'_shipping_first_name','a'),(12368,1094,'_shipping_last_name','a'),(12369,1094,'_shipping_company',''),(12370,1094,'_shipping_country','AR'),(12371,1094,'_shipping_address_1','Loyola 228 5b'),(12372,1094,'_shipping_address_2',''),(12373,1094,'_shipping_city','Buenos Aires'),(12374,1094,'_shipping_state','C'),(12375,1094,'_shipping_postcode','1414'),(12376,1094,'_payment_method','cheque'),(12377,1094,'_payment_method_title','Cheque Payment'),(12378,1094,'_cart_discount','0'),(12379,1094,'_cart_discount_tax','0'),(12380,1094,'_order_tax','0'),(12381,1094,'_order_shipping_tax','0'),(12382,1094,'_order_total','80.00'),(12383,1094,'_recorded_sales','yes'),(12384,1094,'_order_stock_reduced','1'),(12385,1095,'_order_key','wc_order_5675b03be3f89'),(12386,1095,'_order_currency','USD'),(12387,1095,'_prices_include_tax','no'),(12388,1095,'_customer_ip_address','76.222.219.112'),(12389,1095,'_customer_user_agent','Mozilla/5.0 (Linux; Android 5.0; SAMSUNG-SM-G900A Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.83 Mobile Safari/537.36'),(12390,1095,'_customer_user','0'),(12391,1095,'_created_via','checkout'),(12392,1095,'_order_version','2.4.12'),(12393,1095,'_order_shipping','0'),(12394,1095,'_billing_first_name','G'),(12395,1095,'_billing_last_name','V'),(12396,1095,'_billing_company',''),(12397,1095,'_billing_email','vvghh@yahoo.com'),(12398,1095,'_billing_phone','2883685566'),(12399,1095,'_billing_country','US'),(12400,1095,'_billing_address_1','12 dfvgh'),(12401,1095,'_billing_address_2',''),(12402,1095,'_billing_city','Fort Worth'),(12403,1095,'_billing_state','TX'),(12404,1095,'_billing_postcode','76118'),(12405,1095,'_shipping_first_name','G'),(12406,1095,'_shipping_last_name','V'),(12407,1095,'_shipping_company',''),(12408,1095,'_shipping_country','US'),(12409,1095,'_shipping_address_1','12 dfvgh'),(12410,1095,'_shipping_address_2',''),(12411,1095,'_shipping_city','Fort Worth'),(12412,1095,'_shipping_state','TX'),(12413,1095,'_shipping_postcode','76118'),(12414,1095,'_payment_method','cheque'),(12415,1095,'_payment_method_title','Cheque Payment'),(12416,1095,'_cart_discount','0'),(12417,1095,'_cart_discount_tax','0'),(12418,1095,'_order_tax','0'),(12419,1095,'_order_shipping_tax','0'),(12420,1095,'_order_total','729.00'),(12421,1095,'_recorded_sales','yes'),(12422,1095,'_order_stock_reduced','1'),(12423,1098,'_order_key','wc_order_56835c5d2a2ee'),(12424,1098,'_order_currency','USD'),(12425,1098,'_prices_include_tax','no'),(12426,1098,'_customer_ip_address','115.178.49.162'),(12427,1098,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(12428,1098,'_customer_user','0'),(12429,1098,'_created_via','checkout'),(12430,1098,'_order_version','2.4.12'),(12431,1098,'_order_shipping','0'),(12432,1098,'_billing_first_name','heri'),(12433,1098,'_billing_last_name','rahmat'),(12434,1098,'_billing_company','hghg'),(12435,1098,'_billing_email','rie.maika@gmail.com'),(12436,1098,'_billing_phone','776544'),(12437,1098,'_billing_country','ID'),(12438,1098,'_billing_address_1','hghg'),(12439,1098,'_billing_address_2','hgh'),(12440,1098,'_billing_city','bandung'),(12441,1098,'_billing_state','JB'),(12442,1098,'_billing_postcode','40534'),(12443,1098,'_shipping_first_name','heri'),(12444,1098,'_shipping_last_name','rahmat'),(12445,1098,'_shipping_company','hghg'),(12446,1098,'_shipping_country','ID'),(12447,1098,'_shipping_address_1','hghg'),(12448,1098,'_shipping_address_2','hgh'),(12449,1098,'_shipping_city','bandung'),(12450,1098,'_shipping_state','JB'),(12451,1098,'_shipping_postcode','40534'),(12452,1098,'_payment_method','cheque'),(12453,1098,'_payment_method_title','Cheque Payment'),(12454,1098,'_cart_discount','0'),(12455,1098,'_cart_discount_tax','0'),(12456,1098,'_order_tax','0'),(12457,1098,'_order_shipping_tax','0'),(12458,1098,'_order_total','150.00'),(12459,1098,'_recorded_sales','yes'),(12460,1098,'_order_stock_reduced','1'),(12461,1113,'_order_key','wc_order_56d9ecccde32d'),(12462,1113,'_order_currency','USD'),(12463,1113,'_prices_include_tax','no'),(12464,1113,'_customer_ip_address','190.46.139.27'),(12465,1113,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 9_2_1 like Mac OS X) AppleWebKit/601.1 (KHTML, like Gecko) CriOS/48.0.2564.104 Mobile/13D15 Safari/601.1.46'),(12466,1113,'_customer_user','0'),(12467,1113,'_created_via','checkout'),(12468,1113,'_order_version','2.5.2'),(12469,1113,'_order_shipping','0'),(12470,1113,'_billing_first_name','Sergio'),(12471,1113,'_billing_last_name','Rodriguez'),(12472,1113,'_billing_company','Aquacontrol'),(12473,1113,'_billing_email','serodriguez@udec.cl'),(12474,1113,'_billing_phone','+56987831556'),(12475,1113,'_billing_country','CL'),(12476,1113,'_billing_address_1','Pasaje 17 casa 488 Laguna Redonda Concepcion'),(12477,1113,'_billing_address_2',''),(12478,1113,'_billing_city','Concepcion'),(12479,1113,'_billing_state','Concepcion'),(12480,1113,'_billing_postcode','2030000'),(12481,1113,'_shipping_first_name','Sergio'),(12482,1113,'_shipping_last_name','Rodriguez'),(12483,1113,'_shipping_company','Aquacontrol'),(12484,1113,'_shipping_country','CL'),(12485,1113,'_shipping_address_1','Pasaje 17 casa 488 Laguna Redonda Concepcion'),(12486,1113,'_shipping_address_2',''),(12487,1113,'_shipping_city','Concepcion'),(12488,1113,'_shipping_state','Concepcion'),(12489,1113,'_shipping_postcode','2030000'),(12490,1113,'_payment_method','paypal'),(12491,1113,'_payment_method_title','PayPal'),(12492,1113,'_cart_discount','0'),(12493,1113,'_cart_discount_tax','0'),(12494,1113,'_order_tax','0'),(12495,1113,'_order_shipping_tax','0'),(12496,1113,'_order_total','120.00'),(12497,1114,'_order_key','wc_order_56da1d405f92d'),(12498,1114,'_order_currency','USD'),(12499,1114,'_prices_include_tax','no'),(12500,1114,'_customer_ip_address','200.57.103.6'),(12501,1114,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2667.0 Safari/537.36'),(12502,1114,'_customer_user','0'),(12503,1114,'_created_via','checkout'),(12504,1114,'_order_version','2.5.2'),(12505,1114,'_order_shipping','0'),(12506,1114,'_billing_first_name','César'),(12507,1114,'_billing_last_name','Carranza'),(12508,1114,'_billing_company',''),(12509,1114,'_billing_email','cescc78@gmail.com'),(12510,1114,'_billing_phone','01444422006301'),(12511,1114,'_billing_country','MX'),(12512,1114,'_billing_address_1','Tulipanes 202'),(12513,1114,'_billing_address_2','Tabachines, El Pueblito'),(12514,1114,'_billing_city','Corregidora'),(12515,1114,'_billing_state','Queretaro'),(12516,1114,'_billing_postcode','76902'),(12517,1114,'_shipping_first_name','César'),(12518,1114,'_shipping_last_name','Carranza'),(12519,1114,'_shipping_company',''),(12520,1114,'_shipping_country','MX'),(12521,1114,'_shipping_address_1','Tulipanes 202'),(12522,1114,'_shipping_address_2','Tabachines, El Pueblito'),(12523,1114,'_shipping_city','Corregidora'),(12524,1114,'_shipping_state','Queretaro'),(12525,1114,'_shipping_postcode','76902'),(12526,1114,'_payment_method','paypal'),(12527,1114,'_payment_method_title','PayPal'),(12528,1114,'_cart_discount','0'),(12529,1114,'_cart_discount_tax','0'),(12530,1114,'_order_tax','0'),(12531,1114,'_order_shipping_tax','0'),(12532,1114,'_order_total','89.00'),(12533,1115,'_order_key','wc_order_56da1dd475bc7'),(12534,1115,'_order_currency','USD'),(12535,1115,'_prices_include_tax','no'),(12536,1115,'_customer_ip_address','200.57.103.6'),(12537,1115,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36'),(12538,1115,'_customer_user','0'),(12539,1115,'_created_via','checkout'),(12540,1115,'_order_version','2.5.2'),(12541,1115,'_order_shipping','0'),(12542,1115,'_billing_first_name','César'),(12543,1115,'_billing_last_name','Carranza Contreras'),(12544,1115,'_billing_company',''),(12545,1115,'_billing_email','cescc78-buyer@gmail.com'),(12546,1115,'_billing_phone','+5214422006301'),(12547,1115,'_billing_country','MX'),(12548,1115,'_billing_address_1','Tulipanes 202'),(12549,1115,'_billing_address_2','Tabachines, El Pueblito'),(12550,1115,'_billing_city','Corregidora'),(12551,1115,'_billing_state','Estado de Mexico'),(12552,1115,'_billing_postcode','76902'),(12553,1115,'_shipping_first_name','César'),(12554,1115,'_shipping_last_name','Carranza Contreras'),(12555,1115,'_shipping_company',''),(12556,1115,'_shipping_country','MX'),(12557,1115,'_shipping_address_1','Tulipanes 202'),(12558,1115,'_shipping_address_2','Tabachines, El Pueblito'),(12559,1115,'_shipping_city','Corregidora'),(12560,1115,'_shipping_state','Estado de Mexico'),(12561,1115,'_shipping_postcode','76902'),(12562,1115,'_payment_method','paypal'),(12563,1115,'_payment_method_title','PayPal'),(12564,1115,'_cart_discount','0'),(12565,1115,'_cart_discount_tax','0'),(12566,1115,'_order_tax','0'),(12567,1115,'_order_shipping_tax','0'),(12568,1115,'_order_total','39.00'),(12569,1121,'_order_key','wc_order_56ed505a4a4e6'),(12570,1121,'_order_currency','USD'),(12571,1121,'_prices_include_tax','no'),(12572,1121,'_customer_ip_address','71.14.178.60'),(12573,1121,'_customer_user_agent','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)'),(12574,1121,'_customer_user','0'),(12575,1121,'_created_via','checkout'),(12576,1121,'_order_version','2.5.2'),(12577,1121,'_order_shipping','0'),(12578,1121,'_billing_first_name','patrick'),(12579,1121,'_billing_last_name','judd'),(12580,1121,'_billing_company','the daily bread'),(12581,1121,'_billing_email','pjudd@thedbcafe.com'),(12582,1121,'_billing_phone','3144719326'),(12583,1121,'_billing_country','US'),(12584,1121,'_billing_address_1','11719 manchester rd'),(12585,1121,'_billing_address_2',''),(12586,1121,'_billing_city','kirkwood'),(12587,1121,'_billing_state','MO'),(12588,1121,'_billing_postcode','63122'),(12589,1121,'_shipping_first_name','patrick'),(12590,1121,'_shipping_last_name','judd'),(12591,1121,'_shipping_company','the daily bread'),(12592,1121,'_shipping_country','US'),(12593,1121,'_shipping_address_1','11719 manchester rd'),(12594,1121,'_shipping_address_2',''),(12595,1121,'_shipping_city','kirkwood'),(12596,1121,'_shipping_state','MO'),(12597,1121,'_shipping_postcode','63122'),(12598,1121,'_payment_method','paypal'),(12599,1121,'_payment_method_title','PayPal'),(12600,1121,'_cart_discount','0'),(12601,1121,'_cart_discount_tax','0'),(12602,1121,'_order_tax','0'),(12603,1121,'_order_shipping_tax','0'),(12604,1121,'_order_total','120.00'),(12605,1124,'_order_key','wc_order_57039bb235aed'),(12606,1124,'_order_currency','USD'),(12607,1124,'_prices_include_tax','no'),(12608,1124,'_customer_ip_address','5.20.129.36'),(12609,1124,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36'),(12610,1124,'_customer_user','0'),(12611,1124,'_created_via','checkout'),(12612,1124,'_order_version','2.5.2'),(12613,1124,'_order_shipping','0'),(12614,1124,'_billing_first_name','asdsadas'),(12615,1124,'_billing_last_name','asdasdasd'),(12616,1124,'_billing_company',''),(12617,1124,'_billing_email','adasd@adasdasda.com'),(12618,1124,'_billing_phone','862548121'),(12619,1124,'_billing_country','LT'),(12620,1124,'_billing_address_1','asdasdasdasda'),(12621,1124,'_billing_address_2',''),(12622,1124,'_billing_city','asdasdasdas'),(12623,1124,'_billing_state','asdasdas'),(12624,1124,'_billing_postcode','ASDASDSA'),(12625,1124,'_shipping_first_name','asdsadas'),(12626,1124,'_shipping_last_name','asdasdasd'),(12627,1124,'_shipping_company',''),(12628,1124,'_shipping_country','LT'),(12629,1124,'_shipping_address_1','asdasdasdasda'),(12630,1124,'_shipping_address_2',''),(12631,1124,'_shipping_city','asdasdasdas'),(12632,1124,'_shipping_state','asdasdas'),(12633,1124,'_shipping_postcode','ASDASDSA'),(12634,1124,'_payment_method','paypal'),(12635,1124,'_payment_method_title','PayPal'),(12636,1124,'_cart_discount','0'),(12637,1124,'_cart_discount_tax','0'),(12638,1124,'_order_tax','0'),(12639,1124,'_order_shipping_tax','0'),(12640,1124,'_order_total','120.00'),(12641,1146,'_order_key','wc_order_570eb8acbdba0'),(12642,1146,'_order_currency','USD'),(12643,1146,'_prices_include_tax','no'),(12644,1146,'_customer_ip_address','70.89.178.58'),(12645,1146,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36'),(12646,1146,'_customer_user','0'),(12647,1146,'_created_via','checkout'),(12648,1146,'_order_version','2.5.2'),(12649,1146,'_order_shipping','0'),(12650,1146,'_billing_first_name','james'),(12651,1146,'_billing_last_name','bond'),(12652,1146,'_billing_company','fake corp'),(12653,1146,'_billing_email','fake.me@fugde.net'),(12654,1146,'_billing_phone','28-345-1234'),(12655,1146,'_billing_country','US'),(12656,1146,'_billing_address_1','123 fake street'),(12657,1146,'_billing_address_2',''),(12658,1146,'_billing_city','Anytown'),(12659,1146,'_billing_state','AL'),(12660,1146,'_billing_postcode','01825'),(12661,1146,'_shipping_first_name','james'),(12662,1146,'_shipping_last_name','bond'),(12663,1146,'_shipping_company','fake corp'),(12664,1146,'_shipping_country','US'),(12665,1146,'_shipping_address_1','123 fake street'),(12666,1146,'_shipping_address_2',''),(12667,1146,'_shipping_city','Anytown'),(12668,1146,'_shipping_state','AL'),(12669,1146,'_shipping_postcode','01825'),(12670,1146,'_payment_method','paypal'),(12671,1146,'_payment_method_title','PayPal'),(12672,1146,'_cart_discount','0'),(12673,1146,'_cart_discount_tax','0'),(12674,1146,'_order_tax','0'),(12675,1146,'_order_shipping_tax','0'),(12676,1146,'_order_total','2100.00'),(12677,1147,'_order_key','wc_order_570f1d71ca2be'),(12678,1147,'_order_currency','USD'),(12679,1147,'_prices_include_tax','no'),(12680,1147,'_customer_ip_address','178.121.51.151'),(12681,1147,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36'),(12682,1147,'_customer_user','1798'),(12683,1147,'_created_via','checkout'),(12684,1147,'_order_version','2.5.2'),(12685,1147,'_order_shipping','0'),(12686,1147,'_billing_first_name','Nik'),(12687,1147,'_billing_last_name','Nikov'),(12688,1147,'_billing_company','Marilon'),(12689,1147,'_billing_email','marilon@gmail.com'),(12690,1147,'_billing_phone','+375445892539'),(12691,1147,'_billing_country','BY'),(12692,1147,'_billing_address_1','Sverid'),(12693,1147,'_billing_address_2','Severid'),(12694,1147,'_billing_city','Gomel'),(12695,1147,'_billing_state','Gomel'),(12696,1147,'_billing_postcode','246050'),(12697,1147,'_shipping_first_name','Nik'),(12698,1147,'_shipping_last_name','Nikov'),(12699,1147,'_shipping_company','Marilon'),(12700,1147,'_shipping_country','BY'),(12701,1147,'_shipping_address_1','Sverid'),(12702,1147,'_shipping_address_2','Severid'),(12703,1147,'_shipping_city','Gomel'),(12704,1147,'_shipping_state','Gomel'),(12705,1147,'_shipping_postcode','246050'),(12706,1147,'_payment_method','paypal'),(12707,1147,'_payment_method_title','PayPal'),(12708,1147,'_cart_discount','0'),(12709,1147,'_cart_discount_tax','0'),(12710,1147,'_order_tax','0'),(12711,1147,'_order_shipping_tax','0'),(12712,1147,'_order_total','39.00'),(12713,1153,'_order_key','wc_order_5717f94f18435'),(12714,1153,'_order_currency','USD'),(12715,1153,'_prices_include_tax','no'),(12716,1153,'_customer_ip_address','78.125.133.213'),(12717,1153,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36'),(12718,1153,'_customer_user','0'),(12719,1153,'_created_via','checkout'),(12720,1153,'_order_version','2.5.5'),(12721,1153,'_billing_first_name','test'),(12722,1153,'_billing_last_name','test'),(12723,1153,'_billing_company','test'),(12724,1153,'_billing_email','t@t.com'),(12725,1153,'_billing_phone','07788999878'),(12726,1153,'_billing_country','GB'),(12727,1153,'_billing_address_1','test'),(12728,1153,'_billing_address_2',''),(12729,1153,'_billing_city','test'),(12730,1153,'_billing_state','test'),(12731,1153,'_billing_postcode','RG12 7DD'),(12732,1153,'_shipping_first_name','test'),(12733,1153,'_shipping_last_name','test'),(12734,1153,'_shipping_company','test'),(12735,1153,'_shipping_country','GB'),(12736,1153,'_shipping_address_1','test'),(12737,1153,'_shipping_address_2',''),(12738,1153,'_shipping_city','test'),(12739,1153,'_shipping_state','test'),(12740,1153,'_shipping_postcode','RG12 7DD'),(12741,1153,'_payment_method','paypal'),(12742,1153,'_payment_method_title','PayPal'),(12743,1153,'_order_shipping',''),(12744,1153,'_cart_discount','0'),(12745,1153,'_cart_discount_tax','0'),(12746,1153,'_order_tax','0'),(12747,1153,'_order_shipping_tax','0'),(12748,1153,'_order_total','340.00'),(12749,1155,'_order_key','wc_order_571d919fba9bb'),(12750,1155,'_order_currency','USD'),(12751,1155,'_prices_include_tax','no'),(12752,1155,'_customer_ip_address','60.242.9.36'),(12753,1155,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.86 Safari/537.36'),(12754,1155,'_customer_user','0'),(12755,1155,'_created_via','checkout'),(12756,1155,'_order_version','2.5.5'),(12757,1155,'_order_shipping','0'),(12758,1155,'_billing_first_name','srdt'),(12759,1155,'_billing_last_name','jbn'),(12760,1155,'_billing_company',''),(12761,1155,'_billing_email','kjkjnsgf@caerg.com'),(12762,1155,'_billing_phone','04123412312'),(12763,1155,'_billing_country','AU'),(12764,1155,'_billing_address_1','4 yep road'),(12765,1155,'_billing_address_2',''),(12766,1155,'_billing_city','yerpsville'),(12767,1155,'_billing_state','QLD'),(12768,1155,'_billing_postcode','4350'),(12769,1155,'_shipping_first_name','srdt'),(12770,1155,'_shipping_last_name','jbn'),(12771,1155,'_shipping_company',''),(12772,1155,'_shipping_country','AU'),(12773,1155,'_shipping_address_1','4 yep road'),(12774,1155,'_shipping_address_2',''),(12775,1155,'_shipping_city','yerpsville'),(12776,1155,'_shipping_state','QLD'),(12777,1155,'_shipping_postcode','4350'),(12778,1155,'_payment_method','paypal'),(12779,1155,'_payment_method_title','PayPal'),(12780,1155,'_cart_discount','0'),(12781,1155,'_cart_discount_tax','0'),(12782,1155,'_order_tax','0'),(12783,1155,'_order_shipping_tax','0'),(12784,1155,'_order_total','140.00'),(12785,1156,'_order_key','wc_order_571df56330405'),(12786,1156,'_order_currency','USD'),(12787,1156,'_prices_include_tax','no'),(12788,1156,'_customer_ip_address','43.252.158.251'),(12789,1156,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0'),(12790,1156,'_customer_user','0'),(12791,1156,'_created_via','checkout'),(12792,1156,'_order_version','2.5.5'),(12793,1156,'_order_shipping','0'),(12794,1156,'_billing_first_name','dfgagf'),(12795,1156,'_billing_last_name','afgadfg'),(12796,1156,'_billing_company','dgfag'),(12797,1156,'_billing_email','asdgag@yahoo.com'),(12798,1156,'_billing_phone','089976555'),(12799,1156,'_billing_country','ID'),(12800,1156,'_billing_address_1','dvSDVc'),(12801,1156,'_billing_address_2','sdvc'),(12802,1156,'_billing_city','denpasar'),(12803,1156,'_billing_state','BA'),(12804,1156,'_billing_postcode','80361'),(12805,1156,'_shipping_first_name','dfgagf'),(12806,1156,'_shipping_last_name','afgadfg'),(12807,1156,'_shipping_company','dgfag'),(12808,1156,'_shipping_country','ID'),(12809,1156,'_shipping_address_1','dvSDVc'),(12810,1156,'_shipping_address_2','sdvc'),(12811,1156,'_shipping_city','denpasar'),(12812,1156,'_shipping_state','BA'),(12813,1156,'_shipping_postcode','80361'),(12814,1156,'_payment_method','paypal'),(12815,1156,'_payment_method_title','PayPal'),(12816,1156,'_cart_discount','0'),(12817,1156,'_cart_discount_tax','0'),(12818,1156,'_order_tax','0'),(12819,1156,'_order_shipping_tax','0'),(12820,1156,'_order_total','29.00'),(12821,1161,'_order_key','wc_order_573057ac7a0d4'),(12822,1161,'_order_currency','USD'),(12823,1161,'_prices_include_tax','no'),(12824,1161,'_customer_ip_address','217.253.45.38'),(12825,1161,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/601.5.17 (KHTML, like Gecko) Version/9.1 Safari/601.5.17'),(12826,1161,'_customer_user','1840'),(12827,1161,'_created_via','checkout'),(12828,1161,'_order_version','2.5.5'),(12829,1161,'_order_shipping','0'),(12830,1161,'_billing_first_name','TEst'),(12831,1161,'_billing_last_name','Test'),(12832,1161,'_billing_company',''),(12833,1161,'_billing_email','halil@test.me'),(12834,1161,'_billing_phone','012345689'),(12835,1161,'_billing_country','DE'),(12836,1161,'_billing_address_1','Musterstrasse'),(12837,1161,'_billing_address_2','munole'),(12838,1161,'_billing_city','munich'),(12839,1161,'_billing_state',''),(12840,1161,'_billing_postcode','80009'),(12841,1161,'_shipping_first_name','TEst'),(12842,1161,'_shipping_last_name','Test'),(12843,1161,'_shipping_company',''),(12844,1161,'_shipping_country','DE'),(12845,1161,'_shipping_address_1','Musterstrasse'),(12846,1161,'_shipping_address_2','munole'),(12847,1161,'_shipping_city','munich'),(12848,1161,'_shipping_state',''),(12849,1161,'_shipping_postcode','80009'),(12850,1161,'_payment_method','paypal'),(12851,1161,'_payment_method_title','PayPal'),(12852,1161,'_cart_discount','0'),(12853,1161,'_cart_discount_tax','0'),(12854,1161,'_order_tax','0'),(12855,1161,'_order_shipping_tax','0'),(12856,1161,'_order_total','380.00'),(12857,1162,'_order_key','wc_order_5730b663a210c'),(12858,1162,'_order_currency','USD'),(12859,1162,'_prices_include_tax','no'),(12860,1162,'_customer_ip_address','61.247.35.219'),(12861,1162,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36'),(12862,1162,'_customer_user','0'),(12863,1162,'_created_via','checkout'),(12864,1162,'_order_version','2.5.5'),(12865,1162,'_order_shipping','0'),(12866,1162,'_billing_first_name','adada'),(12867,1162,'_billing_last_name','dddadad'),(12868,1162,'_billing_company','ddda'),(12869,1162,'_billing_email','ada@djdj.com'),(12870,1162,'_billing_phone','929292929'),(12871,1162,'_billing_country','ID'),(12872,1162,'_billing_address_1','dadada'),(12873,1162,'_billing_address_2','aaada'),(12874,1162,'_billing_city','depp'),(12875,1162,'_billing_state','JK'),(12876,1162,'_billing_postcode','21212'),(12877,1162,'_shipping_first_name','adada'),(12878,1162,'_shipping_last_name','dddadad'),(12879,1162,'_shipping_company','ddda'),(12880,1162,'_shipping_country','ID'),(12881,1162,'_shipping_address_1','dadada'),(12882,1162,'_shipping_address_2','aaada'),(12883,1162,'_shipping_city','depp'),(12884,1162,'_shipping_state','JK'),(12885,1162,'_shipping_postcode','21212'),(12886,1162,'_payment_method','paypal'),(12887,1162,'_payment_method_title','PayPal'),(12888,1162,'_cart_discount','0'),(12889,1162,'_cart_discount_tax','0'),(12890,1162,'_order_tax','0'),(12891,1162,'_order_shipping_tax','0'),(12892,1162,'_order_total','89.00'),(12893,1164,'_order_key','wc_order_5733af9ad09e8'),(12894,1164,'_order_currency','USD'),(12895,1164,'_prices_include_tax','no'),(12896,1164,'_customer_ip_address','31.10.173.198'),(12897,1164,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:46.0) Gecko/20100101 Firefox/46.0'),(12898,1164,'_customer_user','0'),(12899,1164,'_created_via','checkout'),(12900,1164,'_order_version','2.5.5'),(12901,1164,'_order_shipping','0'),(12902,1164,'_billing_first_name','sdf'),(12903,1164,'_billing_last_name','dsf'),(12904,1164,'_billing_company',''),(12905,1164,'_billing_email','richard.brooke27@gmail.com'),(12906,1164,'_billing_phone','9802834'),(12907,1164,'_billing_country','CH'),(12908,1164,'_billing_address_1','test'),(12909,1164,'_billing_address_2','odksj 2'),(12910,1164,'_billing_city','ecubln'),(12911,1164,'_billing_state',''),(12912,1164,'_billing_postcode','1024'),(12913,1164,'_shipping_first_name','sdf'),(12914,1164,'_shipping_last_name','dsf'),(12915,1164,'_shipping_company',''),(12916,1164,'_shipping_country','CH'),(12917,1164,'_shipping_address_1','test'),(12918,1164,'_shipping_address_2','odksj 2'),(12919,1164,'_shipping_city','ecubln'),(12920,1164,'_shipping_state',''),(12921,1164,'_shipping_postcode','1024'),(12922,1164,'_payment_method','paypal'),(12923,1164,'_payment_method_title','PayPal'),(12924,1164,'_cart_discount','0'),(12925,1164,'_cart_discount_tax','0'),(12926,1164,'_order_tax','0'),(12927,1164,'_order_shipping_tax','0'),(12928,1164,'_order_total','29.00'),(12929,1165,'_order_key','wc_order_5734085823e74'),(12930,1165,'_order_currency','USD'),(12931,1165,'_prices_include_tax','no'),(12932,1165,'_customer_ip_address','197.32.5.213'),(12933,1165,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36'),(12934,1165,'_customer_user','0'),(12935,1165,'_created_via','checkout'),(12936,1165,'_order_version','2.5.5'),(12937,1165,'_order_shipping','0'),(12938,1165,'_billing_first_name','kl'),(12939,1165,'_billing_last_name','jkl'),(12940,1165,'_billing_company','jkl'),(12941,1165,'_billing_email','jkl@gmail.com'),(12942,1165,'_billing_phone','00'),(12943,1165,'_billing_country','EG'),(12944,1165,'_billing_address_1','asd'),(12945,1165,'_billing_address_2','asd'),(12946,1165,'_billing_city','asd'),(12947,1165,'_billing_state','asd'),(12948,1165,'_billing_postcode','0000'),(12949,1165,'_shipping_first_name','kl'),(12950,1165,'_shipping_last_name','jkl'),(12951,1165,'_shipping_company','jkl'),(12952,1165,'_shipping_country','EG'),(12953,1165,'_shipping_address_1','asd'),(12954,1165,'_shipping_address_2','asd'),(12955,1165,'_shipping_city','asd'),(12956,1165,'_shipping_state','asd'),(12957,1165,'_shipping_postcode','0000'),(12958,1165,'_payment_method','paypal'),(12959,1165,'_payment_method_title','PayPal'),(12960,1165,'_cart_discount','0'),(12961,1165,'_cart_discount_tax','0'),(12962,1165,'_order_tax','0'),(12963,1165,'_order_shipping_tax','0'),(12964,1165,'_order_total','120.00'),(12965,1172,'_order_key','wc_order_573e0b07468ac'),(12966,1172,'_order_currency','USD'),(12967,1172,'_prices_include_tax','no'),(12968,1172,'_customer_ip_address','139.193.66.171'),(12969,1172,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36'),(12970,1172,'_customer_user','1860'),(12971,1172,'_created_via','checkout'),(12972,1172,'_order_version','2.5.5'),(12973,1172,'_order_shipping','0'),(12974,1172,'_billing_first_name','David'),(12975,1172,'_billing_last_name','Segara'),(12976,1172,'_billing_company','Gara Indonesia Co, Ltd.'),(12977,1172,'_billing_email','david.segara@yahoo.co.id'),(12978,1172,'_billing_phone','81287272000'),(12979,1172,'_billing_country','ID'),(12980,1172,'_billing_address_1','Jl. Kebon Raya II'),(12981,1172,'_billing_address_2','Kebon Jeruk'),(12982,1172,'_billing_city','Jakarta Barat'),(12983,1172,'_billing_state','JK'),(12984,1172,'_billing_postcode','11510'),(12985,1172,'_shipping_first_name','David'),(12986,1172,'_shipping_last_name','Segara'),(12987,1172,'_shipping_company','Gara Indonesia Co, Ltd.'),(12988,1172,'_shipping_country','ID'),(12989,1172,'_shipping_address_1','Jl. Kebon Raya II'),(12990,1172,'_shipping_address_2','Kebon Jeruk'),(12991,1172,'_shipping_city','Jakarta Barat'),(12992,1172,'_shipping_state','JK'),(12993,1172,'_shipping_postcode','11510'),(12994,1172,'_payment_method','paypal'),(12995,1172,'_payment_method_title','PayPal'),(12996,1172,'_cart_discount','0'),(12997,1172,'_cart_discount_tax','0'),(12998,1172,'_order_tax','0'),(12999,1172,'_order_shipping_tax','0'),(13000,1172,'_order_total','29.00'),(13001,1174,'_order_key','wc_order_57408e8c6219d'),(13002,1174,'_order_currency','USD'),(13003,1174,'_prices_include_tax','no'),(13004,1174,'_customer_ip_address','2.234.152.67'),(13005,1174,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36'),(13006,1174,'_customer_user','1864'),(13007,1174,'_created_via','checkout'),(13008,1174,'_order_version','2.5.5'),(13009,1174,'_order_shipping','0'),(13010,1174,'_billing_first_name','kjbjbkjbb'),(13011,1174,'_billing_last_name','kjjhjhjh'),(13012,1174,'_billing_company','jhghhghg'),(13013,1174,'_billing_email','bjbjbjkj@hgjhjggj.com'),(13014,1174,'_billing_phone','5687689887'),(13015,1174,'_billing_country','IT'),(13016,1174,'_billing_address_1','jgjhhvhvjhv'),(13017,1174,'_billing_address_2','jhbbjbjbjb'),(13018,1174,'_billing_city','UDINE'),(13019,1174,'_billing_state','UD'),(13020,1174,'_billing_postcode','33100'),(13021,1174,'_shipping_first_name','kjbjbkjbb'),(13022,1174,'_shipping_last_name','kjjhjhjh'),(13023,1174,'_shipping_company','jhghhghg'),(13024,1174,'_shipping_country','IT'),(13025,1174,'_shipping_address_1','jgjhhvhvjhv'),(13026,1174,'_shipping_address_2','jhbbjbjbjb'),(13027,1174,'_shipping_city','UDINE'),(13028,1174,'_shipping_state','UD'),(13029,1174,'_shipping_postcode','33100'),(13030,1174,'_payment_method','paypal'),(13031,1174,'_payment_method_title','PayPal'),(13032,1174,'_cart_discount','0'),(13033,1174,'_cart_discount_tax','0'),(13034,1174,'_order_tax','0'),(13035,1174,'_order_shipping_tax','0'),(13036,1174,'_order_total','76.00'),(13037,1179,'_order_key','wc_order_5748fa64831b6'),(13038,1179,'_order_currency','USD'),(13039,1179,'_prices_include_tax','no'),(13040,1179,'_customer_ip_address','190.233.151.50'),(13041,1179,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/601.6.17 (KHTML, like Gecko) Version/9.1.1 Safari/601.6.17'),(13042,1179,'_customer_user','0'),(13043,1179,'_created_via','checkout'),(13044,1179,'_order_version','2.5.5'),(13045,1179,'_order_shipping','0'),(13046,1179,'_billing_first_name','Javier'),(13047,1179,'_billing_last_name','Carpio'),(13048,1179,'_billing_company',''),(13049,1179,'_billing_email','javier.carpio@javiercarpio.com'),(13050,1179,'_billing_phone','#014372363'),(13051,1179,'_billing_country','PE'),(13052,1179,'_billing_address_1','Padre Luis Tezza 194 (302), Santiago de Surco'),(13053,1179,'_billing_address_2',''),(13054,1179,'_billing_city','Lima'),(13055,1179,'_billing_state','LIM'),(13056,1179,'_billing_postcode','15023'),(13057,1179,'_shipping_first_name','Javier'),(13058,1179,'_shipping_last_name','Carpio'),(13059,1179,'_shipping_company',''),(13060,1179,'_shipping_country','PE'),(13061,1179,'_shipping_address_1','Padre Luis Tezza 194 (302), Santiago de Surco'),(13062,1179,'_shipping_address_2',''),(13063,1179,'_shipping_city','Lima'),(13064,1179,'_shipping_state','LIM'),(13065,1179,'_shipping_postcode','15023'),(13066,1179,'_payment_method','paypal'),(13067,1179,'_payment_method_title','PayPal'),(13068,1179,'_cart_discount','0'),(13069,1179,'_cart_discount_tax','0'),(13070,1179,'_order_tax','0'),(13071,1179,'_order_shipping_tax','0'),(13072,1179,'_order_total','300.00'),(13073,1099,'_order_key','wc_order_5683aee889527'),(13074,1099,'_order_currency','USD'),(13075,1099,'_prices_include_tax','no'),(13076,1099,'_customer_ip_address','220.72.89.214'),(13077,1099,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(13078,1099,'_customer_user','0'),(13079,1099,'_created_via','checkout'),(13080,1099,'_order_version','2.4.12'),(13081,1099,'_order_shipping','0'),(13082,1099,'_billing_first_name','ragreag'),(13083,1099,'_billing_last_name','regrea'),(13084,1099,'_billing_company','fewaf'),(13085,1099,'_billing_email','fewa@rwar.com'),(13086,1099,'_billing_phone','142124124'),(13087,1099,'_billing_country','KR'),(13088,1099,'_billing_address_1','sagreasg23'),(13089,1099,'_billing_address_2','gres34'),(13090,1099,'_billing_city','gresg34'),(13091,1099,'_billing_state',''),(13092,1099,'_billing_postcode','GRESG234'),(13093,1099,'_shipping_first_name','ragreag'),(13094,1099,'_shipping_last_name','regrea'),(13095,1099,'_shipping_company','fewaf'),(13096,1099,'_shipping_country','KR'),(13097,1099,'_shipping_address_1','sagreasg23'),(13098,1099,'_shipping_address_2','gres34'),(13099,1099,'_shipping_city','gresg34'),(13100,1099,'_shipping_state',''),(13101,1099,'_shipping_postcode','GRESG234'),(13102,1099,'_payment_method','cheque'),(13103,1099,'_payment_method_title','Cheque Payment'),(13104,1099,'_cart_discount','0'),(13105,1099,'_cart_discount_tax','0'),(13106,1099,'_order_tax','0'),(13107,1099,'_order_shipping_tax','0'),(13108,1099,'_order_total','39.00'),(13109,1099,'_recorded_sales','yes'),(13110,1099,'_order_stock_reduced','1'),(13111,1100,'_order_key','wc_order_5683afcce844b'),(13112,1100,'_order_currency','USD'),(13113,1100,'_prices_include_tax','no'),(13114,1100,'_customer_ip_address','220.72.89.214'),(13115,1100,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(13116,1100,'_customer_user','0'),(13117,1100,'_created_via','checkout'),(13118,1100,'_order_version','2.4.12'),(13119,1100,'_order_shipping','0'),(13120,1100,'_billing_first_name','ragreag'),(13121,1100,'_billing_last_name','regrea'),(13122,1100,'_billing_company',''),(13123,1100,'_billing_email','fewa@rwar.com'),(13124,1100,'_billing_phone','11212'),(13125,1100,'_billing_country','KR'),(13126,1100,'_billing_address_1','14145214'),(13127,1100,'_billing_address_2','gres34'),(13128,1100,'_billing_city','143gfdasgre'),(13129,1100,'_billing_state',''),(13130,1100,'_billing_postcode','GRESG234'),(13131,1100,'_shipping_first_name','ragreag'),(13132,1100,'_shipping_last_name','regrea'),(13133,1100,'_shipping_company',''),(13134,1100,'_shipping_country','KR'),(13135,1100,'_shipping_address_1','14145214'),(13136,1100,'_shipping_address_2','gres34'),(13137,1100,'_shipping_city','143gfdasgre'),(13138,1100,'_shipping_state',''),(13139,1100,'_shipping_postcode','GRESG234'),(13140,1100,'_payment_method','cheque'),(13141,1100,'_payment_method_title','Cheque Payment'),(13142,1100,'_cart_discount','0'),(13143,1100,'_cart_discount_tax','0'),(13144,1100,'_order_tax','0'),(13145,1100,'_order_shipping_tax','0'),(13146,1100,'_order_total','89.00'),(13147,1100,'_recorded_sales','yes'),(13148,1100,'_order_stock_reduced','1'),(13149,1101,'_order_key','wc_order_568483435e842'),(13150,1101,'_order_currency','USD'),(13151,1101,'_prices_include_tax','no'),(13152,1101,'_customer_ip_address','72.211.99.172'),(13153,1101,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Firefox/42.0'),(13154,1101,'_customer_user','0'),(13155,1101,'_created_via','checkout'),(13156,1101,'_order_version','2.4.12'),(13157,1101,'_billing_first_name','ma'),(13158,1101,'_billing_last_name','ho'),(13159,1101,'_billing_company',''),(13160,1101,'_billing_email','hot@ht.com'),(13161,1101,'_billing_phone','5043297370'),(13162,1101,'_billing_country','US'),(13163,1101,'_billing_address_1','po box 8232'),(13164,1101,'_billing_address_2',''),(13165,1101,'_billing_city','new orleans'),(13166,1101,'_billing_state','LA'),(13167,1101,'_billing_postcode','70122'),(13168,1101,'_shipping_first_name','ma'),(13169,1101,'_shipping_last_name','ho'),(13170,1101,'_shipping_company',''),(13171,1101,'_shipping_country','US'),(13172,1101,'_shipping_address_1','po box 8232'),(13173,1101,'_shipping_address_2',''),(13174,1101,'_shipping_city','new orleans'),(13175,1101,'_shipping_state','LA'),(13176,1101,'_shipping_postcode','70122'),(13177,1101,'_payment_method','cheque'),(13178,1101,'_payment_method_title','Cheque Payment'),(13179,1101,'_order_shipping',''),(13180,1101,'_cart_discount','0'),(13181,1101,'_cart_discount_tax','0'),(13182,1101,'_order_tax','0'),(13183,1101,'_order_shipping_tax','0'),(13184,1101,'_order_total','170.00'),(13185,1101,'_recorded_sales','yes'),(13186,1101,'_order_stock_reduced','1'),(13187,1103,'_order_key','wc_order_56ce645c15f30'),(13188,1103,'_order_currency','USD'),(13189,1103,'_prices_include_tax','no'),(13190,1103,'_customer_ip_address','201.211.41.2'),(13191,1103,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36'),(13192,1103,'_customer_user','1690'),(13193,1103,'_created_via','checkout'),(13194,1103,'_order_version','2.5.2'),(13195,1103,'_billing_first_name','fgfsdgf'),(13196,1103,'_billing_last_name','dfgfdgdgf'),(13197,1103,'_billing_company','fgddfgfd'),(13198,1103,'_billing_email','loquillo5@msn.com'),(13199,1103,'_billing_phone','02124918965'),(13200,1103,'_billing_country','VE'),(13201,1103,'_billing_address_1','av este con este 2 centro parque caracas'),(13202,1103,'_billing_address_2',''),(13203,1103,'_billing_city','caracas'),(13204,1103,'_billing_state','2310'),(13205,1103,'_billing_postcode','1010'),(13206,1103,'_shipping_first_name','fgfsdgf'),(13207,1103,'_shipping_last_name','dfgfdgdgf'),(13208,1103,'_shipping_company','fgddfgfd'),(13209,1103,'_shipping_country','VE'),(13210,1103,'_shipping_address_1','av este con este 2 centro parque caracas'),(13211,1103,'_shipping_address_2',''),(13212,1103,'_shipping_city','caracas'),(13213,1103,'_shipping_state','2310'),(13214,1103,'_shipping_postcode','1010'),(13215,1103,'_payment_method','cheque'),(13216,1103,'_payment_method_title','Cheque Payment'),(13217,1103,'_order_shipping',''),(13218,1103,'_cart_discount','0'),(13219,1103,'_cart_discount_tax','0'),(13220,1103,'_order_tax','0'),(13221,1103,'_order_shipping_tax','0'),(13222,1103,'_order_total','170.00'),(13223,1103,'_recorded_sales','yes'),(13224,1103,'_order_stock_reduced','1'),(13225,1105,'_order_key','wc_order_56d0f243eeb4d'),(13226,1105,'_order_currency','USD'),(13227,1105,'_prices_include_tax','no'),(13228,1105,'_customer_ip_address','125.164.104.72'),(13229,1105,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.3; rv:44.0) Gecko/20100101 Firefox/44.0'),(13230,1105,'_customer_user','0'),(13231,1105,'_created_via','checkout'),(13232,1105,'_order_version','2.5.2'),(13233,1105,'_order_shipping','0'),(13234,1105,'_billing_first_name','Last'),(13235,1105,'_billing_last_name','Bid'),(13236,1105,'_billing_company',''),(13237,1105,'_billing_email','vanrif@yahoo.com'),(13238,1105,'_billing_phone','0812222'),(13239,1105,'_billing_country','ID'),(13240,1105,'_billing_address_1','Perum'),(13241,1105,'_billing_address_2',''),(13242,1105,'_billing_city','Malang'),(13243,1105,'_billing_state','JI'),(13244,1105,'_billing_postcode','65142'),(13245,1105,'_shipping_first_name','Last'),(13246,1105,'_shipping_last_name','Bid'),(13247,1105,'_shipping_company',''),(13248,1105,'_shipping_country','ID'),(13249,1105,'_shipping_address_1','Perum'),(13250,1105,'_shipping_address_2',''),(13251,1105,'_shipping_city','Malang'),(13252,1105,'_shipping_state','JI'),(13253,1105,'_shipping_postcode','65142'),(13254,1105,'_payment_method','cheque'),(13255,1105,'_payment_method_title','Cheque Payment'),(13256,1105,'_cart_discount','0'),(13257,1105,'_cart_discount_tax','0'),(13258,1105,'_order_tax','0'),(13259,1105,'_order_shipping_tax','0'),(13260,1105,'_order_total','40.00'),(13261,1105,'_recorded_sales','yes'),(13262,1105,'_order_stock_reduced','1'),(13263,1116,'_order_key','wc_order_56dab11701507'),(13264,1116,'_order_currency','USD'),(13265,1116,'_prices_include_tax','no'),(13266,1116,'_customer_ip_address','83.93.223.198'),(13267,1116,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36'),(13268,1116,'_customer_user','0'),(13269,1116,'_created_via','checkout'),(13270,1116,'_order_version','2.5.2'),(13271,1116,'_order_shipping','0'),(13272,1116,'_billing_first_name','per'),(13273,1116,'_billing_last_name','Winkel'),(13274,1116,'_billing_company','Dan-Kom'),(13275,1116,'_billing_email','pbwinkel@gmail.com'),(13276,1116,'_billing_phone','42347473'),(13277,1116,'_billing_country','DK'),(13278,1116,'_billing_address_1','Søhøj 127'),(13279,1116,'_billing_address_2',''),(13280,1116,'_billing_city','Spentrup'),(13281,1116,'_billing_state',''),(13282,1116,'_billing_postcode','8981'),(13283,1116,'_shipping_first_name','per'),(13284,1116,'_shipping_last_name','Winkel'),(13285,1116,'_shipping_company','Dan-Kom'),(13286,1116,'_shipping_country','DK'),(13287,1116,'_shipping_address_1','Søhøj 127'),(13288,1116,'_shipping_address_2',''),(13289,1116,'_shipping_city','Spentrup'),(13290,1116,'_shipping_state',''),(13291,1116,'_shipping_postcode','8981'),(13292,1116,'_payment_method','cheque'),(13293,1116,'_payment_method_title','Cheque Payment'),(13294,1116,'_cart_discount','0'),(13295,1116,'_cart_discount_tax','0'),(13296,1116,'_order_tax','0'),(13297,1116,'_order_shipping_tax','0'),(13298,1116,'_order_total','78.00'),(13299,1116,'_recorded_sales','yes'),(13300,1116,'_order_stock_reduced','1'),(13301,1118,'_order_key','wc_order_56dd16f273606'),(13302,1118,'_order_currency','USD'),(13303,1118,'_prices_include_tax','no'),(13304,1118,'_customer_ip_address','121.6.186.203'),(13305,1118,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36'),(13306,1118,'_customer_user','0'),(13307,1118,'_created_via','checkout'),(13308,1118,'_order_version','2.5.2'),(13309,1118,'_billing_first_name','s'),(13310,1118,'_billing_last_name','aa'),(13311,1118,'_billing_company',''),(13312,1118,'_billing_email','redevolve@gmail.com'),(13313,1118,'_billing_phone','123'),(13314,1118,'_billing_country','SG'),(13315,1118,'_billing_address_1','12'),(13316,1118,'_billing_address_2','12'),(13317,1118,'_billing_city','s'),(13318,1118,'_billing_state',''),(13319,1118,'_billing_postcode','123456'),(13320,1118,'_shipping_first_name','s'),(13321,1118,'_shipping_last_name','aa'),(13322,1118,'_shipping_company',''),(13323,1118,'_shipping_country','SG'),(13324,1118,'_shipping_address_1','12'),(13325,1118,'_shipping_address_2','12'),(13326,1118,'_shipping_city','s'),(13327,1118,'_shipping_state',''),(13328,1118,'_shipping_postcode','123456'),(13329,1118,'_payment_method','cheque'),(13330,1118,'_payment_method_title','Cheque Payment'),(13331,1118,'_order_shipping',''),(13332,1118,'_cart_discount','0'),(13333,1118,'_cart_discount_tax','0'),(13334,1118,'_order_tax','0'),(13335,1118,'_order_shipping_tax','0'),(13336,1118,'_order_total','170.00'),(13337,1118,'_recorded_sales','yes'),(13338,1118,'_order_stock_reduced','1'),(13339,1119,'_order_key','wc_order_56e95ba6506eb'),(13340,1119,'_order_currency','USD'),(13341,1119,'_prices_include_tax','no'),(13342,1119,'_customer_ip_address','79.129.29.136'),(13343,1119,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.103 Safari/537.36'),(13344,1119,'_customer_user','0'),(13345,1119,'_created_via','checkout'),(13346,1119,'_order_version','2.5.2'),(13347,1119,'_order_shipping','0'),(13348,1119,'_billing_first_name','sdsa'),(13349,1119,'_billing_last_name','fasdfs'),(13350,1119,'_billing_company','fsd'),(13351,1119,'_billing_email','dfas@asda.gr'),(13352,1119,'_billing_phone','23104568793'),(13353,1119,'_billing_country','GR'),(13354,1119,'_billing_address_1','fsadfasdf 45'),(13355,1119,'_billing_address_2',''),(13356,1119,'_billing_city','athens'),(13357,1119,'_billing_state','B'),(13358,1119,'_billing_postcode','57009'),(13359,1119,'_shipping_first_name','sdsa'),(13360,1119,'_shipping_last_name','fasdfs'),(13361,1119,'_shipping_company','fsd'),(13362,1119,'_shipping_country','GR'),(13363,1119,'_shipping_address_1','fsadfasdf 45'),(13364,1119,'_shipping_address_2',''),(13365,1119,'_shipping_city','athens'),(13366,1119,'_shipping_state','B'),(13367,1119,'_shipping_postcode','57009'),(13368,1119,'_payment_method','cheque'),(13369,1119,'_payment_method_title','Cheque Payment'),(13370,1119,'_cart_discount','0'),(13371,1119,'_cart_discount_tax','0'),(13372,1119,'_order_tax','0'),(13373,1119,'_order_shipping_tax','0'),(13374,1119,'_order_total','120.00'),(13375,1119,'_recorded_sales','yes'),(13376,1119,'_order_stock_reduced','1'),(13377,1120,'_order_key','wc_order_56ebfe2adf7b4'),(13378,1120,'_order_currency','USD'),(13379,1120,'_prices_include_tax','no'),(13380,1120,'_customer_ip_address','87.159.62.178'),(13381,1120,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/601.4.4 (KHTML, like Gecko) Version/9.0.3 Safari/601.4.4'),(13382,1120,'_customer_user','0'),(13383,1120,'_created_via','checkout'),(13384,1120,'_order_version','2.5.2'),(13385,1120,'_order_shipping','0'),(13386,1120,'_billing_first_name','hakl'),(13387,1120,'_billing_last_name','halik'),(13388,1120,'_billing_company',''),(13389,1120,'_billing_email','info@fotos.com'),(13390,1120,'_billing_phone','08974500'),(13391,1120,'_billing_country','DE'),(13392,1120,'_billing_address_1','musterstreet'),(13393,1120,'_billing_address_2',''),(13394,1120,'_billing_city','Bayern'),(13395,1120,'_billing_state',''),(13396,1120,'_billing_postcode','81476'),(13397,1120,'_shipping_first_name','hakl'),(13398,1120,'_shipping_last_name','halik'),(13399,1120,'_shipping_company',''),(13400,1120,'_shipping_country','DE'),(13401,1120,'_shipping_address_1','musterstreet'),(13402,1120,'_shipping_address_2',''),(13403,1120,'_shipping_city','Bayern'),(13404,1120,'_shipping_state',''),(13405,1120,'_shipping_postcode','81476'),(13406,1120,'_payment_method','cheque'),(13407,1120,'_payment_method_title','Cheque Payment'),(13408,1120,'_cart_discount','0'),(13409,1120,'_cart_discount_tax','0'),(13410,1120,'_order_tax','0'),(13411,1120,'_order_shipping_tax','0'),(13412,1120,'_order_total','380.00'),(13413,1120,'_recorded_sales','yes'),(13414,1120,'_order_stock_reduced','1'),(13415,1122,'_order_key','wc_order_56faa8982e79e'),(13416,1122,'_order_currency','USD'),(13417,1122,'_prices_include_tax','no'),(13418,1122,'_customer_ip_address','109.91.33.5'),(13419,1122,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:45.0) Gecko/20100101 Firefox/45.0'),(13420,1122,'_customer_user','1775'),(13421,1122,'_created_via','checkout'),(13422,1122,'_order_version','2.5.2'),(13423,1122,'_order_shipping','0'),(13424,1122,'_billing_first_name','Max'),(13425,1122,'_billing_last_name','Muster'),(13426,1122,'_billing_company','Mustermann GmbH'),(13427,1122,'_billing_email','max@mustermann.de'),(13428,1122,'_billing_phone','12345678'),(13429,1122,'_billing_country','DE'),(13430,1122,'_billing_address_1','Musterweg1'),(13431,1122,'_billing_address_2',''),(13432,1122,'_billing_city','Musterstadt'),(13433,1122,'_billing_state',''),(13434,1122,'_billing_postcode','12345'),(13435,1122,'_shipping_first_name','Max'),(13436,1122,'_shipping_last_name','Muster'),(13437,1122,'_shipping_company','Mustermann GmbH'),(13438,1122,'_shipping_country','DE'),(13439,1122,'_shipping_address_1','Musterweg1'),(13440,1122,'_shipping_address_2',''),(13441,1122,'_shipping_city','Musterstadt'),(13442,1122,'_shipping_state',''),(13443,1122,'_shipping_postcode','12345'),(13444,1122,'_payment_method','cheque'),(13445,1122,'_payment_method_title','Cheque Payment'),(13446,1122,'_cart_discount','0'),(13447,1122,'_cart_discount_tax','0'),(13448,1122,'_order_tax','0'),(13449,1122,'_order_shipping_tax','0'),(13450,1122,'_order_total','560.00'),(13451,1122,'_recorded_sales','yes'),(13452,1122,'_order_stock_reduced','1'),(13453,1123,'_order_key','wc_order_56fbc380b3602'),(13454,1123,'_order_currency','USD'),(13455,1123,'_prices_include_tax','no'),(13456,1123,'_customer_ip_address','79.129.29.136'),(13457,1123,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.103 Safari/537.36'),(13458,1123,'_customer_user','0'),(13459,1123,'_created_via','checkout'),(13460,1123,'_order_version','2.5.2'),(13461,1123,'_order_shipping','0'),(13462,1123,'_billing_first_name','fgd'),(13463,1123,'_billing_last_name','gdf'),(13464,1123,'_billing_company','gdfg'),(13465,1123,'_billing_email','gdf@fds.gr'),(13466,1123,'_billing_phone','2310456789'),(13467,1123,'_billing_country','GR'),(13468,1123,'_billing_address_1','gdf'),(13469,1123,'_billing_address_2','gdfg'),(13470,1123,'_billing_city','gdfgdf'),(13471,1123,'_billing_state','C'),(13472,1123,'_billing_postcode','56435'),(13473,1123,'_shipping_first_name','fgd'),(13474,1123,'_shipping_last_name','gdf'),(13475,1123,'_shipping_company','gdfg'),(13476,1123,'_shipping_country','GR'),(13477,1123,'_shipping_address_1','gdf'),(13478,1123,'_shipping_address_2','gdfg'),(13479,1123,'_shipping_city','gdfgdf'),(13480,1123,'_shipping_state','C'),(13481,1123,'_shipping_postcode','56435'),(13482,1123,'_payment_method','cheque'),(13483,1123,'_payment_method_title','Cheque Payment'),(13484,1123,'_cart_discount','0'),(13485,1123,'_cart_discount_tax','0'),(13486,1123,'_order_tax','0'),(13487,1123,'_order_shipping_tax','0'),(13488,1123,'_order_total','400.00'),(13489,1123,'_recorded_sales','yes'),(13490,1123,'_order_stock_reduced','1'),(13491,1126,'_order_key','wc_order_5705228f0fcaf'),(13492,1126,'_order_currency','USD'),(13493,1126,'_prices_include_tax','no'),(13494,1126,'_customer_ip_address','14.32.154.20'),(13495,1126,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko'),(13496,1126,'_customer_user','0'),(13497,1126,'_created_via','checkout'),(13498,1126,'_order_version','2.5.2'),(13499,1126,'_order_shipping','0'),(13500,1126,'_billing_first_name','1111'),(13501,1126,'_billing_last_name','1111'),(13502,1126,'_billing_company',''),(13503,1126,'_billing_email','1111@naver.com'),(13504,1126,'_billing_phone','1111'),(13505,1126,'_billing_country','KR'),(13506,1126,'_billing_address_1','1111'),(13507,1126,'_billing_address_2','1111'),(13508,1126,'_billing_city','1111'),(13509,1126,'_billing_state',''),(13510,1126,'_billing_postcode','11111'),(13511,1126,'_shipping_first_name','1111'),(13512,1126,'_shipping_last_name','1111'),(13513,1126,'_shipping_company',''),(13514,1126,'_shipping_country','KR'),(13515,1126,'_shipping_address_1','1111'),(13516,1126,'_shipping_address_2','1111'),(13517,1126,'_shipping_city','1111'),(13518,1126,'_shipping_state',''),(13519,1126,'_shipping_postcode','11111'),(13520,1126,'_payment_method','cheque'),(13521,1126,'_payment_method_title','Cheque Payment'),(13522,1126,'_cart_discount','0'),(13523,1126,'_cart_discount_tax','0'),(13524,1126,'_order_tax','0'),(13525,1126,'_order_shipping_tax','0'),(13526,1126,'_order_total','39.00'),(13527,1126,'_recorded_sales','yes'),(13528,1126,'_order_stock_reduced','1'),(13529,1140,'_order_key','wc_order_570a9140cb068'),(13530,1140,'_order_currency','USD'),(13531,1140,'_prices_include_tax','no'),(13532,1140,'_customer_ip_address','63.231.153.15'),(13533,1140,'_customer_user_agent','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36'),(13534,1140,'_customer_user','0'),(13535,1140,'_created_via','checkout'),(13536,1140,'_order_version','2.5.2'),(13537,1140,'_order_shipping','0'),(13538,1140,'_billing_first_name','foo'),(13539,1140,'_billing_last_name','bar'),(13540,1140,'_billing_company','x'),(13541,1140,'_billing_email','foo@bar.com'),(13542,1140,'_billing_phone','111 555 1212'),(13543,1140,'_billing_country','US'),(13544,1140,'_billing_address_1','7878 foo st'),(13545,1140,'_billing_address_2','none'),(13546,1140,'_billing_city','foo'),(13547,1140,'_billing_state','MN'),(13548,1140,'_billing_postcode','55112'),(13549,1140,'_shipping_first_name','foo'),(13550,1140,'_shipping_last_name','bar'),(13551,1140,'_shipping_company','x'),(13552,1140,'_shipping_country','US'),(13553,1140,'_shipping_address_1','7878 foo st'),(13554,1140,'_shipping_address_2','none'),(13555,1140,'_shipping_city','foo'),(13556,1140,'_shipping_state','MN'),(13557,1140,'_shipping_postcode','55112'),(13558,1140,'_payment_method','cheque'),(13559,1140,'_payment_method_title','Cheque Payment'),(13560,1140,'_cart_discount','0'),(13561,1140,'_cart_discount_tax','0'),(13562,1140,'_order_tax','0'),(13563,1140,'_order_shipping_tax','0'),(13564,1140,'_order_total','75.00'),(13565,1140,'_recorded_sales','yes'),(13566,1140,'_order_stock_reduced','1'),(13567,1144,'_order_key','wc_order_570e79a39512a'),(13568,1144,'_order_currency','USD'),(13569,1144,'_prices_include_tax','no'),(13570,1144,'_customer_ip_address','181.30.62.98'),(13571,1144,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36'),(13572,1144,'_customer_user','0'),(13573,1144,'_created_via','checkout'),(13574,1144,'_order_version','2.5.2'),(13575,1144,'_order_shipping','0'),(13576,1144,'_billing_first_name','Mauro Stefano'),(13577,1144,'_billing_last_name','Giustozzi'),(13578,1144,'_billing_company',''),(13579,1144,'_billing_email','msgiusto@gmail.com'),(13580,1144,'_billing_phone','+5491130342412'),(13581,1144,'_billing_country','AR'),(13582,1144,'_billing_address_1','tacuari 620'),(13583,1144,'_billing_address_2','178'),(13584,1144,'_billing_city','Ramos mejia'),(13585,1144,'_billing_state','B'),(13586,1144,'_billing_postcode','1704'),(13587,1144,'_shipping_first_name','Mauro Stefano'),(13588,1144,'_shipping_last_name','Giustozzi'),(13589,1144,'_shipping_company',''),(13590,1144,'_shipping_country','AR'),(13591,1144,'_shipping_address_1','tacuari 620'),(13592,1144,'_shipping_address_2','178'),(13593,1144,'_shipping_city','Ramos mejia'),(13594,1144,'_shipping_state','B'),(13595,1144,'_shipping_postcode','1704'),(13596,1144,'_payment_method','cheque'),(13597,1144,'_payment_method_title','Cheque Payment'),(13598,1144,'_cart_discount','0'),(13599,1144,'_cart_discount_tax','0'),(13600,1144,'_order_tax','0'),(13601,1144,'_order_shipping_tax','0'),(13602,1144,'_order_total','140.00'),(13603,1144,'_recorded_sales','yes'),(13604,1144,'_order_stock_reduced','1'),(13605,1145,'_order_key','wc_order_570e85cdcca15'),(13606,1145,'_order_currency','USD'),(13607,1145,'_prices_include_tax','no'),(13608,1145,'_customer_ip_address','93.235.139.211'),(13609,1145,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; rv:11.0) like Gecko'),(13610,1145,'_customer_user','0'),(13611,1145,'_created_via','checkout'),(13612,1145,'_order_version','2.5.2'),(13613,1145,'_order_shipping','0'),(13614,1145,'_billing_first_name','micha'),(13615,1145,'_billing_last_name','schulze'),(13616,1145,'_billing_company',''),(13617,1145,'_billing_email','michaelschulze@me.com'),(13618,1145,'_billing_phone','999999333'),(13619,1145,'_billing_country','DE'),(13620,1145,'_billing_address_1','jlksjddfk'),(13621,1145,'_billing_address_2',''),(13622,1145,'_billing_city','nuertingen'),(13623,1145,'_billing_state',''),(13624,1145,'_billing_postcode','72622'),(13625,1145,'_shipping_first_name','micha'),(13626,1145,'_shipping_last_name','schulze'),(13627,1145,'_shipping_company',''),(13628,1145,'_shipping_country','DE'),(13629,1145,'_shipping_address_1','jlksjddfk'),(13630,1145,'_shipping_address_2',''),(13631,1145,'_shipping_city','nuertingen'),(13632,1145,'_shipping_state',''),(13633,1145,'_shipping_postcode','72622'),(13634,1145,'_payment_method','cheque'),(13635,1145,'_payment_method_title','Cheque Payment'),(13636,1145,'_cart_discount','0'),(13637,1145,'_cart_discount_tax','0'),(13638,1145,'_order_tax','0'),(13639,1145,'_order_shipping_tax','0'),(13640,1145,'_order_total','80.00'),(13641,1145,'_recorded_sales','yes'),(13642,1145,'_order_stock_reduced','1'),(13643,1150,'_order_key','wc_order_5715eff304691'),(13644,1150,'_order_currency','USD'),(13645,1150,'_prices_include_tax','no'),(13646,1150,'_customer_ip_address','109.75.147.252'),(13647,1150,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36'),(13648,1150,'_customer_user','0'),(13649,1150,'_created_via','checkout'),(13650,1150,'_order_version','2.5.5'),(13651,1150,'_order_shipping','0'),(13652,1150,'_billing_first_name','aaa'),(13653,1150,'_billing_last_name','aaa'),(13654,1150,'_billing_company',''),(13655,1150,'_billing_email','aaa@aaa.cz'),(13656,1150,'_billing_phone','123123123'),(13657,1150,'_billing_country','CZ'),(13658,1150,'_billing_address_1','Pavla Beneše 742/16'),(13659,1150,'_billing_address_2',''),(13660,1150,'_billing_city','Praha 9'),(13661,1150,'_billing_state',''),(13662,1150,'_billing_postcode','19900'),(13663,1150,'_shipping_first_name','aaa'),(13664,1150,'_shipping_last_name','aaa'),(13665,1150,'_shipping_company',''),(13666,1150,'_shipping_country','CZ'),(13667,1150,'_shipping_address_1','Pavla Beneše 742/16'),(13668,1150,'_shipping_address_2',''),(13669,1150,'_shipping_city','Praha 9'),(13670,1150,'_shipping_state',''),(13671,1150,'_shipping_postcode','19900'),(13672,1150,'_payment_method','cheque'),(13673,1150,'_payment_method_title','Cheque Payment'),(13674,1150,'_cart_discount','0'),(13675,1150,'_cart_discount_tax','0'),(13676,1150,'_order_tax','0'),(13677,1150,'_order_shipping_tax','0'),(13678,1150,'_order_total','58.00'),(13679,1150,'_recorded_sales','yes'),(13680,1150,'_order_stock_reduced','1'),(13681,1151,'_order_key','wc_order_571779dfeee39'),(13682,1151,'_order_currency','USD'),(13683,1151,'_prices_include_tax','no'),(13684,1151,'_customer_ip_address','217.165.79.150'),(13685,1151,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36'),(13686,1151,'_customer_user','0'),(13687,1151,'_created_via','checkout'),(13688,1151,'_order_version','2.5.5'),(13689,1151,'_order_shipping','0'),(13690,1151,'_billing_first_name','dsf'),(13691,1151,'_billing_last_name','sdgfad'),(13692,1151,'_billing_company',''),(13693,1151,'_billing_email','sad@aefafed.com'),(13694,1151,'_billing_phone','235426464'),(13695,1151,'_billing_country','AE'),(13696,1151,'_billing_address_1','sfsg'),(13697,1151,'_billing_address_2','sdgs'),(13698,1151,'_billing_city','sgsg'),(13699,1151,'_billing_state','sgssg'),(13700,1151,'_billing_postcode',''),(13701,1151,'_shipping_first_name','dsf'),(13702,1151,'_shipping_last_name','sdgfad'),(13703,1151,'_shipping_company',''),(13704,1151,'_shipping_country','AE'),(13705,1151,'_shipping_address_1','sfsg'),(13706,1151,'_shipping_address_2','sdgs'),(13707,1151,'_shipping_city','sgsg'),(13708,1151,'_shipping_state','sgssg'),(13709,1151,'_shipping_postcode',''),(13710,1151,'_payment_method','cheque'),(13711,1151,'_payment_method_title','Cheque Payment'),(13712,1151,'_cart_discount','0'),(13713,1151,'_cart_discount_tax','0'),(13714,1151,'_order_tax','0'),(13715,1151,'_order_shipping_tax','0'),(13716,1151,'_order_total','39.00'),(13717,1151,'_recorded_sales','yes'),(13718,1151,'_order_stock_reduced','1'),(13719,1152,'_order_key','wc_order_57178c049ffdb'),(13720,1152,'_order_currency','USD'),(13721,1152,'_prices_include_tax','no'),(13722,1152,'_customer_ip_address','124.253.143.148'),(13723,1152,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0'),(13724,1152,'_customer_user','1810'),(13725,1152,'_created_via','checkout'),(13726,1152,'_order_version','2.5.5'),(13727,1152,'_order_shipping','0'),(13728,1152,'_billing_first_name','sunny'),(13729,1152,'_billing_last_name','sunny'),(13730,1152,'_billing_company','sunny'),(13731,1152,'_billing_email','sunny@sunny.sunny'),(13732,1152,'_billing_phone','1234567890'),(13733,1152,'_billing_country','IN'),(13734,1152,'_billing_address_1','sunny'),(13735,1152,'_billing_address_2','sunny'),(13736,1152,'_billing_city','sunny'),(13737,1152,'_billing_state','AR'),(13738,1152,'_billing_postcode','141001'),(13739,1152,'_shipping_first_name','sunny'),(13740,1152,'_shipping_last_name','sunny'),(13741,1152,'_shipping_company','sunny'),(13742,1152,'_shipping_country','IN'),(13743,1152,'_shipping_address_1','sunny'),(13744,1152,'_shipping_address_2','sunny'),(13745,1152,'_shipping_city','sunny'),(13746,1152,'_shipping_state','AR'),(13747,1152,'_shipping_postcode','141001'),(13748,1152,'_payment_method','cheque'),(13749,1152,'_payment_method_title','Cheque Payment'),(13750,1152,'_cart_discount','0'),(13751,1152,'_cart_discount_tax','0'),(13752,1152,'_order_tax','0'),(13753,1152,'_order_shipping_tax','0'),(13754,1152,'_order_total','29.00'),(13755,1152,'_recorded_sales','yes'),(13756,1152,'_order_stock_reduced','1'),(13757,1154,'_order_key','wc_order_571814a7e153f'),(13758,1154,'_order_currency','USD'),(13759,1154,'_prices_include_tax','no'),(13760,1154,'_customer_ip_address','24.4.227.9'),(13761,1154,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36'),(13762,1154,'_customer_user','0'),(13763,1154,'_created_via','checkout'),(13764,1154,'_order_version','2.5.5'),(13765,1154,'_order_shipping','0'),(13766,1154,'_billing_first_name','dummu'),(13767,1154,'_billing_last_name','njdkac'),(13768,1154,'_billing_company','njknjk'),(13769,1154,'_billing_email','njknjk@gmail.com'),(13770,1154,'_billing_phone','9237665544'),(13771,1154,'_billing_country','US'),(13772,1154,'_billing_address_1','7825 Shady Creek Road'),(13773,1154,'_billing_address_2',''),(13774,1154,'_billing_city','Dublin'),(13775,1154,'_billing_state','CA'),(13776,1154,'_billing_postcode','94568'),(13777,1154,'_shipping_first_name','dummu'),(13778,1154,'_shipping_last_name','njdkac'),(13779,1154,'_shipping_company','njknjk'),(13780,1154,'_shipping_country','US'),(13781,1154,'_shipping_address_1','7825 Shady Creek Road'),(13782,1154,'_shipping_address_2',''),(13783,1154,'_shipping_city','Dublin'),(13784,1154,'_shipping_state','CA'),(13785,1154,'_shipping_postcode','94568'),(13786,1154,'_payment_method','cheque'),(13787,1154,'_payment_method_title','Cheque Payment'),(13788,1154,'_cart_discount','0'),(13789,1154,'_cart_discount_tax','0'),(13790,1154,'_order_tax','0'),(13791,1154,'_order_shipping_tax','0'),(13792,1154,'_order_total','39.00'),(13793,1154,'_recorded_sales','yes'),(13794,1154,'_order_stock_reduced','1'),(13795,1157,'_order_key','wc_order_572777a132c86'),(13796,1157,'_order_currency','USD'),(13797,1157,'_prices_include_tax','no'),(13798,1157,'_customer_ip_address','110.77.222.177'),(13799,1157,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36'),(13800,1157,'_customer_user','1827'),(13801,1157,'_created_via','checkout'),(13802,1157,'_order_version','2.5.5'),(13803,1157,'_order_shipping','0'),(13804,1157,'_billing_first_name','kkk'),(13805,1157,'_billing_last_name','kkk'),(13806,1157,'_billing_company','kkkk'),(13807,1157,'_billing_email','liwmath@gmail.com'),(13808,1157,'_billing_phone','0864492468'),(13809,1157,'_billing_country','TH'),(13810,1157,'_billing_address_1','279 Moo 1 TambonOngPhra'),(13811,1157,'_billing_address_2',''),(13812,1157,'_billing_city','DanChang'),(13813,1157,'_billing_state','TH-72'),(13814,1157,'_billing_postcode','72180'),(13815,1157,'_shipping_first_name','kkk'),(13816,1157,'_shipping_last_name','kkk'),(13817,1157,'_shipping_company','kkkk'),(13818,1157,'_shipping_country','TH'),(13819,1157,'_shipping_address_1','279 Moo 1 TambonOngPhra'),(13820,1157,'_shipping_address_2',''),(13821,1157,'_shipping_city','DanChang'),(13822,1157,'_shipping_state','TH-72'),(13823,1157,'_shipping_postcode','72180'),(13824,1157,'_payment_method','cheque'),(13825,1157,'_payment_method_title','Cheque Payment'),(13826,1157,'_cart_discount','0'),(13827,1157,'_cart_discount_tax','0'),(13828,1157,'_order_tax','0'),(13829,1157,'_order_shipping_tax','0'),(13830,1157,'_order_total','39.00'),(13831,1157,'_recorded_sales','yes'),(13832,1157,'_order_stock_reduced','1'),(13833,36,'pyre_type','image'),(13834,36,'pyre_youtube_id',''),(13835,36,'pyre_vimeo_id',''),(13836,36,'pyre_webm',''),(13837,36,'pyre_mp4',''),(13838,36,'pyre_ogv',''),(13839,36,'pyre_preview_image',''),(13840,36,'pyre_video_bg_color',''),(13841,36,'pyre_mute_video','yes'),(13842,36,'pyre_autoplay_video','yes'),(13843,36,'pyre_loop_video','yes'),(13844,36,'pyre_hide_video_controls','yes'),(13845,36,'pyre_content_alignment','center'),(13846,36,'pyre_heading','<span style=\"font-weight:700;\">ABOUT</span>'),(13847,36,'pyre_heading_font_size','70'),(13848,36,'pyre_heading_color','#ffffff'),(13849,36,'pyre_heading_bg','no'),(13850,36,'pyre_heading_bg_color',''),(13851,36,'pyre_caption','We love to talk about ourselves'),(13852,36,'pyre_caption_font_size','30'),(13853,36,'pyre_caption_color','#ffffff'),(13854,36,'pyre_caption_bg','no'),(13855,36,'pyre_caption_bg_color',''),(13856,36,'pyre_link_type','button'),(13857,36,'pyre_slide_link',''),(13858,36,'pyre_slide_target','yes'),(13859,36,'pyre_button_1',''),(13860,36,'pyre_button_2',''),(13861,36,'_thumbnail_id','4362'),(13862,36,'pyre_aspect_ratio',''),(13863,36,'pyre_heading_separator','none'),(13864,36,'pyre_caption_separator','single solid'),(13865,39,'pyre_type','image'),(13866,39,'pyre_youtube_id',''),(13867,39,'pyre_vimeo_id',''),(13868,39,'pyre_webm',''),(13869,39,'pyre_mp4',''),(13870,39,'pyre_ogv',''),(13871,39,'pyre_preview_image',''),(13872,39,'pyre_video_bg_color',''),(13873,39,'pyre_mute_video','yes'),(13874,39,'pyre_autoplay_video','yes'),(13875,39,'pyre_loop_video','yes'),(13876,39,'pyre_hide_video_controls','yes'),(13877,39,'pyre_content_alignment','center'),(13878,39,'pyre_heading','<span style=\"font-weight:700;\">WE PERFORM YOUR MUSIC</span>\r\n\r\n'),(13879,39,'pyre_heading_font_size','70'),(13880,39,'pyre_heading_color','#ffffff'),(13881,39,'pyre_heading_bg','no'),(13882,39,'pyre_heading_bg_color',''),(13883,39,'pyre_caption','Big Band - Rock & Roll - Pop Music'),(13884,39,'pyre_caption_font_size','30'),(13885,39,'pyre_caption_color','#ffffff'),(13886,39,'pyre_caption_bg','no'),(13887,39,'pyre_caption_bg_color',''),(13888,39,'pyre_link_type','button'),(13889,39,'pyre_slide_link',''),(13890,39,'pyre_slide_target','yes'),(13891,39,'pyre_button_1','[fusion_button link=\"http://daviddelk.net/band/schedule/\" color=\"custom\" size=\"xlarge\" type=\"flat\" shape=\"square\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#333333\" bevel_color=\"\" border_width=\"2px\" shadow=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"\" class=\"\" id=\"\"]click here for concert schedule[/fusion_button]'),(13892,39,'pyre_button_2',''),(13894,39,'pyre_aspect_ratio',''),(13895,39,'pyre_heading_separator','none'),(13896,39,'pyre_caption_separator','single solid'),(13897,39,'_wp_old_slug','home'),(13930,42,'_wp_old_slug','home2'),(13931,45,'pyre_type','image'),(13932,45,'pyre_youtube_id',''),(13933,45,'pyre_vimeo_id',''),(13934,45,'pyre_webm',''),(13935,45,'pyre_mp4',''),(13936,45,'pyre_ogv',''),(13937,45,'pyre_preview_image',''),(13938,45,'pyre_video_bg_color',''),(13939,45,'pyre_mute_video','yes'),(13940,45,'pyre_autoplay_video','yes'),(13941,45,'pyre_loop_video','yes'),(13942,45,'pyre_hide_video_controls','yes'),(13943,45,'pyre_content_alignment','center'),(13944,45,'pyre_heading','<span style=\"font-weight:700;\">SHOPPING CART</span>'),(13945,45,'pyre_heading_font_size','70'),(13946,45,'pyre_heading_color','#ffffff'),(13947,45,'pyre_heading_bg','no'),(13948,45,'pyre_heading_bg_color',''),(13949,45,'pyre_caption','Thank you for your business'),(13950,45,'pyre_caption_font_size','30'),(13951,45,'pyre_caption_color','#ffffff'),(13952,45,'pyre_caption_bg','no'),(13953,45,'pyre_caption_bg_color',''),(13954,45,'pyre_link_type','button'),(13955,45,'pyre_slide_link',''),(13956,45,'pyre_slide_target','yes'),(13957,45,'pyre_button_1',''),(13958,45,'pyre_button_2',''),(13959,45,'_thumbnail_id','47'),(13960,45,'pyre_aspect_ratio',''),(13961,45,'pyre_heading_separator','none'),(13962,45,'pyre_caption_separator','single solid'),(13963,51,'_thumbnail_id','52'),(13964,51,'pyre_type','image'),(13965,51,'pyre_youtube_id',''),(13966,51,'pyre_vimeo_id',''),(13967,51,'pyre_webm',''),(13968,51,'pyre_mp4',''),(13969,51,'pyre_ogv',''),(13970,51,'pyre_preview_image',''),(13971,51,'pyre_video_bg_color',''),(13972,51,'pyre_mute_video','yes'),(13973,51,'pyre_autoplay_video','yes'),(13974,51,'pyre_loop_video','yes'),(13975,51,'pyre_hide_video_controls','yes'),(13976,51,'pyre_content_alignment','center'),(13977,51,'pyre_heading','<span style=\"font-weight:700;\">OUR PRODUCTS</span>'),(13978,51,'pyre_heading_font_size','70'),(13979,51,'pyre_heading_color','#ffffff'),(13980,51,'pyre_heading_bg','no'),(13981,51,'pyre_heading_bg_color',''),(13982,51,'pyre_caption','A collection of all our modern products'),(13983,51,'pyre_caption_font_size','30'),(13984,51,'pyre_caption_color','#fff'),(13985,51,'pyre_caption_bg','no'),(13986,51,'pyre_caption_bg_color',''),(13987,51,'pyre_link_type','button'),(13988,51,'pyre_slide_link',''),(13989,51,'pyre_slide_target','yes'),(13990,51,'pyre_button_1',''),(13991,51,'pyre_button_2',''),(13992,51,'pyre_aspect_ratio',''),(13993,51,'pyre_heading_separator','none'),(13994,51,'pyre_caption_separator','single solid'),(13995,54,'pyre_type','image'),(13996,54,'pyre_youtube_id',''),(13997,54,'pyre_vimeo_id',''),(13998,54,'pyre_webm',''),(13999,54,'pyre_mp4',''),(14000,54,'pyre_ogv',''),(14001,54,'pyre_preview_image',''),(14002,54,'pyre_video_bg_color',''),(14003,54,'pyre_mute_video','yes'),(14004,54,'pyre_autoplay_video','yes'),(14005,54,'pyre_loop_video','yes'),(14006,54,'pyre_hide_video_controls','yes'),(14007,54,'pyre_content_alignment','center'),(14008,54,'pyre_heading','<span style=\"font-weight:700;\">SONG LIST</span>'),(14009,54,'pyre_heading_font_size','70'),(14010,54,'pyre_heading_color','#1F1F1F'),(14011,54,'pyre_heading_bg','no'),(14012,54,'pyre_heading_bg_color',''),(14013,54,'pyre_caption','We play music you love to hear'),(14014,54,'pyre_caption_font_size','30'),(14015,54,'pyre_caption_color','#1F1F1F'),(14016,54,'pyre_caption_bg','no'),(14017,54,'pyre_caption_bg_color',''),(14018,54,'pyre_link_type','button'),(14019,54,'pyre_slide_link',''),(14020,54,'pyre_slide_target','yes'),(14021,54,'pyre_button_1',''),(14022,54,'pyre_button_2',''),(14023,54,'_thumbnail_id','4368'),(14024,54,'pyre_aspect_ratio',''),(14025,54,'pyre_heading_separator','none'),(14026,54,'pyre_caption_separator','single solid'),(14027,56,'_thumbnail_id','57'),(14028,56,'pyre_type','image'),(14029,56,'pyre_youtube_id',''),(14030,56,'pyre_vimeo_id',''),(14031,56,'pyre_webm',''),(14032,56,'pyre_mp4',''),(14033,56,'pyre_ogv',''),(14034,56,'pyre_preview_image',''),(14035,56,'pyre_video_bg_color',''),(14036,56,'pyre_mute_video','yes'),(14037,56,'pyre_autoplay_video','yes'),(14038,56,'pyre_loop_video','yes'),(14039,56,'pyre_hide_video_controls','yes'),(14040,56,'pyre_content_alignment','center'),(14041,56,'pyre_heading','<span style=\"font-weight:700;\">CHECKOUT</span>'),(14042,56,'pyre_heading_font_size','70'),(14043,56,'pyre_heading_color','#ffffff'),(14044,56,'pyre_heading_bg','no'),(14045,56,'pyre_heading_bg_color',''),(14046,56,'pyre_caption','Thank you for your business'),(14047,56,'pyre_caption_font_size','30'),(14048,56,'pyre_caption_color','#ffffff'),(14049,56,'pyre_caption_bg','no'),(14050,56,'pyre_caption_bg_color',''),(14051,56,'pyre_link_type','button'),(14052,56,'pyre_slide_link',''),(14053,56,'pyre_slide_target','yes'),(14054,56,'pyre_button_1',''),(14055,56,'pyre_button_2',''),(14056,56,'pyre_aspect_ratio',''),(14057,56,'pyre_heading_separator','none'),(14058,56,'pyre_caption_separator','single solid'),(14059,58,'pyre_type','image'),(14060,58,'pyre_youtube_id',''),(14061,58,'pyre_vimeo_id',''),(14062,58,'pyre_webm',''),(14063,58,'pyre_mp4',''),(14064,58,'pyre_ogv',''),(14065,58,'pyre_preview_image',''),(14066,58,'pyre_video_bg_color',''),(14067,58,'pyre_mute_video','yes'),(14068,58,'pyre_autoplay_video','yes'),(14069,58,'pyre_loop_video','yes'),(14070,58,'pyre_hide_video_controls','yes'),(14071,58,'pyre_content_alignment','center'),(14072,58,'pyre_heading','<span style=\"font-weight:700;\">MY ACCOUNT</span>'),(14073,58,'pyre_heading_font_size','70'),(14074,58,'pyre_heading_color','#ffffff'),(14075,58,'pyre_heading_bg','no'),(14076,58,'pyre_heading_bg_color',''),(14077,58,'pyre_caption','Update your account settings'),(14078,58,'pyre_caption_font_size','30'),(14079,58,'pyre_caption_color','#ffffff'),(14080,58,'pyre_caption_bg','no'),(14081,58,'pyre_caption_bg_color',''),(14082,58,'pyre_link_type','button'),(14083,58,'pyre_slide_link',''),(14084,58,'pyre_slide_target','yes'),(14085,58,'pyre_button_1',''),(14086,58,'pyre_button_2',''),(14087,58,'_thumbnail_id','120'),(14088,58,'pyre_aspect_ratio',''),(14089,58,'pyre_heading_separator','none'),(14090,58,'pyre_caption_separator','single solid'),(14091,59,'_thumbnail_id','4216'),(14092,59,'pyre_type','image'),(14093,59,'pyre_youtube_id',''),(14094,59,'pyre_vimeo_id',''),(14095,59,'pyre_webm',''),(14096,59,'pyre_mp4',''),(14097,59,'pyre_ogv',''),(14098,59,'pyre_preview_image',''),(14099,59,'pyre_video_bg_color',''),(14100,59,'pyre_mute_video','yes'),(14101,59,'pyre_autoplay_video','yes'),(14102,59,'pyre_loop_video','yes'),(14103,59,'pyre_hide_video_controls','yes'),(14104,59,'pyre_content_alignment','center'),(14105,59,'pyre_heading','<span style=\"font-weight:700;\">STYLISH MEN\'S WEAR</span>'),(14106,59,'pyre_heading_font_size','70'),(14107,59,'pyre_heading_color','#ffffff'),(14108,59,'pyre_heading_bg','no'),(14109,59,'pyre_heading_bg_color',''),(14110,59,'pyre_caption','High quality products for him'),(14111,59,'pyre_caption_font_size','30'),(14112,59,'pyre_caption_color','#fffff'),(14113,59,'pyre_caption_bg','no'),(14114,59,'pyre_caption_bg_color',''),(14115,59,'pyre_link_type','button'),(14116,59,'pyre_slide_link',''),(14117,59,'pyre_slide_target','yes'),(14118,59,'pyre_button_1',''),(14119,59,'pyre_button_2',''),(14120,59,'pyre_aspect_ratio',''),(14121,59,'pyre_heading_separator','none'),(14122,59,'pyre_caption_separator','single solid'),(14123,59,'_wp_old_slug','product'),(14124,526,'_thumbnail_id','4218'),(14125,526,'pyre_type','image'),(14126,526,'pyre_youtube_id',''),(14127,526,'pyre_vimeo_id',''),(14128,526,'pyre_webm',''),(14129,526,'pyre_mp4',''),(14130,526,'pyre_ogv',''),(14131,526,'pyre_preview_image',''),(14132,526,'pyre_aspect_ratio',''),(14133,526,'pyre_video_bg_color',''),(14134,526,'pyre_mute_video','yes'),(14135,526,'pyre_autoplay_video','yes'),(14136,526,'pyre_loop_video','yes'),(14137,526,'pyre_hide_video_controls','yes'),(14138,526,'pyre_content_alignment','center'),(14139,526,'pyre_heading','<span style=\"font-weight:700;\">MODERN SHOP NEWS</span>'),(14140,526,'pyre_heading_separator','none'),(14141,526,'pyre_heading_font_size','70'),(14142,526,'pyre_heading_color','#ffffff'),(14143,526,'pyre_heading_bg','no'),(14144,526,'pyre_heading_bg_color',''),(14145,526,'pyre_caption','All the latest shopping news'),(14146,526,'pyre_caption_separator','single solid'),(14147,526,'pyre_caption_font_size','30'),(14148,526,'pyre_caption_color','#ffffff'),(14149,526,'pyre_caption_bg','no'),(14150,526,'pyre_caption_bg_color',''),(14151,526,'pyre_link_type','full'),(14152,526,'pyre_slide_link',''),(14153,526,'pyre_slide_target','yes'),(14154,526,'pyre_button_1','[fusion_button link=\"\" color=\"default\" size=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"1px\" shadow=\"\" icon=\"\" icon_divider=\"yes\" icon_position=\"left\" modal=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" class=\"\" id=\"\"]Button Text[/fusion_button]'),(14155,526,'pyre_button_2','[fusion_button link=\"\" color=\"default\" size=\"\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"1px\" shadow=\"\" icon=\"\" icon_divider=\"yes\" icon_position=\"left\" modal=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" class=\"\" id=\"\"]Button Text[/fusion_button]'),(14156,1159,'_order_key','wc_order_572d7c741ebd6'),(14157,1159,'_order_currency','USD'),(14158,1159,'_prices_include_tax','no'),(14159,1159,'_customer_ip_address','80.197.74.186'),(14160,1159,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.86 Safari/537.36'),(14161,1159,'_customer_user','0'),(14162,1159,'_created_via','checkout'),(14163,1159,'_order_version','2.5.5'),(14164,1159,'_order_shipping','0'),(14165,1159,'_billing_first_name','Johnny'),(14166,1159,'_billing_last_name','Ganer'),(14167,1159,'_billing_company','1968'),(14168,1159,'_billing_email','johnny@ganer.dk'),(14169,1159,'_billing_phone','+4522212121'),(14170,1159,'_billing_country','DK'),(14171,1159,'_billing_address_1','Søndergade 50, 1.sal'),(14172,1159,'_billing_address_2',''),(14173,1159,'_billing_city','Hjallerup'),(14174,1159,'_billing_state',''),(14175,1159,'_billing_postcode','9320'),(14176,1159,'_shipping_first_name','Johnny'),(14177,1159,'_shipping_last_name','Ganer'),(14178,1159,'_shipping_company','1968'),(14179,1159,'_shipping_country','DK'),(14180,1159,'_shipping_address_1','Søndergade 50, 1.sal'),(14181,1159,'_shipping_address_2',''),(14182,1159,'_shipping_city','Hjallerup'),(14183,1159,'_shipping_state',''),(14184,1159,'_shipping_postcode','9320'),(14185,1159,'_payment_method','cheque'),(14186,1159,'_payment_method_title','Cheque Payment'),(14187,1159,'_cart_discount','0'),(14188,1159,'_cart_discount_tax','0'),(14189,1159,'_order_tax','0'),(14190,1159,'_order_shipping_tax','0'),(14191,1159,'_order_total','39.00'),(14192,1159,'_recorded_sales','yes'),(14193,1159,'_order_stock_reduced','1'),(14194,1160,'_order_key','wc_order_572d7d7db1dc1'),(14195,1160,'_order_currency','USD'),(14196,1160,'_prices_include_tax','no'),(14197,1160,'_customer_ip_address','80.197.74.186'),(14198,1160,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.86 Safari/537.36'),(14199,1160,'_customer_user','1837'),(14200,1160,'_created_via','checkout'),(14201,1160,'_order_version','2.5.5'),(14202,1160,'_order_shipping','0'),(14203,1160,'_billing_first_name','Johnny'),(14204,1160,'_billing_last_name','Ganer'),(14205,1160,'_billing_company','1968'),(14206,1160,'_billing_email','johnny@ganer.dk'),(14207,1160,'_billing_phone','+4522212121'),(14208,1160,'_billing_country','DK'),(14209,1160,'_billing_address_1','Søndergade 50, 1.sal'),(14210,1160,'_billing_address_2',''),(14211,1160,'_billing_city','Hjallerup'),(14212,1160,'_billing_state',''),(14213,1160,'_billing_postcode','9320'),(14214,1160,'_shipping_first_name','Johnny'),(14215,1160,'_shipping_last_name','Ganer'),(14216,1160,'_shipping_company','1968'),(14217,1160,'_shipping_country','DK'),(14218,1160,'_shipping_address_1','Søndergade 50, 1.sal'),(14219,1160,'_shipping_address_2',''),(14220,1160,'_shipping_city','Hjallerup'),(14221,1160,'_shipping_state',''),(14222,1160,'_shipping_postcode','9320'),(14223,1160,'_payment_method','cheque'),(14224,1160,'_payment_method_title','Cheque Payment'),(14225,1160,'_cart_discount','0'),(14226,1160,'_cart_discount_tax','0'),(14227,1160,'_order_tax','0'),(14228,1160,'_order_shipping_tax','0'),(14229,1160,'_order_total','40.00'),(14230,1160,'_recorded_sales','yes'),(14231,1160,'_order_stock_reduced','1'),(14232,1163,'_order_key','wc_order_57333814b2412'),(14233,1163,'_order_currency','USD'),(14234,1163,'_prices_include_tax','no'),(14235,1163,'_customer_ip_address','186.67.31.178'),(14236,1163,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36'),(14237,1163,'_customer_user','0'),(14238,1163,'_created_via','checkout'),(14239,1163,'_order_version','2.5.5'),(14240,1163,'_order_shipping','0'),(14241,1163,'_billing_first_name','Macarena'),(14242,1163,'_billing_last_name','Echeverría'),(14243,1163,'_billing_company','webmanager'),(14244,1163,'_billing_email','contacto@macarenaecheverria.cl'),(14245,1163,'_billing_phone','76150384'),(14246,1163,'_billing_country','CL'),(14247,1163,'_billing_address_1','espoz 4988'),(14248,1163,'_billing_address_2',''),(14249,1163,'_billing_city','santiago'),(14250,1163,'_billing_state','metropolitana'),(14251,1163,'_billing_postcode','1234'),(14252,1163,'_shipping_first_name','Macarena'),(14253,1163,'_shipping_last_name','Echeverría'),(14254,1163,'_shipping_company','webmanager'),(14255,1163,'_shipping_country','CL'),(14256,1163,'_shipping_address_1','espoz 4988'),(14257,1163,'_shipping_address_2',''),(14258,1163,'_shipping_city','santiago'),(14259,1163,'_shipping_state','metropolitana'),(14260,1163,'_shipping_postcode','1234'),(14261,1163,'_payment_method','cheque'),(14262,1163,'_payment_method_title','Cheque Payment'),(14263,1163,'_cart_discount','0'),(14264,1163,'_cart_discount_tax','0'),(14265,1163,'_order_tax','0'),(14266,1163,'_order_shipping_tax','0'),(14267,1163,'_order_total','39.00'),(14268,1163,'_recorded_sales','yes'),(14269,1163,'_order_stock_reduced','1'),(14270,1166,'_order_key','wc_order_57344a0a6dd05'),(14271,1166,'_order_currency','USD'),(14272,1166,'_prices_include_tax','no'),(14273,1166,'_customer_ip_address','115.73.25.41'),(14274,1166,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36'),(14275,1166,'_customer_user','0'),(14276,1166,'_created_via','checkout'),(14277,1166,'_order_version','2.5.5'),(14278,1166,'_order_shipping','0'),(14279,1166,'_billing_first_name','Leon'),(14280,1166,'_billing_last_name','Nguyen'),(14281,1166,'_billing_company',''),(14282,1166,'_billing_email','leonnguyen1311@gmail.com'),(14283,1166,'_billing_phone','123'),(14284,1166,'_billing_country','VN'),(14285,1166,'_billing_address_1','72 Nguyen Khoai'),(14286,1166,'_billing_address_2',''),(14287,1166,'_billing_city','Quan 4'),(14288,1166,'_billing_state',''),(14289,1166,'_billing_postcode','700000'),(14290,1166,'_shipping_first_name','Leon'),(14291,1166,'_shipping_last_name','Nguyen'),(14292,1166,'_shipping_company',''),(14293,1166,'_shipping_country','VN'),(14294,1166,'_shipping_address_1','72 Nguyen Khoai'),(14295,1166,'_shipping_address_2',''),(14296,1166,'_shipping_city','Quan 4'),(14297,1166,'_shipping_state',''),(14298,1166,'_shipping_postcode','700000'),(14299,1166,'_payment_method','cheque'),(14300,1166,'_payment_method_title','Cheque Payment'),(14301,1166,'_cart_discount','0'),(14302,1166,'_cart_discount_tax','0'),(14303,1166,'_order_tax','0'),(14304,1166,'_order_shipping_tax','0'),(14305,1166,'_order_total','438.00'),(14306,1166,'_recorded_sales','yes'),(14307,1166,'_order_stock_reduced','1'),(14308,1168,'_order_key','wc_order_57360fc0a779f'),(14309,1168,'_order_currency','USD'),(14310,1168,'_prices_include_tax','no'),(14311,1168,'_customer_ip_address','14.162.152.34'),(14312,1168,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/601.2.7 (KHTML, like Gecko) Version/9.0.1 Safari/601.2.7'),(14313,1168,'_customer_user','0'),(14314,1168,'_created_via','checkout'),(14315,1168,'_order_version','2.5.5'),(14316,1168,'_order_shipping','0'),(14317,1168,'_billing_first_name','cuc cu'),(14318,1168,'_billing_last_name','abc'),(14319,1168,'_billing_company',''),(14320,1168,'_billing_email','test@abc.com'),(14321,1168,'_billing_phone','12313'),(14322,1168,'_billing_country','VN'),(14323,1168,'_billing_address_1','tét'),(14324,1168,'_billing_address_2',''),(14325,1168,'_billing_city','ákldlasd'),(14326,1168,'_billing_state',''),(14327,1168,'_billing_postcode',''),(14328,1168,'_shipping_first_name','cuc cu'),(14329,1168,'_shipping_last_name','abc'),(14330,1168,'_shipping_company',''),(14331,1168,'_shipping_country','VN'),(14332,1168,'_shipping_address_1','tét'),(14333,1168,'_shipping_address_2',''),(14334,1168,'_shipping_city','ákldlasd'),(14335,1168,'_shipping_state',''),(14336,1168,'_shipping_postcode',''),(14337,1168,'_payment_method','cheque'),(14338,1168,'_payment_method_title','Cheque Payment'),(14339,1168,'_cart_discount','0'),(14340,1168,'_cart_discount_tax','0'),(14341,1168,'_order_tax','0'),(14342,1168,'_order_shipping_tax','0'),(14343,1168,'_order_total','120.00'),(14344,1168,'_recorded_sales','yes'),(14345,1168,'_order_stock_reduced','1'),(14346,1173,'_order_key','wc_order_573f2b5792bc3'),(14347,1173,'_order_currency','USD'),(14348,1173,'_prices_include_tax','no'),(14349,1173,'_customer_ip_address','172.68.28.139'),(14350,1173,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36'),(14351,1173,'_customer_user','1862'),(14352,1173,'_created_via','checkout'),(14353,1173,'_order_version','2.5.5'),(14354,1173,'_order_shipping','0'),(14355,1173,'_billing_first_name','Raphael'),(14356,1173,'_billing_last_name','Simao'),(14357,1173,'_billing_company','Ag Futuro'),(14358,1173,'_billing_email','raphael@agfuturo.com.br'),(14359,1173,'_billing_phone','981055628'),(14360,1173,'_billing_country','BR'),(14361,1173,'_billing_address_1','R Antonio Aggio'),(14362,1173,'_billing_address_2','1005'),(14363,1173,'_billing_city','Sao Paulo'),(14364,1173,'_billing_state','SP'),(14365,1173,'_billing_postcode','05713420'),(14366,1173,'_shipping_first_name','Raphael'),(14367,1173,'_shipping_last_name','Simao'),(14368,1173,'_shipping_company','Ag Futuro'),(14369,1173,'_shipping_country','BR'),(14370,1173,'_shipping_address_1','R Antonio Aggio'),(14371,1173,'_shipping_address_2','1005'),(14372,1173,'_shipping_city','Sao Paulo'),(14373,1173,'_shipping_state','SP'),(14374,1173,'_shipping_postcode','05713420'),(14375,1173,'_payment_method','cheque'),(14376,1173,'_payment_method_title','Cheque Payment'),(14377,1173,'_cart_discount','0'),(14378,1173,'_cart_discount_tax','0'),(14379,1173,'_order_tax','0'),(14380,1173,'_order_shipping_tax','0'),(14381,1173,'_order_total','39.00'),(14382,1173,'_recorded_sales','yes'),(14383,1173,'_order_stock_reduced','1'),(14384,1175,'_order_key','wc_order_5745741119ae4'),(14385,1175,'_order_currency','USD'),(14386,1175,'_prices_include_tax','no'),(14387,1175,'_customer_ip_address','27.125.203.226'),(14388,1175,'_customer_user_agent','Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/50.0.2661.102 Chrome/50.0.2661.102 Safari/537.36'),(14389,1175,'_customer_user','1870'),(14390,1175,'_created_via','checkout'),(14391,1175,'_order_version','2.5.5'),(14392,1175,'_billing_first_name','Lakskman'),(14393,1175,'_billing_last_name','Kumar'),(14394,1175,'_billing_company',''),(14395,1175,'_billing_email','kumar@gmail.com'),(14396,1175,'_billing_phone','90000000000'),(14397,1175,'_billing_country','IN'),(14398,1175,'_billing_address_1','kolkata'),(14399,1175,'_billing_address_2',''),(14400,1175,'_billing_city','kolkata'),(14401,1175,'_billing_state','WB'),(14402,1175,'_billing_postcode','700001'),(14403,1175,'_shipping_first_name','Lakskman'),(14404,1175,'_shipping_last_name','Kumar'),(14405,1175,'_shipping_company',''),(14406,1175,'_shipping_country','IN'),(14407,1175,'_shipping_address_1','kolkata'),(14408,1175,'_shipping_address_2',''),(14409,1175,'_shipping_city','kolkata'),(14410,1175,'_shipping_state','WB'),(14411,1175,'_shipping_postcode','700001'),(14412,1175,'_payment_method','cheque'),(14413,1175,'_payment_method_title','Cheque Payment'),(14414,1175,'_order_shipping',''),(14415,1175,'_cart_discount','0'),(14416,1175,'_cart_discount_tax','0'),(14417,1175,'_order_tax','0'),(14418,1175,'_order_shipping_tax','0'),(14419,1175,'_order_total','170.00'),(14420,1175,'_recorded_sales','yes'),(14421,1175,'_order_stock_reduced','1'),(14422,1176,'_order_key','wc_order_57457a026e7f3'),(14423,1176,'_order_currency','USD'),(14424,1176,'_prices_include_tax','no'),(14425,1176,'_customer_ip_address','112.196.33.85'),(14426,1176,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36'),(14427,1176,'_customer_user','0'),(14428,1176,'_created_via','checkout'),(14429,1176,'_order_version','2.5.5'),(14430,1176,'_billing_first_name','love'),(14431,1176,'_billing_last_name','Trivedi'),(14432,1176,'_billing_company',''),(14433,1176,'_billing_email','lovelyjoshi93@gmail.com'),(14434,1176,'_billing_phone','9872553766'),(14435,1176,'_billing_country','IN'),(14436,1176,'_billing_address_1','1217'),(14437,1176,'_billing_address_2','top floor'),(14438,1176,'_billing_city','Chandigarh'),(14439,1176,'_billing_state','CH'),(14440,1176,'_billing_postcode','160059'),(14441,1176,'_shipping_first_name','love'),(14442,1176,'_shipping_last_name','Trivedi'),(14443,1176,'_shipping_company',''),(14444,1176,'_shipping_country','IN'),(14445,1176,'_shipping_address_1','1217'),(14446,1176,'_shipping_address_2','top floor'),(14447,1176,'_shipping_city','Chandigarh'),(14448,1176,'_shipping_state','CH'),(14449,1176,'_shipping_postcode','160059'),(14450,1176,'_payment_method','cheque'),(14451,1176,'_payment_method_title','Cheque Payment'),(14452,1176,'_order_shipping',''),(14453,1176,'_cart_discount','0'),(14454,1176,'_cart_discount_tax','0'),(14455,1176,'_order_tax','0'),(14456,1176,'_order_shipping_tax','0'),(14457,1176,'_order_total','170.00'),(14458,1176,'_recorded_sales','yes'),(14459,1176,'_order_stock_reduced','1'),(14460,1177,'_order_key','wc_order_57468fab7e15b'),(14461,1177,'_order_currency','USD'),(14462,1177,'_prices_include_tax','no'),(14463,1177,'_customer_ip_address','195.226.255.34'),(14464,1177,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36'),(14465,1177,'_customer_user','0'),(14466,1177,'_created_via','checkout'),(14467,1177,'_order_version','2.5.5'),(14468,1177,'_order_shipping','0'),(14469,1177,'_billing_first_name','a'),(14470,1177,'_billing_last_name','a'),(14471,1177,'_billing_company','a'),(14472,1177,'_billing_email','test@test.com'),(14473,1177,'_billing_phone','6565656'),(14474,1177,'_billing_country','KW'),(14475,1177,'_billing_address_1','wadad'),(14476,1177,'_billing_address_2','add a ds'),(14477,1177,'_billing_city','kuwait city'),(14478,1177,'_billing_state','kuwait'),(14479,1177,'_billing_postcode','436434'),(14480,1177,'_shipping_first_name','a'),(14481,1177,'_shipping_last_name','a'),(14482,1177,'_shipping_company','a'),(14483,1177,'_shipping_country','KW'),(14484,1177,'_shipping_address_1','wadad'),(14485,1177,'_shipping_address_2','add a ds'),(14486,1177,'_shipping_city','kuwait city'),(14487,1177,'_shipping_state','kuwait'),(14488,1177,'_shipping_postcode','436434'),(14489,1177,'_payment_method','cheque'),(14490,1177,'_payment_method_title','Cheque Payment'),(14491,1177,'_cart_discount','0'),(14492,1177,'_cart_discount_tax','0'),(14493,1177,'_order_tax','0'),(14494,1177,'_order_shipping_tax','0'),(14495,1177,'_order_total','140.00'),(14496,1177,'_recorded_sales','yes'),(14497,1177,'_order_stock_reduced','1'),(14498,1178,'_order_key','wc_order_5746c3ba4991b'),(14499,1178,'_order_currency','USD'),(14500,1178,'_prices_include_tax','no'),(14501,1178,'_customer_ip_address','61.2.9.181'),(14502,1178,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36'),(14503,1178,'_customer_user','0'),(14504,1178,'_created_via','checkout'),(14505,1178,'_order_version','2.5.5'),(14506,1178,'_order_shipping','0'),(14507,1178,'_billing_first_name','test'),(14508,1178,'_billing_last_name','test'),(14509,1178,'_billing_company','test'),(14510,1178,'_billing_email','test@test.com'),(14511,1178,'_billing_phone','9999999999'),(14512,1178,'_billing_country','IN'),(14513,1178,'_billing_address_1','Vijayawada'),(14514,1178,'_billing_address_2','Some Where'),(14515,1178,'_billing_city','Vijayawada'),(14516,1178,'_billing_state','AP'),(14517,1178,'_billing_postcode','520010'),(14518,1178,'_shipping_first_name','test'),(14519,1178,'_shipping_last_name','test'),(14520,1178,'_shipping_company','test'),(14521,1178,'_shipping_country','IN'),(14522,1178,'_shipping_address_1','Vijayawada'),(14523,1178,'_shipping_address_2','Some Where'),(14524,1178,'_shipping_city','Vijayawada'),(14525,1178,'_shipping_state','AP'),(14526,1178,'_shipping_postcode','520010'),(14527,1178,'_payment_method','cheque'),(14528,1178,'_payment_method_title','Cheque Payment'),(14529,1178,'_cart_discount','0'),(14530,1178,'_cart_discount_tax','0'),(14531,1178,'_order_tax','0'),(14532,1178,'_order_shipping_tax','0'),(14533,1178,'_order_total','735.00'),(14534,1178,'_recorded_sales','yes'),(14535,1178,'_order_stock_reduced','1'),(14548,634,'pyre_type','image'),(14549,634,'pyre_youtube_id',''),(14550,634,'pyre_vimeo_id',''),(14551,634,'pyre_webm',''),(14552,634,'pyre_mp4',''),(14553,634,'pyre_ogv',''),(14554,634,'pyre_preview_image',''),(14555,634,'pyre_aspect_ratio',''),(14556,634,'pyre_video_bg_color',''),(14557,634,'pyre_mute_video','yes'),(14558,634,'pyre_autoplay_video','yes'),(14559,634,'pyre_loop_video','yes'),(14560,634,'pyre_hide_video_controls','yes'),(14561,634,'pyre_content_alignment','center'),(14562,634,'pyre_heading','<span style=\"font-weight:700;\">SAY HELLO!</span>'),(14563,634,'pyre_heading_separator','none'),(14564,634,'pyre_heading_font_size','70'),(14565,634,'pyre_heading_color','#ffffff'),(14566,634,'pyre_heading_bg','no'),(14567,634,'pyre_heading_bg_color',''),(14568,634,'pyre_caption','We\'d love to hear from you'),(14569,634,'pyre_caption_separator','single solid'),(14570,634,'pyre_caption_font_size','30'),(14571,634,'pyre_caption_color','#ffffff'),(14572,634,'pyre_caption_bg','no'),(14573,634,'pyre_caption_bg_color',''),(14574,634,'pyre_link_type','button'),(14575,634,'pyre_slide_link',''),(14576,634,'pyre_slide_target','yes'),(14577,634,'pyre_button_1',''),(14578,634,'pyre_button_2',''),(14580,829,'_thumbnail_id','4381'),(14581,829,'pyre_type','image'),(14582,829,'pyre_youtube_id',''),(14583,829,'pyre_vimeo_id',''),(14584,829,'pyre_webm',''),(14585,829,'pyre_mp4',''),(14586,829,'pyre_ogv',''),(14587,829,'pyre_preview_image',''),(14588,829,'pyre_aspect_ratio',''),(14589,829,'pyre_video_bg_color',''),(14590,829,'pyre_mute_video','yes'),(14591,829,'pyre_autoplay_video','yes'),(14592,829,'pyre_loop_video','yes'),(14593,829,'pyre_hide_video_controls','yes'),(14594,829,'pyre_content_alignment','center'),(14595,829,'pyre_heading','<span style=\"font-weight:700;\">OUR SCHEDULE</span>'),(14596,829,'pyre_heading_separator','none'),(14597,829,'pyre_heading_font_size','70'),(14598,829,'pyre_heading_color','#ffffff'),(14599,829,'pyre_heading_bg','no'),(14600,829,'pyre_heading_bg_color',''),(14601,829,'pyre_caption','Catch our next performance!'),(14602,829,'pyre_caption_separator','single solid'),(14603,829,'pyre_caption_font_size','30'),(14604,829,'pyre_caption_color','#ffffff'),(14605,829,'pyre_caption_bg','no'),(14606,829,'pyre_caption_bg_color',''),(14607,829,'pyre_link_type','button'),(14608,829,'pyre_slide_link',''),(14609,829,'pyre_slide_target','yes'),(14610,829,'pyre_button_1',''),(14611,829,'pyre_button_2',''),(14612,837,'_thumbnail_id','4382'),(14613,837,'pyre_type','image'),(14614,837,'pyre_youtube_id',''),(14615,837,'pyre_vimeo_id',''),(14616,837,'pyre_webm',''),(14617,837,'pyre_mp4',''),(14618,837,'pyre_ogv',''),(14619,837,'pyre_preview_image',''),(14620,837,'pyre_aspect_ratio',''),(14621,837,'pyre_video_bg_color',''),(14622,837,'pyre_mute_video','yes'),(14623,837,'pyre_autoplay_video','yes'),(14624,837,'pyre_loop_video','yes'),(14625,837,'pyre_hide_video_controls','yes'),(14626,837,'pyre_content_alignment','center'),(14627,837,'pyre_heading','<span style=\"font-weight:700;\">IMAGES</span>'),(14628,837,'pyre_heading_separator','none'),(14629,837,'pyre_heading_font_size','70'),(14630,837,'pyre_heading_color','#ffffff'),(14631,837,'pyre_heading_bg','no'),(14632,837,'pyre_heading_bg_color',''),(14633,837,'pyre_caption','We love to show off!'),(14634,837,'pyre_caption_separator','single solid'),(14635,837,'pyre_caption_font_size','30'),(14636,837,'pyre_caption_color','#ffffff'),(14637,837,'pyre_caption_bg','no'),(14638,837,'pyre_caption_bg_color',''),(14639,837,'pyre_link_type','button'),(14640,837,'pyre_slide_link',''),(14641,837,'pyre_slide_target','yes'),(14642,837,'pyre_button_1',''),(14643,837,'pyre_button_2',''),(14644,879,'_thumbnail_id','949'),(14645,879,'pyre_type','image'),(14646,879,'pyre_youtube_id',''),(14647,879,'pyre_vimeo_id',''),(14648,879,'pyre_webm',''),(14649,879,'pyre_mp4',''),(14650,879,'pyre_ogv',''),(14651,879,'pyre_preview_image',''),(14652,879,'pyre_aspect_ratio',''),(14653,879,'pyre_video_bg_color',''),(14654,879,'pyre_mute_video','yes'),(14655,879,'pyre_autoplay_video','yes'),(14656,879,'pyre_loop_video','yes'),(14657,879,'pyre_hide_video_controls','yes'),(14658,879,'pyre_content_alignment','center'),(14659,879,'pyre_heading','<span style=\"font-weight:700;\">ACCESSORY SHOP</span>'),(14660,879,'pyre_heading_separator','none'),(14661,879,'pyre_heading_font_size','70'),(14662,879,'pyre_heading_color','#ffffff'),(14663,879,'pyre_heading_bg','no'),(14664,879,'pyre_heading_bg_color',''),(14665,879,'pyre_caption','A collection of all our modern accessories'),(14666,879,'pyre_caption_separator','single solid'),(14667,879,'pyre_caption_font_size','30'),(14668,879,'pyre_caption_color','#fff'),(14669,879,'pyre_caption_bg','no'),(14670,879,'pyre_caption_bg_color',''),(14671,879,'pyre_link_type','button'),(14672,879,'pyre_slide_link',''),(14673,879,'pyre_slide_target','yes'),(14674,879,'pyre_button_1','[fusion_button link=\"http://avada.theme-fusion.com/modern-shop/full-shop/\" color=\"custom\" size=\"xlarge\" type=\"flat\" shape=\"square\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#333333\" bevel_color=\"\" border_width=\"2px\" shadow=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"\" class=\"\" id=\"\"]LET\'S GET SHOPPING[/fusion_button]'),(14675,879,'pyre_button_2',''),(14676,945,'_thumbnail_id','946'),(14677,945,'pyre_type','image'),(14678,945,'pyre_youtube_id',''),(14679,945,'pyre_vimeo_id',''),(14680,945,'pyre_webm',''),(14681,945,'pyre_mp4',''),(14682,945,'pyre_ogv',''),(14683,945,'pyre_preview_image',''),(14684,945,'pyre_aspect_ratio',''),(14685,945,'pyre_video_bg_color',''),(14686,945,'pyre_mute_video','yes'),(14687,945,'pyre_autoplay_video','yes'),(14688,945,'pyre_loop_video','yes'),(14689,945,'pyre_hide_video_controls','yes'),(14690,945,'pyre_content_alignment','center'),(14691,945,'pyre_heading','<span style=\"font-weight:700;\">CREATING TRENDS SINCE \'79</span>'),(14692,945,'pyre_heading_separator','none'),(14693,945,'pyre_heading_font_size','70'),(14694,945,'pyre_heading_color','#fff'),(14695,945,'pyre_heading_bg','no'),(14696,945,'pyre_heading_bg_color',''),(14697,945,'pyre_caption','Modern Shop is the boutique fashion brand'),(14698,945,'pyre_caption_separator','single solid'),(14699,945,'pyre_caption_font_size','30'),(14700,945,'pyre_caption_color','#fff'),(14701,945,'pyre_caption_bg','no'),(14702,945,'pyre_caption_bg_color',''),(14703,945,'pyre_link_type','button'),(14704,945,'pyre_slide_link',''),(14705,945,'pyre_slide_target','yes'),(14706,945,'pyre_button_1','[fusion_button link=\"http://avada.theme-fusion.com/modern-shop/full-shop/\" color=\"custom\" size=\"xlarge\" type=\"flat\" shape=\"square\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#333333\" bevel_color=\"\" border_width=\"2px\" shadow=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"\" class=\"\" id=\"\"]LET\'S GET SHOPPING[/fusion_button]'),(14707,945,'pyre_button_2',''),(14708,950,'_thumbnail_id','4221'),(14709,950,'pyre_type','image'),(14710,950,'pyre_youtube_id',''),(14711,950,'pyre_vimeo_id',''),(14712,950,'pyre_webm',''),(14713,950,'pyre_mp4',''),(14714,950,'pyre_ogv',''),(14715,950,'pyre_preview_image',''),(14716,950,'pyre_aspect_ratio',''),(14717,950,'pyre_video_bg_color',''),(14718,950,'pyre_mute_video','yes'),(14719,950,'pyre_autoplay_video','yes'),(14720,950,'pyre_loop_video','yes'),(14721,950,'pyre_hide_video_controls','yes'),(14722,950,'pyre_content_alignment','center'),(14723,950,'pyre_heading','<span style=\"font-weight:700;\">CREATING TRENDS SINCE \'79</span>'),(14724,950,'pyre_heading_separator','none'),(14725,950,'pyre_heading_font_size','70'),(14726,950,'pyre_heading_color','#fff'),(14727,950,'pyre_heading_bg','no'),(14728,950,'pyre_heading_bg_color',''),(14729,950,'pyre_caption','Modern Shop is the boutique fashion brand'),(14730,950,'pyre_caption_separator','single solid'),(14731,950,'pyre_caption_font_size','30'),(14732,950,'pyre_caption_color','#fff'),(14733,950,'pyre_caption_bg','no'),(14734,950,'pyre_caption_bg_color',''),(14735,950,'pyre_link_type','button'),(14736,950,'pyre_slide_link',''),(14737,950,'pyre_slide_target','yes'),(14738,950,'pyre_button_1','[fusion_button link=\"http://avada.theme-fusion.com/modern-shop/full-shop/\" color=\"custom\" size=\"xlarge\" type=\"flat\" shape=\"square\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#333333\" bevel_color=\"\" border_width=\"2px\" shadow=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"\" class=\"\" id=\"\"]LET\'S GET SHOPPING[/fusion_button]'),(14739,950,'pyre_button_2',''),(14740,951,'_thumbnail_id','947'),(14741,951,'pyre_type','image'),(14742,951,'pyre_youtube_id',''),(14743,951,'pyre_vimeo_id',''),(14744,951,'pyre_webm',''),(14745,951,'pyre_mp4',''),(14746,951,'pyre_ogv',''),(14747,951,'pyre_preview_image',''),(14748,951,'pyre_aspect_ratio',''),(14749,951,'pyre_video_bg_color',''),(14750,951,'pyre_mute_video','yes'),(14751,951,'pyre_autoplay_video','yes'),(14752,951,'pyre_loop_video','yes'),(14753,951,'pyre_hide_video_controls','yes'),(14754,951,'pyre_content_alignment','center'),(14755,951,'pyre_heading','<span style=\"font-weight:700;\">CREATING TRENDS SINCE \'79</span>'),(14756,951,'pyre_heading_separator','none'),(14757,951,'pyre_heading_font_size','70'),(14758,951,'pyre_heading_color','#fff'),(14759,951,'pyre_heading_bg','no'),(14760,951,'pyre_heading_bg_color',''),(14761,951,'pyre_caption','Modern Shop is the boutique fashion brand'),(14762,951,'pyre_caption_separator','single solid'),(14763,951,'pyre_caption_font_size','30'),(14764,951,'pyre_caption_color','#fff'),(14765,951,'pyre_caption_bg','no'),(14766,951,'pyre_caption_bg_color',''),(14767,951,'pyre_link_type','button'),(14768,951,'pyre_slide_link',''),(14769,951,'pyre_slide_target','yes'),(14770,951,'pyre_button_1','[fusion_button link=\"http://avada.theme-fusion.com/modern-shop/full-shop/\" color=\"custom\" size=\"xlarge\" type=\"flat\" shape=\"square\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#333333\" bevel_color=\"\" border_width=\"2px\" shadow=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"\" class=\"\" id=\"\"]LET\'S GET SHOPPING[/fusion_button]'),(14771,951,'pyre_button_2',''),(14772,952,'_thumbnail_id','4222'),(14773,952,'pyre_type','image'),(14774,952,'pyre_youtube_id',''),(14775,952,'pyre_vimeo_id',''),(14776,952,'pyre_webm',''),(14777,952,'pyre_mp4',''),(14778,952,'pyre_ogv',''),(14779,952,'pyre_preview_image',''),(14780,952,'pyre_aspect_ratio',''),(14781,952,'pyre_video_bg_color',''),(14782,952,'pyre_mute_video','yes'),(14783,952,'pyre_autoplay_video','yes'),(14784,952,'pyre_loop_video','yes'),(14785,952,'pyre_hide_video_controls','yes'),(14786,952,'pyre_content_alignment','center'),(14787,952,'pyre_heading','<span style=\"font-weight:700;\">CREATING TRENDS SINCE \'79</span>'),(14788,952,'pyre_heading_separator','none'),(14789,952,'pyre_heading_font_size','70'),(14790,952,'pyre_heading_color','#fff'),(14791,952,'pyre_heading_bg','no'),(14792,952,'pyre_heading_bg_color',''),(14793,952,'pyre_caption','Modern Shop is the boutique fashion brand'),(14794,952,'pyre_caption_separator','single solid'),(14795,952,'pyre_caption_font_size','30'),(14796,952,'pyre_caption_color',''),(14797,952,'pyre_caption_bg','no'),(14798,952,'pyre_caption_bg_color',''),(14799,952,'pyre_link_type','button'),(14800,952,'pyre_slide_link',''),(14801,952,'pyre_slide_target','yes'),(14802,952,'pyre_button_1','[fusion_button link=\"http://avada.theme-fusion.com/modern-shop/full-shop/\" color=\"custom\" size=\"xlarge\" type=\"flat\" shape=\"square\" target=\"_self\" title=\"\" gradient_colors=\"transparent|transparent\" gradient_hover_colors=\"#ffffff|#ffffff\" accent_color=\"#ffffff\" accent_hover_color=\"#333333\" bevel_color=\"\" border_width=\"2px\" shadow=\"no\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" alignment=\"\" class=\"\" id=\"\"]LET\'S GET SHOPPING[/fusion_button]'),(14803,952,'pyre_button_2',''),(14804,1030,'_thumbnail_id','4220'),(14805,1030,'pyre_type','image'),(14806,1030,'pyre_youtube_id',''),(14807,1030,'pyre_vimeo_id',''),(14808,1030,'pyre_webm',''),(14809,1030,'pyre_mp4',''),(14810,1030,'pyre_ogv',''),(14811,1030,'pyre_preview_image',''),(14812,1030,'pyre_aspect_ratio',''),(14813,1030,'pyre_video_bg_color',''),(14814,1030,'pyre_mute_video','yes'),(14815,1030,'pyre_autoplay_video','yes'),(14816,1030,'pyre_loop_video','yes'),(14817,1030,'pyre_hide_video_controls','yes'),(14818,1030,'pyre_content_alignment','center'),(14819,1030,'pyre_heading','<span style=\"font-weight:700;\"> a CONCERTS</span>'),(14820,1030,'pyre_heading_separator','none'),(14821,1030,'pyre_heading_font_size','70'),(14822,1030,'pyre_heading_color','#fff'),(14823,1030,'pyre_heading_bg','no'),(14824,1030,'pyre_heading_bg_color',''),(14825,1030,'pyre_caption','High quality products for her'),(14826,1030,'pyre_caption_separator','single solid'),(14827,1030,'pyre_caption_font_size','30'),(14828,1030,'pyre_caption_color','#fff'),(14829,1030,'pyre_caption_bg','no'),(14830,1030,'pyre_caption_bg_color',''),(14831,1030,'pyre_link_type','button'),(14832,1030,'pyre_slide_link',''),(14833,1030,'pyre_slide_target','yes'),(14834,1030,'pyre_button_1',''),(14835,1030,'pyre_button_2',''),(14836,1030,'_wp_old_slug','1030'),(14837,1032,'_thumbnail_id','4219'),(14838,1032,'pyre_type','image'),(14839,1032,'pyre_youtube_id',''),(14840,1032,'pyre_vimeo_id',''),(14841,1032,'pyre_webm',''),(14842,1032,'pyre_mp4',''),(14843,1032,'pyre_ogv',''),(14844,1032,'pyre_preview_image',''),(14845,1032,'pyre_aspect_ratio',''),(14846,1032,'pyre_video_bg_color',''),(14847,1032,'pyre_mute_video','yes'),(14848,1032,'pyre_autoplay_video','yes'),(14849,1032,'pyre_loop_video','yes'),(14850,1032,'pyre_hide_video_controls','yes'),(14851,1032,'pyre_content_alignment','center'),(14852,1032,'pyre_heading','<span style=\"font-weight:700;\">STYLISH WOMEN\'S WEAR</span>'),(14853,1032,'pyre_heading_separator','none'),(14854,1032,'pyre_heading_font_size','70'),(14855,1032,'pyre_heading_color','#fff'),(14856,1032,'pyre_heading_bg','no'),(14857,1032,'pyre_heading_bg_color',''),(14858,1032,'pyre_caption','High quality products for her'),(14859,1032,'pyre_caption_separator','single solid'),(14860,1032,'pyre_caption_font_size','30'),(14861,1032,'pyre_caption_color','#fff'),(14862,1032,'pyre_caption_bg','no'),(14863,1032,'pyre_caption_bg_color',''),(14864,1032,'pyre_link_type','button'),(14865,1032,'pyre_slide_link',''),(14866,1032,'pyre_slide_target','yes'),(14867,1032,'pyre_button_1',''),(14868,1032,'pyre_button_2',''),(14869,1034,'_thumbnail_id','4214'),(14870,1034,'pyre_type','image'),(14871,1034,'pyre_youtube_id',''),(14872,1034,'pyre_vimeo_id',''),(14873,1034,'pyre_webm',''),(14874,1034,'pyre_mp4',''),(14875,1034,'pyre_ogv',''),(14876,1034,'pyre_preview_image',''),(14877,1034,'pyre_aspect_ratio',''),(14878,1034,'pyre_video_bg_color',''),(14879,1034,'pyre_mute_video','yes'),(14880,1034,'pyre_autoplay_video','yes'),(14881,1034,'pyre_loop_video','yes'),(14882,1034,'pyre_hide_video_controls','yes'),(14883,1034,'pyre_content_alignment','center'),(14884,1034,'pyre_heading','<span style=\"font-weight:700;\">STYLISH WOMEN\'S WEAR</span>'),(14885,1034,'pyre_heading_separator','none'),(14886,1034,'pyre_heading_font_size','70'),(14887,1034,'pyre_heading_color','#fff'),(14888,1034,'pyre_heading_bg','no'),(14889,1034,'pyre_heading_bg_color',''),(14890,1034,'pyre_caption','High quality products for her'),(14891,1034,'pyre_caption_separator','single solid'),(14892,1034,'pyre_caption_font_size','30'),(14893,1034,'pyre_caption_color','#fff'),(14894,1034,'pyre_caption_bg','no'),(14895,1034,'pyre_caption_bg_color',''),(14896,1034,'pyre_link_type','button'),(14897,1034,'pyre_slide_link',''),(14898,1034,'pyre_slide_target','yes'),(14899,1034,'pyre_button_1',''),(14900,1034,'pyre_button_2',''),(14901,1035,'_thumbnail_id','4217'),(14902,1035,'pyre_type','image'),(14903,1035,'pyre_youtube_id',''),(14904,1035,'pyre_vimeo_id',''),(14905,1035,'pyre_webm',''),(14906,1035,'pyre_mp4',''),(14907,1035,'pyre_ogv',''),(14908,1035,'pyre_preview_image',''),(14909,1035,'pyre_aspect_ratio',''),(14910,1035,'pyre_video_bg_color',''),(14911,1035,'pyre_mute_video','yes'),(14912,1035,'pyre_autoplay_video','yes'),(14913,1035,'pyre_loop_video','yes'),(14914,1035,'pyre_hide_video_controls','yes'),(14915,1035,'pyre_content_alignment','center'),(14916,1035,'pyre_heading','<span style=\"font-weight:700;\">STYLISH MEN\'S WEAR</span>'),(14917,1035,'pyre_heading_separator','none'),(14918,1035,'pyre_heading_font_size','70'),(14919,1035,'pyre_heading_color','#fff'),(14920,1035,'pyre_heading_bg','no'),(14921,1035,'pyre_heading_bg_color',''),(14922,1035,'pyre_caption','High quality products for him'),(14923,1035,'pyre_caption_separator','single solid'),(14924,1035,'pyre_caption_font_size','30'),(14925,1035,'pyre_caption_color','#fff'),(14926,1035,'pyre_caption_bg','no'),(14927,1035,'pyre_caption_bg_color',''),(14928,1035,'pyre_link_type','button'),(14929,1035,'pyre_slide_link',''),(14930,1035,'pyre_slide_target','yes'),(14931,1035,'pyre_button_1',''),(14932,1035,'pyre_button_2',''),(14933,1036,'_thumbnail_id','4027'),(14934,1036,'pyre_type','image'),(14935,1036,'pyre_youtube_id',''),(14936,1036,'pyre_vimeo_id',''),(14937,1036,'pyre_webm',''),(14938,1036,'pyre_mp4',''),(14939,1036,'pyre_ogv',''),(14940,1036,'pyre_preview_image',''),(14941,1036,'pyre_aspect_ratio',''),(14942,1036,'pyre_video_bg_color',''),(14943,1036,'pyre_mute_video','yes'),(14944,1036,'pyre_autoplay_video','yes'),(14945,1036,'pyre_loop_video','yes'),(14946,1036,'pyre_hide_video_controls','yes'),(14947,1036,'pyre_content_alignment','center'),(14948,1036,'pyre_heading','<span style=\"font-weight:700;\">STYLISH MEN\'S WEAR</span>'),(14949,1036,'pyre_heading_separator','none'),(14950,1036,'pyre_heading_font_size','70'),(14951,1036,'pyre_heading_color','#fff'),(14952,1036,'pyre_heading_bg','no'),(14953,1036,'pyre_heading_bg_color',''),(14954,1036,'pyre_caption','High quality products for him'),(14955,1036,'pyre_caption_separator','single solid'),(14956,1036,'pyre_caption_font_size','30'),(14957,1036,'pyre_caption_color','#fff'),(14958,1036,'pyre_caption_bg','no'),(14959,1036,'pyre_caption_bg_color',''),(14960,1036,'pyre_link_type','button'),(14961,1036,'pyre_slide_link',''),(14962,1036,'pyre_slide_target','yes'),(14963,1036,'pyre_button_1',''),(14964,1036,'pyre_button_2',''),(14965,4191,'_menu_item_type','post_type'),(14966,4191,'_menu_item_menu_item_parent','0'),(14967,4191,'_menu_item_object_id','16'),(14968,4191,'_menu_item_object','page'),(14969,4191,'_menu_item_target',''),(14970,4191,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(14971,4191,'_menu_item_xfn',''),(14972,4191,'_menu_item_url',''),(14973,4191,'_menu_item_fusion_menu_style',''),(14974,4191,'_menu_item_fusion_megamenu_icon',''),(14975,4191,'_menu_item_fusion_megamenu_status',''),(14976,4191,'_menu_item_fusion_megamenu_width',''),(14977,4191,'_menu_item_fusion_megamenu_columns','auto'),(14978,4191,'_menu_item_fusion_megamenu_columnwidth',''),(14979,4191,'_menu_item_fusion_megamenu_thumbnail',''),(14980,4192,'_menu_item_type','post_type'),(14981,4192,'_menu_item_menu_item_parent','0'),(14982,4192,'_menu_item_object_id','14'),(14983,4192,'_menu_item_object','page'),(14984,4192,'_menu_item_target',''),(14985,4192,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(14986,4192,'_menu_item_xfn',''),(14987,4192,'_menu_item_url',''),(14988,4192,'_menu_item_fusion_menu_style',''),(14989,4192,'_menu_item_fusion_megamenu_icon',''),(14990,4192,'_menu_item_fusion_megamenu_status',''),(14991,4192,'_menu_item_fusion_megamenu_width',''),(14992,4192,'_menu_item_fusion_megamenu_columns','auto'),(14993,4192,'_menu_item_fusion_megamenu_columnwidth',''),(14994,4192,'_menu_item_fusion_megamenu_thumbnail',''),(14995,4193,'_menu_item_type','post_type'),(14996,4193,'_menu_item_menu_item_parent','0'),(14997,4193,'_menu_item_object_id','7'),(14998,4193,'_menu_item_object','page'),(14999,4193,'_menu_item_target',''),(15000,4193,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15001,4193,'_menu_item_xfn',''),(15002,4193,'_menu_item_url',''),(15003,4193,'_menu_item_fusion_menu_style',''),(15004,4193,'_menu_item_fusion_megamenu_icon',''),(15005,4193,'_menu_item_fusion_megamenu_status',''),(15006,4193,'_menu_item_fusion_megamenu_width',''),(15007,4193,'_menu_item_fusion_megamenu_columns','auto'),(15008,4193,'_menu_item_fusion_megamenu_columnwidth',''),(15009,4193,'_menu_item_fusion_megamenu_thumbnail',''),(15040,4196,'_menu_item_type','post_type'),(15041,4196,'_menu_item_menu_item_parent','0'),(15042,4196,'_menu_item_object_id','288'),(15043,4196,'_menu_item_object','page'),(15044,4196,'_menu_item_target',''),(15045,4196,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15046,4196,'_menu_item_xfn',''),(15047,4196,'_menu_item_url',''),(15048,4196,'_menu_item_fusion_menu_style',''),(15049,4196,'_menu_item_fusion_megamenu_icon',''),(15050,4196,'_menu_item_fusion_megamenu_status',''),(15051,4196,'_menu_item_fusion_megamenu_width','fullwidth'),(15052,4196,'_menu_item_fusion_megamenu_columns','auto'),(15053,4196,'_menu_item_fusion_megamenu_columnwidth',''),(15054,4196,'_menu_item_fusion_megamenu_thumbnail',''),(15085,4199,'_menu_item_type','post_type'),(15086,4199,'_menu_item_menu_item_parent','0'),(15087,4199,'_menu_item_object_id','305'),(15088,4199,'_menu_item_object','page'),(15089,4199,'_menu_item_target',''),(15090,4199,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15091,4199,'_menu_item_xfn',''),(15092,4199,'_menu_item_url',''),(15093,4199,'_menu_item_fusion_menu_style',''),(15094,4199,'_menu_item_fusion_megamenu_icon',''),(15095,4199,'_menu_item_fusion_megamenu_status','enabled'),(15096,4199,'_menu_item_fusion_megamenu_width','fullwidth'),(15097,4199,'_menu_item_fusion_megamenu_columns','auto'),(15098,4199,'_menu_item_fusion_megamenu_columnwidth',''),(15099,4199,'_menu_item_fusion_megamenu_thumbnail',''),(15115,4201,'_menu_item_type','post_type'),(15116,4201,'_menu_item_menu_item_parent','0'),(15117,4201,'_menu_item_object_id','340'),(15118,4201,'_menu_item_object','page'),(15119,4201,'_menu_item_target',''),(15120,4201,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15121,4201,'_menu_item_xfn',''),(15122,4201,'_menu_item_url',''),(15123,4201,'_menu_item_fusion_menu_style',''),(15124,4201,'_menu_item_fusion_megamenu_icon',''),(15125,4201,'_menu_item_fusion_megamenu_status',''),(15126,4201,'_menu_item_fusion_megamenu_width',''),(15127,4201,'_menu_item_fusion_megamenu_columns','auto'),(15128,4201,'_menu_item_fusion_megamenu_columnwidth',''),(15129,4201,'_menu_item_fusion_megamenu_thumbnail',''),(15251,4211,'_wp_attached_file','2016/08/120.jpg'),(15252,4211,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:550;s:4:\"file\";s:15:\"2016/08/120.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"120-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:\"120-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"120-768x217.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:217;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"120-1024x289.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"120-120x34.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:34;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"120-500x141.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"120-500x141.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:15:\"120-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:15:\"120-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:15:\"120-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:15:\"120-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:15:\"120-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:15:\"120-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:15:\"120-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:15:\"120-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:13:\"120-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:14:\"120-200x56.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:56;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:15:\"120-400x113.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:15:\"120-600x169.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:15:\"120-800x226.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:16:\"120-1200x338.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:338;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:{}}}'),(15253,4212,'_wp_attached_file','2016/08/38.jpg'),(15254,4212,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:700;s:4:\"file\";s:14:\"2016/08/38.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"38-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:\"38-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"38-768x280.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"38-1024x373.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"38-120x44.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:44;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:14:\"38-500x182.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:14:\"38-500x182.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:14:\"38-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:14:\"38-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:14:\"38-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:14:\"38-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:14:\"38-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:14:\"38-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:14:\"38-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:14:\"38-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:12:\"38-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:13:\"38-200x73.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:73;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:14:\"38-400x146.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:14:\"38-600x219.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:14:\"38-800x292.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:15:\"38-1200x438.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:438;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:{}}}'),(15255,4213,'_wp_attached_file','2016/08/41.jpg'),(15256,4213,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:14:\"2016/08/41.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"41-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:\"41-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:14:\"41-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:15:\"41-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"41-120x68.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:14:\"41-500x281.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:14:\"41-500x281.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:14:\"41-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:14:\"41-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:14:\"41-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:14:\"41-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:14:\"41-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:14:\"41-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:14:\"41-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:14:\"41-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:12:\"41-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:14:\"41-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:14:\"41-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:14:\"41-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:14:\"41-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:15:\"41-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;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:{}}}'),(15257,4214,'_wp_attached_file','2016/08/43.jpg'),(15258,4214,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:1250;s:4:\"file\";s:14:\"2016/08/43.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"43-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:\"43-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"43-768x492.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:492;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"43-1024x656.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:656;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"43-120x77.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:77;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:14:\"43-500x321.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:14:\"43-500x321.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:14:\"43-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:14:\"43-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:14:\"43-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:14:\"43-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:14:\"43-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:14:\"43-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:14:\"43-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:14:\"43-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:12:\"43-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:14:\"43-200x128.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:14:\"43-400x256.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:14:\"43-600x385.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:14:\"43-800x513.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:15:\"43-1200x769.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:769;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:{}}}'),(15259,4215,'_wp_attached_file','2016/08/47.jpg'),(15260,4215,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:550;s:4:\"file\";s:14:\"2016/08/47.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"47-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:\"47-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"47-768x217.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:217;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"47-1024x289.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"47-120x34.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:34;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:14:\"47-500x141.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:14:\"47-500x141.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:14:\"47-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:14:\"47-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:14:\"47-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:14:\"47-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:14:\"47-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:14:\"47-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:14:\"47-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:14:\"47-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:12:\"47-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:13:\"47-200x56.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:56;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:14:\"47-400x113.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:14:\"47-600x169.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:14:\"47-800x226.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:15:\"47-1200x338.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:338;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:{}}}'),(15261,4216,'_wp_attached_file','2016/08/52.jpg'),(15262,4216,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:700;s:4:\"file\";s:14:\"2016/08/52.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"52-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:\"52-300x108.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"52-768x276.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"52-1024x368.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"52-120x43.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:43;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:14:\"52-500x179.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:14:\"52-500x179.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:14:\"52-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:14:\"52-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:14:\"52-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:14:\"52-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:14:\"52-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:14:\"52-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:14:\"52-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:14:\"52-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:12:\"52-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:13:\"52-200x72.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:14:\"52-400x144.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:14:\"52-600x215.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:14:\"52-800x287.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:287;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:15:\"52-1200x431.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:431;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:{}}}'),(15263,4217,'_wp_attached_file','2016/08/55.jpg'),(15264,4217,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:1250;s:4:\"file\";s:14:\"2016/08/55.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"55-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:\"55-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"55-768x492.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:492;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"55-1024x656.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:656;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"55-120x77.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:77;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:14:\"55-500x321.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:14:\"55-500x321.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:14:\"55-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:14:\"55-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:14:\"55-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:14:\"55-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:14:\"55-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:14:\"55-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:14:\"55-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:14:\"55-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:12:\"55-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:14:\"55-200x128.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:14:\"55-400x256.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:14:\"55-600x385.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:14:\"55-800x513.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:15:\"55-1200x769.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:769;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:{}}}'),(15265,4218,'_wp_attached_file','2016/08/57.jpg'),(15266,4218,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:550;s:4:\"file\";s:14:\"2016/08/57.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"57-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:\"57-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"57-768x217.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:217;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"57-1024x289.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"57-120x34.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:34;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:14:\"57-500x141.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:14:\"57-500x141.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:14:\"57-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:14:\"57-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:14:\"57-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:14:\"57-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:14:\"57-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:14:\"57-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:14:\"57-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:14:\"57-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:12:\"57-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:13:\"57-200x56.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:56;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:14:\"57-400x113.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:14:\"57-600x169.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:14:\"57-800x226.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:15:\"57-1200x338.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:338;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:{}}}'),(15267,4219,'_wp_attached_file','2016/08/946.jpg'),(15268,4219,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:15:\"2016/08/946.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"946-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:15:\"946-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:15:\"946-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:16:\"946-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"946-120x68.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"946-500x281.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"946-500x281.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:15:\"946-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:15:\"946-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:15:\"946-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:15:\"946-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:15:\"946-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:15:\"946-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:15:\"946-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:15:\"946-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:13:\"946-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:15:\"946-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:15:\"946-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:15:\"946-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:15:\"946-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:16:\"946-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;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:{}}}'),(15269,4220,'_wp_attached_file','2016/08/947.jpg'),(15270,4220,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:15:\"2016/08/947.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"947-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:15:\"947-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:15:\"947-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:16:\"947-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"947-120x68.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"947-500x281.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"947-500x281.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:15:\"947-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:15:\"947-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:15:\"947-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:15:\"947-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:15:\"947-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:15:\"947-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:15:\"947-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:15:\"947-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:13:\"947-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:15:\"947-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:15:\"947-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:15:\"947-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:15:\"947-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:16:\"947-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;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:{}}}'),(15271,4221,'_wp_attached_file','2016/08/948.jpg'); INSERT INTO `wp_postmeta` VALUES (15272,4221,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:15:\"2016/08/948.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"948-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:15:\"948-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:15:\"948-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:16:\"948-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"948-120x68.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"948-500x281.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"948-500x281.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:15:\"948-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:15:\"948-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:15:\"948-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:15:\"948-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:15:\"948-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:15:\"948-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:15:\"948-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:15:\"948-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:13:\"948-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:15:\"948-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:15:\"948-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:15:\"948-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:15:\"948-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:16:\"948-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;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:{}}}'),(15273,4222,'_wp_attached_file','2016/08/949.jpg'),(15274,4222,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:15:\"2016/08/949.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"949-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:15:\"949-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:15:\"949-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:16:\"949-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"949-120x68.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"949-500x281.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"949-500x281.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:15:\"949-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:15:\"949-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:15:\"949-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:15:\"949-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:15:\"949-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:15:\"949-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:15:\"949-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:15:\"949-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:13:\"949-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:15:\"949-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:15:\"949-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:15:\"949-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:15:\"949-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:16:\"949-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;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:{}}}'),(15275,7,'_edit_lock','1487015266:1'),(15276,1036,'_edit_lock','1473820681:1'),(15277,42,'_edit_lock','1486695844:1'),(15278,39,'_edit_lock','1486693555:1'),(15279,1036,'_edit_last','1'),(15280,945,'_edit_lock','1472085021:1'),(15281,950,'_edit_lock','1472085038:1'),(15283,7,'_edit_last','1'),(15292,4224,'FB_content',''),(15305,4225,'FB_content',''),(15314,4196,'_menu_item_fusion_megamenu_title',''),(15315,4196,'_menu_item_fusion_megamenu_widgetarea','0'),(15320,22,'_edit_lock','1472086197:1'),(15323,4227,'_wp_attached_file','2016/08/BIG-BAND-NEW-WEBSITE2-e1471318736289.jpg'),(15324,4227,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:1463;s:4:\"file\";s:48:\"2016/08/BIG-BAND-NEW-WEBSITE2-e1471318736289.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"BIG-BAND-NEW-WEBSITE2-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:33:\"BIG-BAND-NEW-WEBSITE2-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:33:\"BIG-BAND-NEW-WEBSITE2-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:34:\"BIG-BAND-NEW-WEBSITE2-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"BIG-BAND-NEW-WEBSITE2-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:33:\"BIG-BAND-NEW-WEBSITE2-500x375.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"BIG-BAND-NEW-WEBSITE2-500x375.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:33:\"BIG-BAND-NEW-WEBSITE2-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:33:\"BIG-BAND-NEW-WEBSITE2-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:33:\"BIG-BAND-NEW-WEBSITE2-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:33:\"BIG-BAND-NEW-WEBSITE2-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:33:\"BIG-BAND-NEW-WEBSITE2-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:33:\"BIG-BAND-NEW-WEBSITE2-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:33:\"BIG-BAND-NEW-WEBSITE2-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:33:\"BIG-BAND-NEW-WEBSITE2-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:31:\"BIG-BAND-NEW-WEBSITE2-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:33:\"BIG-BAND-NEW-WEBSITE2-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:33:\"BIG-BAND-NEW-WEBSITE2-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:33:\"BIG-BAND-NEW-WEBSITE2-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:33:\"BIG-BAND-NEW-WEBSITE2-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:34:\"BIG-BAND-NEW-WEBSITE2-1200x900.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:900;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:\"1447353457\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15328,4227,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:25:\"BIG-BAND-NEW-WEBSITE2.jpg\";}}'),(15329,42,'_edit_last','1'),(15332,4230,'_wp_attached_file','2016/08/microphone-on-stage-wallpaper-2-1-e1471319960895.jpg'),(15333,4230,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:1300;s:4:\"file\";s:60:\"2016/08/microphone-on-stage-wallpaper-2-1-e1471319960895.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"microphone-on-stage-wallpaper-2-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:45:\"microphone-on-stage-wallpaper-2-1-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:45:\"microphone-on-stage-wallpaper-2-1-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:46:\"microphone-on-stage-wallpaper-2-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:44:\"microphone-on-stage-wallpaper-2-1-120x80.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"microphone-on-stage-wallpaper-2-1-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:45:\"microphone-on-stage-wallpaper-2-1-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:45:\"microphone-on-stage-wallpaper-2-1-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:45:\"microphone-on-stage-wallpaper-2-1-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:45:\"microphone-on-stage-wallpaper-2-1-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:45:\"microphone-on-stage-wallpaper-2-1-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:45:\"microphone-on-stage-wallpaper-2-1-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:45:\"microphone-on-stage-wallpaper-2-1-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:45:\"microphone-on-stage-wallpaper-2-1-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:45:\"microphone-on-stage-wallpaper-2-1-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:43:\"microphone-on-stage-wallpaper-2-1-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:45:\"microphone-on-stage-wallpaper-2-1-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:45:\"microphone-on-stage-wallpaper-2-1-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:45:\"microphone-on-stage-wallpaper-2-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:45:\"microphone-on-stage-wallpaper-2-1-800x533.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:46:\"microphone-on-stage-wallpaper-2-1-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;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:10:\"1471039283\";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:{}}}'),(15334,4230,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4250;s:6:\"height\";i:2834;s:4:\"file\";s:37:\"microphone-on-stage-wallpaper-2-1.jpg\";}}'),(15335,39,'_thumbnail_id','4230'),(15336,39,'_edit_last','1'),(15346,1,'avada_post_views_count','2'),(15347,761,'_wc_rating_count','a:1:{i:5;s:1:\"1\";}'),(15348,761,'_wc_average_rating','5.00'),(15349,760,'_wc_rating_count','a:1:{i:5;s:1:\"1\";}'),(15350,760,'_wc_average_rating','5.00'),(15351,758,'_wc_rating_count','a:1:{i:5;s:1:\"1\";}'),(15352,758,'_wc_average_rating','5.00'),(15353,757,'_wc_rating_count','a:1:{i:5;s:1:\"1\";}'),(15354,757,'_wc_average_rating','5.00'),(15370,61,'_wc_rating_count','a:1:{i:5;s:1:\"1\";}'),(15371,61,'_wc_average_rating','5.00'),(15372,66,'_wc_rating_count','a:1:{i:5;s:1:\"1\";}'),(15373,66,'_wc_average_rating','5.00'),(15374,68,'_wc_rating_count','a:1:{i:5;s:1:\"1\";}'),(15375,68,'_wc_average_rating','5.00'),(15376,60,'_wc_rating_count','a:1:{i:5;s:1:\"1\";}'),(15377,60,'_wc_average_rating','5.00'),(15378,70,'_wc_rating_count','a:1:{i:4;s:1:\"1\";}'),(15379,70,'_wc_average_rating','4.00'),(15380,4236,'_wp_attached_file','2016/08/coast-big-band-3_edited-1-3-e1471400592928.png'),(15381,4236,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:145;s:6:\"height\";i:139;s:4:\"file\";s:54:\"2016/08/coast-big-band-3_edited-1-3-e1471400592928.png\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"coast-big-band-3_edited-1-3-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:39:\"coast-big-band-3_edited-1-3-300x288.png\";s:5:\"width\";i:300;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:39:\"coast-big-band-3_edited-1-3-120x115.png\";s:5:\"width\";i:120;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:39:\"coast-big-band-3_edited-1-3-500x480.png\";s:5:\"width\";i:500;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:39:\"coast-big-band-3_edited-1-3-500x480.png\";s:5:\"width\";i:500;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:39:\"coast-big-band-3_edited-1-3-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:39:\"coast-big-band-3_edited-1-3-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:39:\"coast-big-band-3_edited-1-3-690x400.png\";s:5:\"width\";i:690;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:39:\"coast-big-band-3_edited-1-3-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:39:\"coast-big-band-3_edited-1-3-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:39:\"coast-big-band-3_edited-1-3-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:39:\"coast-big-band-3_edited-1-3-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:39:\"coast-big-band-3_edited-1-3-690x441.png\";s:5:\"width\";i:690;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:37:\"coast-big-band-3_edited-1-3-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:39:\"coast-big-band-3_edited-1-3-200x192.png\";s:5:\"width\";i:200;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:39:\"coast-big-band-3_edited-1-3-400x384.png\";s:5:\"width\";i:400;s:6:\"height\";i:384;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:39:\"coast-big-band-3_edited-1-3-600x576.png\";s:5:\"width\";i:600;s:6:\"height\";i:576;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:{}}}'),(15382,4236,'_edit_lock','1471400524:1'),(15383,4236,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:690;s:6:\"height\";i:662;s:4:\"file\";s:31:\"coast-big-band-3_edited-1-3.png\";}}'),(15397,340,'_edit_lock','1486701875:1'),(15398,340,'_edit_last','1'),(15407,4240,'FB_content',''),(15420,4241,'FB_content',''),(15433,4242,'FB_content',''),(15446,4243,'FB_content',''),(15459,4244,'FB_content',''),(15472,4245,'FB_content',''),(15493,4246,'FB_content',''),(15502,4247,'FB_content',''),(15511,4247,'FB_content',''),(15520,4247,'FB_content',''),(15529,4248,'FB_content',''),(15542,4247,'FB_content',''),(15551,4249,'FB_content',''),(15564,4247,'FB_content',''),(15584,4247,'FB_content',''),(15603,4247,'FB_content',''),(15614,634,'_edit_lock','1472085889:1'),(15615,634,'_edit_last','1'),(15624,4250,'FB_content',''),(15637,4251,'FB_content',''),(15650,4252,'FB_content',''),(15663,4253,'FB_content',''),(15676,4254,'FB_content',''),(15689,4255,'FB_content',''),(15694,4256,'_wp_attached_file','2015/12/o-WOMAN-ON-TELEPHONE-facebook.jpg'),(15695,4256,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1000;s:4:\"file\";s:41:\"2015/12/o-WOMAN-ON-TELEPHONE-facebook.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"o-WOMAN-ON-TELEPHONE-facebook-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:41:\"o-WOMAN-ON-TELEPHONE-facebook-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"o-WOMAN-ON-TELEPHONE-facebook-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"o-WOMAN-ON-TELEPHONE-facebook-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:41:\"o-WOMAN-ON-TELEPHONE-facebook-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:41:\"o-WOMAN-ON-TELEPHONE-facebook-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:41:\"o-WOMAN-ON-TELEPHONE-facebook-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:41:\"o-WOMAN-ON-TELEPHONE-facebook-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:41:\"o-WOMAN-ON-TELEPHONE-facebook-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:41:\"o-WOMAN-ON-TELEPHONE-facebook-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:41:\"o-WOMAN-ON-TELEPHONE-facebook-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:41:\"o-WOMAN-ON-TELEPHONE-facebook-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:39:\"o-WOMAN-ON-TELEPHONE-facebook-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:41:\"o-WOMAN-ON-TELEPHONE-facebook-200x100.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:41:\"o-WOMAN-ON-TELEPHONE-facebook-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:41:\"o-WOMAN-ON-TELEPHONE-facebook-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:41:\"o-WOMAN-ON-TELEPHONE-facebook-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:42:\"o-WOMAN-ON-TELEPHONE-facebook-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Getty Images\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:116:\"circa 1961: A woman makes the final preparations for her social engagement. (Photo by Chaloner Woods/Getty Images)\";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:12:\"A Quick Call\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:8:{i:0;s:15:\"England;Evening\";i:1;s:13:\"Dress;Evening\";i:2;s:18:\"Wear;colour;format\";i:3;s:34:\"landscape;female;telephone;Fashion\";i:4;s:5:\"&\";i:5;s:33:\"Clothing;kitsch;glamour;Europe;MC\";i:6;s:29:\"4197;KEY/SUB/TELEPHONE/PEOPLE\";i:7;s:5:\"USING\";}}}'),(15696,634,'_thumbnail_id','4273'),(15697,4257,'_wp_attached_file','2016/08/Coast-Big-Band-Logocolor-e1471441026674.jpg'),(15698,4257,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:151;s:4:\"file\";s:51:\"2016/08/Coast-Big-Band-Logocolor-e1471441026674.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Coast-Big-Band-Logocolor-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:36:\"Coast-Big-Band-Logocolor-300x181.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Coast-Big-Band-Logocolor-768x463.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Coast-Big-Band-Logocolor-1024x617.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:36:\"Coast-Big-Band-Logocolor-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:36:\"Coast-Big-Band-Logocolor-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:36:\"Coast-Big-Band-Logocolor-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:36:\"Coast-Big-Band-Logocolor-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:36:\"Coast-Big-Band-Logocolor-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:36:\"Coast-Big-Band-Logocolor-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:36:\"Coast-Big-Band-Logocolor-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:36:\"Coast-Big-Band-Logocolor-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:34:\"Coast-Big-Band-Logocolor-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:36:\"Coast-Big-Band-Logocolor-200x121.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:36:\"Coast-Big-Band-Logocolor-400x241.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:241;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:36:\"Coast-Big-Band-Logocolor-600x362.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:362;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:36:\"Coast-Big-Band-Logocolor-800x482.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:482;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:37:\"Coast-Big-Band-Logocolor-1200x723.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:723;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:\"1171357108\";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:{}}}'),(15699,4257,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2195;s:6:\"height\";i:1323;s:4:\"file\";s:28:\"Coast-Big-Band-Logocolor.jpg\";}}'),(15700,22,'_edit_last','1'),(15701,22,'pyre_aspect_ratio',''),(15702,22,'pyre_heading_separator','none'),(15703,22,'pyre_caption_separator','none'),(15704,650,'avada_post_views_count','2'),(15708,4259,'_wp_attached_file','2016/08/COAST-BIG-BAND-LOGO-WITH-WHITE-EDGE-e1471466233566.png'),(15709,4259,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:148;s:6:\"height\";i:140;s:4:\"file\";s:62:\"2016/08/COAST-BIG-BAND-LOGO-WITH-WHITE-EDGE-e1471466233566.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"COAST-BIG-BAND-LOGO-WITH-WHITE-EDGE-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:47:\"COAST-BIG-BAND-LOGO-WITH-WHITE-EDGE-300x284.png\";s:5:\"width\";i:300;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:47:\"COAST-BIG-BAND-LOGO-WITH-WHITE-EDGE-305x272.png\";s:5:\"width\";i:305;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:47:\"COAST-BIG-BAND-LOGO-WITH-WHITE-EDGE-305x202.png\";s:5:\"width\";i:305;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:47:\"COAST-BIG-BAND-LOGO-WITH-WHITE-EDGE-305x272.png\";s:5:\"width\";i:305;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:47:\"COAST-BIG-BAND-LOGO-WITH-WHITE-EDGE-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:47:\"COAST-BIG-BAND-LOGO-WITH-WHITE-EDGE-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:45:\"COAST-BIG-BAND-LOGO-WITH-WHITE-EDGE-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:47:\"COAST-BIG-BAND-LOGO-WITH-WHITE-EDGE-200x190.png\";s:5:\"width\";i:200;s:6:\"height\";i:190;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:{}}}'),(15718,4259,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:305;s:6:\"height\";i:289;s:4:\"file\";s:39:\"COAST-BIG-BAND-LOGO-WITH-WHITE-EDGE.png\";}}'),(15719,951,'_edit_lock','1472085049:1'),(15725,4265,'_wp_attached_file','2016/08/Coast-Big-Band-LOGO-1-e1471488415524.png'),(15726,4265,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:330;s:4:\"file\";s:48:\"2016/08/Coast-Big-Band-LOGO-1-e1471488415524.png\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Coast-Big-Band-LOGO-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:33:\"Coast-Big-Band-LOGO-1-300x142.png\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Coast-Big-Band-LOGO-1-768x362.png\";s:5:\"width\";i:768;s:6:\"height\";i:362;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Coast-Big-Band-LOGO-1-1024x483.png\";s:5:\"width\";i:1024;s:6:\"height\";i:483;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:33:\"Coast-Big-Band-LOGO-1-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:33:\"Coast-Big-Band-LOGO-1-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:33:\"Coast-Big-Band-LOGO-1-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:33:\"Coast-Big-Band-LOGO-1-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:33:\"Coast-Big-Band-LOGO-1-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:33:\"Coast-Big-Band-LOGO-1-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:33:\"Coast-Big-Band-LOGO-1-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:33:\"Coast-Big-Band-LOGO-1-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:31:\"Coast-Big-Band-LOGO-1-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:32:\"Coast-Big-Band-LOGO-1-200x94.png\";s:5:\"width\";i:200;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:33:\"Coast-Big-Band-LOGO-1-400x189.png\";s:5:\"width\";i:400;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:33:\"Coast-Big-Band-LOGO-1-600x283.png\";s:5:\"width\";i:600;s:6:\"height\";i:283;s:9:\"mime-type\";s:9:\"image/png\";}i:800;a:4:{s:4:\"file\";s:33:\"Coast-Big-Band-LOGO-1-800x378.png\";s:5:\"width\";i:800;s:6:\"height\";i:378;s:9:\"mime-type\";s:9:\"image/png\";}i:1200;a:4:{s:4:\"file\";s:34:\"Coast-Big-Band-LOGO-1-1200x566.png\";s:5:\"width\";i:1200;s:6:\"height\";i:566;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:{}}}'),(15727,4265,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3100;s:6:\"height\";i:1463;s:4:\"file\";s:25:\"Coast-Big-Band-LOGO-1.png\";}s:18:\"full-1471488415524\";a:3:{s:5:\"width\";i:700;s:6:\"height\";i:330;s:4:\"file\";s:40:\"Coast-Big-Band-LOGO-1-e1471488397222.png\";}}'),(15728,652,'avada_post_views_count','2'),(15729,4266,'_wp_attached_file','2016/08/Coast-Big-Band-LOGO-white-png-e1471491484153.png'),(15730,4266,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:354;s:4:\"file\";s:56:\"2016/08/Coast-Big-Band-LOGO-white-png-e1471491484153.png\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Coast-Big-Band-LOGO-white-png-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:41:\"Coast-Big-Band-LOGO-white-png-300x142.png\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Coast-Big-Band-LOGO-white-png-768x362.png\";s:5:\"width\";i:768;s:6:\"height\";i:362;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Coast-Big-Band-LOGO-white-png-1024x483.png\";s:5:\"width\";i:1024;s:6:\"height\";i:483;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:41:\"Coast-Big-Band-LOGO-white-png-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:41:\"Coast-Big-Band-LOGO-white-png-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:41:\"Coast-Big-Band-LOGO-white-png-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:41:\"Coast-Big-Band-LOGO-white-png-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:41:\"Coast-Big-Band-LOGO-white-png-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:41:\"Coast-Big-Band-LOGO-white-png-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:41:\"Coast-Big-Band-LOGO-white-png-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:41:\"Coast-Big-Band-LOGO-white-png-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:39:\"Coast-Big-Band-LOGO-white-png-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:40:\"Coast-Big-Band-LOGO-white-png-200x94.png\";s:5:\"width\";i:200;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:41:\"Coast-Big-Band-LOGO-white-png-400x189.png\";s:5:\"width\";i:400;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:41:\"Coast-Big-Band-LOGO-white-png-600x283.png\";s:5:\"width\";i:600;s:6:\"height\";i:283;s:9:\"mime-type\";s:9:\"image/png\";}i:800;a:4:{s:4:\"file\";s:41:\"Coast-Big-Band-LOGO-white-png-800x378.png\";s:5:\"width\";i:800;s:6:\"height\";i:378;s:9:\"mime-type\";s:9:\"image/png\";}i:1200;a:4:{s:4:\"file\";s:42:\"Coast-Big-Band-LOGO-white-png-1200x566.png\";s:5:\"width\";i:1200;s:6:\"height\";i:566;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:{}}}'),(15731,4266,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3100;s:6:\"height\";i:1463;s:4:\"file\";s:33:\"Coast-Big-Band-LOGO-white-png.png\";}}'),(15733,14,'_edit_lock','1487111699:1'),(15734,14,'_edit_last','1'),(15743,4267,'FB_content',''),(15770,288,'_edit_lock','1487046291:1'),(15771,288,'_edit_last','1'),(15780,4269,'FB_content',''),(15785,280,'_edit_lock','1476587907:1'),(15786,280,'_edit_last','1'),(15795,4270,'FB_content',''),(15815,3516,'avada_post_views_count','2'),(15818,4273,'_wp_attached_file','2015/12/Photo379959.jpg'),(15819,4273,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:890;s:4:\"file\";s:23:\"2015/12/Photo379959.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Photo379959-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:\"Photo379959-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:23:\"Photo379959-768x342.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:342;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Photo379959-1024x456.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:456;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:23:\"Photo379959-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:23:\"Photo379959-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:23:\"Photo379959-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:23:\"Photo379959-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:23:\"Photo379959-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:23:\"Photo379959-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:23:\"Photo379959-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:23:\"Photo379959-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:21:\"Photo379959-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:22:\"Photo379959-200x89.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:89;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:23:\"Photo379959-400x178.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:23:\"Photo379959-600x267.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:23:\"Photo379959-800x356.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:24:\"Photo379959-1200x534.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:534;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:{}}}'),(15828,4274,'FB_content',''),(15841,4275,'FB_content',''),(15846,1030,'_edit_lock','1472085260:1'),(15847,1030,'_edit_last','1'),(15848,837,'_edit_lock','1472780809:1'),(15849,837,'_edit_last','1'),(15850,837,'_wp_old_slug','womens-shop'),(15859,4276,'FB_content',''),(15864,829,'_edit_lock','1472779954:1'),(15865,829,'_edit_last','1'),(15890,4278,'FB_content',''),(15895,1035,'_edit_lock','1472085651:1'),(15896,4280,'_wp_attached_file','2016/08/FullSizeRender.jpg'),(15897,4280,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3600;s:6:\"height\";i:1890;s:4:\"file\";s:26:\"2016/08/FullSizeRender.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"FullSizeRender-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:26:\"FullSizeRender-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"FullSizeRender-768x403.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"FullSizeRender-1024x538.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"gg_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"FullSizeRender-450x250.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:26:\"FullSizeRender-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:26:\"FullSizeRender-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:26:\"FullSizeRender-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:26:\"FullSizeRender-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:26:\"FullSizeRender-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:26:\"FullSizeRender-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:26:\"FullSizeRender-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:26:\"FullSizeRender-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:24:\"FullSizeRender-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:26:\"FullSizeRender-200x105.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:26:\"FullSizeRender-400x210.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:26:\"FullSizeRender-600x315.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:26:\"FullSizeRender-800x420.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:27:\"FullSizeRender-1200x630.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:630;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:0:\"\";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:{}}}'),(15898,4281,'_wp_attached_file','2016/08/IMG_3913-2.jpg'),(15899,4280,'_edit_lock','1471842652:1'),(15900,4281,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4032;s:6:\"height\";i:2155;s:4:\"file\";s:22:\"2016/08/IMG_3913-2.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_3913-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:\"IMG_3913-2-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:22:\"IMG_3913-2-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:23:\"IMG_3913-2-1024x547.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:547;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"gg_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_3913-2-450x250.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:22:\"IMG_3913-2-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:22:\"IMG_3913-2-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:22:\"IMG_3913-2-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:22:\"IMG_3913-2-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:22:\"IMG_3913-2-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:22:\"IMG_3913-2-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:22:\"IMG_3913-2-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:22:\"IMG_3913-2-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3913-2-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:22:\"IMG_3913-2-200x107.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:22:\"IMG_3913-2-400x214.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:22:\"IMG_3913-2-600x321.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:22:\"IMG_3913-2-800x428.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:23:\"IMG_3913-2-1200x641.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:641;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:\"1447353606\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(15901,4282,'_wp_attached_file','2016/08/IMG_5630-2-1.jpg'),(15902,4282,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1632;s:6:\"height\";i:1224;s:4:\"file\";s:24:\"2016/08/IMG_5630-2-1.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"IMG_5630-2-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:24:\"IMG_5630-2-1-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:24:\"IMG_5630-2-1-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:25:\"IMG_5630-2-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"gg_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"IMG_5630-2-1-450x250.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:24:\"IMG_5630-2-1-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:24:\"IMG_5630-2-1-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:24:\"IMG_5630-2-1-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:24:\"IMG_5630-2-1-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:24:\"IMG_5630-2-1-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:24:\"IMG_5630-2-1-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:24:\"IMG_5630-2-1-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:24:\"IMG_5630-2-1-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_5630-2-1-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:24:\"IMG_5630-2-1-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:24:\"IMG_5630-2-1-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:24:\"IMG_5630-2-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:24:\"IMG_5630-2-1-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:25:\"IMG_5630-2-1-1200x900.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:3:\"2.4\";s:6:\"credit\";s:0:\"\";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:\"1\";s:8:\"keywords\";a:0:{}s:14:\"resized_images\";a:1:{i:0;s:8:\"1280x960\";}}}'),(15903,4284,'FB_content',''),(15904,4283,'avada_post_views_count','0'),(15913,4285,'FB_content',''),(15950,16,'_edit_lock','1478815897:1'),(15967,4288,'FB_content',''),(15988,4290,'FB_content',''),(16009,4291,'FB_content',''),(16014,16,'_edit_last','1'),(16023,4292,'FB_content',''),(16036,4293,'FB_content',''),(16041,4294,'_menu_item_type','post_type'),(16042,4294,'_menu_item_menu_item_parent','0'),(16043,4294,'_menu_item_object_id','280'),(16044,4294,'_menu_item_object','page'),(16045,4294,'_menu_item_target',''),(16046,4294,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(16047,4294,'_menu_item_xfn',''),(16048,4294,'_menu_item_url',''),(16050,4294,'_menu_item_fusion_menu_style',''),(16051,4294,'_menu_item_fusion_megamenu_icon',''),(16052,4294,'_menu_item_fusion_megamenu_status',''),(16053,4294,'_menu_item_fusion_megamenu_width',''),(16054,4294,'_menu_item_fusion_megamenu_columns','auto'),(16055,4294,'_menu_item_fusion_megamenu_columnwidth',''),(16056,4294,'_menu_item_fusion_megamenu_thumbnail',''),(16065,4295,'FB_content',''),(16078,4296,'FB_content',''),(16091,4297,'FB_content',''),(16104,4298,'FB_content',''),(16124,4300,'FB_content',''),(16137,4301,'FB_content',''),(16149,952,'_edit_lock','1472085058:1'),(16150,1032,'_edit_lock','1472085307:1'),(16151,1034,'_edit_lock','1472085319:1'),(16152,54,'_edit_lock','1472780923:1'),(16153,54,'_edit_last','1'),(16154,59,'_edit_lock','1472085629:1'),(16155,3678,'_edit_lock','1472083949:1'),(16156,36,'_edit_lock','1472523712:1'),(16157,36,'_edit_last','1'),(16190,4309,'FB_content',''),(16209,4317,'_wp_attached_file','2016/08/250701_448797551856504_2051675630_n-1-e1472092652584.jpeg'),(16210,4317,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:375;s:6:\"height\";i:562;s:4:\"file\";s:65:\"2016/08/250701_448797551856504_2051675630_n-1-e1472092652584.jpeg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"250701_448797551856504_2051675630_n-1-150x150.jpeg\";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:50:\"250701_448797551856504_2051675630_n-1-200x300.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"gg_gallery_thumbnail\";a:4:{s:4:\"file\";s:50:\"250701_448797551856504_2051675630_n-1-450x250.jpeg\";s:5:\"width\";i:450;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:50:\"250701_448797551856504_2051675630_n-1-453x272.jpeg\";s:5:\"width\";i:453;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:50:\"250701_448797551856504_2051675630_n-1-320x202.jpeg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:50:\"250701_448797551856504_2051675630_n-1-453x400.jpeg\";s:5:\"width\";i:453;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:50:\"250701_448797551856504_2051675630_n-1-453x272.jpeg\";s:5:\"width\";i:453;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:50:\"250701_448797551856504_2051675630_n-1-453x295.jpeg\";s:5:\"width\";i:453;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:50:\"250701_448797551856504_2051675630_n-1-300x214.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:50:\"250701_448797551856504_2051675630_n-1-177x142.jpeg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:50:\"250701_448797551856504_2051675630_n-1-453x441.jpeg\";s:5:\"width\";i:453;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:48:\"250701_448797551856504_2051675630_n-1-66x66.jpeg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:50:\"250701_448797551856504_2051675630_n-1-200x300.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:50:\"250701_448797551856504_2051675630_n-1-400x600.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:600;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:{}}}'),(16211,4318,'_wp_attached_file','2016/08/10247432_10202483506901930_3030525015634078960_n-1-e1472092679440.jpeg'),(16212,4318,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:375;s:6:\"height\";i:563;s:4:\"file\";s:78:\"2016/08/10247432_10202483506901930_3030525015634078960_n-1-e1472092679440.jpeg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:63:\"10247432_10202483506901930_3030525015634078960_n-1-150x150.jpeg\";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:63:\"10247432_10202483506901930_3030525015634078960_n-1-200x300.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:64:\"10247432_10202483506901930_3030525015634078960_n-1-768x1152.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:64:\"10247432_10202483506901930_3030525015634078960_n-1-683x1024.jpeg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"gg_gallery_thumbnail\";a:4:{s:4:\"file\";s:63:\"10247432_10202483506901930_3030525015634078960_n-1-450x250.jpeg\";s:5:\"width\";i:450;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:63:\"10247432_10202483506901930_3030525015634078960_n-1-669x272.jpeg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:63:\"10247432_10202483506901930_3030525015634078960_n-1-320x202.jpeg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:63:\"10247432_10202483506901930_3030525015634078960_n-1-940x400.jpeg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:63:\"10247432_10202483506901930_3030525015634078960_n-1-540x272.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:63:\"10247432_10202483506901930_3030525015634078960_n-1-460x295.jpeg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:63:\"10247432_10202483506901930_3030525015634078960_n-1-300x214.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:63:\"10247432_10202483506901930_3030525015634078960_n-1-177x142.jpeg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:63:\"10247432_10202483506901930_3030525015634078960_n-1-700x441.jpeg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:61:\"10247432_10202483506901930_3030525015634078960_n-1-66x66.jpeg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:63:\"10247432_10202483506901930_3030525015634078960_n-1-200x300.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:63:\"10247432_10202483506901930_3030525015634078960_n-1-400x600.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:63:\"10247432_10202483506901930_3030525015634078960_n-1-600x900.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:64:\"10247432_10202483506901930_3030525015634078960_n-1-800x1200.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:65:\"10247432_10202483506901930_3030525015634078960_n-1-1200x1800.jpeg\";s:5:\"width\";i:1200;s:6:\"height\";i:1800;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:{}}}'),(16213,4319,'_wp_attached_file','2016/08/COAST-BIG-BAND-1-2-e1472092722184.jpeg'),(16214,4319,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:375;s:6:\"height\";i:562;s:4:\"file\";s:46:\"2016/08/COAST-BIG-BAND-1-2-e1472092722184.jpeg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"COAST-BIG-BAND-1-2-150x150.jpeg\";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:31:\"COAST-BIG-BAND-1-2-200x300.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"gg_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"COAST-BIG-BAND-1-2-450x250.jpeg\";s:5:\"width\";i:450;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:31:\"COAST-BIG-BAND-1-2-512x272.jpeg\";s:5:\"width\";i:512;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:31:\"COAST-BIG-BAND-1-2-320x202.jpeg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:31:\"COAST-BIG-BAND-1-2-512x400.jpeg\";s:5:\"width\";i:512;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:31:\"COAST-BIG-BAND-1-2-512x272.jpeg\";s:5:\"width\";i:512;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:31:\"COAST-BIG-BAND-1-2-460x295.jpeg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:31:\"COAST-BIG-BAND-1-2-300x214.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:31:\"COAST-BIG-BAND-1-2-177x142.jpeg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:31:\"COAST-BIG-BAND-1-2-512x441.jpeg\";s:5:\"width\";i:512;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:29:\"COAST-BIG-BAND-1-2-66x66.jpeg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:31:\"COAST-BIG-BAND-1-2-200x300.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:31:\"COAST-BIG-BAND-1-2-400x599.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:599;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:{}}}'),(16215,4320,'_wp_attached_file','2016/08/COAST-BIG-BAND-3-e1472092745152.jpeg'),(16216,4320,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:375;s:6:\"height\";i:562;s:4:\"file\";s:44:\"2016/08/COAST-BIG-BAND-3-e1472092745152.jpeg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"COAST-BIG-BAND-3-150x150.jpeg\";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:\"COAST-BIG-BAND-3-200x300.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"COAST-BIG-BAND-3-683x1024.jpeg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"gg_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"COAST-BIG-BAND-3-450x250.jpeg\";s:5:\"width\";i:450;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:29:\"COAST-BIG-BAND-3-669x272.jpeg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:29:\"COAST-BIG-BAND-3-320x202.jpeg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:29:\"COAST-BIG-BAND-3-731x400.jpeg\";s:5:\"width\";i:731;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:29:\"COAST-BIG-BAND-3-540x272.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:29:\"COAST-BIG-BAND-3-460x295.jpeg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:29:\"COAST-BIG-BAND-3-300x214.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:29:\"COAST-BIG-BAND-3-177x142.jpeg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:29:\"COAST-BIG-BAND-3-700x441.jpeg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:27:\"COAST-BIG-BAND-3-66x66.jpeg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:29:\"COAST-BIG-BAND-3-200x300.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:29:\"COAST-BIG-BAND-3-400x600.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:29:\"COAST-BIG-BAND-3-600x900.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:900;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:{}}}'),(16217,4321,'_wp_attached_file','2016/08/IMG_6224-3-e1472092705340.jpeg'),(16218,4321,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:375;s:6:\"height\";i:562;s:4:\"file\";s:38:\"2016/08/IMG_6224-3-e1472092705340.jpeg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"IMG_6224-3-150x150.jpeg\";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:\"IMG_6224-3-200x300.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"IMG_6224-3-768x1152.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"IMG_6224-3-683x1024.jpeg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"gg_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"IMG_6224-3-450x250.jpeg\";s:5:\"width\";i:450;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:23:\"IMG_6224-3-669x272.jpeg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:23:\"IMG_6224-3-320x202.jpeg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:23:\"IMG_6224-3-940x400.jpeg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:23:\"IMG_6224-3-540x272.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:23:\"IMG_6224-3-460x295.jpeg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:23:\"IMG_6224-3-300x214.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:23:\"IMG_6224-3-177x142.jpeg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:23:\"IMG_6224-3-700x441.jpeg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:21:\"IMG_6224-3-66x66.jpeg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:23:\"IMG_6224-3-200x300.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:23:\"IMG_6224-3-400x600.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:23:\"IMG_6224-3-600x900.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:24:\"IMG_6224-3-800x1200.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:25:\"IMG_6224-3-1200x1800.jpeg\";s:5:\"width\";i:1200;s:6:\"height\";i:1800;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:{}}}'),(16219,4322,'_wp_attached_file','2016/08/250701_448797551856504_2051675630_n-1-1.jpeg'),(16220,4322,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:453;s:6:\"height\";i:679;s:4:\"file\";s:52:\"2016/08/250701_448797551856504_2051675630_n-1-1.jpeg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"250701_448797551856504_2051675630_n-1-1-150x150.jpeg\";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:52:\"250701_448797551856504_2051675630_n-1-1-200x300.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"gg_gallery_thumbnail\";a:4:{s:4:\"file\";s:52:\"250701_448797551856504_2051675630_n-1-1-450x250.jpeg\";s:5:\"width\";i:450;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:52:\"250701_448797551856504_2051675630_n-1-1-453x272.jpeg\";s:5:\"width\";i:453;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:52:\"250701_448797551856504_2051675630_n-1-1-320x202.jpeg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:52:\"250701_448797551856504_2051675630_n-1-1-453x400.jpeg\";s:5:\"width\";i:453;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:52:\"250701_448797551856504_2051675630_n-1-1-453x272.jpeg\";s:5:\"width\";i:453;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:52:\"250701_448797551856504_2051675630_n-1-1-453x295.jpeg\";s:5:\"width\";i:453;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:52:\"250701_448797551856504_2051675630_n-1-1-300x214.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:52:\"250701_448797551856504_2051675630_n-1-1-177x142.jpeg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:52:\"250701_448797551856504_2051675630_n-1-1-453x441.jpeg\";s:5:\"width\";i:453;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:50:\"250701_448797551856504_2051675630_n-1-1-66x66.jpeg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:52:\"250701_448797551856504_2051675630_n-1-1-200x300.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:52:\"250701_448797551856504_2051675630_n-1-1-400x600.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:13:{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:{}s:14:\"resized_images\";a:2:{i:0;s:7:\"320x480\";i:1;s:7:\"453x679\";}}}'),(16221,4323,'_wp_attached_file','2016/08/10247432_10202483506901930_3030525015634078960_n-1-1-e1472093227625.jpeg'),(16222,4323,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:2250;s:4:\"file\";s:80:\"2016/08/10247432_10202483506901930_3030525015634078960_n-1-1-e1472093227625.jpeg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:65:\"10247432_10202483506901930_3030525015634078960_n-1-1-150x150.jpeg\";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:65:\"10247432_10202483506901930_3030525015634078960_n-1-1-200x300.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:66:\"10247432_10202483506901930_3030525015634078960_n-1-1-768x1152.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:66:\"10247432_10202483506901930_3030525015634078960_n-1-1-683x1024.jpeg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"gg_gallery_thumbnail\";a:4:{s:4:\"file\";s:65:\"10247432_10202483506901930_3030525015634078960_n-1-1-450x250.jpeg\";s:5:\"width\";i:450;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:65:\"10247432_10202483506901930_3030525015634078960_n-1-1-669x272.jpeg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:65:\"10247432_10202483506901930_3030525015634078960_n-1-1-320x202.jpeg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:65:\"10247432_10202483506901930_3030525015634078960_n-1-1-940x400.jpeg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:65:\"10247432_10202483506901930_3030525015634078960_n-1-1-540x272.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:65:\"10247432_10202483506901930_3030525015634078960_n-1-1-460x295.jpeg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:65:\"10247432_10202483506901930_3030525015634078960_n-1-1-300x214.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:65:\"10247432_10202483506901930_3030525015634078960_n-1-1-177x142.jpeg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:65:\"10247432_10202483506901930_3030525015634078960_n-1-1-700x441.jpeg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:63:\"10247432_10202483506901930_3030525015634078960_n-1-1-66x66.jpeg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:65:\"10247432_10202483506901930_3030525015634078960_n-1-1-200x300.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:65:\"10247432_10202483506901930_3030525015634078960_n-1-1-400x600.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:65:\"10247432_10202483506901930_3030525015634078960_n-1-1-600x900.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:66:\"10247432_10202483506901930_3030525015634078960_n-1-1-800x1200.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:67:\"10247432_10202483506901930_3030525015634078960_n-1-1-1200x1800.jpeg\";s:5:\"width\";i:1200;s:6:\"height\";i:1800;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:{}}}'),(16223,4324,'_wp_attached_file','2016/08/COAST-BIG-BAND-1-2-1.jpeg'),(16224,4324,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:767;s:4:\"file\";s:33:\"2016/08/COAST-BIG-BAND-1-2-1.jpeg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"COAST-BIG-BAND-1-2-1-150x150.jpeg\";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:33:\"COAST-BIG-BAND-1-2-1-200x300.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"gg_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"COAST-BIG-BAND-1-2-1-450x250.jpeg\";s:5:\"width\";i:450;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:33:\"COAST-BIG-BAND-1-2-1-512x272.jpeg\";s:5:\"width\";i:512;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:33:\"COAST-BIG-BAND-1-2-1-320x202.jpeg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:33:\"COAST-BIG-BAND-1-2-1-512x400.jpeg\";s:5:\"width\";i:512;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:33:\"COAST-BIG-BAND-1-2-1-512x272.jpeg\";s:5:\"width\";i:512;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:33:\"COAST-BIG-BAND-1-2-1-460x295.jpeg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:33:\"COAST-BIG-BAND-1-2-1-300x214.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:33:\"COAST-BIG-BAND-1-2-1-177x142.jpeg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:33:\"COAST-BIG-BAND-1-2-1-512x441.jpeg\";s:5:\"width\";i:512;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:31:\"COAST-BIG-BAND-1-2-1-66x66.jpeg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:33:\"COAST-BIG-BAND-1-2-1-200x300.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:33:\"COAST-BIG-BAND-1-2-1-400x599.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:599;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:{}}}'),(16225,4325,'_wp_attached_file','2016/08/COAST-BIG-BAND-3-1.jpeg'),(16226,4325,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:731;s:6:\"height\";i:1096;s:4:\"file\";s:31:\"2016/08/COAST-BIG-BAND-3-1.jpeg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"COAST-BIG-BAND-3-1-150x150.jpeg\";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:31:\"COAST-BIG-BAND-3-1-200x300.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"COAST-BIG-BAND-3-1-683x1024.jpeg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"gg_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"COAST-BIG-BAND-3-1-450x250.jpeg\";s:5:\"width\";i:450;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:31:\"COAST-BIG-BAND-3-1-669x272.jpeg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:31:\"COAST-BIG-BAND-3-1-320x202.jpeg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:31:\"COAST-BIG-BAND-3-1-731x400.jpeg\";s:5:\"width\";i:731;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:31:\"COAST-BIG-BAND-3-1-540x272.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:31:\"COAST-BIG-BAND-3-1-460x295.jpeg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:31:\"COAST-BIG-BAND-3-1-300x214.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:31:\"COAST-BIG-BAND-3-1-177x142.jpeg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:31:\"COAST-BIG-BAND-3-1-700x441.jpeg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:29:\"COAST-BIG-BAND-3-1-66x66.jpeg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:31:\"COAST-BIG-BAND-3-1-200x300.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:31:\"COAST-BIG-BAND-3-1-400x600.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:31:\"COAST-BIG-BAND-3-1-600x900.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:900;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:{}}}'),(16227,4326,'_wp_attached_file','2016/08/IMG_6224-3-1-e1472093189947.jpeg'),(16228,4317,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:453;s:6:\"height\";i:679;s:4:\"file\";s:42:\"250701_448797551856504_2051675630_n-1.jpeg\";}}'),(16229,4326,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:2250;s:4:\"file\";s:40:\"2016/08/IMG_6224-3-1-e1472093189947.jpeg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"IMG_6224-3-1-150x150.jpeg\";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:25:\"IMG_6224-3-1-200x300.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"IMG_6224-3-1-768x1152.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"IMG_6224-3-1-683x1024.jpeg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"gg_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"IMG_6224-3-1-450x250.jpeg\";s:5:\"width\";i:450;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:25:\"IMG_6224-3-1-669x272.jpeg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:25:\"IMG_6224-3-1-320x202.jpeg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:25:\"IMG_6224-3-1-940x400.jpeg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:25:\"IMG_6224-3-1-540x272.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:25:\"IMG_6224-3-1-460x295.jpeg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:25:\"IMG_6224-3-1-300x214.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:25:\"IMG_6224-3-1-177x142.jpeg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:25:\"IMG_6224-3-1-700x441.jpeg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:23:\"IMG_6224-3-1-66x66.jpeg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:25:\"IMG_6224-3-1-200x300.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:25:\"IMG_6224-3-1-400x600.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:25:\"IMG_6224-3-1-600x900.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:26:\"IMG_6224-3-1-800x1200.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:27:\"IMG_6224-3-1-1200x1800.jpeg\";s:5:\"width\";i:1200;s:6:\"height\";i:1800;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:{}}}'),(16230,4318,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2546;s:6:\"height\";i:3819;s:4:\"file\";s:55:\"10247432_10202483506901930_3030525015634078960_n-1.jpeg\";}}'),(16231,4321,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3431;s:6:\"height\";i:5146;s:4:\"file\";s:15:\"IMG_6224-3.jpeg\";}}'),(16232,4319,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:512;s:6:\"height\";i:767;s:4:\"file\";s:23:\"COAST-BIG-BAND-1-2.jpeg\";}}'),(16233,4320,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:731;s:6:\"height\";i:1096;s:4:\"file\";s:21:\"COAST-BIG-BAND-3.jpeg\";}}'),(16242,4327,'FB_content',''),(16247,4326,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3431;s:6:\"height\";i:5146;s:4:\"file\";s:17:\"IMG_6224-3-1.jpeg\";}}'),(16248,4323,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2546;s:6:\"height\";i:3819;s:4:\"file\";s:57:\"10247432_10202483506901930_3030525015634078960_n-1-1.jpeg\";}}'),(16249,4328,'_wp_attached_file','2016/08/IMG_2870-2-e1472094897319.jpeg'),(16250,4328,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:2250;s:4:\"file\";s:38:\"2016/08/IMG_2870-2-e1472094897319.jpeg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"IMG_2870-2-150x150.jpeg\";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:\"IMG_2870-2-200x300.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"IMG_2870-2-768x1152.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"IMG_2870-2-683x1024.jpeg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"gg_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"IMG_2870-2-450x250.jpeg\";s:5:\"width\";i:450;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:23:\"IMG_2870-2-669x272.jpeg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:23:\"IMG_2870-2-320x202.jpeg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:23:\"IMG_2870-2-940x400.jpeg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:23:\"IMG_2870-2-540x272.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:23:\"IMG_2870-2-460x295.jpeg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:23:\"IMG_2870-2-300x214.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:23:\"IMG_2870-2-177x142.jpeg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:23:\"IMG_2870-2-700x441.jpeg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:21:\"IMG_2870-2-66x66.jpeg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:23:\"IMG_2870-2-200x300.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:23:\"IMG_2870-2-400x600.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:23:\"IMG_2870-2-600x900.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:24:\"IMG_2870-2-800x1200.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:25:\"IMG_2870-2-1200x1800.jpeg\";s:5:\"width\";i:1200;s:6:\"height\";i:1800;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:{}}}'),(16251,4329,'_wp_attached_file','2016/08/IMG_4523-2-e1472094941926.jpeg'),(16252,4329,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:2250;s:4:\"file\";s:38:\"2016/08/IMG_4523-2-e1472094941926.jpeg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"IMG_4523-2-150x150.jpeg\";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:\"IMG_4523-2-200x300.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"IMG_4523-2-768x1152.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"IMG_4523-2-683x1024.jpeg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"gg_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"IMG_4523-2-450x250.jpeg\";s:5:\"width\";i:450;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:23:\"IMG_4523-2-669x272.jpeg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:23:\"IMG_4523-2-320x202.jpeg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:23:\"IMG_4523-2-940x400.jpeg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:23:\"IMG_4523-2-540x272.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:23:\"IMG_4523-2-460x295.jpeg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:23:\"IMG_4523-2-300x214.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:23:\"IMG_4523-2-177x142.jpeg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:23:\"IMG_4523-2-700x441.jpeg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:21:\"IMG_4523-2-66x66.jpeg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:23:\"IMG_4523-2-200x300.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:23:\"IMG_4523-2-400x600.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:23:\"IMG_4523-2-600x900.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:24:\"IMG_4523-2-800x1200.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:25:\"IMG_4523-2-1200x1800.jpeg\";s:5:\"width\";i:1200;s:6:\"height\";i:1800;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:{}}}'),(16253,4330,'_wp_attached_file','2016/08/IMG_6224-3-2-e1472094989507.jpeg'),(16254,4330,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:2250;s:4:\"file\";s:40:\"2016/08/IMG_6224-3-2-e1472094989507.jpeg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"IMG_6224-3-2-150x150.jpeg\";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:25:\"IMG_6224-3-2-200x300.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"IMG_6224-3-2-768x1152.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"IMG_6224-3-2-683x1024.jpeg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"gg_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"IMG_6224-3-2-450x250.jpeg\";s:5:\"width\";i:450;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:25:\"IMG_6224-3-2-669x272.jpeg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:25:\"IMG_6224-3-2-320x202.jpeg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:25:\"IMG_6224-3-2-940x400.jpeg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:25:\"IMG_6224-3-2-540x272.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:25:\"IMG_6224-3-2-460x295.jpeg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:25:\"IMG_6224-3-2-300x214.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:25:\"IMG_6224-3-2-177x142.jpeg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:25:\"IMG_6224-3-2-700x441.jpeg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:23:\"IMG_6224-3-2-66x66.jpeg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:25:\"IMG_6224-3-2-200x300.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:25:\"IMG_6224-3-2-400x600.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:25:\"IMG_6224-3-2-600x900.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:26:\"IMG_6224-3-2-800x1200.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:27:\"IMG_6224-3-2-1200x1800.jpeg\";s:5:\"width\";i:1200;s:6:\"height\";i:1800;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:{}}}'),(16256,4328,'_edit_lock','1472094765:1'),(16258,4328,'_edit_last','1'),(16259,4328,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3470;s:6:\"height\";i:5204;s:4:\"file\";s:15:\"IMG_2870-2.jpeg\";}}'),(16260,4329,'_edit_lock','1472094814:1'),(16261,4329,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3218;s:6:\"height\";i:4827;s:4:\"file\";s:15:\"IMG_4523-2.jpeg\";}}'),(16262,4329,'_edit_last','1'),(16263,4330,'_edit_lock','1472094857:1'),(16264,4330,'_edit_last','1'),(16265,4330,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3431;s:6:\"height\";i:5146;s:4:\"file\";s:17:\"IMG_6224-3-2.jpeg\";}}'),(16277,4332,'FB_content',''),(16290,4333,'FB_content',''),(16303,4334,'FB_content',''),(16310,4336,'_wp_attached_file','2015/05/carousel_2-1.jpg'),(16311,4336,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:363;s:6:\"height\";i:511;s:4:\"file\";s:24:\"2015/05/carousel_2-1.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"carousel_2-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:24:\"carousel_2-1-213x300.jpg\";s:5:\"width\";i:213;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"gg_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"carousel_2-1-363x250.jpg\";s:5:\"width\";i:363;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:24:\"carousel_2-1-363x272.jpg\";s:5:\"width\";i:363;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:24:\"carousel_2-1-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:24:\"carousel_2-1-363x400.jpg\";s:5:\"width\";i:363;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:24:\"carousel_2-1-363x272.jpg\";s:5:\"width\";i:363;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:24:\"carousel_2-1-363x295.jpg\";s:5:\"width\";i:363;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:24:\"carousel_2-1-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:24:\"carousel_2-1-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:24:\"carousel_2-1-363x441.jpg\";s:5:\"width\";i:363;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:22:\"carousel_2-1-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:24:\"carousel_2-1-200x282.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:282;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:{}}}'),(16314,162,'_edit_lock','1472096766:1'),(16351,4340,'FB_content',''),(16364,4341,'FB_content',''),(16377,4342,'FB_content',''),(16426,4343,'FB_content',''),(16439,4344,'FB_content',''),(16444,4345,'_EventOrigin','events-calendar'),(16445,4345,'_edit_last','1'),(16454,4345,'pyre_main_top_padding',''),(16455,4345,'pyre_main_bottom_padding',''),(16456,4345,'pyre_hundredp_padding',''),(16457,4345,'pyre_share_box','default'),(16458,4345,'pyre_slider_position','default'),(16459,4345,'pyre_slider_type','no'),(16460,4345,'pyre_slider','0'),(16461,4345,'pyre_wooslider','0'),(16462,4345,'pyre_revslider','0'),(16463,4345,'pyre_elasticslider','0'),(16464,4345,'pyre_fallback',''),(16465,4345,'pyre_avada_rev_styles','default'),(16466,4345,'pyre_display_header','yes'),(16467,4345,'pyre_header_100_width','default'),(16468,4345,'pyre_header_bg',''),(16469,4345,'pyre_header_bg_color',''),(16470,4345,'pyre_header_bg_opacity',''),(16471,4345,'pyre_header_bg_full','no'),(16472,4345,'pyre_header_bg_repeat','repeat'),(16473,4345,'pyre_displayed_menu','default'),(16474,4345,'pyre_display_footer','default'),(16475,4345,'pyre_display_copyright','default'),(16476,4345,'pyre_footer_100_width','default'),(16477,4345,'pyre_sidebar_position','default'),(16478,4345,'pyre_sidebar_bg_color',''),(16479,4345,'pyre_page_bg_layout','default'),(16480,4345,'pyre_page_bg',''),(16481,4345,'pyre_page_bg_color',''),(16482,4345,'pyre_page_bg_full','no'),(16483,4345,'pyre_page_bg_repeat','repeat'),(16484,4345,'pyre_wide_page_bg',''),(16485,4345,'pyre_wide_page_bg_color',''),(16486,4345,'pyre_wide_page_bg_full','no'),(16487,4345,'pyre_wide_page_bg_repeat','repeat'),(16488,4345,'pyre_page_title','default'),(16489,4345,'pyre_page_title_text','default'),(16490,4345,'pyre_page_title_text_alignment','default'),(16491,4345,'pyre_page_title_100_width','default'),(16492,4345,'pyre_page_title_custom_text',''),(16493,4345,'pyre_page_title_text_size',''),(16494,4345,'pyre_page_title_custom_subheader',''),(16495,4345,'pyre_page_title_custom_subheader_text_size',''),(16496,4345,'pyre_page_title_font_color',''),(16497,4345,'pyre_page_title_height',''),(16498,4345,'pyre_page_title_mobile_height',''),(16499,4345,'pyre_page_title_bar_bg',''),(16500,4345,'pyre_page_title_bar_bg_retina',''),(16501,4345,'pyre_page_title_bar_bg_color',''),(16502,4345,'pyre_page_title_bar_borders_color',''),(16503,4345,'pyre_page_title_bar_bg_full','default'),(16504,4345,'pyre_page_title_bg_parallax','default'),(16505,4345,'pyre_page_title_breadcrumbs_search_bar','default'),(16506,4346,'FB_content',''),(16507,4346,'_EventShowMapLink',''),(16508,4346,'_EventShowMap',''),(16509,4347,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(16510,4347,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(16511,4347,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(16512,4347,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(16513,4347,'pyre_main_top_padding',''),(16514,4347,'pyre_main_bottom_padding',''),(16515,4347,'pyre_hundredp_padding',''),(16516,4347,'pyre_share_box','default'),(16517,4347,'pyre_slider_position','default'),(16518,4347,'pyre_slider_type','no'),(16519,4347,'pyre_slider','0'),(16520,4347,'pyre_wooslider','0'),(16521,4347,'pyre_revslider','0'),(16522,4347,'pyre_elasticslider','0'),(16523,4347,'pyre_fallback',''),(16524,4347,'pyre_avada_rev_styles','default'),(16525,4347,'pyre_display_header','yes'),(16526,4347,'pyre_header_100_width','default'),(16527,4347,'pyre_header_bg',''),(16528,4347,'pyre_header_bg_color',''),(16529,4347,'pyre_header_bg_opacity',''),(16530,4347,'pyre_header_bg_full','no'),(16531,4347,'pyre_header_bg_repeat','repeat'),(16532,4347,'pyre_displayed_menu','default'),(16533,4347,'pyre_display_footer','default'),(16534,4347,'pyre_display_copyright','default'),(16535,4347,'pyre_footer_100_width','default'),(16536,4347,'pyre_sidebar_position','default'),(16537,4347,'pyre_sidebar_bg_color',''),(16538,4347,'pyre_page_bg_layout','default'),(16539,4347,'pyre_page_bg',''),(16540,4347,'pyre_page_bg_color',''),(16541,4347,'pyre_page_bg_full','no'),(16542,4347,'pyre_page_bg_repeat','repeat'),(16543,4347,'pyre_wide_page_bg',''),(16544,4347,'pyre_wide_page_bg_color',''),(16545,4347,'pyre_wide_page_bg_full','no'),(16546,4347,'pyre_wide_page_bg_repeat','repeat'),(16547,4347,'pyre_page_title','default'),(16548,4347,'pyre_page_title_text','default'),(16549,4347,'pyre_page_title_text_alignment','default'),(16550,4347,'pyre_page_title_100_width','default'),(16551,4347,'pyre_page_title_custom_text',''),(16552,4347,'pyre_page_title_text_size',''),(16553,4347,'pyre_page_title_custom_subheader',''),(16554,4347,'pyre_page_title_custom_subheader_text_size',''),(16555,4347,'pyre_page_title_font_color',''),(16556,4347,'pyre_page_title_height',''),(16557,4347,'pyre_page_title_mobile_height',''),(16558,4347,'pyre_page_title_bar_bg',''),(16559,4347,'pyre_page_title_bar_bg_retina',''),(16560,4347,'pyre_page_title_bar_bg_color',''),(16561,4347,'pyre_page_title_bar_borders_color',''),(16562,4347,'pyre_page_title_bar_bg_full','default'),(16563,4347,'pyre_page_title_bg_parallax','default'),(16564,4347,'pyre_page_title_breadcrumbs_search_bar','default'),(16565,4347,'_VenueOrigin','events-calendar'),(16566,4347,'_EventShowMapLink',''),(16567,4347,'_EventShowMap',''),(16568,4347,'_VenueVenue','Mary C. O\'Keefe '),(16569,4347,'_VenueAddress',''),(16570,4347,'_VenueCity','Ocean Springs'),(16571,4347,'_VenueCountry','United States'),(16572,4347,'_VenueProvince',''),(16573,4347,'_VenueState','MS'),(16574,4347,'_VenueZip',''),(16575,4347,'_VenuePhone',''),(16576,4347,'_VenueURL',''),(16577,4347,'_VenueShowMap','true'),(16578,4347,'_VenueShowMapLink','true'),(16579,4347,'_VenueStateProvince','MS'),(16580,4346,'_EventVenueID','4347'),(16581,4346,'_EventStartDate','2016-09-09 19:30:00'),(16582,4346,'_EventEndDate','2016-09-09 21:30:00'),(16583,4346,'_EventStartDateUTC','2016-09-10 03:00:00'),(16584,4346,'_EventEndDateUTC','2016-09-10 05:00:00'),(16585,4346,'_EventDuration','7200'),(16586,4346,'_EventCurrencySymbol',''),(16587,4346,'_EventCurrencyPosition','prefix'),(16588,4346,'_EventCost','$12.50'),(16589,4346,'_EventURL',''),(16590,4346,'_EventTimezone','UTC-7.5'),(16591,4346,'_EventTimezoneAbbr',''),(16592,4345,'_EventShowMapLink',''),(16593,4345,'_EventShowMap',''),(16594,4348,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(16595,4348,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(16596,4348,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(16597,4348,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(16598,4348,'pyre_main_top_padding',''),(16599,4348,'pyre_main_bottom_padding',''),(16600,4348,'pyre_hundredp_padding',''),(16601,4348,'pyre_share_box','default'),(16602,4348,'pyre_slider_position','default'),(16603,4348,'pyre_slider_type','no'),(16604,4348,'pyre_slider','0'),(16605,4348,'pyre_wooslider','0'),(16606,4348,'pyre_revslider','0'),(16607,4348,'pyre_elasticslider','0'),(16608,4348,'pyre_fallback',''),(16609,4348,'pyre_avada_rev_styles','default'),(16610,4348,'pyre_display_header','yes'),(16611,4348,'pyre_header_100_width','default'),(16612,4348,'pyre_header_bg',''),(16613,4348,'pyre_header_bg_color',''),(16614,4348,'pyre_header_bg_opacity',''),(16615,4348,'pyre_header_bg_full','no'),(16616,4348,'pyre_header_bg_repeat','repeat'),(16617,4348,'pyre_displayed_menu','default'),(16618,4348,'pyre_display_footer','default'),(16619,4348,'pyre_display_copyright','default'),(16620,4348,'pyre_footer_100_width','default'),(16621,4348,'pyre_sidebar_position','default'),(16622,4348,'pyre_sidebar_bg_color',''),(16623,4348,'pyre_page_bg_layout','default'),(16624,4348,'pyre_page_bg',''),(16625,4348,'pyre_page_bg_color',''),(16626,4348,'pyre_page_bg_full','no'),(16627,4348,'pyre_page_bg_repeat','repeat'),(16628,4348,'pyre_wide_page_bg',''),(16629,4348,'pyre_wide_page_bg_color',''),(16630,4348,'pyre_wide_page_bg_full','no'),(16631,4348,'pyre_wide_page_bg_repeat','repeat'),(16632,4348,'pyre_page_title','default'),(16633,4348,'pyre_page_title_text','default'),(16634,4348,'pyre_page_title_text_alignment','default'),(16635,4348,'pyre_page_title_100_width','default'),(16636,4348,'pyre_page_title_custom_text',''),(16637,4348,'pyre_page_title_text_size',''),(16638,4348,'pyre_page_title_custom_subheader',''),(16639,4348,'pyre_page_title_custom_subheader_text_size',''),(16640,4348,'pyre_page_title_font_color',''),(16641,4348,'pyre_page_title_height',''),(16642,4348,'pyre_page_title_mobile_height',''),(16643,4348,'pyre_page_title_bar_bg',''),(16644,4348,'pyre_page_title_bar_bg_retina',''),(16645,4348,'pyre_page_title_bar_bg_color',''),(16646,4348,'pyre_page_title_bar_borders_color',''),(16647,4348,'pyre_page_title_bar_bg_full','default'),(16648,4348,'pyre_page_title_bg_parallax','default'),(16649,4348,'pyre_page_title_breadcrumbs_search_bar','default'),(16650,4348,'_VenueOrigin','events-calendar'),(16651,4348,'_EventShowMapLink',''),(16652,4348,'_EventShowMap',''),(16653,4348,'_VenueVenue','Mary C. O\'Keefe '),(16654,4348,'_VenueAddress',''),(16655,4348,'_VenueCity','Ocean Springs'),(16656,4348,'_VenueCountry','United States'),(16657,4348,'_VenueProvince',''),(16658,4348,'_VenueState','MS'),(16659,4348,'_VenueZip',''),(16660,4348,'_VenuePhone',''),(16661,4348,'_VenueURL',''),(16662,4348,'_VenueShowMap','true'),(16663,4348,'_VenueShowMapLink','true'),(16664,4348,'_VenueStateProvince','MS'),(16666,4345,'_EventStartDate','2016-09-09 19:30:00'),(16667,4345,'_EventEndDate','2016-09-09 21:30:00'),(16668,4345,'_EventStartDateUTC','2016-09-10 03:00:00'),(16669,4345,'_EventEndDateUTC','2016-09-10 05:00:00'),(16670,4345,'_EventDuration','7200'),(16671,4345,'_EventCurrencySymbol',''),(16672,4345,'_EventCurrencyPosition','prefix'),(16674,4345,'_EventURL',''),(16675,4345,'_EventTimezone','UTC-7.5'),(16676,4345,'_EventTimezoneAbbr',''),(16681,4345,'_edit_lock','1472182567:1'),(16682,4345,'_thumbnail_id','4259'),(16691,4345,'_preview_organizer_id','0'),(16696,4349,'pyre_main_top_padding',''),(16697,4349,'pyre_main_bottom_padding',''),(16698,4349,'pyre_hundredp_padding',''),(16699,4349,'pyre_share_box','default'),(16700,4349,'pyre_slider_position','default'),(16701,4349,'pyre_slider_type','no'),(16702,4349,'pyre_slider','0'),(16703,4349,'pyre_wooslider','0'),(16704,4349,'pyre_revslider','0'),(16705,4349,'pyre_elasticslider','0'),(16706,4349,'pyre_fallback',''),(16707,4349,'pyre_avada_rev_styles','default'),(16708,4349,'pyre_display_header','yes'),(16709,4349,'pyre_header_100_width','default'),(16710,4349,'pyre_header_bg',''),(16711,4349,'pyre_header_bg_color',''),(16712,4349,'pyre_header_bg_opacity',''),(16713,4349,'pyre_header_bg_full','no'),(16714,4349,'pyre_header_bg_repeat','repeat'),(16715,4349,'pyre_displayed_menu','default'),(16716,4349,'pyre_display_footer','default'),(16717,4349,'pyre_display_copyright','default'),(16718,4349,'pyre_footer_100_width','default'),(16719,4349,'pyre_sidebar_position','default'),(16720,4349,'pyre_sidebar_bg_color',''),(16721,4349,'pyre_page_bg_layout','default'),(16722,4349,'pyre_page_bg',''),(16723,4349,'pyre_page_bg_color',''),(16724,4349,'pyre_page_bg_full','no'),(16725,4349,'pyre_page_bg_repeat','repeat'),(16726,4349,'pyre_wide_page_bg',''),(16727,4349,'pyre_wide_page_bg_color',''),(16728,4349,'pyre_wide_page_bg_full','no'),(16729,4349,'pyre_wide_page_bg_repeat','repeat'),(16730,4349,'pyre_page_title','default'),(16731,4349,'pyre_page_title_text','default'),(16732,4349,'pyre_page_title_text_alignment','default'),(16733,4349,'pyre_page_title_100_width','default'),(16734,4349,'pyre_page_title_custom_text',''),(16735,4349,'pyre_page_title_text_size',''),(16736,4349,'pyre_page_title_custom_subheader',''),(16737,4349,'pyre_page_title_custom_subheader_text_size',''),(16738,4349,'pyre_page_title_font_color',''),(16739,4349,'pyre_page_title_height',''),(16740,4349,'pyre_page_title_mobile_height',''),(16741,4349,'pyre_page_title_bar_bg',''),(16742,4349,'pyre_page_title_bar_bg_retina',''),(16743,4349,'pyre_page_title_bar_bg_color',''),(16744,4349,'pyre_page_title_bar_borders_color',''),(16745,4349,'pyre_page_title_bar_bg_full','default'),(16746,4349,'pyre_page_title_bg_parallax','default'),(16747,4349,'pyre_page_title_breadcrumbs_search_bar','default'),(16748,4349,'_VenueOrigin','events-calendar'),(16749,4349,'_EventShowMapLink',''),(16750,4349,'_EventShowMap',''),(16751,4349,'_VenueVenue','Mary C. O\'Keefe '),(16752,4349,'_VenueAddress',''),(16753,4349,'_VenueCity','Ocean Springs'),(16754,4349,'_VenueCountry','United States'),(16755,4349,'_VenueProvince',''),(16756,4349,'_VenueState','MS'),(16757,4349,'_VenueZip',''),(16758,4349,'_VenuePhone',''),(16759,4349,'_VenueURL',''),(16760,4349,'_VenueShowMap','true'),(16761,4349,'_VenueShowMapLink','true'),(16762,4349,'_VenueStateProvince','MS'),(16769,4349,'_wp_old_slug','mary-c-okeefe'),(16770,4349,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(16771,4349,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(16772,4349,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(16773,4349,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(16778,4345,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(16779,4345,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(16780,4345,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(16781,4345,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(16782,4350,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(16783,4350,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(16784,4350,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(16785,4350,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(16786,4350,'pyre_main_top_padding',''),(16787,4350,'pyre_main_bottom_padding',''),(16788,4350,'pyre_hundredp_padding',''),(16789,4350,'pyre_share_box','default'),(16790,4350,'pyre_slider_position','default'),(16791,4350,'pyre_slider_type','no'),(16792,4350,'pyre_slider','0'),(16793,4350,'pyre_wooslider','0'),(16794,4350,'pyre_revslider','0'),(16795,4350,'pyre_elasticslider','0'),(16796,4350,'pyre_fallback',''),(16797,4350,'pyre_avada_rev_styles','default'),(16798,4350,'pyre_display_header','yes'),(16799,4350,'pyre_header_100_width','default'),(16800,4350,'pyre_header_bg',''),(16801,4350,'pyre_header_bg_color',''),(16802,4350,'pyre_header_bg_opacity',''),(16803,4350,'pyre_header_bg_full','no'),(16804,4350,'pyre_header_bg_repeat','repeat'),(16805,4350,'pyre_displayed_menu','default'),(16806,4350,'pyre_display_footer','default'),(16807,4350,'pyre_display_copyright','default'),(16808,4350,'pyre_footer_100_width','default'),(16809,4350,'pyre_sidebar_position','default'),(16810,4350,'pyre_sidebar_bg_color',''),(16811,4350,'pyre_page_bg_layout','default'),(16812,4350,'pyre_page_bg',''),(16813,4350,'pyre_page_bg_color',''),(16814,4350,'pyre_page_bg_full','no'),(16815,4350,'pyre_page_bg_repeat','repeat'),(16816,4350,'pyre_wide_page_bg',''),(16817,4350,'pyre_wide_page_bg_color',''),(16818,4350,'pyre_wide_page_bg_full','no'),(16819,4350,'pyre_wide_page_bg_repeat','repeat'),(16820,4350,'pyre_page_title','default'),(16821,4350,'pyre_page_title_text','default'),(16822,4350,'pyre_page_title_text_alignment','default'),(16823,4350,'pyre_page_title_100_width','default'),(16824,4350,'pyre_page_title_custom_text',''),(16825,4350,'pyre_page_title_text_size',''),(16826,4350,'pyre_page_title_custom_subheader',''),(16827,4350,'pyre_page_title_custom_subheader_text_size',''),(16828,4350,'pyre_page_title_font_color',''),(16829,4350,'pyre_page_title_height',''),(16830,4350,'pyre_page_title_mobile_height',''),(16831,4350,'pyre_page_title_bar_bg',''),(16832,4350,'pyre_page_title_bar_bg_retina',''),(16833,4350,'pyre_page_title_bar_bg_color',''),(16834,4350,'pyre_page_title_bar_borders_color',''),(16835,4350,'pyre_page_title_bar_bg_full','default'),(16836,4350,'pyre_page_title_bg_parallax','default'),(16837,4350,'pyre_page_title_breadcrumbs_search_bar','default'),(16838,4350,'_VenueOrigin','events-calendar'),(16839,4350,'_EventShowMapLink',''),(16840,4350,'_EventShowMap',''),(16841,4350,'_VenueVenue','Mary C. O\'Keefe '),(16842,4350,'_VenueAddress',''),(16843,4350,'_VenueCity','Ocean Springs'),(16844,4350,'_VenueCountry','United States'),(16845,4350,'_VenueProvince',''),(16846,4350,'_VenueState','MS'),(16847,4350,'_VenueZip',''),(16848,4350,'_VenuePhone',''),(16849,4350,'_VenueURL',''),(16850,4350,'_VenueShowMap','true'),(16851,4350,'_VenueShowMapLink','true'),(16852,4350,'_VenueStateProvince','MS'),(16853,4345,'_EventVenueID','4350'),(16854,4345,'_EventCost','$12.50'),(16855,2461,'avada_post_views_count','0'),(16856,2461,'_oembed_fdba801a869165e7dd8c42e2fe99f902','<iframe width=\"1170\" height=\"450\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=true&url=http%3A%2F%2Fapi.soundcloud.com%2Fplaylists%2F1389012&show_artwork=true&maxwidth=1170&maxheight=1000\"></iframe>'),(16857,2461,'_oembed_time_fdba801a869165e7dd8c42e2fe99f902','1472311272'),(16858,599,'avada_post_views_count','0'),(16859,607,'avada_post_views_count','2'),(16900,4352,'FB_content',''),(16932,4354,'FB_content',''),(16941,4354,'FB_content',''),(16950,4354,'FB_content',''),(16959,4354,'FB_content',''),(16968,4354,'FB_content',''),(16977,4355,'FB_content',''),(16990,4356,'FB_content',''),(17003,4357,'FB_content',''),(17016,4358,'FB_content',''),(17029,4359,'FB_content',''),(17050,4360,'FB_content',''),(17063,4361,'FB_content',''),(17068,4362,'_wp_attached_file','2015/05/IMG_9810.jpg'),(17069,4362,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:848;s:6:\"height\";i:538;s:4:\"file\";s:20:\"2015/05/IMG_9810.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_9810-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_9810-300x190.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_9810-768x487.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:487;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"gg_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_9810-450x250.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"IMG_9810-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"IMG_9810-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:20:\"IMG_9810-848x400.jpg\";s:5:\"width\";i:848;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:20:\"IMG_9810-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:20:\"IMG_9810-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:20:\"IMG_9810-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:20:\"IMG_9810-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:20:\"IMG_9810-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:18:\"IMG_9810-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:20:\"IMG_9810-200x127.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:20:\"IMG_9810-400x254.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:254;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:20:\"IMG_9810-600x381.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:381;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:20:\"IMG_9810-800x508.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:508;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:\"1428776758\";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:{}}}'),(17078,4363,'FB_content',''),(17091,4364,'FB_content',''),(17104,4365,'FB_content',''),(17113,4366,'FB_content',''),(17122,4366,'FB_content',''),(17131,4367,'FB_content',''),(17136,4368,'_wp_attached_file','2015/05/bigbandsheetmusic.png'),(17137,4368,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:335;s:4:\"file\";s:29:\"2015/05/bigbandsheetmusic.png\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"bigbandsheetmusic-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:29:\"bigbandsheetmusic-300x101.png\";s:5:\"width\";i:300;s:6:\"height\";i:101;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"bigbandsheetmusic-768x257.png\";s:5:\"width\";i:768;s:6:\"height\";i:257;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"gg_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"bigbandsheetmusic-450x250.png\";s:5:\"width\";i:450;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:29:\"bigbandsheetmusic-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:29:\"bigbandsheetmusic-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:29:\"bigbandsheetmusic-940x335.png\";s:5:\"width\";i:940;s:6:\"height\";i:335;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:29:\"bigbandsheetmusic-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:29:\"bigbandsheetmusic-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:29:\"bigbandsheetmusic-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:29:\"bigbandsheetmusic-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:29:\"bigbandsheetmusic-700x335.png\";s:5:\"width\";i:700;s:6:\"height\";i:335;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:27:\"bigbandsheetmusic-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:28:\"bigbandsheetmusic-200x67.png\";s:5:\"width\";i:200;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:29:\"bigbandsheetmusic-400x134.png\";s:5:\"width\";i:400;s:6:\"height\";i:134;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:29:\"bigbandsheetmusic-600x201.png\";s:5:\"width\";i:600;s:6:\"height\";i:201;s:9:\"mime-type\";s:9:\"image/png\";}i:800;a:4:{s:4:\"file\";s:29:\"bigbandsheetmusic-800x268.png\";s:5:\"width\";i:800;s:6:\"height\";i:268;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:{}}}'),(17146,4369,'FB_content',''),(17159,4370,'FB_content',''),(17172,4371,'FB_content',''),(17185,4372,'FB_content',''),(17198,4373,'FB_content',''),(17211,4374,'FB_content',''),(17224,4375,'FB_content',''),(17237,4376,'FB_content',''),(17250,4377,'FB_content',''),(17271,2496,'avada_post_views_count','0'),(17272,2496,'_oembed_ee7a9904af31b1635db7e753f4705858','<iframe width=\"1170\" height=\"400\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?visual=true&url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F7089811&show_artwork=true&maxwidth=1170&maxheight=1000\"></iframe>'),(17273,2496,'_oembed_time_ee7a9904af31b1635db7e753f4705858','1472544917'),(17274,609,'avada_post_views_count','0'),(17275,595,'avada_post_views_count','0'),(17276,595,'_oembed_e861c711c0413b8d98670543fea354f7','<iframe src=\"https://player.vimeo.com/video/33670490\" width=\"640\" height=\"360\" frameborder=\"0\" title=\"The Artists\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(17277,595,'_oembed_time_e861c711c0413b8d98670543fea354f7','1472705045'),(17278,603,'avada_post_views_count','1'),(17279,4378,'_wp_attached_file','2015/12/614c9f_916e7cf42ea041ffa338ba075e5b4bb9mv2-2.jpg'),(17280,4378,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:626;s:6:\"height\";i:313;s:4:\"file\";s:56:\"2015/12/614c9f_916e7cf42ea041ffa338ba075e5b4bb9mv2-2.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"614c9f_916e7cf42ea041ffa338ba075e5b4bb9mv2-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:56:\"614c9f_916e7cf42ea041ffa338ba075e5b4bb9mv2-2-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"gg_gallery_thumbnail\";a:4:{s:4:\"file\";s:56:\"614c9f_916e7cf42ea041ffa338ba075e5b4bb9mv2-2-450x250.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:56:\"614c9f_916e7cf42ea041ffa338ba075e5b4bb9mv2-2-626x272.jpg\";s:5:\"width\";i:626;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:56:\"614c9f_916e7cf42ea041ffa338ba075e5b4bb9mv2-2-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:56:\"614c9f_916e7cf42ea041ffa338ba075e5b4bb9mv2-2-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:56:\"614c9f_916e7cf42ea041ffa338ba075e5b4bb9mv2-2-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:56:\"614c9f_916e7cf42ea041ffa338ba075e5b4bb9mv2-2-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:56:\"614c9f_916e7cf42ea041ffa338ba075e5b4bb9mv2-2-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:54:\"614c9f_916e7cf42ea041ffa338ba075e5b4bb9mv2-2-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:56:\"614c9f_916e7cf42ea041ffa338ba075e5b4bb9mv2-2-200x100.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:56:\"614c9f_916e7cf42ea041ffa338ba075e5b4bb9mv2-2-400x200.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:56:\"614c9f_916e7cf42ea041ffa338ba075e5b4bb9mv2-2-600x300.jpg\";s:5:\"width\";i:600;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:24:\"Getty Images/iStockphoto\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:8:\"Calendar\";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:9:\"170189536\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17281,4381,'_wp_attached_file','2015/12/calendar.jpg'),(17282,4381,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:705;s:6:\"height\";i:300;s:4:\"file\";s:20:\"2015/12/calendar.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"calendar-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:\"calendar-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"gg_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"calendar-450x250.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"calendar-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"calendar-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:20:\"calendar-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:20:\"calendar-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:20:\"calendar-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:20:\"calendar-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:20:\"calendar-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:18:\"calendar-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:19:\"calendar-200x85.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:20:\"calendar-400x170.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:20:\"calendar-600x255.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:255;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:{}}}'),(17283,4382,'_wp_attached_file','2015/12/9662581788_102d2b37aa.jpg'),(17284,4382,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:369;s:4:\"file\";s:33:\"2015/12/9662581788_102d2b37aa.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"9662581788_102d2b37aa-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:33:\"9662581788_102d2b37aa-300x221.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"gg_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"9662581788_102d2b37aa-450x250.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:33:\"9662581788_102d2b37aa-500x272.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:33:\"9662581788_102d2b37aa-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:33:\"9662581788_102d2b37aa-500x272.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:33:\"9662581788_102d2b37aa-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:33:\"9662581788_102d2b37aa-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:33:\"9662581788_102d2b37aa-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:31:\"9662581788_102d2b37aa-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:33:\"9662581788_102d2b37aa-200x148.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:33:\"9662581788_102d2b37aa-400x295.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:295;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:{}}}'),(17285,2424,'avada_post_views_count','2'),(17286,2428,'avada_post_views_count','2'),(17287,2403,'avada_post_views_count','2'),(17296,4386,'FB_content',''),(17301,4388,'_wp_attached_file','2016/09/event-entertainment_lg.png'),(17302,4388,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:34:\"2016/09/event-entertainment_lg.png\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"event-entertainment_lg-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:34:\"event-entertainment_lg-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"gg_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"event-entertainment_lg-450x250.png\";s:5:\"width\";i:450;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:34:\"event-entertainment_lg-500x272.png\";s:5:\"width\";i:500;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:34:\"event-entertainment_lg-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:34:\"event-entertainment_lg-500x400.png\";s:5:\"width\";i:500;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:34:\"event-entertainment_lg-500x272.png\";s:5:\"width\";i:500;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:34:\"event-entertainment_lg-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:34:\"event-entertainment_lg-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:34:\"event-entertainment_lg-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:34:\"event-entertainment_lg-500x441.png\";s:5:\"width\";i:500;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:32:\"event-entertainment_lg-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:34:\"event-entertainment_lg-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:34:\"event-entertainment_lg-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;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:{}}}'),(17397,4389,'FB_content',''),(17442,4390,'FB_content',''),(17459,4393,'FB_content',''),(17472,4394,'FB_content',''),(17493,4400,'FB_content',''),(17506,4401,'FB_content',''),(17519,4402,'FB_content',''),(17540,4403,'FB_content',''),(17559,4408,'FB_content',''),(17564,4409,'_wp_attached_file','2015/05/carousel_4-1.jpg'),(17565,4409,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:363;s:6:\"height\";i:511;s:4:\"file\";s:24:\"2015/05/carousel_4-1.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"carousel_4-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:24:\"carousel_4-1-213x300.jpg\";s:5:\"width\";i:213;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"gg_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"carousel_4-1-363x250.jpg\";s:5:\"width\";i:363;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:24:\"carousel_4-1-363x272.jpg\";s:5:\"width\";i:363;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:24:\"carousel_4-1-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:24:\"carousel_4-1-363x400.jpg\";s:5:\"width\";i:363;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:24:\"carousel_4-1-363x272.jpg\";s:5:\"width\";i:363;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:24:\"carousel_4-1-363x295.jpg\";s:5:\"width\";i:363;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:24:\"carousel_4-1-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:24:\"carousel_4-1-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:24:\"carousel_4-1-363x441.jpg\";s:5:\"width\";i:363;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:22:\"carousel_4-1-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:24:\"carousel_4-1-200x282.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:282;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:{}}}'),(17620,4412,'_edit_last','1'),(17621,4412,'_thumbnail_id','4434'),(17626,4412,'ai1ec_banner_image',''),(17627,4412,'_ai1ec_cost_type','external'),(17632,4412,'pyre_show_first_featured_image','no'),(17633,4412,'pyre_portfolio_width_100','default'),(17634,4412,'pyre_video',''),(17635,4412,'pyre_fimg_width',''),(17636,4412,'pyre_fimg_height',''),(17637,4412,'pyre_image_rollover_icons','default'),(17638,4412,'pyre_link_icon_url',''),(17639,4412,'pyre_post_links_target','no'),(17640,4412,'pyre_related_posts','default'),(17642,4412,'pyre_post_pagination','default'),(17643,4412,'pyre_author_info','default'),(17644,4412,'pyre_post_meta','default'),(17645,4412,'pyre_post_comments','default'),(17646,4412,'pyre_main_top_padding',''),(17647,4412,'pyre_main_bottom_padding',''),(17648,4412,'pyre_hundredp_padding',''),(17649,4412,'pyre_slider_position','default'),(17650,4412,'pyre_slider_type','no'),(17651,4412,'pyre_slider','0'),(17652,4412,'pyre_wooslider','0'),(17653,4412,'pyre_revslider','0'),(17654,4412,'pyre_elasticslider','0'),(17655,4412,'pyre_fallback',''),(17656,4412,'pyre_avada_rev_styles','default'),(17657,4412,'pyre_display_header','yes'),(17658,4412,'pyre_header_100_width','default'),(17659,4412,'pyre_header_bg',''),(17660,4412,'pyre_header_bg_color',''),(17661,4412,'pyre_header_bg_opacity',''),(17662,4412,'pyre_header_bg_full','no'),(17663,4412,'pyre_header_bg_repeat','repeat'),(17664,4412,'pyre_displayed_menu','default'),(17665,4412,'pyre_display_footer','default'),(17666,4412,'pyre_display_copyright','default'),(17667,4412,'pyre_footer_100_width','default'),(17668,4412,'pyre_sidebar_position','default'),(17669,4412,'pyre_sidebar_bg_color',''),(17670,4412,'pyre_page_bg_layout','default'),(17671,4412,'pyre_page_bg',''),(17672,4412,'pyre_page_bg_color',''),(17673,4412,'pyre_page_bg_full','no'),(17674,4412,'pyre_page_bg_repeat','repeat'),(17675,4412,'pyre_wide_page_bg',''),(17676,4412,'pyre_wide_page_bg_color',''),(17677,4412,'pyre_wide_page_bg_full','no'),(17678,4412,'pyre_wide_page_bg_repeat','repeat'),(17679,4412,'pyre_page_title','default'),(17680,4412,'pyre_page_title_text','default'),(17681,4412,'pyre_page_title_text_alignment','default'),(17682,4412,'pyre_page_title_100_width','default'),(17683,4412,'pyre_page_title_custom_text',''),(17684,4412,'pyre_page_title_text_size',''),(17685,4412,'pyre_page_title_custom_subheader',''),(17686,4412,'pyre_page_title_custom_subheader_text_size',''),(17687,4412,'pyre_page_title_font_color',''),(17688,4412,'pyre_page_title_height',''),(17689,4412,'pyre_page_title_mobile_height',''),(17690,4412,'pyre_page_title_bar_bg',''),(17691,4412,'pyre_page_title_bar_bg_retina',''),(17692,4412,'pyre_page_title_bar_bg_color',''),(17693,4412,'pyre_page_title_bar_borders_color',''),(17694,4412,'pyre_page_title_bar_bg_full','default'),(17695,4412,'pyre_page_title_bg_parallax','default'),(17696,4412,'pyre_page_title_breadcrumbs_search_bar','default'),(17697,4412,'_edit_lock','1486791197:1'),(17706,4413,'FB_content',''),(17719,4414,'FB_content',''),(17732,4415,'FB_content',''),(17745,4416,'FB_content',''),(17766,4417,'FB_content',''),(17779,4418,'FB_content',''),(17784,4406,'_edit_lock','1486691082:1'),(17785,4383,'_edit_lock','1476069761:1'),(17786,4383,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(17787,4383,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(17788,4383,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(17789,4383,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(17790,4383,'pyre_slider_position','default'),(17791,4383,'pyre_slider_type','no'),(17792,4383,'pyre_slider','0'),(17793,4383,'pyre_wooslider','0'),(17794,4383,'pyre_revslider','0'),(17795,4383,'pyre_elasticslider','0'),(17796,4383,'pyre_fallback',''),(17797,4383,'pyre_avada_rev_styles','default'),(17798,4383,'pyre_main_top_padding',''),(17799,4383,'pyre_main_bottom_padding',''),(17800,4383,'pyre_hundredp_padding',''),(17801,4383,'pyre_show_first_featured_image','no'),(17802,4383,'pyre_display_header','yes'),(17803,4383,'pyre_header_100_width','default'),(17804,4383,'pyre_header_bg',''),(17805,4383,'pyre_header_bg_color',''),(17806,4383,'pyre_header_bg_opacity',''),(17807,4383,'pyre_header_bg_full','no'),(17808,4383,'pyre_header_bg_repeat','repeat'),(17809,4383,'pyre_displayed_menu','default'),(17810,4383,'pyre_display_footer','default'),(17811,4383,'pyre_display_copyright','default'),(17812,4383,'pyre_footer_100_width','default'),(17813,4383,'pyre_sidebar_position','default'),(17814,4383,'pyre_sidebar_bg_color',''),(17815,4383,'pyre_page_bg_layout','default'),(17816,4383,'pyre_page_bg',''),(17817,4383,'pyre_page_bg_color',''),(17818,4383,'pyre_page_bg_full','no'),(17819,4383,'pyre_page_bg_repeat','repeat'),(17820,4383,'pyre_wide_page_bg',''),(17821,4383,'pyre_wide_page_bg_color',''),(17822,4383,'pyre_wide_page_bg_full','no'),(17823,4383,'pyre_wide_page_bg_repeat','repeat'),(17824,4383,'pyre_portfolio_width_100','no'),(17825,4383,'pyre_portfolio_content_length','default'),(17826,4383,'pyre_portfolio_excerpt',''),(17827,4383,'pyre_portfolio_filters','yes'),(17828,4383,'pyre_portfolio_text_layout','default'),(17829,4383,'pyre_portfolio_featured_image_size','default'),(17830,4383,'pyre_portfolio_column_spacing',''),(17831,4383,'pyre_page_title','default'),(17832,4383,'pyre_page_title_text','default'),(17833,4383,'pyre_page_title_text_alignment','default'),(17834,4383,'pyre_page_title_100_width','default'),(17835,4383,'pyre_page_title_custom_text',''),(17836,4383,'pyre_page_title_text_size',''),(17837,4383,'pyre_page_title_custom_subheader',''),(17838,4383,'pyre_page_title_custom_subheader_text_size',''),(17839,4383,'pyre_page_title_font_color',''),(17840,4383,'pyre_page_title_height',''),(17841,4383,'pyre_page_title_mobile_height',''),(17842,4383,'pyre_page_title_bar_bg',''),(17843,4383,'pyre_page_title_bar_bg_retina',''),(17844,4383,'pyre_page_title_bar_bg_color',''),(17845,4383,'pyre_page_title_bar_borders_color',''),(17846,4383,'pyre_page_title_bar_bg_full','default'),(17847,4383,'pyre_page_title_bg_parallax','default'),(17848,4383,'pyre_page_title_breadcrumbs_search_bar','default'),(17849,4383,'fusion_builder_status','active'),(17929,4366,'FB_content',''),(17938,4366,'FB_content',''),(17947,4366,'FB_content',''),(17956,4366,'FB_content',''),(17965,4422,'FB_content',''),(17978,4423,'FB_content',''),(17999,4424,'FB_content',''),(18012,4366,'FB_content',''),(18021,4425,'FB_content',''),(18042,4426,'FB_content',''),(18055,4427,'FB_content',''),(18068,4428,'_edit_last','1'),(18070,4428,'ai1ec_banner_image',''),(18071,4428,'_ai1ec_cost_type','external'),(18076,4428,'pyre_show_first_featured_image','no'),(18077,4428,'pyre_portfolio_width_100','default'),(18078,4428,'pyre_video',''),(18079,4428,'pyre_fimg_width',''),(18080,4428,'pyre_fimg_height',''),(18081,4428,'pyre_image_rollover_icons','default'),(18082,4428,'pyre_link_icon_url',''),(18083,4428,'pyre_post_links_target','no'),(18084,4428,'pyre_related_posts','default'),(18086,4428,'pyre_post_pagination','default'),(18087,4428,'pyre_author_info','default'),(18088,4428,'pyre_post_meta','default'),(18089,4428,'pyre_post_comments','default'),(18090,4428,'pyre_main_top_padding',''),(18091,4428,'pyre_main_bottom_padding',''),(18092,4428,'pyre_hundredp_padding',''),(18093,4428,'pyre_slider_position','default'),(18094,4428,'pyre_slider_type','no'),(18095,4428,'pyre_slider','0'),(18096,4428,'pyre_wooslider','0'),(18097,4428,'pyre_revslider','0'),(18098,4428,'pyre_elasticslider','0'),(18099,4428,'pyre_fallback',''),(18100,4428,'pyre_avada_rev_styles','default'),(18101,4428,'pyre_display_header','yes'),(18102,4428,'pyre_header_100_width','default'),(18103,4428,'pyre_header_bg',''),(18104,4428,'pyre_header_bg_color',''),(18105,4428,'pyre_header_bg_opacity',''),(18106,4428,'pyre_header_bg_full','no'),(18107,4428,'pyre_header_bg_repeat','repeat'),(18108,4428,'pyre_displayed_menu','default'),(18109,4428,'pyre_display_footer','default'),(18110,4428,'pyre_display_copyright','default'),(18111,4428,'pyre_footer_100_width','default'),(18112,4428,'pyre_sidebar_position','default'),(18113,4428,'pyre_sidebar_bg_color',''),(18114,4428,'pyre_page_bg_layout','default'),(18115,4428,'pyre_page_bg',''),(18116,4428,'pyre_page_bg_color',''),(18117,4428,'pyre_page_bg_full','no'),(18118,4428,'pyre_page_bg_repeat','repeat'),(18119,4428,'pyre_wide_page_bg',''),(18120,4428,'pyre_wide_page_bg_color',''),(18121,4428,'pyre_wide_page_bg_full','no'),(18122,4428,'pyre_wide_page_bg_repeat','repeat'),(18123,4428,'pyre_page_title','default'),(18124,4428,'pyre_page_title_text','default'),(18125,4428,'pyre_page_title_text_alignment','default'),(18126,4428,'pyre_page_title_100_width','default'),(18127,4428,'pyre_page_title_custom_text',''),(18128,4428,'pyre_page_title_text_size',''),(18129,4428,'pyre_page_title_custom_subheader',''),(18130,4428,'pyre_page_title_custom_subheader_text_size',''),(18131,4428,'pyre_page_title_font_color',''),(18132,4428,'pyre_page_title_height',''),(18133,4428,'pyre_page_title_mobile_height',''),(18134,4428,'pyre_page_title_bar_bg',''),(18135,4428,'pyre_page_title_bar_bg_retina',''),(18136,4428,'pyre_page_title_bar_bg_color',''),(18137,4428,'pyre_page_title_bar_borders_color',''),(18138,4428,'pyre_page_title_bar_bg_full','default'),(18139,4428,'pyre_page_title_bg_parallax','default'),(18140,4428,'pyre_page_title_breadcrumbs_search_bar','default'),(18141,4428,'_edit_lock','1486790407:1'),(18142,4428,'_dp_original','4412'),(18143,4430,'_wp_attached_file','2016/09/image1-e1476490665998.jpg'),(18144,4430,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:550;s:6:\"height\";i:413;s:4:\"file\";s:33:\"2016/09/image1-e1476490665998.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"image1-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:\"image1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"gg_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"image1-450x250.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:18:\"image1-640x272.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:18:\"image1-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:18:\"image1-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:18:\"image1-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:18:\"image1-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:18:\"image1-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:18:\"image1-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:18:\"image1-640x441.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:16:\"image1-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:18:\"image1-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:18:\"image1-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:18:\"image1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;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:10:\"1474444714\";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:{}}}'),(18145,4430,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:10:\"image1.jpg\";}}'),(18164,4433,'_wp_attached_file','2016/10/image1-e1476494174311.png'),(18165,4433,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:125;s:6:\"height\";i:125;s:4:\"file\";s:33:\"2016/10/image1-e1476494174311.png\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"image1-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:18:\"image1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"gg_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"image1-450x250.png\";s:5:\"width\";i:450;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:18:\"image1-578x272.png\";s:5:\"width\";i:578;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:18:\"image1-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:18:\"image1-578x400.png\";s:5:\"width\";i:578;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:18:\"image1-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:18:\"image1-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:18:\"image1-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:18:\"image1-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:18:\"image1-578x441.png\";s:5:\"width\";i:578;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:16:\"image1-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:18:\"image1-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:18:\"image1-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;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:{}}}'),(18166,4433,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:578;s:6:\"height\";i:578;s:4:\"file\";s:10:\"image1.png\";}s:18:\"full-1476494174311\";a:3:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:25:\"image1-e1476491986398.png\";}}'),(18167,4428,'_thumbnail_id','4433'),(18184,4434,'_wp_attached_file','2016/09/JoeyThomas02-e1476496736571.png'),(18185,4434,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:39:\"2016/09/JoeyThomas02-e1476496736571.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"JoeyThomas02-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:24:\"JoeyThomas02-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"gg_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"JoeyThomas02-450x250.png\";s:5:\"width\";i:450;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:24:\"JoeyThomas02-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:24:\"JoeyThomas02-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:24:\"JoeyThomas02-711x400.png\";s:5:\"width\";i:711;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:24:\"JoeyThomas02-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:24:\"JoeyThomas02-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:24:\"JoeyThomas02-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:24:\"JoeyThomas02-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:24:\"JoeyThomas02-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:22:\"JoeyThomas02-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:24:\"JoeyThomas02-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:24:\"JoeyThomas02-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:24:\"JoeyThomas02-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;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:{}}}'),(18186,4434,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:711;s:6:\"height\";i:711;s:4:\"file\";s:16:\"JoeyThomas02.png\";}}'),(18219,4435,'_edit_last','1'),(18221,4435,'ai1ec_banner_image',''),(18222,4435,'_ai1ec_cost_type','external'),(18223,4435,'pyre_show_first_featured_image','no'),(18224,4435,'pyre_portfolio_width_100','default'),(18225,4435,'pyre_video',''),(18226,4435,'pyre_fimg_width',''),(18227,4435,'pyre_fimg_height',''),(18228,4435,'pyre_image_rollover_icons','default'),(18229,4435,'pyre_link_icon_url',''),(18230,4435,'pyre_post_links_target','no'),(18231,4435,'pyre_related_posts','default'),(18233,4435,'pyre_post_pagination','default'),(18234,4435,'pyre_author_info','default'),(18235,4435,'pyre_post_meta','default'),(18236,4435,'pyre_post_comments','default'),(18237,4435,'pyre_main_top_padding',''),(18238,4435,'pyre_main_bottom_padding',''),(18239,4435,'pyre_hundredp_padding',''),(18240,4435,'pyre_slider_position','default'),(18241,4435,'pyre_slider_type','no'),(18242,4435,'pyre_slider','0'),(18243,4435,'pyre_wooslider','0'),(18244,4435,'pyre_revslider','0'),(18245,4435,'pyre_elasticslider','0'),(18246,4435,'pyre_fallback',''),(18247,4435,'pyre_avada_rev_styles','default'),(18248,4435,'pyre_display_header','yes'),(18249,4435,'pyre_header_100_width','default'),(18250,4435,'pyre_header_bg',''),(18251,4435,'pyre_header_bg_color',''),(18252,4435,'pyre_header_bg_opacity',''),(18253,4435,'pyre_header_bg_full','no'),(18254,4435,'pyre_header_bg_repeat','repeat'),(18255,4435,'pyre_displayed_menu','default'),(18256,4435,'pyre_display_footer','default'),(18257,4435,'pyre_display_copyright','default'),(18258,4435,'pyre_footer_100_width','default'),(18259,4435,'pyre_sidebar_position','default'),(18260,4435,'pyre_sidebar_bg_color',''),(18261,4435,'pyre_page_bg_layout','default'),(18262,4435,'pyre_page_bg',''),(18263,4435,'pyre_page_bg_color',''),(18264,4435,'pyre_page_bg_full','no'),(18265,4435,'pyre_page_bg_repeat','repeat'),(18266,4435,'pyre_wide_page_bg',''),(18267,4435,'pyre_wide_page_bg_color',''),(18268,4435,'pyre_wide_page_bg_full','no'),(18269,4435,'pyre_wide_page_bg_repeat','repeat'),(18270,4435,'pyre_page_title','default'),(18271,4435,'pyre_page_title_text','default'),(18272,4435,'pyre_page_title_text_alignment','default'),(18273,4435,'pyre_page_title_100_width','default'),(18274,4435,'pyre_page_title_custom_text',''),(18275,4435,'pyre_page_title_text_size',''),(18276,4435,'pyre_page_title_custom_subheader',''),(18277,4435,'pyre_page_title_custom_subheader_text_size',''),(18278,4435,'pyre_page_title_font_color',''),(18279,4435,'pyre_page_title_height',''),(18280,4435,'pyre_page_title_mobile_height',''),(18281,4435,'pyre_page_title_bar_bg',''),(18282,4435,'pyre_page_title_bar_bg_retina',''),(18283,4435,'pyre_page_title_bar_bg_color',''),(18284,4435,'pyre_page_title_bar_borders_color',''),(18285,4435,'pyre_page_title_bar_bg_full','default'),(18286,4435,'pyre_page_title_bg_parallax','default'),(18287,4435,'pyre_page_title_breadcrumbs_search_bar','default'),(18288,4435,'_edit_lock','1486791256:1'),(18293,4435,'_dp_original','4412'),(18305,4441,'_edit_last','1'),(18306,4441,'_thumbnail_id','4445'),(18307,4441,'ai1ec_banner_image',''),(18308,4441,'_ai1ec_cost_type','external'),(18309,4441,'pyre_show_first_featured_image','no'),(18310,4441,'pyre_portfolio_width_100','default'),(18311,4441,'pyre_video',''),(18312,4441,'pyre_fimg_width',''),(18313,4441,'pyre_fimg_height',''),(18314,4441,'pyre_image_rollover_icons','default'),(18315,4441,'pyre_link_icon_url',''),(18316,4441,'pyre_post_links_target','no'),(18317,4441,'pyre_related_posts','default'),(18319,4441,'pyre_post_pagination','default'),(18320,4441,'pyre_author_info','default'),(18321,4441,'pyre_post_meta','default'),(18322,4441,'pyre_post_comments','default'),(18323,4441,'pyre_main_top_padding',''),(18324,4441,'pyre_main_bottom_padding',''),(18325,4441,'pyre_hundredp_padding',''),(18326,4441,'pyre_slider_position','default'),(18327,4441,'pyre_slider_type','no'),(18328,4441,'pyre_slider','0'),(18329,4441,'pyre_wooslider','0'),(18330,4441,'pyre_revslider','0'),(18331,4441,'pyre_elasticslider','0'),(18332,4441,'pyre_fallback',''),(18333,4441,'pyre_avada_rev_styles','default'),(18334,4441,'pyre_display_header','yes'),(18335,4441,'pyre_header_100_width','default'),(18336,4441,'pyre_header_bg',''),(18337,4441,'pyre_header_bg_color',''),(18338,4441,'pyre_header_bg_opacity',''),(18339,4441,'pyre_header_bg_full','no'),(18340,4441,'pyre_header_bg_repeat','repeat'),(18341,4441,'pyre_displayed_menu','default'),(18342,4441,'pyre_display_footer','default'),(18343,4441,'pyre_display_copyright','default'),(18344,4441,'pyre_footer_100_width','default'),(18345,4441,'pyre_sidebar_position','default'),(18346,4441,'pyre_sidebar_bg_color',''),(18347,4441,'pyre_page_bg_layout','default'),(18348,4441,'pyre_page_bg',''),(18349,4441,'pyre_page_bg_color',''),(18350,4441,'pyre_page_bg_full','no'),(18351,4441,'pyre_page_bg_repeat','repeat'),(18352,4441,'pyre_wide_page_bg',''),(18353,4441,'pyre_wide_page_bg_color',''),(18354,4441,'pyre_wide_page_bg_full','no'),(18355,4441,'pyre_wide_page_bg_repeat','repeat'),(18356,4441,'pyre_page_title','default'),(18357,4441,'pyre_page_title_text','default'),(18358,4441,'pyre_page_title_text_alignment','default'),(18359,4441,'pyre_page_title_100_width','default'),(18360,4441,'pyre_page_title_custom_text',''),(18361,4441,'pyre_page_title_text_size',''),(18362,4441,'pyre_page_title_custom_subheader',''),(18363,4441,'pyre_page_title_custom_subheader_text_size',''),(18364,4441,'pyre_page_title_font_color',''),(18365,4441,'pyre_page_title_height',''),(18366,4441,'pyre_page_title_mobile_height',''),(18367,4441,'pyre_page_title_bar_bg',''),(18368,4441,'pyre_page_title_bar_bg_retina',''),(18369,4441,'pyre_page_title_bar_bg_color',''),(18370,4441,'pyre_page_title_bar_borders_color',''),(18371,4441,'pyre_page_title_bar_bg_full','default'),(18372,4441,'pyre_page_title_bg_parallax','default'),(18373,4441,'pyre_page_title_breadcrumbs_search_bar','default'),(18374,4441,'_edit_lock','1486766964:1'),(18379,4441,'_dp_original','4412'),(18382,4445,'_wp_attached_file','2016/09/14258086_764929986978637_7163632159042622418_o-1-e1476501534428.png'),(18383,4445,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:75:\"2016/09/14258086_764929986978637_7163632159042622418_o-1-e1476501534428.png\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"14258086_764929986978637_7163632159042622418_o-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:60:\"14258086_764929986978637_7163632159042622418_o-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:60:\"14258086_764929986978637_7163632159042622418_o-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:62:\"14258086_764929986978637_7163632159042622418_o-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"gg_gallery_thumbnail\";a:4:{s:4:\"file\";s:60:\"14258086_764929986978637_7163632159042622418_o-1-450x250.png\";s:5:\"width\";i:450;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:60:\"14258086_764929986978637_7163632159042622418_o-1-669x272.png\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:60:\"14258086_764929986978637_7163632159042622418_o-1-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:60:\"14258086_764929986978637_7163632159042622418_o-1-940x400.png\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:60:\"14258086_764929986978637_7163632159042622418_o-1-540x272.png\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:60:\"14258086_764929986978637_7163632159042622418_o-1-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:60:\"14258086_764929986978637_7163632159042622418_o-1-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:60:\"14258086_764929986978637_7163632159042622418_o-1-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:60:\"14258086_764929986978637_7163632159042622418_o-1-700x441.png\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:58:\"14258086_764929986978637_7163632159042622418_o-1-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:60:\"14258086_764929986978637_7163632159042622418_o-1-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:60:\"14258086_764929986978637_7163632159042622418_o-1-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}i:600;a:4:{s:4:\"file\";s:60:\"14258086_764929986978637_7163632159042622418_o-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}i:800;a:4:{s:4:\"file\";s:60:\"14258086_764929986978637_7163632159042622418_o-1-800x800.png\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}i:1200;a:4:{s:4:\"file\";s:62:\"14258086_764929986978637_7163632159042622418_o-1-1200x1200.png\";s:5:\"width\";i:1200;s:6:\"height\";i:1200;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:{}}}'),(18384,4445,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:52:\"14258086_764929986978637_7163632159042622418_o-1.png\";}}'),(18417,4446,'_edit_last','1'),(18418,4446,'_thumbnail_id','4449'),(18419,4446,'ai1ec_banner_image',''),(18420,4446,'_ai1ec_cost_type','external'),(18486,4446,'_edit_lock','1486965853:1'),(18491,4446,'_dp_original','4412'),(18492,4449,'_wp_attached_file','2016/09/hire-us2-1-e1476503107356.png'),(18493,4449,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:37:\"2016/09/hire-us2-1-e1476503107356.png\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"hire-us2-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:22:\"hire-us2-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"gg_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"hire-us2-1-450x250.png\";s:5:\"width\";i:450;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:22:\"hire-us2-1-466x272.png\";s:5:\"width\";i:466;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:22:\"hire-us2-1-320x202.png\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:22:\"hire-us2-1-466x400.png\";s:5:\"width\";i:466;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:22:\"hire-us2-1-466x272.png\";s:5:\"width\";i:466;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:22:\"hire-us2-1-460x295.png\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:22:\"hire-us2-1-300x214.png\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:22:\"hire-us2-1-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:22:\"hire-us2-1-466x441.png\";s:5:\"width\";i:466;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:20:\"hire-us2-1-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:22:\"hire-us2-1-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:22:\"hire-us2-1-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;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:{}}}'),(18494,4449,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:466;s:6:\"height\";i:466;s:4:\"file\";s:14:\"hire-us2-1.png\";}}'),(18511,4450,'_wp_attached_file','2016/09/11236463_645196182285352_1697246698733542430_o-e1476503387647.jpg'),(18512,4450,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:450;s:4:\"file\";s:73:\"2016/09/11236463_645196182285352_1697246698733542430_o-e1476503387647.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"11236463_645196182285352_1697246698733542430_o-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:58:\"11236463_645196182285352_1697246698733542430_o-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:58:\"11236463_645196182285352_1697246698733542430_o-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:59:\"11236463_645196182285352_1697246698733542430_o-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"gg_gallery_thumbnail\";a:4:{s:4:\"file\";s:58:\"11236463_645196182285352_1697246698733542430_o-450x250.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:58:\"11236463_645196182285352_1697246698733542430_o-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:58:\"11236463_645196182285352_1697246698733542430_o-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:58:\"11236463_645196182285352_1697246698733542430_o-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:58:\"11236463_645196182285352_1697246698733542430_o-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:58:\"11236463_645196182285352_1697246698733542430_o-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:58:\"11236463_645196182285352_1697246698733542430_o-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:58:\"11236463_645196182285352_1697246698733542430_o-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:58:\"11236463_645196182285352_1697246698733542430_o-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:56:\"11236463_645196182285352_1697246698733542430_o-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:58:\"11236463_645196182285352_1697246698733542430_o-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:58:\"11236463_645196182285352_1697246698733542430_o-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:58:\"11236463_645196182285352_1697246698733542430_o-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:58:\"11236463_645196182285352_1697246698733542430_o-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:59:\"11236463_645196182285352_1697246698733542430_o-1200x900.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:900;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:{}}}'),(18513,4450,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:50:\"11236463_645196182285352_1697246698733542430_o.jpg\";}}'),(18551,4441,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(18552,4441,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(18553,4441,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(18554,4441,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(18555,4441,'pyre_share_box','default'),(18560,4412,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(18561,4412,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(18562,4412,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(18563,4412,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(18564,4412,'pyre_share_box','default'),(18573,4435,'pyre_share_box','default'),(18578,4428,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(18579,4428,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(18580,4428,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(18581,4428,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(18582,4428,'pyre_share_box','default'),(18587,4435,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(18588,4435,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(18589,4435,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(18590,4435,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(18591,4451,'FB_content',''),(18592,4452,'FB_content',''),(18601,4453,'FB_content',''),(18614,4454,'FB_content',''),(18627,4455,'FB_content',''),(18628,280,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(18629,280,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(18630,280,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(18631,280,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(18640,4456,'FB_content',''),(18653,4457,'FB_content',''),(18666,4458,'FB_content',''),(18679,4459,'FB_content',''),(18692,4461,'FB_content',''),(18698,126,'_edit_lock','1478814896:1'),(18703,4463,'FB_content',''),(18712,4463,'FB_content',''),(18717,16,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(18718,16,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(18719,16,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(18720,16,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(18721,4463,'FB_content',''),(18730,4354,'FB_content',''),(18739,4354,'FB_content',''),(18748,4354,'FB_content',''),(18757,4354,'FB_content',''),(18766,4464,'FB_content',''),(18771,340,'fusion_builder_content_backup','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"100px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_sixth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][/one_sixth][two_third last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CONTACT US NOW</h5>\r\n[/fusion_text][separator style_type=\"single\" top_margin=\"5\" bottom_margin=\"0\" sep_color=\"#999999\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\">For more information on The Coast Big Band, to leave a comment, or to inquire about bookings, please contact us here</h4>\r\n[/fusion_text][/two_third][one_sixth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][/one_sixth][separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"transparent\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\"][content_boxes settings_lvl=\"parent\" layout=\"icon-on-top\" columns=\"3\" icon_align=\"left\" title_size=\"\" title_color=\"\" body_color=\"\" backgroundcolor=\"\" icon_circle=\"\" icon_circle_radius=\"\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" circlebordersize=\"\" outercirclebordercolor=\"\" outercirclebordersize=\"\" icon_size=\"\" icon_hover_type=\"\" hover_accent_color=\"\" link_type=\"\" link_area=\"\" link_target=\"\" animation_delay=\"\" animation_offset=\"top-into-view\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"0.1\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"][content_box title=\"ADDRESS\" icon=\"fa-map-marker\" backgroundcolor=\"\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" circlebordersize=\"\" outercirclebordercolor=\"\" outercirclebordersize=\"\" iconrotate=\"\" iconspin=\"no\" image=\"\" image_width=\"35\" image_height=\"35\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"\" animation_speed=\"\"]\r\n<p style=\"text-align: center;\">PO Box 2278\r\nGulfport, MS 39505</p>\r\n[/content_box][content_box title=\"EMAIL\" icon=\"fa-envelope-o\" backgroundcolor=\"\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" circlebordersize=\"\" outercirclebordercolor=\"\" outercirclebordersize=\"\" iconrotate=\"\" iconspin=\"no\" image=\"\" image_width=\"35\" image_height=\"35\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"\" animation_speed=\"\"]\r\n<p style=\"text-align: center;\">Email Us\r\n<a href=\"mailto:ammgpt@aol.com\" target=\"_blank\">ammgpt@aol.com</a></p>\r\n[/content_box][content_box title=\"PHONE\" icon=\"fa-phone\" backgroundcolor=\"\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" circlebordersize=\"\" outercirclebordercolor=\"\" outercirclebordersize=\"\" iconrotate=\"\" iconspin=\"no\" image=\"\" image_width=\"35\" image_height=\"35\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"\" animation_speed=\"\"]\r\n<p style=\"text-align: center;\">Call Us\r\n<a href=\"tel:2288617741\" target=\"_blank"\">1.228.861.7741</a></p>\r\n[/content_box][/content_boxes][/fullwidth][fullwidth background_color=\"#f7f7f7\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"100px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_sixth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][/one_sixth][two_third last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">QUESTIONS OR COMMENTS?</h5>\r\n[/fusion_text][separator style_type=\"single\" top_margin=\"5\" bottom_margin=\"0\" sep_color=\"#999999\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\">Fill out the form below and we\'ll be in touch!</h4>\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"10\" bottom_margin=\"10\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_text][contact-form-7 id=\"626\" title=\"Contact Page\"][/fusion_text][/two_third][one_sixth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][/one_sixth][/fullwidth]'),(18772,4466,'FB_content',''),(18773,340,'fusion_builder_converted','yes'),(18774,305,'fusion_builder_content_backup','[fullwidth background_color=\"#f7f7f7\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100\" padding_bottom=\"20\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][recent_posts layout=\"default\" hover_type=\"liftup\" columns=\"3\" number_posts=\"3\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" excerpt=\"yes\" excerpt_length=\"20\" strip_html=\"yes\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\"][/recent_posts][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100\" padding_bottom=\"0\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][recent_posts layout=\"default\" hover_type=\"liftup\" columns=\"1\" number_posts=\"1\" offset=\"3\" cat_slug=\"\" exclude_cats=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" excerpt=\"yes\" excerpt_length=\"30\" strip_html=\"yes\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\"][/recent_posts][/one_half][one_half last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][recent_posts layout=\"thumbnails-on-side\" hover_type=\"liftup\" columns=\"1\" number_posts=\"3\" offset=\"4\" cat_slug=\"\" exclude_cats=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" excerpt=\"yes\" excerpt_length=\"17\" strip_html=\"yes\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\"][/recent_posts][/one_half][/fullwidth][fullwidth background_color=\"#f7f7f7\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100\" padding_bottom=\"20\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][recent_posts layout=\"default\" hover_type=\"liftup\" columns=\"3\" number_posts=\"3\" offset=\"7\" cat_slug=\"\" exclude_cats=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" excerpt=\"yes\" excerpt_length=\"20\" strip_html=\"yes\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\"][/recent_posts][/fullwidth][fullwidth background_color=\"\" background_image=\"http://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_full last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][fusion_text]\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\n[/fusion_text][separator style_type=\"none\" top_margin=\"-20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][title size=\"4\" content_align=\"center\" style_type=\"single\" sep_color=\"#ffffff\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/title][separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"][fusion_countdown countdown_end=\"2016-04-19 12:30:00\" timezone=\"\" show_weeks=\"\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" border_radius=\"\" counter_box_color=\"\" counter_text_color=\"\" heading_text=\"\" heading_text_color=\"\" subheading_text=\"\" subheading_text_color=\"\" link_text=\"\" link_text_color=\"\" link_url=\"\" link_target=\"_self\" class=\"\" id=\"\"][/fusion_countdown][/one_full][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_half last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][map address=\"Oxford\" type=\"roadmap\" map_style=\"custom\" overlay_color=\"#232323\" infobox=\"default\" infobox_background_color=\"\" infobox_text_color=\"\" infobox_content=\"\" icon=\"http://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/marker.png\" width=\"100%\" height=\"580px\" zoom=\"14\" scrollwheel=\"no\" scale=\"no\" zoom_pancontrol=\"no\" animation=\"yes\" popup=\"no\" class=\"\" id=\"\"][/map][/one_half][one_half last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#282828\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"70px 100px\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][fusion_text]\n<h5 style=\"text-align: center; color: #78bca1; font-size: 20px; line-height: 30px; letter-spacing: 3px;\">OPENING TIMES</h5>\n[/fusion_text][separator style_type=\"single\" top_margin=\"0\" bottom_margin=\"40\" sep_color=\"#333333\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"50%\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\n<p style=\"text-align: center; margin-bottom: 0px;\"><span style=\"color: #ffffff; letter-spacing: 3px;\">MONDAY - FRIDAY</span></p>\n<p style=\"text-align: center; font-family: \'Playfair Display\', serif !important;\">09:00 ~ 19.00</p>\n<p style=\"text-align: center; margin-bottom: 0px;\"><span style=\"color: #ffffff; letter-spacing: 3px;\">SATURDAY - SUNDAY</span></p>\n<p style=\"text-align: center; font-family: \'Playfair Display\', serif !important;\">09:00 ~ 21.00</p>\n[/fusion_text][separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"transparent\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\"][separator style_type=\"single\" top_margin=\"0\" bottom_margin=\"40\" sep_color=\"#333333\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"50%\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\n<p style=\"text-align: center; letter-spacing: 2px;\"><a style=\"color: #78bca1;\" href=\"http://avada.theme-fusion.com/modern-shop/contact\">CONTACT</a></p>\n[/fusion_text][/one_half][/fullwidth]'),(18775,4467,'FB_content',''),(18776,305,'fusion_builder_converted','yes'),(18777,288,'fusion_builder_content_backup','[fullwidth background_color=\"#f7f7f7\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"75px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_sixth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][/one_sixth][two_third last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][fusion_text]\r\n<p style=\"text-align: center;\">SMILE!</p>\r\n[/fusion_text][separator style_type=\"single\" top_margin=\"5\" bottom_margin=\"20\" sep_color=\"#999999\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\">A few events that we\'re proud of!</h4>\r\n[/fusion_text][/two_third][one_sixth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][/one_sixth][/fullwidth][fullwidth background_color=\"#212121\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"120px\" padding_bottom=\"110px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_sixth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][/one_sixth][two_third last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][fusion_text]\r\n<p style=\"text-align: center;\">[supsystic-gallery id=\'1\']</p>\r\n[/fusion_text][/two_third][one_sixth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][/one_sixth][/fullwidth]'),(18778,4468,'FB_content',''),(18779,288,'fusion_builder_converted','yes'),(18780,280,'fusion_builder_content_backup','[fullwidth background_color=\"#f7f7f7\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"75px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_sixth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][/one_sixth][two_third last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR SCHEDULE</h5>\r\n[/fusion_text][separator style_type=\"single\" top_margin=\"5\" bottom_margin=\"20\" sep_color=\"#999999\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\">Come hear the band!</h4>\r\n[/fusion_text][/two_third][one_sixth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][/one_sixth][/fullwidth]'),(18781,4469,'FB_content',''),(18782,280,'fusion_builder_converted','yes'),(18783,16,'fusion_builder_content_backup','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"125px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_sixth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][/one_sixth][two_third last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][fusion_text]\r\n<p style=\"text-align: center;\">THE COAST BIG BAND</p>\r\n[/fusion_text][separator style_type=\"single\" top_margin=\"5\" bottom_margin=\"0\" sep_color=\"#999999\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\">We love to see people smiling, tapping their toes to the music, or getting up to dance, dance, dance!</h4>\r\n[/fusion_text][/two_third][one_sixth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][/one_sixth][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_half last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"http://daviddelk.net/band/wp-content/uploads/2016/08/IMG_2870-2-e1472094897319.jpeg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://avada.theme-fusion.com/modern-shop/full-shop/\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][/one_half][one_half last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">A LITTLE ABOUT US</h2>\r\n[/fusion_text][separator style_type=\"single\" top_margin=\"5\" bottom_margin=\"30\" sep_color=\"#999999\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]Originally formed in 1982, the Coast Big Band now consists of 20 professional and semi-professional musicians and vocalists. The band performs regularly throughout the Mississippi Gulf Coast area.\r\n\r\nThe Coast Big Band is ready to provide the big band sound to fit any occasion. We play public and private dances, weddings, corporate events, private parties, civic concerts and benefits.[/fusion_text][/one_half][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_half last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">WHAT WE DO</h2>\r\n[/fusion_text][separator style_type=\"single\" top_margin=\"5\" bottom_margin=\"30\" sep_color=\"#999999\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<p style=\"text-align: left;\">The Coast Big Band strives to maintain the big band sound by playing the music of famous big bands from the 1940\'s to the present day, the early traditional swing sounds of Count Basie, Glenn Miller and Benny Goodman to the sounds of the Frank Sinatra, Diana Krall, and Micheal Buble.</p>\r\n<p style=\"text-align: center;\">We\'ve recently added an extensive collection of music from the 60\'s, 70\', and 80\'s and if you want a particular song for your event, we can find it.</p>\r\n[/fusion_text][/one_half][one_half last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"http://daviddelk.net/band/wp-content/uploads/2016/08/COAST-BIG-BAND-1-2-1.jpeg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://avada.theme-fusion.com/modern-shop/full-shop/\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][/one_half][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][button link=\"http://www.coastbigband.com\" color=\"default\" size=\"xlarge\" stretch=\"yes\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"0px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"bottom-in-view\" alignment=\"\" class=\"customButton\" id=\"\"]www.CoastBigBand.com[/button][/fullwidth]'),(18784,4470,'FB_content',''),(18785,16,'fusion_builder_converted','yes'),(18786,14,'fusion_builder_content_backup','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"10px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_fourth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_fourth][one_half last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][fusion_text]\r\n<p style=\"text-align: center;\">A FEW OF OUR SONGS</p>\r\n[/fusion_text][/one_half][one_fourth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\"][/one_fourth][/fullwidth][fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_fifth last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][/one_fifth][one_fifth last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][separator style_type=\"single\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" border_size=\"\" icon=\"fa-music\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<p style=\"text-align: center;\">Leap Frog\r\nIn the Mood\r\nA Salute to Glen Miller\r\nI\'m Getting Sentimental Over You\r\nTuxedo Junction\r\nPolka Dots and Moonbeams\r\nShiny Stockings\r\nI\'ve Got The World On A String\r\nNice and Easy\r\nWoodchopper\'s Ball\r\nEmily\r\nFeels So Good\r\nIt\'s Been A Long, Long Time\r\nAll of Me\r\nSong for My Father\r\nCome Rain or Come Shine\r\nTake The A Train\r\nNew York, New York\r\nKiller Joe\r\nMoon River\r\nHey There\r\nHey There\r\nWitchcraft\r\nLil\' Darling\r\nWhere or When\r\nI\'ve Got You Under My Skin\r\nFever\r\nDreamsville\r\nSave the Last Dance For Me\r\nCan\'t Help Falling in Love\r\nTraces\r\nWhat\'s New</p>\r\n[/fusion_text][/one_fifth][one_fifth last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][separator style_type=\"single\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" border_size=\"\" icon=\"fa-music\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<p style=\"text-align: center;\">Cherry Point\r\nMy Kind of Town\r\nUnforgettable\r\nMoondance\r\nMoten Swing\r\nSatin Doll\r\nNow is the Time\r\nThe Best is Yet to Come\r\nSummer Wind\r\nMack the Knife\r\nI Lost My Heart in San Francisco\r\nKansas City\r\nI Got You\r\nNight Train\r\nRound Midnight\r\nBlue Moon\r\nMisty Josie\r\nSay You, Say Me\r\nPapa\'s Got A Brand New Bag\r\nYMCA\r\nKnock On Wood\r\nBlues Brothers Medley\r\nBrick House\r\nSmooth\r\nSoul Man\r\nNever My Love\r\nMidnight Hour\r\nWhen a Man Loves a Woman\r\nWhat a Wonderful World\r\nIt Had to be You\r\nThat\'s Amore Always and Forever Celebration\r\n25 or 6 to 4</p>\r\n[/fusion_text][/one_fifth][one_fifth last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][separator style_type=\"single\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" border_size=\"\" icon=\"fa-music\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<p style=\"text-align: center;\">Stuck On You\r\nProud Mary\r\nMy Funny valentine\r\nSitting on the Dock of the Bay\r\nUnder the Boardwalk\r\nSummertime\r\nWonderland by Night\r\nGirl From Ipanema\r\nThe Look of Love\r\nTeach Me Tonight\r\nAlmost Like Being in Love\r\nI\'m In the Mood For Love\r\nAll the Way\r\nMemory\r\nSomewhere\r\nRespect\r\nNight Shift\r\nThe Lady is a Tramp\r\nMy Way\r\nAmerican Patrol\r\nBig Spender\r\nLaura\r\nI\'ve Never Been in Love Before\r\nSeptember Song\r\nAll the Things You Are\r\nThis Masquerade\r\nSo Rare\r\nCherry Pink and Apple Blossom\r\nWhite Saints\r\nTaste of Honey\r\nEvergreen\r\nArmed Forces Salute\r\nPeople</p>\r\n[/fusion_text][/one_fifth][one_fifth last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][/one_fifth][/fullwidth][separator style_type=\"none\" top_margin=\"\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"\" class=\"\" id=\"\"]'),(18787,4471,'FB_content',''),(18788,14,'fusion_builder_converted','yes'),(18789,7,'fusion_builder_content_backup','[fullwidth background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"125px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][one_sixth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][/one_sixth][two_third last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][fusion_text]\r\n<p style=\"text-align: center;\">WELCOME TO THE COAST BIG BAND WEBSITE</p>\r\n[/fusion_text][separator style_type=\"single\" top_margin=\"5\" bottom_margin=\"0\" sep_color=\"#999999\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" class=\"\" id=\"\"][fusion_text]\r\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\">The music spans big band classics from Basie and The Duke all the way to contemporary charts.</h4>\r\n[ai1ec]\r\n\r\n[/fusion_text][separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"transparent\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\"][/two_third][one_sixth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][/one_sixth][images picture_size=\"auto\" hover_type=\"liftup\" autoplay=\"yes\" columns=\"3\" column_spacing=\"0\" scroll_items=\"1\" show_nav=\"yes\" mouse_scroll=\"no\" border=\"yes\" lightbox=\"yes\" class=\"\" id=\"\"][image link=\"\" linktarget=\"_self\" image=\"http://daviddelk.net/band/wp-content/uploads/2016/08/IMG_4523-2-200x300.jpeg\" alt=\"\"][image link=\"\" linktarget=\"_self\" image=\"http://daviddelk.net/band/wp-content/uploads/2016/08/10247432_10202483506901930_3030525015634078960_n-1-200x300.jpeg\" alt=\"\"][image link=\"\" linktarget=\"_self\" image=\"http://daviddelk.net/band/wp-content/uploads/2016/08/IMG_6224-3-2-200x300.jpeg\" alt=\"\"][image link=\"\" linktarget=\"_self\" image=\"http://daviddelk.net/band/wp-content/uploads/2016/08/IMG_6248-2-200x300.jpeg\" alt=\"\"][/images][separator style_type=\"none\" top_margin=\"20\" bottom_margin=\"\" sep_color=\"transparent\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\"][one_sixth last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][/one_sixth][two_third last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][fusion_text][/fusion_text][/two_third][one_sixth last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][/one_sixth][/fullwidth]'),(18790,4472,'FB_content',''),(18791,7,'fusion_builder_converted','yes'),(18792,582,'fusion_builder_content_backup','[dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]L[/dropcap]orem 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<blockquote>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. Contrary to popular belief, Lorem Ipsum is not simply random text.</blockquote>\nIt has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.\n\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, or non-characteristic words.'),(18795,4473,'FB_content',''),(18796,582,'fusion_builder_converted','yes'),(18797,558,'fusion_builder_content_backup','[dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]L[/dropcap]orem 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<blockquote>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. Contrary to popular belief, Lorem Ipsum is not simply random text.</blockquote>\nIt has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.\n\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, or non-characteristic words.'),(18800,4474,'FB_content',''),(18801,558,'fusion_builder_converted','yes'),(18802,557,'fusion_builder_content_backup','[dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]L[/dropcap]orem 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<blockquote>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. Contrary to popular belief, Lorem Ipsum is not simply random text.</blockquote>\nIt has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.\n\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, or non-characteristic words.'),(18805,4475,'FB_content',''),(18806,557,'fusion_builder_converted','yes'),(18807,556,'fusion_builder_content_backup','[dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]L[/dropcap]orem 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<blockquote>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. Contrary to popular belief, Lorem Ipsum is not simply random text.</blockquote>\nIt has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.\n\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, or non-characteristic words.'),(18810,4476,'FB_content',''),(18811,556,'fusion_builder_converted','yes'),(18812,555,'fusion_builder_content_backup','[dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]L[/dropcap]orem 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<blockquote>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. Contrary to popular belief, Lorem Ipsum is not simply random text.</blockquote>\nIt has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.\n\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, or non-characteristic words.'),(18815,4477,'FB_content',''),(18816,555,'fusion_builder_converted','yes'),(18817,554,'fusion_builder_content_backup','[dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]L[/dropcap]orem 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<blockquote>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. Contrary to popular belief, Lorem Ipsum is not simply random text.</blockquote>\nIt has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.\n\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, or non-characteristic words.'),(18820,4478,'FB_content',''),(18821,554,'fusion_builder_converted','yes'),(18822,553,'fusion_builder_content_backup','[dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]L[/dropcap]orem 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<blockquote>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. Contrary to popular belief, Lorem Ipsum is not simply random text.</blockquote>\nIt has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.\n\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, or non-characteristic words.'),(18825,4479,'FB_content',''),(18826,553,'fusion_builder_converted','yes'),(18827,551,'fusion_builder_content_backup','[dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]L[/dropcap]orem 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<blockquote>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. Contrary to popular belief, Lorem Ipsum is not simply random text.</blockquote>\nIt has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.\n\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, or non-characteristic words.'),(18830,4480,'FB_content',''),(18831,551,'fusion_builder_converted','yes'),(18832,549,'fusion_builder_content_backup','[dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]L[/dropcap]orem 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<blockquote>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. Contrary to popular belief, Lorem Ipsum is not simply random text.</blockquote>\nIt has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.\n\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, or non-characteristic words.'),(18835,4481,'FB_content',''),(18836,549,'fusion_builder_converted','yes'),(18837,528,'fusion_builder_content_backup','[dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]L[/dropcap]orem 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<blockquote>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. Contrary to popular belief, Lorem Ipsum is not simply random text.</blockquote>\nIt has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.\n\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, or non-characteristic words.'),(18840,4482,'FB_content',''),(18841,528,'fusion_builder_converted','yes'),(18842,609,'fusion_builder_content_backup','This is an example of the Image Post Format:\n<img src=\"http://www.spartacusinstall.dynamicpress.eu/wp-content/uploads/2013/02/pic7.jpg\" alt=\"pic7\" width=\"770\" height=\"308\" class=\"alignnone size-full wp-image-3537\" />\n'),(18845,4483,'FB_content',''),(18846,609,'fusion_builder_converted','yes'),(18847,2496,'fusion_builder_content_backup','Sample single SoundCloud track.\nhttp://soundcloud.com/coolmo/railroad-worksong-theme'),(18850,4484,'FB_content',''),(18851,2496,'fusion_builder_converted','yes'),(18852,2461,'fusion_builder_content_backup','Example of SoundCloud playlist implementation\nhttp://soundcloud.com/smoothjazz1987/sets/smooth-jazz-compilation'),(18855,4485,'FB_content',''),(18856,2461,'fusion_builder_converted','yes'),(18857,595,'fusion_builder_content_backup','This is an example of the Video Post Format:\n\nhttp://vimeo.com/33670490\n\n[box class=\"note\"]Tip: for Vimeo videos please remember about using the HTTP (not HTTPS) protocol and the “www.” prefix.[/box]'),(18860,4486,'FB_content',''),(18861,595,'fusion_builder_converted','yes'),(18862,4450,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.9016415699382323;s:5:\"bytes\";i:40797;s:11:\"size_before\";i:832313;s:10:\"size_after\";i:791516;s:4:\"time\";d:0.63000000000000012;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.46;s:5:\"bytes\";i:416;s:11:\"size_before\";i:6439;s:10:\"size_after\";i:6023;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8600000000000003;s:5:\"bytes\";i:917;s:11:\"size_before\";i:15640;s:10:\"size_after\";i:14723;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0499999999999998;s:5:\"bytes\";i:3831;s:11:\"size_before\";i:75891;s:10:\"size_after\";i:72060;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4299999999999997;s:5:\"bytes\";i:5508;s:11:\"size_before\";i:124215;s:10:\"size_after\";i:118707;s:4:\"time\";d:0.059999999999999998;}s:20:\"gg_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6100000000000003;s:5:\"bytes\";i:1446;s:11:\"size_before\";i:25792;s:10:\"size_after\";i:24346;s:4:\"time\";d:0.040000000000000001;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2000000000000002;s:5:\"bytes\";i:1955;s:11:\"size_before\";i:37626;s:10:\"size_after\";i:35671;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9100000000000001;s:5:\"bytes\";i:947;s:11:\"size_before\";i:16033;s:10:\"size_after\";i:15086;s:4:\"time\";d:0.02;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6699999999999999;s:5:\"bytes\";i:3145;s:11:\"size_before\";i:67399;s:10:\"size_after\";i:64254;s:4:\"time\";d:0.050000000000000003;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4299999999999997;s:5:\"bytes\";i:1720;s:11:\"size_before\";i:31700;s:10:\"size_after\";i:29980;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6200000000000001;s:5:\"bytes\";i:1648;s:11:\"size_before\";i:29334;s:10:\"size_after\";i:27686;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7800000000000002;s:5:\"bytes\";i:884;s:11:\"size_before\";i:15294;s:10:\"size_after\";i:14410;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2199999999999998;s:5:\"bytes\";i:449;s:11:\"size_before\";i:7220;s:10:\"size_after\";i:6771;s:4:\"time\";d:0.02;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2300000000000004;s:5:\"bytes\";i:3053;s:11:\"size_before\";i:58329;s:10:\"size_after\";i:55276;s:4:\"time\";d:0.029999999999999999;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4500000000000002;s:5:\"bytes\";i:140;s:11:\"size_before\";i:2171;s:10:\"size_after\";i:2031;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6900000000000004;s:5:\"bytes\";i:465;s:11:\"size_before\";i:8170;s:10:\"size_after\";i:7705;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8700000000000001;s:5:\"bytes\";i:1491;s:11:\"size_before\";i:25389;s:10:\"size_after\";i:23898;s:4:\"time\";d:0.02;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.29;s:5:\"bytes\";i:2649;s:11:\"size_before\";i:50086;s:10:\"size_after\";i:47437;s:4:\"time\";d:0.029999999999999999;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8700000000000001;s:5:\"bytes\";i:3924;s:11:\"size_before\";i:80581;s:10:\"size_after\";i:76657;s:4:\"time\";d:0.11;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0099999999999998;s:5:\"bytes\";i:6209;s:11:\"size_before\";i:155004;s:10:\"size_after\";i:148795;s:4:\"time\";d:0.10000000000000001;}}}'),(18863,4449,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.894933887596471;s:5:\"bytes\";i:109448;s:11:\"size_before\";i:1004577;s:10:\"size_after\";i:895129;s:4:\"time\";d:2.0800000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.460000000000001;s:5:\"bytes\";i:5987;s:11:\"size_before\";i:25521;s:10:\"size_after\";i:19534;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.760000000000002;s:5:\"bytes\";i:13797;s:11:\"size_before\";i:77698;s:10:\"size_after\";i:63901;s:4:\"time\";d:0.14999999999999999;}s:20:\"gg_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.9;s:5:\"bytes\";i:9274;s:11:\"size_before\";i:85058;s:10:\"size_after\";i:75784;s:4:\"time\";d:0.17999999999999999;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.23;s:5:\"bytes\";i:803;s:11:\"size_before\";i:65140;s:10:\"size_after\";i:64337;s:4:\"time\";d:0.16;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.940000000000001;s:5:\"bytes\";i:10617;s:11:\"size_before\";i:56059;s:10:\"size_after\";i:45442;s:4:\"time\";d:0.13;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:94010;s:10:\"size_after\";i:94010;s:4:\"time\";d:0.14999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:64337;s:10:\"size_after\";i:64337;s:4:\"time\";d:0.11;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.289999999999999;s:5:\"bytes\";i:9987;s:11:\"size_before\";i:97048;s:10:\"size_after\";i:87061;s:4:\"time\";d:0.19;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.77;s:5:\"bytes\";i:10793;s:11:\"size_before\";i:57513;s:10:\"size_after\";i:46720;s:4:\"time\";d:0.20000000000000001;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.129999999999999;s:5:\"bytes\";i:6385;s:11:\"size_before\";i:27601;s:10:\"size_after\";i:21216;s:4:\"time\";d:0.050000000000000003;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:102410;s:10:\"size_after\";i:102410;s:4:\"time\";d:0.17000000000000001;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.829999999999998;s:5:\"bytes\";i:1450;s:11:\"size_before\";i:6960;s:10:\"size_after\";i:5510;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:23.25;s:5:\"bytes\";i:9492;s:11:\"size_before\";i:40825;s:10:\"size_after\";i:31333;s:4:\"time\";d:0.11;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:13.470000000000001;s:5:\"bytes\";i:17066;s:11:\"size_before\";i:126699;s:10:\"size_after\";i:109633;s:4:\"time\";d:0.27000000000000002;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.760000000000002;s:5:\"bytes\";i:13797;s:11:\"size_before\";i:77698;s:10:\"size_after\";i:63901;s:4:\"time\";d:0.17000000000000001;}}}'),(18864,4445,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.055160443342869965;s:5:\"bytes\";i:2100;s:11:\"size_before\";i:3807076;s:10:\"size_after\";i:3804976;s:4:\"time\";d:6.4600000000000009;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3900000000000001;s:5:\"bytes\";i:774;s:11:\"size_before\";i:22837;s:10:\"size_after\";i:22063;s:4:\"time\";d:0.040000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:72150;s:10:\"size_after\";i:72150;s:4:\"time\";d:0.11;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:322286;s:10:\"size_after\";i:322286;s:4:\"time\";d:0.68999999999999995;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:513894;s:10:\"size_after\";i:513894;s:4:\"time\";d:0.71999999999999997;}s:20:\"gg_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:112541;s:10:\"size_after\";i:112541;s:4:\"time\";d:0.13;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:180940;s:10:\"size_after\";i:180940;s:4:\"time\";d:0.32000000000000001;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:64124;s:10:\"size_after\";i:64124;s:4:\"time\";d:0.16;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:307076;s:10:\"size_after\";i:307076;s:4:\"time\";d:0.57999999999999996;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:137411;s:10:\"size_after\";i:137411;s:4:\"time\";d:0.44;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:138336;s:10:\"size_after\";i:138336;s:4:\"time\";d:0.20000000000000001;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:69638;s:10:\"size_after\";i:69638;s:4:\"time\";d:0.070000000000000007;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8900000000000001;s:5:\"bytes\";i:877;s:11:\"size_before\";i:30314;s:10:\"size_after\";i:29437;s:4:\"time\";d:0.11;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:282958;s:10:\"size_after\";i:282958;s:4:\"time\";d:0.46999999999999997;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4299999999999997;s:5:\"bytes\";i:449;s:11:\"size_before\";i:6044;s:10:\"size_after\";i:5595;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:36188;s:10:\"size_after\";i:36188;s:4:\"time\";d:0.040000000000000001;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:118928;s:10:\"size_after\";i:118928;s:4:\"time\";d:0.19;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:239065;s:10:\"size_after\";i:239065;s:4:\"time\";d:0.28000000000000003;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:387567;s:10:\"size_after\";i:387567;s:4:\"time\";d:0.58999999999999997;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:764779;s:10:\"size_after\";i:764779;s:4:\"time\";d:1.3100000000000001;}}}'),(18865,4430,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.6805847324680681;s:5:\"bytes\";i:56597;s:11:\"size_before\";i:736884;s:10:\"size_after\";i:680287;s:4:\"time\";d:0.38000000000000012;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1199999999999992;s:5:\"bytes\";i:997;s:11:\"size_before\";i:12272;s:10:\"size_after\";i:11275;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5499999999999998;s:5:\"bytes\";i:2244;s:11:\"size_before\";i:29710;s:10:\"size_after\";i:27466;s:4:\"time\";d:0.02;}s:20:\"gg_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8099999999999996;s:5:\"bytes\";i:3474;s:11:\"size_before\";i:44481;s:10:\"size_after\";i:41007;s:4:\"time\";d:0.040000000000000001;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7000000000000002;s:5:\"bytes\";i:4799;s:11:\"size_before\";i:62297;s:10:\"size_after\";i:57498;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.71;s:5:\"bytes\";i:2303;s:11:\"size_before\";i:29869;s:10:\"size_after\";i:27566;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8200000000000003;s:5:\"bytes\";i:7035;s:11:\"size_before\";i:90001;s:10:\"size_after\";i:82966;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6600000000000001;s:5:\"bytes\";i:3955;s:11:\"size_before\";i:51659;s:10:\"size_after\";i:47704;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.79;s:5:\"bytes\";i:3940;s:11:\"size_before\";i:50594;s:10:\"size_after\";i:46654;s:4:\"time\";d:0.040000000000000001;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6600000000000001;s:5:\"bytes\";i:2216;s:11:\"size_before\";i:28940;s:10:\"size_after\";i:26724;s:4:\"time\";d:0.02;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0500000000000007;s:5:\"bytes\";i:1080;s:11:\"size_before\";i:13415;s:10:\"size_after\";i:12335;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8799999999999999;s:5:\"bytes\";i:7790;s:11:\"size_before\";i:98877;s:10:\"size_after\";i:91087;s:4:\"time\";d:0.040000000000000001;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9900000000000002;s:5:\"bytes\";i:273;s:11:\"size_before\";i:3417;s:10:\"size_after\";i:3144;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9299999999999997;s:5:\"bytes\";i:1205;s:11:\"size_before\";i:15202;s:10:\"size_after\";i:13997;s:4:\"time\";d:0.029999999999999999;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6299999999999999;s:5:\"bytes\";i:3524;s:11:\"size_before\";i:46189;s:10:\"size_after\";i:42665;s:4:\"time\";d:0.02;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3799999999999999;s:5:\"bytes\";i:6260;s:11:\"size_before\";i:84841;s:10:\"size_after\";i:78581;s:4:\"time\";d:0.029999999999999999;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3200000000000003;s:5:\"bytes\";i:5502;s:11:\"size_before\";i:75120;s:10:\"size_after\";i:69618;s:4:\"time\";d:0.029999999999999999;}}}'),(18866,4409,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.0765769695188858;s:5:\"bytes\";i:6701;s:11:\"size_before\";i:217807;s:10:\"size_after\";i:211106;s:4:\"time\";d:0.20999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3899999999999997;s:5:\"bytes\";i:277;s:11:\"size_before\";i:5137;s:10:\"size_after\";i:4860;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3899999999999997;s:5:\"bytes\";i:536;s:11:\"size_before\";i:12207;s:10:\"size_after\";i:11671;s:4:\"time\";d:0.01;}s:20:\"gg_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3700000000000001;s:5:\"bytes\";i:548;s:11:\"size_before\";i:16243;s:10:\"size_after\";i:15695;s:4:\"time\";d:0.01;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.73;s:5:\"bytes\";i:673;s:11:\"size_before\";i:18058;s:10:\"size_after\";i:17385;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3500000000000001;s:5:\"bytes\";i:350;s:11:\"size_before\";i:10439;s:10:\"size_after\";i:10089;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6200000000000001;s:5:\"bytes\";i:991;s:11:\"size_before\";i:27358;s:10:\"size_after\";i:26367;s:4:\"time\";d:0.02;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17385;s:10:\"size_after\";i:17385;s:4:\"time\";d:0.01;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:4;s:5:\"bytes\";i:815;s:11:\"size_before\";i:20384;s:10:\"size_after\";i:19569;s:4:\"time\";d:0.040000000000000001;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.73;s:5:\"bytes\";i:415;s:11:\"size_before\";i:11132;s:10:\"size_after\";i:10717;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3600000000000003;s:5:\"bytes\";i:297;s:11:\"size_before\";i:5537;s:10:\"size_after\";i:5240;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.77;s:5:\"bytes\";i:1151;s:11:\"size_before\";i:30551;s:10:\"size_after\";i:29400;s:4:\"time\";d:0.02;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9500000000000002;s:5:\"bytes\";i:145;s:11:\"size_before\";i:1825;s:10:\"size_after\";i:1680;s:4:\"time\";i:0;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5999999999999996;s:5:\"bytes\";i:503;s:11:\"size_before\";i:10941;s:10:\"size_after\";i:10438;s:4:\"time\";d:0.02;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30610;s:10:\"size_after\";i:30610;s:4:\"time\";d:0.02;}}}'),(18867,4388,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:28.312498380143587;s:5:\"bytes\";i:131088;s:11:\"size_before\";i:463004;s:10:\"size_after\";i:331916;s:4:\"time\";d:2.6399999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.699999999999999;s:5:\"bytes\";i:4843;s:11:\"size_before\";i:15279;s:10:\"size_after\";i:10436;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.52;s:5:\"bytes\";i:10285;s:11:\"size_before\";i:34843;s:10:\"size_after\";i:24558;s:4:\"time\";d:0.17999999999999999;}s:20:\"gg_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.530000000000001;s:5:\"bytes\";i:16642;s:11:\"size_before\";i:62734;s:10:\"size_after\";i:46092;s:4:\"time\";d:0.31;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.829999999999998;s:5:\"bytes\";i:6322;s:11:\"size_before\";i:19861;s:10:\"size_after\";i:13539;s:4:\"time\";d:0.11;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.629999999999999;s:5:\"bytes\";i:11544;s:11:\"size_before\";i:38965;s:10:\"size_after\";i:27421;s:4:\"time\";d:0.17999999999999999;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.359999999999999;s:5:\"bytes\";i:7693;s:11:\"size_before\";i:23064;s:10:\"size_after\";i:15371;s:4:\"time\";d:0.14000000000000001;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13539;s:10:\"size_after\";i:13539;s:4:\"time\";d:0.40999999999999998;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.539999999999999;s:5:\"bytes\";i:23339;s:11:\"size_before\";i:81774;s:10:\"size_after\";i:58435;s:4:\"time\";d:0.42999999999999999;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.09;s:5:\"bytes\";i:10385;s:11:\"size_before\";i:35700;s:10:\"size_after\";i:25315;s:4:\"time\";d:0.070000000000000007;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.649999999999999;s:5:\"bytes\";i:8393;s:11:\"size_before\";i:24945;s:10:\"size_after\";i:16552;s:4:\"time\";d:0.12;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.560000000000002;s:5:\"bytes\";i:8022;s:11:\"size_before\";i:23902;s:10:\"size_after\";i:15880;s:4:\"time\";d:0.14000000000000001;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.870000000000001;s:5:\"bytes\";i:1569;s:11:\"size_before\";i:5839;s:10:\"size_after\";i:4270;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:32.68;s:5:\"bytes\";i:5606;s:11:\"size_before\";i:17154;s:10:\"size_after\";i:11548;s:4:\"time\";d:0.080000000000000002;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:24.219999999999999;s:5:\"bytes\";i:10246;s:11:\"size_before\";i:42312;s:10:\"size_after\";i:32066;s:4:\"time\";d:0.13;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.84;s:5:\"bytes\";i:6199;s:11:\"size_before\";i:23093;s:10:\"size_after\";i:16894;s:4:\"time\";d:0.29999999999999999;}}}'),(18868,4382,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.4820321649079995;s:5:\"bytes\";i:10572;s:11:\"size_before\";i:163097;s:10:\"size_after\";i:152525;s:4:\"time\";d:0.22;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8899999999999997;s:5:\"bytes\";i:265;s:11:\"size_before\";i:4498;s:10:\"size_after\";i:4233;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2699999999999996;s:5:\"bytes\";i:445;s:11:\"size_before\";i:8448;s:10:\"size_after\";i:8003;s:4:\"time\";d:0.01;}s:20:\"gg_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7800000000000002;s:5:\"bytes\";i:640;s:11:\"size_before\";i:13386;s:10:\"size_after\";i:12746;s:4:\"time\";d:0.01;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8799999999999999;s:5:\"bytes\";i:812;s:11:\"size_before\";i:16625;s:10:\"size_after\";i:15813;s:4:\"time\";d:0.01;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3600000000000003;s:5:\"bytes\";i:463;s:11:\"size_before\";i:8641;s:10:\"size_after\";i:8178;s:4:\"time\";d:0.01;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15813;s:10:\"size_after\";i:15813;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7300000000000004;s:5:\"bytes\";i:693;s:11:\"size_before\";i:14641;s:10:\"size_after\";i:13948;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1900000000000004;s:5:\"bytes\";i:430;s:11:\"size_before\";i:8290;s:10:\"size_after\";i:7860;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5;s:5:\"bytes\";i:291;s:11:\"size_before\";i:4474;s:10:\"size_after\";i:4183;s:4:\"time\";d:0.01;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.43;s:5:\"bytes\";i:188;s:11:\"size_before\";i:1803;s:10:\"size_after\";i:1615;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8099999999999996;s:5:\"bytes\";i:277;s:11:\"size_before\";i:4768;s:10:\"size_after\";i:4491;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1600000000000001;s:5:\"bytes\";i:659;s:11:\"size_before\";i:12776;s:10:\"size_after\";i:12117;s:4:\"time\";d:0.02;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.050000000000001;s:5:\"bytes\";i:5409;s:11:\"size_before\";i:48934;s:10:\"size_after\";i:43525;s:4:\"time\";d:0.059999999999999998;}}}'),(18869,4381,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.4314646738229211;s:5:\"bytes\";i:6208;s:11:\"size_before\";i:180914;s:10:\"size_after\";i:174706;s:4:\"time\";d:0.28000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6200000000000001;s:5:\"bytes\";i:255;s:11:\"size_before\";i:4540;s:10:\"size_after\";i:4285;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9500000000000002;s:5:\"bytes\";i:322;s:11:\"size_before\";i:6504;s:10:\"size_after\";i:6182;s:4:\"time\";d:0.02;}s:20:\"gg_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6299999999999999;s:5:\"bytes\";i:509;s:11:\"size_before\";i:14026;s:10:\"size_after\";i:13517;s:4:\"time\";d:0.02;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9700000000000002;s:5:\"bytes\";i:575;s:11:\"size_before\";i:19376;s:10:\"size_after\";i:18801;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2199999999999998;s:5:\"bytes\";i:394;s:11:\"size_before\";i:9343;s:10:\"size_after\";i:8949;s:4:\"time\";d:0.01;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1800000000000002;s:5:\"bytes\";i:529;s:11:\"size_before\";i:16621;s:10:\"size_after\";i:16092;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0699999999999998;s:5:\"bytes\";i:477;s:11:\"size_before\";i:15560;s:10:\"size_after\";i:15083;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0700000000000003;s:5:\"bytes\";i:376;s:11:\"size_before\";i:9229;s:10:\"size_after\";i:8853;s:4:\"time\";d:0.02;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1399999999999997;s:5:\"bytes\";i:252;s:11:\"size_before\";i:4900;s:10:\"size_after\";i:4648;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1000000000000001;s:5:\"bytes\";i:693;s:11:\"size_before\";i:22369;s:10:\"size_after\";i:21676;s:4:\"time\";d:0.040000000000000001;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.7699999999999996;s:5:\"bytes\";i:160;s:11:\"size_before\";i:1824;s:10:\"size_after\";i:1664;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2699999999999996;s:5:\"bytes\";i:245;s:11:\"size_before\";i:3906;s:10:\"size_after\";i:3661;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9199999999999999;s:5:\"bytes\";i:380;s:11:\"size_before\";i:9689;s:10:\"size_after\";i:9309;s:4:\"time\";d:0.02;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.25;s:5:\"bytes\";i:555;s:11:\"size_before\";i:17078;s:10:\"size_after\";i:16523;s:4:\"time\";d:0.01;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.8700000000000001;s:5:\"bytes\";i:486;s:11:\"size_before\";i:25949;s:10:\"size_after\";i:25463;s:4:\"time\";d:0.040000000000000001;}}}'),(18870,4378,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.064603758398265;s:5:\"bytes\";i:12639;s:11:\"size_before\";i:178906;s:10:\"size_after\";i:166267;s:4:\"time\";d:0.22000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6399999999999997;s:5:\"bytes\";i:335;s:11:\"size_before\";i:5046;s:10:\"size_after\";i:4711;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6200000000000001;s:5:\"bytes\";i:500;s:11:\"size_before\";i:8900;s:10:\"size_after\";i:8400;s:4:\"time\";d:0.02;}s:20:\"gg_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8600000000000003;s:5:\"bytes\";i:894;s:11:\"size_before\";i:15258;s:10:\"size_after\";i:14364;s:4:\"time\";d:0.01;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2000000000000002;s:5:\"bytes\";i:1344;s:11:\"size_before\";i:21669;s:10:\"size_after\";i:20325;s:4:\"time\";d:0.01;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9299999999999997;s:5:\"bytes\";i:629;s:11:\"size_before\";i:10599;s:10:\"size_after\";i:9970;s:4:\"time\";d:0.02;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04;s:5:\"bytes\";i:1098;s:11:\"size_before\";i:18185;s:10:\"size_after\";i:17087;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7599999999999998;s:5:\"bytes\";i:950;s:11:\"size_before\";i:16501;s:10:\"size_after\";i:15551;s:4:\"time\";d:0.01;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6500000000000004;s:5:\"bytes\";i:586;s:11:\"size_before\";i:10364;s:10:\"size_after\";i:9778;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7800000000000002;s:5:\"bytes\";i:394;s:11:\"size_before\";i:5811;s:10:\"size_after\";i:5417;s:4:\"time\";d:0.029999999999999999;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4499999999999993;s:5:\"bytes\";i:200;s:11:\"size_before\";i:2117;s:10:\"size_after\";i:1917;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3399999999999999;s:5:\"bytes\";i:338;s:11:\"size_before\";i:5333;s:10:\"size_after\";i:4995;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6299999999999999;s:5:\"bytes\";i:700;s:11:\"size_before\";i:12425;s:10:\"size_after\";i:11725;s:4:\"time\";d:0.01;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1399999999999997;s:5:\"bytes\";i:1291;s:11:\"size_before\";i:21017;s:10:\"size_after\";i:19726;s:4:\"time\";d:0.02;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.16;s:5:\"bytes\";i:3380;s:11:\"size_before\";i:25681;s:10:\"size_after\";i:22301;s:4:\"time\";d:0.029999999999999999;}}}'),(18871,4368,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3359927;s:10:\"size_after\";i:3359927;s:4:\"time\";d:2.8000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:46312;s:10:\"size_after\";i:46312;s:4:\"time\";d:0.040000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:53833;s:10:\"size_after\";i:53833;s:4:\"time\";d:0.059999999999999998;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:287167;s:10:\"size_after\";i:287167;s:4:\"time\";d:0.25;}s:20:\"gg_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:193560;s:10:\"size_after\";i:193560;s:4:\"time\";d:0.16;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:278149;s:10:\"size_after\";i:278149;s:4:\"time\";d:0.19;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:121129;s:10:\"size_after\";i:121129;s:4:\"time\";d:0.059999999999999998;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:401144;s:10:\"size_after\";i:401144;s:4:\"time\";d:0.26000000000000001;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:240286;s:10:\"size_after\";i:240286;s:4:\"time\";d:0.20999999999999999;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:229302;s:10:\"size_after\";i:229302;s:4:\"time\";d:0.14000000000000001;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:119926;s:10:\"size_after\";i:119926;s:4:\"time\";d:0.070000000000000007;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:52336;s:10:\"size_after\";i:52336;s:4:\"time\";d:0.059999999999999998;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:347160;s:10:\"size_after\";i:347160;s:4:\"time\";d:0.45000000000000001;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10501;s:10:\"size_after\";i:10501;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25198;s:10:\"size_after\";i:25198;s:4:\"time\";d:0.02;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:85457;s:10:\"size_after\";i:85457;s:4:\"time\";d:0.11;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:181392;s:10:\"size_after\";i:181392;s:4:\"time\";d:0.14000000000000001;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:276415;s:10:\"size_after\";i:276415;s:4:\"time\";d:0.26000000000000001;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:410660;s:10:\"size_after\";i:410660;s:4:\"time\";d:0.31;}}}'),(18872,4362,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.5401745713739192;s:5:\"bytes\";i:27515;s:11:\"size_before\";i:496645;s:10:\"size_after\";i:469130;s:4:\"time\";d:0.58000000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5599999999999996;s:5:\"bytes\";i:329;s:11:\"size_before\";i:5921;s:10:\"size_after\";i:5592;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3200000000000003;s:5:\"bytes\";i:515;s:11:\"size_before\";i:11929;s:10:\"size_after\";i:11414;s:4:\"time\";d:0.070000000000000007;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:4;s:5:\"bytes\";i:1955;s:11:\"size_before\";i:48844;s:10:\"size_after\";i:46889;s:4:\"time\";d:0.089999999999999997;}s:20:\"gg_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5300000000000002;s:5:\"bytes\";i:887;s:11:\"size_before\";i:19572;s:10:\"size_after\";i:18685;s:4:\"time\";d:0.02;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4500000000000002;s:5:\"bytes\";i:1190;s:11:\"size_before\";i:26725;s:10:\"size_after\";i:25535;s:4:\"time\";d:0.029999999999999999;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5899999999999999;s:5:\"bytes\";i:611;s:11:\"size_before\";i:13323;s:10:\"size_after\";i:12712;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9699999999999998;s:5:\"bytes\";i:2369;s:11:\"size_before\";i:47687;s:10:\"size_after\";i:45318;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6399999999999997;s:5:\"bytes\";i:1071;s:11:\"size_before\";i:23072;s:10:\"size_after\";i:22001;s:4:\"time\";d:0.050000000000000003;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8900000000000001;s:5:\"bytes\";i:889;s:11:\"size_before\";i:22837;s:10:\"size_after\";i:21948;s:4:\"time\";d:0.029999999999999999;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6100000000000003;s:5:\"bytes\";i:610;s:11:\"size_before\";i:13218;s:10:\"size_after\";i:12608;s:4:\"time\";d:0.040000000000000001;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2699999999999996;s:5:\"bytes\";i:350;s:11:\"size_before\";i:6647;s:10:\"size_after\";i:6297;s:4:\"time\";d:0.02;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8900000000000001;s:5:\"bytes\";i:1664;s:11:\"size_before\";i:42793;s:10:\"size_after\";i:41129;s:4:\"time\";d:0.029999999999999999;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7599999999999998;s:5:\"bytes\";i:180;s:11:\"size_before\";i:2321;s:10:\"size_after\";i:2141;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4000000000000004;s:5:\"bytes\";i:359;s:11:\"size_before\";i:6653;s:10:\"size_after\";i:6294;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1699999999999999;s:5:\"bytes\";i:766;s:11:\"size_before\";i:18373;s:10:\"size_after\";i:17607;s:4:\"time\";d:0.029999999999999999;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";i:4;s:5:\"bytes\";i:1350;s:11:\"size_before\";i:33736;s:10:\"size_after\";i:32386;s:4:\"time\";d:0.02;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8199999999999998;s:5:\"bytes\";i:1980;s:11:\"size_before\";i:51890;s:10:\"size_after\";i:49910;s:4:\"time\";d:0.029999999999999999;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.33;s:5:\"bytes\";i:10440;s:11:\"size_before\";i:101104;s:10:\"size_after\";i:90664;s:4:\"time\";d:0.040000000000000001;}}}'),(18874,4336,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.6164500753656252;s:5:\"bytes\";i:5666;s:11:\"size_before\";i:122735;s:10:\"size_after\";i:117069;s:4:\"time\";d:0.21000000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4500000000000002;s:5:\"bytes\";i:154;s:11:\"size_before\";i:3463;s:10:\"size_after\";i:3309;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.79;s:5:\"bytes\";i:339;s:11:\"size_before\";i:7078;s:10:\"size_after\";i:6739;s:4:\"time\";d:0.02;}s:20:\"gg_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1100000000000003;s:5:\"bytes\";i:609;s:11:\"size_before\";i:9960;s:10:\"size_after\";i:9351;s:4:\"time\";d:0.01;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8700000000000001;s:5:\"bytes\";i:621;s:11:\"size_before\";i:10588;s:10:\"size_after\";i:9967;s:4:\"time\";d:0.040000000000000001;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5899999999999999;s:5:\"bytes\";i:378;s:11:\"size_before\";i:6765;s:10:\"size_after\";i:6387;s:4:\"time\";d:0.02;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0199999999999996;s:5:\"bytes\";i:861;s:11:\"size_before\";i:14293;s:10:\"size_after\";i:13432;s:4:\"time\";d:0.01;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9967;s:10:\"size_after\";i:9967;s:4:\"time\";d:0.01;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3300000000000001;s:5:\"bytes\";i:738;s:11:\"size_before\";i:11664;s:10:\"size_after\";i:10926;s:4:\"time\";d:0.01;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1799999999999997;s:5:\"bytes\";i:357;s:11:\"size_before\";i:6889;s:10:\"size_after\";i:6532;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5800000000000001;s:5:\"bytes\";i:166;s:11:\"size_before\";i:3623;s:10:\"size_after\";i:3457;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4900000000000002;s:5:\"bytes\";i:1013;s:11:\"size_before\";i:15614;s:10:\"size_after\";i:14601;s:4:\"time\";d:0.01;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3900000000000006;s:5:\"bytes\";i:153;s:11:\"size_before\";i:1629;s:10:\"size_after\";i:1476;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2400000000000002;s:5:\"bytes\";i:277;s:11:\"size_before\";i:6528;s:10:\"size_after\";i:6251;s:4:\"time\";d:0.029999999999999999;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14674;s:10:\"size_after\";i:14674;s:4:\"time\";d:0.01;}}}'),(18877,4330,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.6083802923164177;s:5:\"bytes\";i:44284;s:11:\"size_before\";i:960945;s:10:\"size_after\";i:916661;s:4:\"time\";d:0.83000000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5;s:5:\"bytes\";i:331;s:11:\"size_before\";i:6017;s:10:\"size_after\";i:5686;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1600000000000001;s:5:\"bytes\";i:552;s:11:\"size_before\";i:13279;s:10:\"size_after\";i:12727;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7800000000000002;s:5:\"bytes\";i:5740;s:11:\"size_before\";i:120005;s:10:\"size_after\";i:114265;s:4:\"time\";d:0.10000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7000000000000002;s:5:\"bytes\";i:4624;s:11:\"size_before\";i:98358;s:10:\"size_after\";i:93734;s:4:\"time\";d:0.050000000000000003;}s:20:\"gg_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6400000000000001;s:5:\"bytes\";i:641;s:11:\"size_before\";i:17601;s:10:\"size_after\";i:16960;s:4:\"time\";d:0.01;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5999999999999996;s:5:\"bytes\";i:1165;s:11:\"size_before\";i:25345;s:10:\"size_after\";i:24180;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7599999999999998;s:5:\"bytes\";i:425;s:11:\"size_before\";i:11307;s:10:\"size_after\";i:10882;s:4:\"time\";d:0.02;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0700000000000003;s:5:\"bytes\";i:2430;s:11:\"size_before\";i:47899;s:10:\"size_after\";i:45469;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1399999999999997;s:5:\"bytes\";i:892;s:11:\"size_before\";i:21525;s:10:\"size_after\";i:20633;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9900000000000002;s:5:\"bytes\";i:808;s:11:\"size_before\";i:20250;s:10:\"size_after\";i:19442;s:4:\"time\";d:0.01;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5600000000000001;s:5:\"bytes\";i:409;s:11:\"size_before\";i:11480;s:10:\"size_after\";i:11071;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3899999999999997;s:5:\"bytes\";i:269;s:11:\"size_before\";i:6121;s:10:\"size_after\";i:5852;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0300000000000002;s:5:\"bytes\";i:2092;s:11:\"size_before\";i:41611;s:10:\"size_after\";i:39519;s:4:\"time\";d:0.029999999999999999;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7699999999999996;s:5:\"bytes\";i:154;s:11:\"size_before\";i:2274;s:10:\"size_after\";i:2120;s:4:\"time\";d:0.040000000000000001;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12727;s:10:\"size_after\";i:12727;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6600000000000001;s:5:\"bytes\";i:1419;s:11:\"size_before\";i:38744;s:10:\"size_after\";i:37325;s:4:\"time\";d:0.02;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4400000000000004;s:5:\"bytes\";i:3487;s:11:\"size_before\";i:78531;s:10:\"size_after\";i:75044;s:4:\"time\";d:0.12;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8600000000000003;s:5:\"bytes\";i:6274;s:11:\"size_before\";i:129145;s:10:\"size_after\";i:122871;s:4:\"time\";d:0.13;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8600000000000003;s:5:\"bytes\";i:12572;s:11:\"size_before\";i:258726;s:10:\"size_after\";i:246154;s:4:\"time\";d:0.17999999999999999;}}}'),(18878,4329,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.6337749914390329;s:5:\"bytes\";i:43978;s:11:\"size_before\";i:949075;s:10:\"size_after\";i:905097;s:4:\"time\";d:0.73000000000000009;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8499999999999996;s:5:\"bytes\";i:391;s:11:\"size_before\";i:6689;s:10:\"size_after\";i:6298;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5199999999999996;s:5:\"bytes\";i:590;s:11:\"size_before\";i:13053;s:10:\"size_after\";i:12463;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.46;s:5:\"bytes\";i:5036;s:11:\"size_before\";i:112923;s:10:\"size_after\";i:107887;s:4:\"time\";d:0.059999999999999998;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0700000000000003;s:5:\"bytes\";i:3754;s:11:\"size_before\";i:92142;s:10:\"size_after\";i:88388;s:4:\"time\";d:0.040000000000000001;}s:20:\"gg_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8900000000000001;s:5:\"bytes\";i:780;s:11:\"size_before\";i:20029;s:10:\"size_after\";i:19249;s:4:\"time\";d:0.02;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4000000000000004;s:5:\"bytes\";i:1162;s:11:\"size_before\";i:26388;s:10:\"size_after\";i:25226;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1900000000000004;s:5:\"bytes\";i:568;s:11:\"size_before\";i:13555;s:10:\"size_after\";i:12987;s:4:\"time\";d:0.029999999999999999;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.25;s:5:\"bytes\";i:2599;s:11:\"size_before\";i:49484;s:10:\"size_after\";i:46885;s:4:\"time\";d:0.040000000000000001;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7200000000000002;s:5:\"bytes\";i:870;s:11:\"size_before\";i:23392;s:10:\"size_after\";i:22522;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6099999999999999;s:5:\"bytes\";i:857;s:11:\"size_before\";i:23732;s:10:\"size_after\";i:22875;s:4:\"time\";d:0.029999999999999999;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.04;s:5:\"bytes\";i:558;s:11:\"size_before\";i:13819;s:10:\"size_after\";i:13261;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6900000000000004;s:5:\"bytes\";i:409;s:11:\"size_before\";i:7185;s:10:\"size_after\";i:6776;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0700000000000003;s:5:\"bytes\";i:1856;s:11:\"size_before\";i:45634;s:10:\"size_after\";i:43778;s:4:\"time\";d:0.040000000000000001;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5899999999999999;s:5:\"bytes\";i:204;s:11:\"size_before\";i:2375;s:10:\"size_after\";i:2171;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12463;s:10:\"size_after\";i:12463;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3700000000000001;s:5:\"bytes\";i:1270;s:11:\"size_before\";i:37740;s:10:\"size_after\";i:36470;s:4:\"time\";d:0.02;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8100000000000001;s:5:\"bytes\";i:2807;s:11:\"size_before\";i:73588;s:10:\"size_after\";i:70781;s:4:\"time\";d:0.089999999999999997;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7400000000000002;s:5:\"bytes\";i:5754;s:11:\"size_before\";i:121428;s:10:\"size_after\";i:115674;s:4:\"time\";d:0.10000000000000001;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7300000000000004;s:5:\"bytes\";i:14513;s:11:\"size_before\";i:253456;s:10:\"size_after\";i:238943;s:4:\"time\";d:0.14999999999999999;}}}'),(18879,4328,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.0427507630869863;s:5:\"bytes\";i:45191;s:11:\"size_before\";i:1117828;s:10:\"size_after\";i:1072637;s:4:\"time\";d:0.75000000000000011;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7599999999999998;s:5:\"bytes\";i:569;s:11:\"size_before\";i:8422;s:10:\"size_after\";i:7853;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9400000000000004;s:5:\"bytes\";i:990;s:11:\"size_before\";i:16676;s:10:\"size_after\";i:15686;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3999999999999999;s:5:\"bytes\";i:4381;s:11:\"size_before\";i:128847;s:10:\"size_after\";i:124466;s:4:\"time\";d:0.059999999999999998;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5099999999999998;s:5:\"bytes\";i:3801;s:11:\"size_before\";i:108249;s:10:\"size_after\";i:104448;s:4:\"time\";d:0.070000000000000007;}s:20:\"gg_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6399999999999997;s:5:\"bytes\";i:1613;s:11:\"size_before\";i:28621;s:10:\"size_after\";i:27008;s:4:\"time\";d:0.02;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6200000000000001;s:5:\"bytes\";i:1719;s:11:\"size_before\";i:37204;s:10:\"size_after\";i:35485;s:4:\"time\";d:0.029999999999999999;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9900000000000002;s:5:\"bytes\";i:1362;s:11:\"size_before\";i:19473;s:10:\"size_after\";i:18111;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0999999999999996;s:5:\"bytes\";i:2599;s:11:\"size_before\";i:63347;s:10:\"size_after\";i:60748;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3600000000000003;s:5:\"bytes\";i:1810;s:11:\"size_before\";i:33763;s:10:\"size_after\";i:31953;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5;s:5:\"bytes\";i:1835;s:11:\"size_before\";i:33390;s:10:\"size_after\";i:31555;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7300000000000004;s:5:\"bytes\";i:1319;s:11:\"size_before\";i:19606;s:10:\"size_after\";i:18287;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8899999999999997;s:5:\"bytes\";i:757;s:11:\"size_before\";i:9592;s:10:\"size_after\";i:8835;s:4:\"time\";d:0.02;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.46;s:5:\"bytes\";i:2702;s:11:\"size_before\";i:60626;s:10:\"size_after\";i:57924;s:4:\"time\";d:0.029999999999999999;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3300000000000001;s:5:\"bytes\";i:228;s:11:\"size_before\";i:2736;s:10:\"size_after\";i:2508;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15686;s:10:\"size_after\";i:15686;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0300000000000002;s:5:\"bytes\";i:1939;s:11:\"size_before\";i:48056;s:10:\"size_after\";i:46117;s:4:\"time\";d:0.029999999999999999;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5699999999999998;s:5:\"bytes\";i:3182;s:11:\"size_before\";i:89037;s:10:\"size_after\";i:85855;s:4:\"time\";d:0.040000000000000001;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4199999999999999;s:5:\"bytes\";i:4697;s:11:\"size_before\";i:137386;s:10:\"size_after\";i:132689;s:4:\"time\";d:0.080000000000000002;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.77;s:5:\"bytes\";i:9688;s:11:\"size_before\";i:257111;s:10:\"size_after\";i:247423;s:4:\"time\";d:0.22;}}}'),(18880,4326,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.6083802923164177;s:5:\"bytes\";i:44284;s:11:\"size_before\";i:960945;s:10:\"size_after\";i:916661;s:4:\"time\";d:0.88000000000000012;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5;s:5:\"bytes\";i:331;s:11:\"size_before\";i:6017;s:10:\"size_after\";i:5686;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1600000000000001;s:5:\"bytes\";i:552;s:11:\"size_before\";i:13279;s:10:\"size_after\";i:12727;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7800000000000002;s:5:\"bytes\";i:5740;s:11:\"size_before\";i:120005;s:10:\"size_after\";i:114265;s:4:\"time\";d:0.089999999999999997;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7000000000000002;s:5:\"bytes\";i:4624;s:11:\"size_before\";i:98358;s:10:\"size_after\";i:93734;s:4:\"time\";d:0.059999999999999998;}s:20:\"gg_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6400000000000001;s:5:\"bytes\";i:641;s:11:\"size_before\";i:17601;s:10:\"size_after\";i:16960;s:4:\"time\";d:0.02;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5999999999999996;s:5:\"bytes\";i:1165;s:11:\"size_before\";i:25345;s:10:\"size_after\";i:24180;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7599999999999998;s:5:\"bytes\";i:425;s:11:\"size_before\";i:11307;s:10:\"size_after\";i:10882;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0700000000000003;s:5:\"bytes\";i:2430;s:11:\"size_before\";i:47899;s:10:\"size_after\";i:45469;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1399999999999997;s:5:\"bytes\";i:892;s:11:\"size_before\";i:21525;s:10:\"size_after\";i:20633;s:4:\"time\";d:0.059999999999999998;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9900000000000002;s:5:\"bytes\";i:808;s:11:\"size_before\";i:20250;s:10:\"size_after\";i:19442;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5600000000000001;s:5:\"bytes\";i:409;s:11:\"size_before\";i:11480;s:10:\"size_after\";i:11071;s:4:\"time\";d:0.02;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3899999999999997;s:5:\"bytes\";i:269;s:11:\"size_before\";i:6121;s:10:\"size_after\";i:5852;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0300000000000002;s:5:\"bytes\";i:2092;s:11:\"size_before\";i:41611;s:10:\"size_after\";i:39519;s:4:\"time\";d:0.040000000000000001;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7699999999999996;s:5:\"bytes\";i:154;s:11:\"size_before\";i:2274;s:10:\"size_after\";i:2120;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12727;s:10:\"size_after\";i:12727;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6600000000000001;s:5:\"bytes\";i:1419;s:11:\"size_before\";i:38744;s:10:\"size_after\";i:37325;s:4:\"time\";d:0.02;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4400000000000004;s:5:\"bytes\";i:3487;s:11:\"size_before\";i:78531;s:10:\"size_after\";i:75044;s:4:\"time\";d:0.050000000000000003;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8600000000000003;s:5:\"bytes\";i:6274;s:11:\"size_before\";i:129145;s:10:\"size_after\";i:122871;s:4:\"time\";d:0.13;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8600000000000003;s:5:\"bytes\";i:12572;s:11:\"size_before\";i:258726;s:10:\"size_after\";i:246154;s:4:\"time\";d:0.25;}}}'),(18881,4325,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.1531366022420926;s:5:\"bytes\";i:18379;s:11:\"size_before\";i:442533;s:10:\"size_after\";i:424154;s:4:\"time\";d:0.41000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7800000000000002;s:5:\"bytes\";i:405;s:11:\"size_before\";i:7001;s:10:\"size_after\";i:6596;s:4:\"time\";d:0.040000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3600000000000003;s:5:\"bytes\";i:551;s:11:\"size_before\";i:12634;s:10:\"size_after\";i:12083;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8799999999999999;s:5:\"bytes\";i:2855;s:11:\"size_before\";i:73606;s:10:\"size_after\";i:70751;s:4:\"time\";d:0.040000000000000001;}s:20:\"gg_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3899999999999997;s:5:\"bytes\";i:1005;s:11:\"size_before\";i:22917;s:10:\"size_after\";i:21912;s:4:\"time\";d:0.02;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5;s:5:\"bytes\";i:1407;s:11:\"size_before\";i:31294;s:10:\"size_after\";i:29887;s:4:\"time\";d:0.050000000000000003;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2599999999999998;s:5:\"bytes\";i:814;s:11:\"size_before\";i:15475;s:10:\"size_after\";i:14661;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.21;s:5:\"bytes\";i:1977;s:11:\"size_before\";i:47004;s:10:\"size_after\";i:45027;s:4:\"time\";d:0.02;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8099999999999996;s:5:\"bytes\";i:1310;s:11:\"size_before\";i:27259;s:10:\"size_after\";i:25949;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3799999999999999;s:5:\"bytes\";i:1140;s:11:\"size_before\";i:26013;s:10:\"size_after\";i:24873;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0099999999999998;s:5:\"bytes\";i:769;s:11:\"size_before\";i:15350;s:10:\"size_after\";i:14581;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7300000000000004;s:5:\"bytes\";i:448;s:11:\"size_before\";i:7823;s:10:\"size_after\";i:7375;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7599999999999998;s:5:\"bytes\";i:1748;s:11:\"size_before\";i:46467;s:10:\"size_after\";i:44719;s:4:\"time\";d:0.029999999999999999;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8799999999999999;s:5:\"bytes\";i:174;s:11:\"size_before\";i:2530;s:10:\"size_after\";i:2356;s:4:\"time\";d:0.02;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12083;s:10:\"size_after\";i:12083;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9700000000000002;s:5:\"bytes\";i:1343;s:11:\"size_before\";i:33834;s:10:\"size_after\";i:32491;s:4:\"time\";d:0.050000000000000003;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9700000000000002;s:5:\"bytes\";i:2433;s:11:\"size_before\";i:61243;s:10:\"size_after\";i:58810;s:4:\"time\";d:0.040000000000000001;}}}'),(18882,4324,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.4913643500537139;s:5:\"bytes\";i:15218;s:11:\"size_before\";i:338828;s:10:\"size_after\";i:323610;s:4:\"time\";d:0.33999999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8700000000000001;s:5:\"bytes\";i:500;s:11:\"size_before\";i:7281;s:10:\"size_after\";i:6781;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0300000000000002;s:5:\"bytes\";i:703;s:11:\"size_before\";i:13980;s:10:\"size_after\";i:13277;s:4:\"time\";d:0.02;}s:20:\"gg_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.29;s:5:\"bytes\";i:834;s:11:\"size_before\";i:19461;s:10:\"size_after\";i:18627;s:4:\"time\";d:0.02;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6900000000000004;s:5:\"bytes\";i:1066;s:11:\"size_before\";i:22714;s:10:\"size_after\";i:21648;s:4:\"time\";d:0.01;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0300000000000002;s:5:\"bytes\";i:684;s:11:\"size_before\";i:13589;s:10:\"size_after\";i:12905;s:4:\"time\";d:0.02;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1100000000000003;s:5:\"bytes\";i:1283;s:11:\"size_before\";i:31241;s:10:\"size_after\";i:29958;s:4:\"time\";d:0.040000000000000001;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21648;s:10:\"size_after\";i:21648;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4000000000000004;s:5:\"bytes\";i:992;s:11:\"size_before\";i:22557;s:10:\"size_after\";i:21565;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2800000000000002;s:5:\"bytes\";i:724;s:11:\"size_before\";i:13712;s:10:\"size_after\";i:12988;s:4:\"time\";d:0.029999999999999999;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4199999999999999;s:5:\"bytes\";i:486;s:11:\"size_before\";i:7575;s:10:\"size_after\";i:7089;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1500000000000004;s:5:\"bytes\";i:1419;s:11:\"size_before\";i:34217;s:10:\"size_after\";i:32798;s:4:\"time\";d:0.02;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3399999999999999;s:5:\"bytes\";i:224;s:11:\"size_before\";i:2687;s:10:\"size_after\";i:2463;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13277;s:10:\"size_after\";i:13277;s:4:\"time\";d:0.029999999999999999;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4199999999999999;s:5:\"bytes\";i:1215;s:11:\"size_before\";i:35524;s:10:\"size_after\";i:34309;s:4:\"time\";d:0.050000000000000003;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4100000000000001;s:5:\"bytes\";i:5088;s:11:\"size_before\";i:79365;s:10:\"size_after\";i:74277;s:4:\"time\";d:0.029999999999999999;}}}'),(18883,4323,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.6583326244266297;s:5:\"bytes\";i:19687;s:11:\"size_before\";i:740577;s:10:\"size_after\";i:720890;s:4:\"time\";d:0.7400000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0999999999999996;s:5:\"bytes\";i:319;s:11:\"size_before\";i:6259;s:10:\"size_after\";i:5940;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5700000000000003;s:5:\"bytes\";i:588;s:11:\"size_before\";i:12868;s:10:\"size_after\";i:12280;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5899999999999999;s:5:\"bytes\";i:2340;s:11:\"size_before\";i:90292;s:10:\"size_after\";i:87952;s:4:\"time\";d:0.059999999999999998;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.48;s:5:\"bytes\";i:1899;s:11:\"size_before\";i:76695;s:10:\"size_after\";i:74796;s:4:\"time\";d:0.14000000000000001;}s:20:\"gg_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3599999999999999;s:5:\"bytes\";i:384;s:11:\"size_before\";i:16285;s:10:\"size_after\";i:15901;s:4:\"time\";d:0.059999999999999998;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.8200000000000001;s:5:\"bytes\";i:369;s:11:\"size_before\";i:20270;s:10:\"size_after\";i:19901;s:4:\"time\";d:0.040000000000000001;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.54;s:5:\"bytes\";i:413;s:11:\"size_before\";i:11658;s:10:\"size_after\";i:11245;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.71;s:5:\"bytes\";i:586;s:11:\"size_before\";i:34308;s:10:\"size_after\";i:33722;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1800000000000002;s:5:\"bytes\";i:409;s:11:\"size_before\";i:18731;s:10:\"size_after\";i:18322;s:4:\"time\";d:0.01;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8399999999999999;s:5:\"bytes\";i:557;s:11:\"size_before\";i:19594;s:10:\"size_after\";i:19037;s:4:\"time\";d:0.01;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.46;s:5:\"bytes\";i:416;s:11:\"size_before\";i:12007;s:10:\"size_after\";i:11591;s:4:\"time\";d:0.02;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6799999999999997;s:5:\"bytes\";i:304;s:11:\"size_before\";i:6498;s:10:\"size_after\";i:6194;s:4:\"time\";d:0.040000000000000001;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.0699999999999998;s:5:\"bytes\";i:714;s:11:\"size_before\";i:34453;s:10:\"size_after\";i:33739;s:4:\"time\";d:0.02;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.96;s:5:\"bytes\";i:156;s:11:\"size_before\";i:2242;s:10:\"size_after\";i:2086;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12280;s:10:\"size_after\";i:12280;s:4:\"time\";d:0.02;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1600000000000001;s:5:\"bytes\";i:1120;s:11:\"size_before\";i:35391;s:10:\"size_after\";i:34271;s:4:\"time\";d:0.029999999999999999;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:2.73;s:5:\"bytes\";i:1740;s:11:\"size_before\";i:63655;s:10:\"size_after\";i:61915;s:4:\"time\";d:0.029999999999999999;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:2.54;s:5:\"bytes\";i:2433;s:11:\"size_before\";i:95771;s:10:\"size_after\";i:93338;s:4:\"time\";d:0.059999999999999998;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8799999999999999;s:5:\"bytes\";i:4940;s:11:\"size_before\";i:171320;s:10:\"size_after\";i:166380;s:4:\"time\";d:0.11;}}}'),(18884,4322,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.9583143523937006;s:5:\"bytes\";i:11296;s:11:\"size_before\";i:285374;s:10:\"size_after\";i:274078;s:4:\"time\";d:0.38;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1799999999999997;s:5:\"bytes\";i:416;s:11:\"size_before\";i:6728;s:10:\"size_after\";i:6312;s:4:\"time\";d:0.040000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3799999999999999;s:5:\"bytes\";i:536;s:11:\"size_before\";i:12242;s:10:\"size_after\";i:11706;s:4:\"time\";d:0.01;}s:20:\"gg_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1099999999999999;s:5:\"bytes\";i:522;s:11:\"size_before\";i:16779;s:10:\"size_after\";i:16257;s:4:\"time\";d:0.02;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5600000000000001;s:5:\"bytes\";i:662;s:11:\"size_before\";i:18580;s:10:\"size_after\";i:17918;s:4:\"time\";d:0.040000000000000001;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1799999999999997;s:5:\"bytes\";i:500;s:11:\"size_before\";i:11960;s:10:\"size_after\";i:11460;s:4:\"time\";d:0.02;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6800000000000002;s:5:\"bytes\";i:977;s:11:\"size_before\";i:26538;s:10:\"size_after\";i:25561;s:4:\"time\";d:0.02;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17918;s:10:\"size_after\";i:17918;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1100000000000003;s:5:\"bytes\";i:864;s:11:\"size_before\";i:21033;s:10:\"size_after\";i:20169;s:4:\"time\";d:0.059999999999999998;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6900000000000004;s:5:\"bytes\";i:573;s:11:\"size_before\";i:12227;s:10:\"size_after\";i:11654;s:4:\"time\";d:0.02;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7699999999999996;s:5:\"bytes\";i:391;s:11:\"size_before\";i:6776;s:10:\"size_after\";i:6385;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5600000000000001;s:5:\"bytes\";i:1021;s:11:\"size_before\";i:28684;s:10:\"size_after\";i:27663;s:4:\"time\";d:0.029999999999999999;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8200000000000003;s:5:\"bytes\";i:203;s:11:\"size_before\";i:2596;s:10:\"size_after\";i:2393;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11706;s:10:\"size_after\";i:11706;s:4:\"time\";d:0.029999999999999999;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8900000000000001;s:5:\"bytes\";i:920;s:11:\"size_before\";i:31814;s:10:\"size_after\";i:30894;s:4:\"time\";d:0.02;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.21;s:5:\"bytes\";i:3711;s:11:\"size_before\";i:59793;s:10:\"size_after\";i:56082;s:4:\"time\";d:0.029999999999999999;}}}'),(18885,4321,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.6083802923164177;s:5:\"bytes\";i:44284;s:11:\"size_before\";i:960945;s:10:\"size_after\";i:916661;s:4:\"time\";d:0.99000000000000021;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5;s:5:\"bytes\";i:331;s:11:\"size_before\";i:6017;s:10:\"size_after\";i:5686;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1600000000000001;s:5:\"bytes\";i:552;s:11:\"size_before\";i:13279;s:10:\"size_after\";i:12727;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7800000000000002;s:5:\"bytes\";i:5740;s:11:\"size_before\";i:120005;s:10:\"size_after\";i:114265;s:4:\"time\";d:0.080000000000000002;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7000000000000002;s:5:\"bytes\";i:4624;s:11:\"size_before\";i:98358;s:10:\"size_after\";i:93734;s:4:\"time\";d:0.050000000000000003;}s:20:\"gg_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6400000000000001;s:5:\"bytes\";i:641;s:11:\"size_before\";i:17601;s:10:\"size_after\";i:16960;s:4:\"time\";d:0.01;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5999999999999996;s:5:\"bytes\";i:1165;s:11:\"size_before\";i:25345;s:10:\"size_after\";i:24180;s:4:\"time\";d:0.059999999999999998;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7599999999999998;s:5:\"bytes\";i:425;s:11:\"size_before\";i:11307;s:10:\"size_after\";i:10882;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0700000000000003;s:5:\"bytes\";i:2430;s:11:\"size_before\";i:47899;s:10:\"size_after\";i:45469;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1399999999999997;s:5:\"bytes\";i:892;s:11:\"size_before\";i:21525;s:10:\"size_after\";i:20633;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9900000000000002;s:5:\"bytes\";i:808;s:11:\"size_before\";i:20250;s:10:\"size_after\";i:19442;s:4:\"time\";d:0.01;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5600000000000001;s:5:\"bytes\";i:409;s:11:\"size_before\";i:11480;s:10:\"size_after\";i:11071;s:4:\"time\";d:0.02;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3899999999999997;s:5:\"bytes\";i:269;s:11:\"size_before\";i:6121;s:10:\"size_after\";i:5852;s:4:\"time\";d:0.040000000000000001;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0300000000000002;s:5:\"bytes\";i:2092;s:11:\"size_before\";i:41611;s:10:\"size_after\";i:39519;s:4:\"time\";d:0.080000000000000002;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7699999999999996;s:5:\"bytes\";i:154;s:11:\"size_before\";i:2274;s:10:\"size_after\";i:2120;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12727;s:10:\"size_after\";i:12727;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6600000000000001;s:5:\"bytes\";i:1419;s:11:\"size_before\";i:38744;s:10:\"size_after\";i:37325;s:4:\"time\";d:0.050000000000000003;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4400000000000004;s:5:\"bytes\";i:3487;s:11:\"size_before\";i:78531;s:10:\"size_after\";i:75044;s:4:\"time\";d:0.050000000000000003;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8600000000000003;s:5:\"bytes\";i:6274;s:11:\"size_before\";i:129145;s:10:\"size_after\";i:122871;s:4:\"time\";d:0.12;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8600000000000003;s:5:\"bytes\";i:12572;s:11:\"size_before\";i:258726;s:10:\"size_after\";i:246154;s:4:\"time\";d:0.32000000000000001;}}}'),(18886,4320,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.1531366022420926;s:5:\"bytes\";i:18379;s:11:\"size_before\";i:442533;s:10:\"size_after\";i:424154;s:4:\"time\";d:0.33000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7800000000000002;s:5:\"bytes\";i:405;s:11:\"size_before\";i:7001;s:10:\"size_after\";i:6596;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3600000000000003;s:5:\"bytes\";i:551;s:11:\"size_before\";i:12634;s:10:\"size_after\";i:12083;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8799999999999999;s:5:\"bytes\";i:2855;s:11:\"size_before\";i:73606;s:10:\"size_after\";i:70751;s:4:\"time\";d:0.050000000000000003;}s:20:\"gg_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3899999999999997;s:5:\"bytes\";i:1005;s:11:\"size_before\";i:22917;s:10:\"size_after\";i:21912;s:4:\"time\";d:0.01;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5;s:5:\"bytes\";i:1407;s:11:\"size_before\";i:31294;s:10:\"size_after\";i:29887;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2599999999999998;s:5:\"bytes\";i:814;s:11:\"size_before\";i:15475;s:10:\"size_after\";i:14661;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.21;s:5:\"bytes\";i:1977;s:11:\"size_before\";i:47004;s:10:\"size_after\";i:45027;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8099999999999996;s:5:\"bytes\";i:1310;s:11:\"size_before\";i:27259;s:10:\"size_after\";i:25949;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3799999999999999;s:5:\"bytes\";i:1140;s:11:\"size_before\";i:26013;s:10:\"size_after\";i:24873;s:4:\"time\";d:0.029999999999999999;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0099999999999998;s:5:\"bytes\";i:769;s:11:\"size_before\";i:15350;s:10:\"size_after\";i:14581;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7300000000000004;s:5:\"bytes\";i:448;s:11:\"size_before\";i:7823;s:10:\"size_after\";i:7375;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7599999999999998;s:5:\"bytes\";i:1748;s:11:\"size_before\";i:46467;s:10:\"size_after\";i:44719;s:4:\"time\";d:0.029999999999999999;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8799999999999999;s:5:\"bytes\";i:174;s:11:\"size_before\";i:2530;s:10:\"size_after\";i:2356;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12083;s:10:\"size_after\";i:12083;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9700000000000002;s:5:\"bytes\";i:1343;s:11:\"size_before\";i:33834;s:10:\"size_after\";i:32491;s:4:\"time\";d:0.02;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9700000000000002;s:5:\"bytes\";i:2433;s:11:\"size_before\";i:61243;s:10:\"size_after\";i:58810;s:4:\"time\";d:0.040000000000000001;}}}'),(18887,4319,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.8775838301744159;s:5:\"bytes\";i:11336;s:11:\"size_before\";i:292347;s:10:\"size_after\";i:281011;s:4:\"time\";d:0.29999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8700000000000001;s:5:\"bytes\";i:500;s:11:\"size_before\";i:7281;s:10:\"size_after\";i:6781;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0300000000000002;s:5:\"bytes\";i:703;s:11:\"size_before\";i:13980;s:10:\"size_after\";i:13277;s:4:\"time\";d:0.01;}s:20:\"gg_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.29;s:5:\"bytes\";i:834;s:11:\"size_before\";i:19461;s:10:\"size_after\";i:18627;s:4:\"time\";d:0.02;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6900000000000004;s:5:\"bytes\";i:1066;s:11:\"size_before\";i:22714;s:10:\"size_after\";i:21648;s:4:\"time\";d:0.01;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0300000000000002;s:5:\"bytes\";i:684;s:11:\"size_before\";i:13589;s:10:\"size_after\";i:12905;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1100000000000003;s:5:\"bytes\";i:1283;s:11:\"size_before\";i:31241;s:10:\"size_after\";i:29958;s:4:\"time\";d:0.02;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21648;s:10:\"size_after\";i:21648;s:4:\"time\";d:0.01;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4000000000000004;s:5:\"bytes\";i:992;s:11:\"size_before\";i:22557;s:10:\"size_after\";i:21565;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2800000000000002;s:5:\"bytes\";i:724;s:11:\"size_before\";i:13712;s:10:\"size_after\";i:12988;s:4:\"time\";d:0.029999999999999999;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4199999999999999;s:5:\"bytes\";i:486;s:11:\"size_before\";i:7575;s:10:\"size_after\";i:7089;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1500000000000004;s:5:\"bytes\";i:1419;s:11:\"size_before\";i:34217;s:10:\"size_after\";i:32798;s:4:\"time\";d:0.029999999999999999;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3399999999999999;s:5:\"bytes\";i:224;s:11:\"size_before\";i:2687;s:10:\"size_after\";i:2463;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13277;s:10:\"size_after\";i:13277;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4199999999999999;s:5:\"bytes\";i:1215;s:11:\"size_before\";i:35524;s:10:\"size_after\";i:34309;s:4:\"time\";d:0.040000000000000001;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6699999999999999;s:5:\"bytes\";i:1206;s:11:\"size_before\";i:32884;s:10:\"size_after\";i:31678;s:4:\"time\";d:0.040000000000000001;}}}'),(18888,4318,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.6583326244266297;s:5:\"bytes\";i:19687;s:11:\"size_before\";i:740577;s:10:\"size_after\";i:720890;s:4:\"time\";d:0.81000000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0999999999999996;s:5:\"bytes\";i:319;s:11:\"size_before\";i:6259;s:10:\"size_after\";i:5940;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5700000000000003;s:5:\"bytes\";i:588;s:11:\"size_before\";i:12868;s:10:\"size_after\";i:12280;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5899999999999999;s:5:\"bytes\";i:2340;s:11:\"size_before\";i:90292;s:10:\"size_after\";i:87952;s:4:\"time\";d:0.059999999999999998;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.48;s:5:\"bytes\";i:1899;s:11:\"size_before\";i:76695;s:10:\"size_after\";i:74796;s:4:\"time\";d:0.059999999999999998;}s:20:\"gg_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3599999999999999;s:5:\"bytes\";i:384;s:11:\"size_before\";i:16285;s:10:\"size_after\";i:15901;s:4:\"time\";d:0.01;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.8200000000000001;s:5:\"bytes\";i:369;s:11:\"size_before\";i:20270;s:10:\"size_after\";i:19901;s:4:\"time\";d:0.029999999999999999;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.54;s:5:\"bytes\";i:413;s:11:\"size_before\";i:11658;s:10:\"size_after\";i:11245;s:4:\"time\";d:0.029999999999999999;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.71;s:5:\"bytes\";i:586;s:11:\"size_before\";i:34308;s:10:\"size_after\";i:33722;s:4:\"time\";d:0.050000000000000003;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1800000000000002;s:5:\"bytes\";i:409;s:11:\"size_before\";i:18731;s:10:\"size_after\";i:18322;s:4:\"time\";d:0.01;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8399999999999999;s:5:\"bytes\";i:557;s:11:\"size_before\";i:19594;s:10:\"size_after\";i:19037;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.46;s:5:\"bytes\";i:416;s:11:\"size_before\";i:12007;s:10:\"size_after\";i:11591;s:4:\"time\";d:0.02;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6799999999999997;s:5:\"bytes\";i:304;s:11:\"size_before\";i:6498;s:10:\"size_after\";i:6194;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.0699999999999998;s:5:\"bytes\";i:714;s:11:\"size_before\";i:34453;s:10:\"size_after\";i:33739;s:4:\"time\";d:0.029999999999999999;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.96;s:5:\"bytes\";i:156;s:11:\"size_before\";i:2242;s:10:\"size_after\";i:2086;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12280;s:10:\"size_after\";i:12280;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1600000000000001;s:5:\"bytes\";i:1120;s:11:\"size_before\";i:35391;s:10:\"size_after\";i:34271;s:4:\"time\";d:0.02;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:2.73;s:5:\"bytes\";i:1740;s:11:\"size_before\";i:63655;s:10:\"size_after\";i:61915;s:4:\"time\";d:0.040000000000000001;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:2.54;s:5:\"bytes\";i:2433;s:11:\"size_before\";i:95771;s:10:\"size_after\";i:93338;s:4:\"time\";d:0.059999999999999998;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8799999999999999;s:5:\"bytes\";i:4940;s:11:\"size_before\";i:171320;s:10:\"size_after\";i:166380;s:4:\"time\";d:0.32000000000000001;}}}'),(18889,4317,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.3681460092275821;s:5:\"bytes\";i:8585;s:11:\"size_before\";i:254888;s:10:\"size_after\";i:246303;s:4:\"time\";d:0.25;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1799999999999997;s:5:\"bytes\";i:416;s:11:\"size_before\";i:6728;s:10:\"size_after\";i:6312;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3799999999999999;s:5:\"bytes\";i:536;s:11:\"size_before\";i:12242;s:10:\"size_after\";i:11706;s:4:\"time\";d:0.01;}s:20:\"gg_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1099999999999999;s:5:\"bytes\";i:522;s:11:\"size_before\";i:16779;s:10:\"size_after\";i:16257;s:4:\"time\";d:0.059999999999999998;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5600000000000001;s:5:\"bytes\";i:662;s:11:\"size_before\";i:18580;s:10:\"size_after\";i:17918;s:4:\"time\";d:0.01;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1799999999999997;s:5:\"bytes\";i:500;s:11:\"size_before\";i:11960;s:10:\"size_after\";i:11460;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6800000000000002;s:5:\"bytes\";i:977;s:11:\"size_before\";i:26538;s:10:\"size_after\";i:25561;s:4:\"time\";d:0.02;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17918;s:10:\"size_after\";i:17918;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1100000000000003;s:5:\"bytes\";i:864;s:11:\"size_before\";i:21033;s:10:\"size_after\";i:20169;s:4:\"time\";d:0.01;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6900000000000004;s:5:\"bytes\";i:573;s:11:\"size_before\";i:12227;s:10:\"size_after\";i:11654;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7699999999999996;s:5:\"bytes\";i:391;s:11:\"size_before\";i:6776;s:10:\"size_after\";i:6385;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5600000000000001;s:5:\"bytes\";i:1021;s:11:\"size_before\";i:28684;s:10:\"size_after\";i:27663;s:4:\"time\";d:0.02;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8200000000000003;s:5:\"bytes\";i:203;s:11:\"size_before\";i:2596;s:10:\"size_after\";i:2393;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11706;s:10:\"size_after\";i:11706;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8900000000000001;s:5:\"bytes\";i:920;s:11:\"size_before\";i:31814;s:10:\"size_after\";i:30894;s:4:\"time\";d:0.02;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4100000000000001;s:5:\"bytes\";i:1000;s:11:\"size_before\";i:29307;s:10:\"size_after\";i:28307;s:4:\"time\";d:0.02;}}}'),(18890,4282,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.9594257307898424;s:5:\"bytes\";i:26746;s:11:\"size_before\";i:675502;s:10:\"size_after\";i:648756;s:4:\"time\";d:0.53000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4800000000000004;s:5:\"bytes\";i:433;s:11:\"size_before\";i:6679;s:10:\"size_after\";i:6246;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3200000000000003;s:5:\"bytes\";i:797;s:11:\"size_before\";i:14979;s:10:\"size_after\";i:14182;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5600000000000001;s:5:\"bytes\";i:2073;s:11:\"size_before\";i:58229;s:10:\"size_after\";i:56156;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1499999999999999;s:5:\"bytes\";i:2753;s:11:\"size_before\";i:87393;s:10:\"size_after\";i:84640;s:4:\"time\";d:0.050000000000000003;}s:20:\"gg_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0499999999999998;s:5:\"bytes\";i:1259;s:11:\"size_before\";i:24930;s:10:\"size_after\";i:23671;s:4:\"time\";d:0.02;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7000000000000002;s:5:\"bytes\";i:1703;s:11:\"size_before\";i:36218;s:10:\"size_after\";i:34515;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3099999999999996;s:5:\"bytes\";i:825;s:11:\"size_before\";i:15548;s:10:\"size_after\";i:14723;s:4:\"time\";d:0.02;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7200000000000002;s:5:\"bytes\";i:2211;s:11:\"size_before\";i:59416;s:10:\"size_after\";i:57205;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9000000000000004;s:5:\"bytes\";i:1500;s:11:\"size_before\";i:30639;s:10:\"size_after\";i:29139;s:4:\"time\";d:0.040000000000000001;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8099999999999996;s:5:\"bytes\";i:1277;s:11:\"size_before\";i:26556;s:10:\"size_after\";i:25279;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2599999999999998;s:5:\"bytes\";i:779;s:11:\"size_before\";i:14796;s:10:\"size_after\";i:14017;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8499999999999996;s:5:\"bytes\";i:430;s:11:\"size_before\";i:7352;s:10:\"size_after\";i:6922;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8199999999999998;s:5:\"bytes\";i:1824;s:11:\"size_before\";i:47687;s:10:\"size_after\";i:45863;s:4:\"time\";d:0.059999999999999998;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4699999999999998;s:5:\"bytes\";i:168;s:11:\"size_before\";i:2248;s:10:\"size_after\";i:2080;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:6.29;s:5:\"bytes\";i:518;s:11:\"size_before\";i:8240;s:10:\"size_after\";i:7722;s:4:\"time\";d:0.02;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7400000000000002;s:5:\"bytes\";i:1079;s:11:\"size_before\";i:22785;s:10:\"size_after\";i:21706;s:4:\"time\";d:0.02;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.21;s:5:\"bytes\";i:1728;s:11:\"size_before\";i:41043;s:10:\"size_after\";i:39315;s:4:\"time\";d:0.029999999999999999;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5;s:5:\"bytes\";i:2161;s:11:\"size_before\";i:61779;s:10:\"size_after\";i:59618;s:4:\"time\";d:0.040000000000000001;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:2.96;s:5:\"bytes\";i:3228;s:11:\"size_before\";i:108985;s:10:\"size_after\";i:105757;s:4:\"time\";d:0.070000000000000007;}}}'),(18891,4281,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.6291847068411833;s:5:\"bytes\";i:37090;s:11:\"size_before\";i:801221;s:10:\"size_after\";i:764131;s:4:\"time\";d:0.51000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0499999999999998;s:5:\"bytes\";i:581;s:11:\"size_before\";i:8243;s:10:\"size_after\";i:7662;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3200000000000003;s:5:\"bytes\";i:966;s:11:\"size_before\";i:15291;s:10:\"size_after\";i:14325;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3799999999999999;s:5:\"bytes\";i:2883;s:11:\"size_before\";i:65773;s:10:\"size_after\";i:62890;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9300000000000002;s:5:\"bytes\";i:4000;s:11:\"size_before\";i:101826;s:10:\"size_after\";i:97826;s:4:\"time\";d:0.059999999999999998;}s:20:\"gg_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4500000000000002;s:5:\"bytes\";i:1646;s:11:\"size_before\";i:30216;s:10:\"size_after\";i:28570;s:4:\"time\";d:0.02;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0700000000000003;s:5:\"bytes\";i:2216;s:11:\"size_before\";i:43678;s:10:\"size_after\";i:41462;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9699999999999998;s:5:\"bytes\";i:1131;s:11:\"size_before\";i:18953;s:10:\"size_after\";i:17822;s:4:\"time\";d:0.02;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2300000000000004;s:5:\"bytes\";i:3203;s:11:\"size_before\";i:75796;s:10:\"size_after\";i:72593;s:4:\"time\";d:0.040000000000000001;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0800000000000001;s:5:\"bytes\";i:1854;s:11:\"size_before\";i:36468;s:10:\"size_after\";i:34614;s:4:\"time\";d:0.040000000000000001;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9699999999999998;s:5:\"bytes\";i:1665;s:11:\"size_before\";i:33520;s:10:\"size_after\";i:31855;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9900000000000002;s:5:\"bytes\";i:1098;s:11:\"size_before\";i:18321;s:10:\"size_after\";i:17223;s:4:\"time\";d:0.029999999999999999;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7000000000000002;s:5:\"bytes\";i:597;s:11:\"size_before\";i:8914;s:10:\"size_after\";i:8317;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3300000000000001;s:5:\"bytes\";i:2741;s:11:\"size_before\";i:63269;s:10:\"size_after\";i:60528;s:4:\"time\";d:0.040000000000000001;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5399999999999991;s:5:\"bytes\";i:236;s:11:\"size_before\";i:2763;s:10:\"size_after\";i:2527;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1500000000000004;s:5:\"bytes\";i:603;s:11:\"size_before\";i:8428;s:10:\"size_after\";i:7825;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79;s:5:\"bytes\";i:1401;s:11:\"size_before\";i:24208;s:10:\"size_after\";i:22807;s:4:\"time\";d:0.01;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9299999999999997;s:5:\"bytes\";i:2229;s:11:\"size_before\";i:45221;s:10:\"size_after\";i:42992;s:4:\"time\";d:0.02;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3099999999999996;s:5:\"bytes\";i:3027;s:11:\"size_before\";i:70303;s:10:\"size_after\";i:67276;s:4:\"time\";d:0.040000000000000001;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8599999999999999;s:5:\"bytes\";i:5013;s:11:\"size_before\";i:130030;s:10:\"size_after\";i:125017;s:4:\"time\";d:0.059999999999999998;}}}'),(18892,4280,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.1476814303914518;s:5:\"bytes\";i:33011;s:11:\"size_before\";i:641279;s:10:\"size_after\";i:608268;s:4:\"time\";d:0.53000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:19:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.71;s:5:\"bytes\";i:291;s:11:\"size_before\";i:6184;s:10:\"size_after\";i:5893;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8600000000000003;s:5:\"bytes\";i:551;s:11:\"size_before\";i:11342;s:10:\"size_after\";i:10791;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5199999999999996;s:5:\"bytes\";i:2274;s:11:\"size_before\";i:50335;s:10:\"size_after\";i:48061;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6200000000000001;s:5:\"bytes\";i:4767;s:11:\"size_before\";i:84780;s:10:\"size_after\";i:80013;s:4:\"time\";d:0.050000000000000003;}s:20:\"gg_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:951;s:11:\"size_before\";i:22394;s:10:\"size_after\";i:21443;s:4:\"time\";d:0.01;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7800000000000002;s:5:\"bytes\";i:1594;s:11:\"size_before\";i:33375;s:10:\"size_after\";i:31781;s:4:\"time\";d:0.040000000000000001;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4000000000000004;s:5:\"bytes\";i:635;s:11:\"size_before\";i:14446;s:10:\"size_after\";i:13811;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1299999999999999;s:5:\"bytes\";i:3119;s:11:\"size_before\";i:60844;s:10:\"size_after\";i:57725;s:4:\"time\";d:0.059999999999999998;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2400000000000002;s:5:\"bytes\";i:1150;s:11:\"size_before\";i:27106;s:10:\"size_after\";i:25956;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4900000000000002;s:5:\"bytes\";i:1155;s:11:\"size_before\";i:25697;s:10:\"size_after\";i:24542;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6900000000000004;s:5:\"bytes\";i:678;s:11:\"size_before\";i:14447;s:10:\"size_after\";i:13769;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5199999999999996;s:5:\"bytes\";i:387;s:11:\"size_before\";i:7013;s:10:\"size_after\";i:6626;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9299999999999997;s:5:\"bytes\";i:2529;s:11:\"size_before\";i:51287;s:10:\"size_after\";i:48758;s:4:\"time\";d:0.070000000000000007;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2799999999999994;s:5:\"bytes\";i:189;s:11:\"size_before\";i:2283;s:10:\"size_after\";i:2094;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.75;s:5:\"bytes\";i:362;s:11:\"size_before\";i:6299;s:10:\"size_after\";i:5937;s:4:\"time\";d:0.02;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5300000000000002;s:5:\"bytes\";i:801;s:11:\"size_before\";i:17700;s:10:\"size_after\";i:16899;s:4:\"time\";d:0.02;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2999999999999998;s:5:\"bytes\";i:1437;s:11:\"size_before\";i:33430;s:10:\"size_after\";i:31993;s:4:\"time\";d:0.02;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8799999999999999;s:5:\"bytes\";i:2646;s:11:\"size_before\";i:54261;s:10:\"size_after\";i:51615;s:4:\"time\";d:0.040000000000000001;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3499999999999996;s:5:\"bytes\";i:7495;s:11:\"size_before\";i:118056;s:10:\"size_after\";i:110561;s:4:\"time\";d:0.070000000000000007;}}}'),(18893,4273,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.763134941177305;s:5:\"bytes\";i:16254;s:11:\"size_before\";i:282034;s:10:\"size_after\";i:265780;s:4:\"time\";d:0.46000000000000013;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2599999999999998;s:5:\"bytes\";i:210;s:11:\"size_before\";i:4926;s:10:\"size_after\";i:4716;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3200000000000003;s:5:\"bytes\";i:229;s:11:\"size_before\";i:5299;s:10:\"size_after\";i:5070;s:4:\"time\";d:0.029999999999999999;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9100000000000001;s:5:\"bytes\";i:1254;s:11:\"size_before\";i:21222;s:10:\"size_after\";i:19968;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1500000000000004;s:5:\"bytes\";i:2438;s:11:\"size_before\";i:34083;s:10:\"size_after\";i:31645;s:4:\"time\";d:0.070000000000000007;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3899999999999997;s:5:\"bytes\";i:817;s:11:\"size_before\";i:15152;s:10:\"size_after\";i:14335;s:4:\"time\";d:0.029999999999999999;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6499999999999999;s:5:\"bytes\";i:308;s:11:\"size_before\";i:8435;s:10:\"size_after\";i:8127;s:4:\"time\";d:0.02;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5599999999999996;s:5:\"bytes\";i:1811;s:11:\"size_before\";i:27617;s:10:\"size_after\";i:25806;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6299999999999999;s:5:\"bytes\";i:641;s:11:\"size_before\";i:13844;s:10:\"size_after\";i:13203;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2000000000000002;s:5:\"bytes\";i:610;s:11:\"size_before\";i:14525;s:10:\"size_after\";i:13915;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2999999999999998;s:5:\"bytes\";i:379;s:11:\"size_before\";i:8809;s:10:\"size_after\";i:8430;s:4:\"time\";d:0.02;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8900000000000001;s:5:\"bytes\";i:186;s:11:\"size_before\";i:4780;s:10:\"size_after\";i:4594;s:4:\"time\";d:0.029999999999999999;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.71;s:5:\"bytes\";i:1293;s:11:\"size_before\";i:27426;s:10:\"size_after\";i:26133;s:4:\"time\";d:0.02;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8799999999999999;s:5:\"bytes\";i:130;s:11:\"size_before\";i:1889;s:10:\"size_after\";i:1759;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.29;s:5:\"bytes\";i:103;s:11:\"size_before\";i:3132;s:10:\"size_after\";i:3029;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3300000000000001;s:5:\"bytes\";i:349;s:11:\"size_before\";i:8056;s:10:\"size_after\";i:7707;s:4:\"time\";d:0.029999999999999999;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0099999999999998;s:5:\"bytes\";i:725;s:11:\"size_before\";i:14482;s:10:\"size_after\";i:13757;s:4:\"time\";d:0.01;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8099999999999996;s:5:\"bytes\";i:1333;s:11:\"size_before\";i:22928;s:10:\"size_after\";i:21595;s:4:\"time\";d:0.02;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5700000000000003;s:5:\"bytes\";i:3438;s:11:\"size_before\";i:45429;s:10:\"size_after\";i:41991;s:4:\"time\";d:0.050000000000000003;}}}'),(18894,4266,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:32.855939342881214;s:5:\"bytes\";i:350220;s:11:\"size_before\";i:1065926;s:10:\"size_after\";i:715706;s:4:\"time\";d:4.0299999999999994;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.32;s:5:\"bytes\";i:4039;s:11:\"size_before\";i:12896;s:10:\"size_after\";i:8857;s:4:\"time\";d:0.050000000000000003;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.510000000000002;s:5:\"bytes\";i:6745;s:11:\"size_before\";i:21406;s:10:\"size_after\";i:14661;s:4:\"time\";d:0.050000000000000003;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.170000000000002;s:5:\"bytes\";i:32618;s:11:\"size_before\";i:92751;s:10:\"size_after\";i:60133;s:4:\"time\";d:0.34999999999999998;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.049999999999997;s:5:\"bytes\";i:46527;s:11:\"size_before\";i:132753;s:10:\"size_after\";i:86226;s:4:\"time\";d:0.51000000000000001;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.520000000000003;s:5:\"bytes\";i:26649;s:11:\"size_before\";i:77192;s:10:\"size_after\";i:50543;s:4:\"time\";d:0.40000000000000002;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.829999999999998;s:5:\"bytes\";i:11032;s:11:\"size_before\";i:32611;s:10:\"size_after\";i:21579;s:4:\"time\";d:0.089999999999999997;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.780000000000001;s:5:\"bytes\";i:38791;s:11:\"size_before\";i:118330;s:10:\"size_after\";i:79539;s:4:\"time\";d:0.46999999999999997;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.439999999999998;s:5:\"bytes\";i:19221;s:11:\"size_before\";i:59242;s:10:\"size_after\";i:40021;s:4:\"time\";d:0.23000000000000001;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.310000000000002;s:5:\"bytes\";i:19237;s:11:\"size_before\";i:56065;s:10:\"size_after\";i:36828;s:4:\"time\";d:0.17000000000000001;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.560000000000002;s:5:\"bytes\";i:10373;s:11:\"size_before\";i:31854;s:10:\"size_after\";i:21481;s:4:\"time\";d:0.12;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.690000000000001;s:5:\"bytes\";i:4703;s:11:\"size_before\";i:15325;s:10:\"size_after\";i:10622;s:4:\"time\";d:0.040000000000000001;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.759999999999998;s:5:\"bytes\";i:41405;s:11:\"size_before\";i:115800;s:10:\"size_after\";i:74395;s:4:\"time\";d:0.35999999999999999;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.969999999999999;s:5:\"bytes\";i:1175;s:11:\"size_before\";i:4201;s:10:\"size_after\";i:3026;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:30.030000000000001;s:5:\"bytes\";i:3494;s:11:\"size_before\";i:11634;s:10:\"size_after\";i:8140;s:4:\"time\";d:0.029999999999999999;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:29.960000000000001;s:5:\"bytes\";i:8444;s:11:\"size_before\";i:28187;s:10:\"size_after\";i:19743;s:4:\"time\";d:0.17000000000000001;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:30.239999999999998;s:5:\"bytes\";i:16016;s:11:\"size_before\";i:52957;s:10:\"size_after\";i:36941;s:4:\"time\";d:0.14999999999999999;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:29.18;s:5:\"bytes\";i:20418;s:11:\"size_before\";i:69972;s:10:\"size_after\";i:49554;s:4:\"time\";d:0.32000000000000001;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:29.629999999999999;s:5:\"bytes\";i:39333;s:11:\"size_before\";i:132750;s:10:\"size_after\";i:93417;s:4:\"time\";d:0.51000000000000001;}}}'),(18895,4265,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:19.685340631361097;s:5:\"bytes\";i:144578;s:11:\"size_before\";i:734445;s:10:\"size_after\";i:589867;s:4:\"time\";d:2.7200000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.59;s:5:\"bytes\";i:2197;s:11:\"size_before\";i:10174;s:10:\"size_after\";i:7977;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.02;s:5:\"bytes\";i:3921;s:11:\"size_before\";i:17810;s:10:\"size_after\";i:13889;s:4:\"time\";d:0.050000000000000003;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.190000000000001;s:5:\"bytes\";i:11747;s:11:\"size_before\";i:58184;s:10:\"size_after\";i:46437;s:4:\"time\";d:0.20999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.41;s:5:\"bytes\";i:15226;s:11:\"size_before\";i:82704;s:10:\"size_after\";i:67478;s:4:\"time\";d:0.34999999999999998;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.579999999999998;s:5:\"bytes\";i:9398;s:11:\"size_before\";i:47987;s:10:\"size_after\";i:38589;s:4:\"time\";d:0.14999999999999999;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.969999999999999;s:5:\"bytes\";i:5106;s:11:\"size_before\";i:23236;s:10:\"size_after\";i:18130;s:4:\"time\";d:0.070000000000000007;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.82;s:5:\"bytes\";i:14061;s:11:\"size_before\";i:74713;s:10:\"size_after\";i:60652;s:4:\"time\";d:0.28999999999999998;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.66;s:5:\"bytes\";i:8777;s:11:\"size_before\";i:40522;s:10:\"size_after\";i:31745;s:4:\"time\";d:0.14000000000000001;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.289999999999999;s:5:\"bytes\";i:8289;s:11:\"size_before\";i:37195;s:10:\"size_after\";i:28906;s:4:\"time\";d:0.12;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.850000000000001;s:5:\"bytes\";i:5194;s:11:\"size_before\";i:22730;s:10:\"size_after\";i:17536;s:4:\"time\";d:0.13;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.890000000000001;s:5:\"bytes\";i:2755;s:11:\"size_before\";i:12037;s:10:\"size_after\";i:9282;s:4:\"time\";d:0.029999999999999999;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.030000000000001;s:5:\"bytes\";i:11155;s:11:\"size_before\";i:61885;s:10:\"size_after\";i:50730;s:4:\"time\";d:0.23000000000000001;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.780000000000001;s:5:\"bytes\";i:647;s:11:\"size_before\";i:3639;s:10:\"size_after\";i:2992;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:21.780000000000001;s:5:\"bytes\";i:2310;s:11:\"size_before\";i:10605;s:10:\"size_after\";i:8295;s:4:\"time\";d:0.029999999999999999;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:22.02;s:5:\"bytes\";i:5630;s:11:\"size_before\";i:25562;s:10:\"size_after\";i:19932;s:4:\"time\";d:0.070000000000000007;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:21.09;s:5:\"bytes\";i:8979;s:11:\"size_before\";i:42576;s:10:\"size_after\";i:33597;s:4:\"time\";d:0.14000000000000001;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:19.260000000000002;s:5:\"bytes\";i:11702;s:11:\"size_before\";i:60750;s:10:\"size_after\";i:49048;s:4:\"time\";d:0.23999999999999999;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:17.120000000000001;s:5:\"bytes\";i:17484;s:11:\"size_before\";i:102136;s:10:\"size_after\";i:84652;s:4:\"time\";d:0.42999999999999999;}}}'),(18896,4259,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:17.328780433635934;s:5:\"bytes\";i:49936;s:11:\"size_before\";i:288168;s:10:\"size_after\";i:238232;s:4:\"time\";d:0.81000000000000016;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.190000000000001;s:5:\"bytes\";i:3327;s:11:\"size_before\";i:17333;s:10:\"size_after\";i:14006;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.02;s:5:\"bytes\";i:9639;s:11:\"size_before\";i:50672;s:10:\"size_after\";i:41033;s:4:\"time\";d:0.10000000000000001;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.629999999999999;s:5:\"bytes\";i:8337;s:11:\"size_before\";i:42477;s:10:\"size_after\";i:34140;s:4:\"time\";d:0.10000000000000001;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.91;s:5:\"bytes\";i:7357;s:11:\"size_before\";i:35186;s:10:\"size_after\";i:27829;s:4:\"time\";d:0.19;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34140;s:10:\"size_after\";i:34140;s:4:\"time\";d:0.11;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.41;s:5:\"bytes\";i:8028;s:11:\"size_before\";i:41359;s:10:\"size_after\";i:33331;s:4:\"time\";d:0.059999999999999998;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.25;s:5:\"bytes\";i:3854;s:11:\"size_before\";i:19030;s:10:\"size_after\";i:15176;s:4:\"time\";d:0.040000000000000001;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.210000000000001;s:5:\"bytes\";i:1026;s:11:\"size_before\";i:5342;s:10:\"size_after\";i:4316;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:19.699999999999999;s:5:\"bytes\";i:5187;s:11:\"size_before\";i:26330;s:10:\"size_after\";i:21143;s:4:\"time\";d:0.13;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.52;s:5:\"bytes\";i:3181;s:11:\"size_before\";i:16299;s:10:\"size_after\";i:13118;s:4:\"time\";d:0.040000000000000001;}}}'),(18897,4257,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.443539669957485;s:5:\"bytes\";i:86955;s:11:\"size_before\";i:832620;s:10:\"size_after\";i:745665;s:4:\"time\";d:0.56000000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.130000000000001;s:5:\"bytes\";i:1002;s:11:\"size_before\";i:9892;s:10:\"size_after\";i:8890;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.17;s:5:\"bytes\";i:1982;s:11:\"size_before\";i:19492;s:10:\"size_after\";i:17510;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.24;s:5:\"bytes\";i:8299;s:11:\"size_before\";i:73818;s:10:\"size_after\";i:65519;s:4:\"time\";d:0.080000000000000002;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.31;s:5:\"bytes\";i:11947;s:11:\"size_before\";i:105667;s:10:\"size_after\";i:93720;s:4:\"time\";d:0.050000000000000003;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.6199999999999992;s:5:\"bytes\";i:4457;s:11:\"size_before\";i:46339;s:10:\"size_after\";i:41882;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.029999999999999;s:5:\"bytes\";i:2205;s:11:\"size_before\";i:21981;s:10:\"size_after\";i:19776;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.35;s:5:\"bytes\";i:7603;s:11:\"size_before\";i:73448;s:10:\"size_after\";i:65845;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3000000000000007;s:5:\"bytes\";i:3834;s:11:\"size_before\";i:41216;s:10:\"size_after\";i:37382;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.130000000000001;s:5:\"bytes\";i:3819;s:11:\"size_before\";i:37684;s:10:\"size_after\";i:33865;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.75;s:5:\"bytes\";i:2686;s:11:\"size_before\";i:22850;s:10:\"size_after\";i:20164;s:4:\"time\";d:0.080000000000000002;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.5299999999999994;s:5:\"bytes\";i:1050;s:11:\"size_before\";i:11022;s:10:\"size_after\";i:9972;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.119999999999999;s:5:\"bytes\";i:6839;s:11:\"size_before\";i:67572;s:10:\"size_after\";i:60733;s:4:\"time\";d:0.029999999999999999;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0199999999999996;s:5:\"bytes\";i:274;s:11:\"size_before\";i:3038;s:10:\"size_after\";i:2764;s:4:\"time\";d:0.02;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:9.5299999999999994;s:5:\"bytes\";i:965;s:11:\"size_before\";i:10121;s:10:\"size_after\";i:9156;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:10.42;s:5:\"bytes\";i:3025;s:11:\"size_before\";i:29025;s:10:\"size_after\";i:26000;s:4:\"time\";d:0.02;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:9.6699999999999999;s:5:\"bytes\";i:5003;s:11:\"size_before\";i:51763;s:10:\"size_after\";i:46760;s:4:\"time\";d:0.02;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:10.529999999999999;s:5:\"bytes\";i:8101;s:11:\"size_before\";i:76965;s:10:\"size_after\";i:68864;s:4:\"time\";d:0.029999999999999999;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:10.609999999999999;s:5:\"bytes\";i:13864;s:11:\"size_before\";i:130727;s:10:\"size_after\";i:116863;s:4:\"time\";d:0.070000000000000007;}}}'),(18898,4256,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.1162618870968233;s:5:\"bytes\";i:16619;s:11:\"size_before\";i:324827;s:10:\"size_after\";i:308208;s:4:\"time\";d:0.40000000000000008;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2000000000000002;s:5:\"bytes\";i:207;s:11:\"size_before\";i:4923;s:10:\"size_after\";i:4716;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8799999999999999;s:5:\"bytes\";i:252;s:11:\"size_before\";i:6489;s:10:\"size_after\";i:6237;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0700000000000003;s:5:\"bytes\";i:1313;s:11:\"size_before\";i:25910;s:10:\"size_after\";i:24597;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8600000000000003;s:5:\"bytes\";i:2440;s:11:\"size_before\";i:41630;s:10:\"size_after\";i:39190;s:4:\"time\";d:0.040000000000000001;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7999999999999998;s:5:\"bytes\";i:768;s:11:\"size_before\";i:15987;s:10:\"size_after\";i:15219;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.77;s:5:\"bytes\";i:346;s:11:\"size_before\";i:9177;s:10:\"size_after\";i:8831;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7000000000000002;s:5:\"bytes\";i:1657;s:11:\"size_before\";i:29094;s:10:\"size_after\";i:27437;s:4:\"time\";d:0.050000000000000003;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4299999999999997;s:5:\"bytes\";i:671;s:11:\"size_before\";i:15146;s:10:\"size_after\";i:14475;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9900000000000002;s:5:\"bytes\";i:629;s:11:\"size_before\";i:15749;s:10:\"size_after\";i:15120;s:4:\"time\";d:0.01;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8300000000000001;s:5:\"bytes\";i:358;s:11:\"size_before\";i:9342;s:10:\"size_after\";i:8984;s:4:\"time\";d:0.02;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5199999999999996;s:5:\"bytes\";i:227;s:11:\"size_before\";i:5027;s:10:\"size_after\";i:4800;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4199999999999999;s:5:\"bytes\";i:1310;s:11:\"size_before\";i:29634;s:10:\"size_after\";i:28324;s:4:\"time\";d:0.050000000000000003;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6699999999999999;s:5:\"bytes\";i:131;s:11:\"size_before\";i:1965;s:10:\"size_after\";i:1834;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7599999999999998;s:5:\"bytes\";i:145;s:11:\"size_before\";i:3859;s:10:\"size_after\";i:3714;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3499999999999996;s:5:\"bytes\";i:421;s:11:\"size_before\";i:9688;s:10:\"size_after\";i:9267;s:4:\"time\";d:0.01;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4699999999999998;s:5:\"bytes\";i:804;s:11:\"size_before\";i:17993;s:10:\"size_after\";i:17189;s:4:\"time\";d:0.02;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9900000000000002;s:5:\"bytes\";i:1390;s:11:\"size_before\";i:27848;s:10:\"size_after\";i:26458;s:4:\"time\";d:0.029999999999999999;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4100000000000001;s:5:\"bytes\";i:3550;s:11:\"size_before\";i:55366;s:10:\"size_after\";i:51816;s:4:\"time\";d:0.050000000000000003;}}}'),(18899,4236,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:18.566827301337529;s:5:\"bytes\";i:135927;s:11:\"size_before\";i:732096;s:10:\"size_after\";i:596169;s:4:\"time\";d:1.99;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.82;s:5:\"bytes\";i:2688;s:11:\"size_before\";i:11285;s:10:\"size_after\";i:8597;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.559999999999999;s:5:\"bytes\";i:7473;s:11:\"size_before\";i:30423;s:10:\"size_after\";i:22950;s:4:\"time\";d:0.059999999999999998;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.620000000000001;s:5:\"bytes\";i:2016;s:11:\"size_before\";i:8189;s:10:\"size_after\";i:6173;s:4:\"time\";d:0.029999999999999999;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.149999999999999;s:5:\"bytes\";i:14369;s:11:\"size_before\";i:67923;s:10:\"size_after\";i:53554;s:4:\"time\";d:0.16;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:53554;s:10:\"size_after\";i:53554;s:4:\"time\";d:0.17000000000000001;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.32;s:5:\"bytes\";i:7248;s:11:\"size_before\";i:50631;s:10:\"size_after\";i:43383;s:4:\"time\";d:0.14000000000000001;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.57;s:5:\"bytes\";i:6665;s:11:\"size_before\";i:29535;s:10:\"size_after\";i:22870;s:4:\"time\";d:0.080000000000000002;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.66;s:5:\"bytes\";i:14580;s:11:\"size_before\";i:82550;s:10:\"size_after\";i:67970;s:4:\"time\";d:0.23999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.949999999999999;s:5:\"bytes\";i:9190;s:11:\"size_before\";i:51211;s:10:\"size_after\";i:42021;s:4:\"time\";d:0.12;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.829999999999998;s:5:\"bytes\";i:11557;s:11:\"size_before\";i:50627;s:10:\"size_after\";i:39070;s:4:\"time\";d:0.12;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.109999999999999;s:5:\"bytes\";i:6662;s:11:\"size_before\";i:27632;s:10:\"size_after\";i:20970;s:4:\"time\";d:0.059999999999999998;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.539999999999999;s:5:\"bytes\";i:2947;s:11:\"size_before\";i:12521;s:10:\"size_after\";i:9574;s:4:\"time\";d:0.029999999999999999;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.920000000000002;s:5:\"bytes\";i:15839;s:11:\"size_before\";i:88391;s:10:\"size_after\";i:72552;s:4:\"time\";d:0.23999999999999999;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.539999999999999;s:5:\"bytes\";i:866;s:11:\"size_before\";i:4020;s:10:\"size_after\";i:3154;s:4:\"time\";d:0.02;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:23.940000000000001;s:5:\"bytes\";i:3884;s:11:\"size_before\";i:16221;s:10:\"size_after\";i:12337;s:4:\"time\";d:0.040000000000000001;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:22.390000000000001;s:5:\"bytes\";i:10724;s:11:\"size_before\";i:47898;s:10:\"size_after\";i:37174;s:4:\"time\";d:0.13;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:19.09;s:5:\"bytes\";i:17077;s:11:\"size_before\";i:89456;s:10:\"size_after\";i:72379;s:4:\"time\";d:0.28999999999999998;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.359999999999999;s:5:\"bytes\";i:2142;s:11:\"size_before\";i:10029;s:10:\"size_after\";i:7887;s:4:\"time\";d:0.029999999999999999;}}}'),(18900,4230,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.3402828124047188;s:5:\"bytes\";i:10362;s:11:\"size_before\";i:442767;s:10:\"size_after\";i:432405;s:4:\"time\";d:0.55000000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2300000000000004;s:5:\"bytes\";i:337;s:11:\"size_before\";i:5405;s:10:\"size_after\";i:5068;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3999999999999999;s:5:\"bytes\";i:324;s:11:\"size_before\";i:9530;s:10:\"size_after\";i:9206;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1400000000000001;s:5:\"bytes\";i:752;s:11:\"size_before\";i:35075;s:10:\"size_after\";i:34323;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.23;s:5:\"bytes\";i:1191;s:11:\"size_before\";i:53325;s:10:\"size_after\";i:52134;s:4:\"time\";d:0.059999999999999998;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.04;s:5:\"bytes\";i:213;s:11:\"size_before\";i:3025;s:10:\"size_after\";i:2812;s:4:\"time\";d:0.029999999999999999;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.0299999999999998;s:5:\"bytes\";i:387;s:11:\"size_before\";i:19069;s:10:\"size_after\";i:18682;s:4:\"time\";d:0.029999999999999999;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18682;s:10:\"size_after\";i:18682;s:4:\"time\";d:0.01;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.9399999999999999;s:5:\"bytes\";i:406;s:11:\"size_before\";i:20933;s:10:\"size_after\";i:20527;s:4:\"time\";d:0.029999999999999999;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3900000000000001;s:5:\"bytes\";i:342;s:11:\"size_before\";i:10095;s:10:\"size_after\";i:9753;s:4:\"time\";d:0.02;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.54;s:5:\"bytes\";i:554;s:11:\"size_before\";i:35890;s:10:\"size_after\";i:35336;s:4:\"time\";d:0.050000000000000003;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.25;s:5:\"bytes\";i:411;s:11:\"size_before\";i:18296;s:10:\"size_after\";i:17885;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3999999999999999;s:5:\"bytes\";i:401;s:11:\"size_before\";i:16725;s:10:\"size_after\";i:16324;s:4:\"time\";d:0.040000000000000001;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1699999999999999;s:5:\"bytes\";i:319;s:11:\"size_before\";i:10057;s:10:\"size_after\";i:9738;s:4:\"time\";d:0.02;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2300000000000004;s:5:\"bytes\";i:232;s:11:\"size_before\";i:5490;s:10:\"size_after\";i:5258;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.8899999999999999;s:5:\"bytes\";i:565;s:11:\"size_before\";i:29883;s:10:\"size_after\";i:29318;s:4:\"time\";d:0.02;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8099999999999996;s:5:\"bytes\";i:167;s:11:\"size_before\";i:2139;s:10:\"size_after\";i:1972;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.54;s:5:\"bytes\";i:253;s:11:\"size_before\";i:5570;s:10:\"size_after\";i:5317;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3799999999999999;s:5:\"bytes\";i:332;s:11:\"size_before\";i:13922;s:10:\"size_after\";i:13590;s:4:\"time\";d:0.02;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1099999999999999;s:5:\"bytes\";i:520;s:11:\"size_before\";i:24648;s:10:\"size_after\";i:24128;s:4:\"time\";d:0.02;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:2.02;s:5:\"bytes\";i:754;s:11:\"size_before\";i:37278;s:10:\"size_after\";i:36524;s:4:\"time\";d:0.029999999999999999;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8100000000000001;s:5:\"bytes\";i:1902;s:11:\"size_before\";i:67730;s:10:\"size_after\";i:65828;s:4:\"time\";d:0.059999999999999998;}}}'),(18901,4227,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.5272050909622883;s:5:\"bytes\";i:27004;s:11:\"size_before\";i:765592;s:10:\"size_after\";i:738588;s:4:\"time\";d:0.60000000000000009;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6200000000000001;s:5:\"bytes\";i:523;s:11:\"size_before\";i:7899;s:10:\"size_after\";i:7376;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0499999999999998;s:5:\"bytes\";i:869;s:11:\"size_before\";i:17195;s:10:\"size_after\";i:16326;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.23;s:5:\"bytes\";i:2051;s:11:\"size_before\";i:63473;s:10:\"size_after\";i:61422;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8900000000000001;s:5:\"bytes\";i:2749;s:11:\"size_before\";i:94996;s:10:\"size_after\";i:92247;s:4:\"time\";d:0.080000000000000002;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0800000000000001;s:5:\"bytes\";i:342;s:11:\"size_before\";i:4833;s:10:\"size_after\";i:4491;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1600000000000001;s:5:\"bytes\";i:1464;s:11:\"size_before\";i:35155;s:10:\"size_after\";i:33691;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33691;s:10:\"size_after\";i:33691;s:4:\"time\";d:0.02;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.21;s:5:\"bytes\";i:1432;s:11:\"size_before\";i:34053;s:10:\"size_after\";i:32621;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3300000000000001;s:5:\"bytes\";i:881;s:11:\"size_before\";i:16543;s:10:\"size_after\";i:15662;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1800000000000002;s:5:\"bytes\";i:1789;s:11:\"size_before\";i:56242;s:10:\"size_after\";i:54453;s:4:\"time\";d:0.059999999999999998;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2599999999999998;s:5:\"bytes\";i:1239;s:11:\"size_before\";i:29065;s:10:\"size_after\";i:27826;s:4:\"time\";d:0.040000000000000001;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4900000000000002;s:5:\"bytes\";i:1255;s:11:\"size_before\";i:27937;s:10:\"size_after\";i:26682;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2999999999999998;s:5:\"bytes\";i:883;s:11:\"size_before\";i:16649;s:10:\"size_after\";i:15766;s:4:\"time\";d:0.02;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9699999999999998;s:5:\"bytes\";i:611;s:11:\"size_before\";i:8772;s:10:\"size_after\";i:8161;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6499999999999999;s:5:\"bytes\";i:1819;s:11:\"size_before\";i:49792;s:10:\"size_after\";i:47973;s:4:\"time\";d:0.02;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8499999999999996;s:5:\"bytes\";i:250;s:11:\"size_before\";i:2824;s:10:\"size_after\";i:2574;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1600000000000001;s:5:\"bytes\";i:599;s:11:\"size_before\";i:9731;s:10:\"size_after\";i:9132;s:4:\"time\";d:0.02;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6799999999999997;s:5:\"bytes\";i:1190;s:11:\"size_before\";i:25408;s:10:\"size_after\";i:24218;s:4:\"time\";d:0.02;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.71;s:5:\"bytes\";i:1679;s:11:\"size_before\";i:45313;s:10:\"size_after\";i:43634;s:4:\"time\";d:0.02;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.02;s:5:\"bytes\";i:2030;s:11:\"size_before\";i:67205;s:10:\"size_after\";i:65175;s:4:\"time\";d:0.059999999999999998;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8199999999999998;s:5:\"bytes\";i:3349;s:11:\"size_before\";i:118816;s:10:\"size_after\";i:115467;s:4:\"time\";d:0.070000000000000007;}}}'),(18902,4221,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.0080286512652998;s:5:\"bytes\";i:15276;s:11:\"size_before\";i:381135;s:10:\"size_after\";i:365859;s:4:\"time\";d:0.50000000000000011;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6299999999999999;s:5:\"bytes\";i:230;s:11:\"size_before\";i:4084;s:10:\"size_after\";i:3854;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8100000000000001;s:5:\"bytes\";i:271;s:11:\"size_before\";i:7107;s:10:\"size_after\";i:6836;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9700000000000002;s:5:\"bytes\";i:1186;s:11:\"size_before\";i:29841;s:10:\"size_after\";i:28655;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2400000000000002;s:5:\"bytes\";i:1979;s:11:\"size_before\";i:46663;s:10:\"size_after\";i:44684;s:4:\"time\";d:0.040000000000000001;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4500000000000002;s:5:\"bytes\";i:156;s:11:\"size_before\";i:2095;s:10:\"size_after\";i:1939;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2300000000000004;s:5:\"bytes\";i:659;s:11:\"size_before\";i:15575;s:10:\"size_after\";i:14916;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14916;s:10:\"size_after\";i:14916;s:4:\"time\";d:0.02;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8500000000000001;s:5:\"bytes\";i:705;s:11:\"size_before\";i:18322;s:10:\"size_after\";i:17617;s:4:\"time\";d:0.01;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0499999999999998;s:5:\"bytes\";i:345;s:11:\"size_before\";i:8513;s:10:\"size_after\";i:8168;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9500000000000002;s:5:\"bytes\";i:1256;s:11:\"size_before\";i:31834;s:10:\"size_after\";i:30578;s:4:\"time\";d:0.070000000000000007;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.71;s:5:\"bytes\";i:585;s:11:\"size_before\";i:15777;s:10:\"size_after\";i:15192;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8300000000000001;s:5:\"bytes\";i:577;s:11:\"size_before\";i:15069;s:10:\"size_after\";i:14492;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8199999999999998;s:5:\"bytes\";i:326;s:11:\"size_before\";i:8534;s:10:\"size_after\";i:8208;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8300000000000001;s:5:\"bytes\";i:213;s:11:\"size_before\";i:4406;s:10:\"size_after\";i:4193;s:4:\"time\";d:0.02;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8999999999999999;s:5:\"bytes\";i:1113;s:11:\"size_before\";i:28542;s:10:\"size_after\";i:27429;s:4:\"time\";d:0.02;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5500000000000007;s:5:\"bytes\";i:141;s:11:\"size_before\";i:1649;s:10:\"size_after\";i:1508;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0599999999999996;s:5:\"bytes\";i:201;s:11:\"size_before\";i:3974;s:10:\"size_after\";i:3773;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2699999999999996;s:5:\"bytes\";i:473;s:11:\"size_before\";i:11086;s:10:\"size_after\";i:10613;s:4:\"time\";d:0.01;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9500000000000002;s:5:\"bytes\";i:820;s:11:\"size_before\";i:20777;s:10:\"size_after\";i:19957;s:4:\"time\";d:0.029999999999999999;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0800000000000001;s:5:\"bytes\";i:1307;s:11:\"size_before\";i:32045;s:10:\"size_after\";i:30738;s:4:\"time\";d:0.040000000000000001;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5300000000000002;s:5:\"bytes\";i:2733;s:11:\"size_before\";i:60326;s:10:\"size_after\";i:57593;s:4:\"time\";d:0.050000000000000003;}}}'),(18903,4220,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.383395978856464;s:5:\"bytes\";i:12584;s:11:\"size_before\";i:371934;s:10:\"size_after\";i:359350;s:4:\"time\";d:0.42999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2800000000000002;s:5:\"bytes\";i:201;s:11:\"size_before\";i:3806;s:10:\"size_after\";i:3605;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.48;s:5:\"bytes\";i:234;s:11:\"size_before\";i:6726;s:10:\"size_after\";i:6492;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.21;s:5:\"bytes\";i:933;s:11:\"size_before\";i:29054;s:10:\"size_after\";i:28121;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3700000000000001;s:5:\"bytes\";i:1571;s:11:\"size_before\";i:46663;s:10:\"size_after\";i:45092;s:4:\"time\";d:0.029999999999999999;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8700000000000001;s:5:\"bytes\";i:163;s:11:\"size_before\";i:2070;s:10:\"size_after\";i:1907;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2599999999999998;s:5:\"bytes\";i:482;s:11:\"size_before\";i:14768;s:10:\"size_after\";i:14286;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14286;s:10:\"size_after\";i:14286;s:4:\"time\";d:0.01;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1499999999999999;s:5:\"bytes\";i:541;s:11:\"size_before\";i:17150;s:10:\"size_after\";i:16609;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6000000000000001;s:5:\"bytes\";i:287;s:11:\"size_before\";i:7969;s:10:\"size_after\";i:7682;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2200000000000002;s:5:\"bytes\";i:993;s:11:\"size_before\";i:30806;s:10:\"size_after\";i:29813;s:4:\"time\";d:0.02;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0099999999999998;s:5:\"bytes\";i:444;s:11:\"size_before\";i:14750;s:10:\"size_after\";i:14306;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0899999999999999;s:5:\"bytes\";i:446;s:11:\"size_before\";i:14415;s:10:\"size_after\";i:13969;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7999999999999998;s:5:\"bytes\";i:307;s:11:\"size_before\";i:8070;s:10:\"size_after\";i:7763;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4400000000000004;s:5:\"bytes\";i:181;s:11:\"size_before\";i:4081;s:10:\"size_after\";i:3900;s:4:\"time\";d:0.02;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3100000000000001;s:5:\"bytes\";i:939;s:11:\"size_before\";i:28392;s:10:\"size_after\";i:27453;s:4:\"time\";d:0.02;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9499999999999993;s:5:\"bytes\";i:140;s:11:\"size_before\";i:1564;s:10:\"size_after\";i:1424;s:4:\"time\";d:0.029999999999999999;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4299999999999997;s:5:\"bytes\";i:210;s:11:\"size_before\";i:3864;s:10:\"size_after\";i:3654;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6600000000000001;s:5:\"bytes\";i:383;s:11:\"size_before\";i:10463;s:10:\"size_after\";i:10080;s:4:\"time\";d:0.029999999999999999;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0899999999999999;s:5:\"bytes\";i:613;s:11:\"size_before\";i:19869;s:10:\"size_after\";i:19256;s:4:\"time\";d:0.02;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2200000000000002;s:5:\"bytes\";i:1018;s:11:\"size_before\";i:31630;s:10:\"size_after\";i:30612;s:4:\"time\";d:0.02;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0599999999999996;s:5:\"bytes\";i:2498;s:11:\"size_before\";i:61538;s:10:\"size_after\";i:59040;s:4:\"time\";d:0.050000000000000003;}}}'),(18904,4219,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.8073056676837438;s:5:\"bytes\";i:16239;s:11:\"size_before\";i:578455;s:10:\"size_after\";i:562216;s:4:\"time\";d:0.57000000000000006;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5099999999999998;s:5:\"bytes\";i:316;s:11:\"size_before\";i:5730;s:10:\"size_after\";i:5414;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3600000000000003;s:5:\"bytes\";i:455;s:11:\"size_before\";i:10429;s:10:\"size_after\";i:9974;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8199999999999998;s:5:\"bytes\";i:1281;s:11:\"size_before\";i:45492;s:10:\"size_after\";i:44211;s:4:\"time\";d:0.050000000000000003;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.29;s:5:\"bytes\";i:1644;s:11:\"size_before\";i:71886;s:10:\"size_after\";i:70242;s:4:\"time\";d:0.050000000000000003;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3799999999999999;s:5:\"bytes\";i:206;s:11:\"size_before\";i:2790;s:10:\"size_after\";i:2584;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.04;s:5:\"bytes\";i:698;s:11:\"size_before\";i:22992;s:10:\"size_after\";i:22294;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22294;s:10:\"size_after\";i:22294;s:4:\"time\";d:0.050000000000000003;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6800000000000002;s:5:\"bytes\";i:742;s:11:\"size_before\";i:27717;s:10:\"size_after\";i:26975;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.73;s:5:\"bytes\";i:468;s:11:\"size_before\";i:12558;s:10:\"size_after\";i:12090;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6000000000000001;s:5:\"bytes\";i:1297;s:11:\"size_before\";i:49963;s:10:\"size_after\";i:48666;s:4:\"time\";d:0.059999999999999998;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1699999999999999;s:5:\"bytes\";i:747;s:11:\"size_before\";i:23600;s:10:\"size_after\";i:22853;s:4:\"time\";d:0.040000000000000001;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1499999999999999;s:5:\"bytes\";i:710;s:11:\"size_before\";i:22554;s:10:\"size_after\";i:21844;s:4:\"time\";d:0.040000000000000001;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9199999999999999;s:5:\"bytes\";i:504;s:11:\"size_before\";i:12852;s:10:\"size_after\";i:12348;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4800000000000004;s:5:\"bytes\";i:345;s:11:\"size_before\";i:6301;s:10:\"size_after\";i:5956;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6800000000000002;s:5:\"bytes\";i:1176;s:11:\"size_before\";i:43826;s:10:\"size_after\";i:42650;s:4:\"time\";d:0.02;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4700000000000006;s:5:\"bytes\";i:166;s:11:\"size_before\";i:1961;s:10:\"size_after\";i:1795;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8099999999999996;s:5:\"bytes\";i:330;s:11:\"size_before\";i:5676;s:10:\"size_after\";i:5346;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.73;s:5:\"bytes\";i:605;s:11:\"size_before\";i:16206;s:10:\"size_after\";i:15601;s:4:\"time\";d:0.02;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:2.96;s:5:\"bytes\";i:911;s:11:\"size_before\";i:30762;s:10:\"size_after\";i:29851;s:4:\"time\";d:0.02;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6699999999999999;s:5:\"bytes\";i:1299;s:11:\"size_before\";i:48649;s:10:\"size_after\";i:47350;s:4:\"time\";d:0.029999999999999999;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:2.48;s:5:\"bytes\";i:2339;s:11:\"size_before\";i:94217;s:10:\"size_after\";i:91878;s:4:\"time\";d:0.070000000000000007;}}}'),(18905,4218,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.6971383362252648;s:5:\"bytes\";i:9000;s:11:\"size_before\";i:333687;s:10:\"size_after\";i:324687;s:4:\"time\";d:0.38;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2800000000000002;s:5:\"bytes\";i:234;s:11:\"size_before\";i:3729;s:10:\"size_after\";i:3495;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5499999999999998;s:5:\"bytes\";i:349;s:11:\"size_before\";i:6287;s:10:\"size_after\";i:5938;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2200000000000002;s:5:\"bytes\";i:764;s:11:\"size_before\";i:23752;s:10:\"size_after\";i:22988;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5299999999999998;s:5:\"bytes\";i:912;s:11:\"size_before\";i:36094;s:10:\"size_after\";i:35182;s:4:\"time\";d:0.029999999999999999;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9199999999999999;s:5:\"bytes\";i:163;s:11:\"size_before\";i:2058;s:10:\"size_after\";i:1895;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1200000000000001;s:5:\"bytes\";i:526;s:11:\"size_before\";i:12754;s:10:\"size_after\";i:12228;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12228;s:10:\"size_after\";i:12228;s:4:\"time\";d:0.01;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1800000000000002;s:5:\"bytes\";i:460;s:11:\"size_before\";i:21054;s:10:\"size_after\";i:20594;s:4:\"time\";d:0.029999999999999999;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5499999999999998;s:5:\"bytes\";i:316;s:11:\"size_before\";i:8901;s:10:\"size_after\";i:8585;s:4:\"time\";d:0.02;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.4099999999999999;s:5:\"bytes\";i:491;s:11:\"size_before\";i:34746;s:10:\"size_after\";i:34255;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3100000000000001;s:5:\"bytes\";i:391;s:11:\"size_before\";i:16896;s:10:\"size_after\";i:16505;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5600000000000001;s:5:\"bytes\";i:373;s:11:\"size_before\";i:14578;s:10:\"size_after\";i:14205;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.04;s:5:\"bytes\";i:343;s:11:\"size_before\";i:8483;s:10:\"size_after\";i:8140;s:4:\"time\";d:0.02;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1399999999999997;s:5:\"bytes\";i:229;s:11:\"size_before\";i:4452;s:10:\"size_after\";i:4223;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.3400000000000001;s:5:\"bytes\";i:350;s:11:\"size_before\";i:26071;s:10:\"size_after\";i:25721;s:4:\"time\";d:0.029999999999999999;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0800000000000001;s:5:\"bytes\";i:140;s:11:\"size_before\";i:1732;s:10:\"size_after\";i:1592;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6399999999999997;s:5:\"bytes\";i:233;s:11:\"size_before\";i:3507;s:10:\"size_after\";i:3274;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6600000000000001;s:5:\"bytes\";i:438;s:11:\"size_before\";i:9394;s:10:\"size_after\";i:8956;s:4:\"time\";d:0.01;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7799999999999998;s:5:\"bytes\";i:627;s:11:\"size_before\";i:16606;s:10:\"size_after\";i:15979;s:4:\"time\";d:0.01;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:2.79;s:5:\"bytes\";i:703;s:11:\"size_before\";i:25218;s:10:\"size_after\";i:24515;s:4:\"time\";d:0.02;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1200000000000001;s:5:\"bytes\";i:958;s:11:\"size_before\";i:45147;s:10:\"size_after\";i:44189;s:4:\"time\";d:0.029999999999999999;}}}'),(18906,4217,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.812674324842364;s:5:\"bytes\";i:23074;s:11:\"size_before\";i:605192;s:10:\"size_after\";i:582118;s:4:\"time\";d:0.70000000000000018;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4900000000000002;s:5:\"bytes\";i:225;s:11:\"size_before\";i:5012;s:10:\"size_after\";i:4787;s:4:\"time\";d:0.040000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.96;s:5:\"bytes\";i:413;s:11:\"size_before\";i:10426;s:10:\"size_after\";i:10013;s:4:\"time\";d:0.029999999999999999;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8399999999999999;s:5:\"bytes\";i:1885;s:11:\"size_before\";i:49129;s:10:\"size_after\";i:47244;s:4:\"time\";d:0.089999999999999997;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0499999999999998;s:5:\"bytes\";i:3303;s:11:\"size_before\";i:81508;s:10:\"size_after\";i:78205;s:4:\"time\";d:0.050000000000000003;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:7;s:5:\"bytes\";i:209;s:11:\"size_before\";i:2984;s:10:\"size_after\";i:2775;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7999999999999998;s:5:\"bytes\";i:910;s:11:\"size_before\";i:23922;s:10:\"size_after\";i:23012;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23012;s:10:\"size_after\";i:23012;s:4:\"time\";d:0.029999999999999999;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8500000000000001;s:5:\"bytes\";i:1047;s:11:\"size_before\";i:27174;s:10:\"size_after\";i:26127;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1399999999999997;s:5:\"bytes\";i:476;s:11:\"size_before\";i:11499;s:10:\"size_after\";i:11023;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8500000000000001;s:5:\"bytes\";i:1947;s:11:\"size_before\";i:50538;s:10:\"size_after\";i:48591;s:4:\"time\";d:0.080000000000000002;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.54;s:5:\"bytes\";i:784;s:11:\"size_before\";i:22175;s:10:\"size_after\";i:21391;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.77;s:5:\"bytes\";i:777;s:11:\"size_before\";i:20586;s:10:\"size_after\";i:19809;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8799999999999999;s:5:\"bytes\";i:448;s:11:\"size_before\";i:11539;s:10:\"size_after\";i:11091;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3300000000000001;s:5:\"bytes\";i:244;s:11:\"size_before\";i:5635;s:10:\"size_after\";i:5391;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8399999999999999;s:5:\"bytes\";i:1588;s:11:\"size_before\";i:41391;s:10:\"size_after\";i:39803;s:4:\"time\";d:0.029999999999999999;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9000000000000004;s:5:\"bytes\";i:156;s:11:\"size_before\";i:1974;s:10:\"size_after\";i:1818;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1600000000000001;s:5:\"bytes\";i:294;s:11:\"size_before\";i:5698;s:10:\"size_after\";i:5404;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7799999999999998;s:5:\"bytes\";i:616;s:11:\"size_before\";i:16296;s:10:\"size_after\";i:15680;s:4:\"time\";d:0.01;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7999999999999998;s:5:\"bytes\";i:1228;s:11:\"size_before\";i:32303;s:10:\"size_after\";i:31075;s:4:\"time\";d:0.02;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9900000000000002;s:5:\"bytes\";i:2116;s:11:\"size_before\";i:53020;s:10:\"size_after\";i:50904;s:4:\"time\";d:0.050000000000000003;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0300000000000002;s:5:\"bytes\";i:4408;s:11:\"size_before\";i:109371;s:10:\"size_after\";i:104963;s:4:\"time\";d:0.13;}}}'),(18907,4216,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.2078245238074157;s:5:\"bytes\";i:14490;s:11:\"size_before\";i:451708;s:10:\"size_after\";i:437218;s:4:\"time\";d:0.37000000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8199999999999998;s:5:\"bytes\";i:182;s:11:\"size_before\";i:4762;s:10:\"size_after\";i:4580;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9299999999999997;s:5:\"bytes\";i:378;s:11:\"size_before\";i:7675;s:10:\"size_after\";i:7297;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9399999999999999;s:5:\"bytes\";i:920;s:11:\"size_before\";i:31319;s:10:\"size_after\";i:30399;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0299999999999998;s:5:\"bytes\";i:1481;s:11:\"size_before\";i:48934;s:10:\"size_after\";i:47453;s:4:\"time\";d:0.029999999999999999;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1500000000000004;s:5:\"bytes\";i:193;s:11:\"size_before\";i:2369;s:10:\"size_after\";i:2176;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.46;s:5:\"bytes\";i:563;s:11:\"size_before\";i:16267;s:10:\"size_after\";i:15704;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15704;s:10:\"size_after\";i:15704;s:4:\"time\";d:0.01;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8799999999999999;s:5:\"bytes\";i:783;s:11:\"size_before\";i:27219;s:10:\"size_after\";i:26436;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.71;s:5:\"bytes\";i:440;s:11:\"size_before\";i:11857;s:10:\"size_after\";i:11417;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1099999999999999;s:5:\"bytes\";i:1516;s:11:\"size_before\";i:48805;s:10:\"size_after\";i:47289;s:4:\"time\";d:0.040000000000000001;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0499999999999998;s:5:\"bytes\";i:693;s:11:\"size_before\";i:22731;s:10:\"size_after\";i:22038;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.25;s:5:\"bytes\";i:674;s:11:\"size_before\";i:20745;s:10:\"size_after\";i:20071;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.77;s:5:\"bytes\";i:434;s:11:\"size_before\";i:11527;s:10:\"size_after\";i:11093;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5300000000000002;s:5:\"bytes\";i:261;s:11:\"size_before\";i:5766;s:10:\"size_after\";i:5505;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1699999999999999;s:5:\"bytes\";i:1275;s:11:\"size_before\";i:40163;s:10:\"size_after\";i:38888;s:4:\"time\";d:0.029999999999999999;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.25;s:5:\"bytes\";i:139;s:11:\"size_before\";i:1917;s:10:\"size_after\";i:1778;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3499999999999996;s:5:\"bytes\";i:274;s:11:\"size_before\";i:4316;s:10:\"size_after\";i:4042;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3200000000000003;s:5:\"bytes\";i:489;s:11:\"size_before\";i:11311;s:10:\"size_after\";i:10822;s:4:\"time\";d:0.01;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4100000000000001;s:5:\"bytes\";i:718;s:11:\"size_before\";i:21042;s:10:\"size_after\";i:20324;s:4:\"time\";d:0.01;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";i:3;s:5:\"bytes\";i:988;s:11:\"size_before\";i:32944;s:10:\"size_after\";i:31956;s:4:\"time\";d:0.02;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.25;s:5:\"bytes\";i:2089;s:11:\"size_before\";i:64335;s:10:\"size_after\";i:62246;s:4:\"time\";d:0.040000000000000001;}}}'),(18908,4215,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.6946599279794068;s:5:\"bytes\";i:7715;s:11:\"size_before\";i:286307;s:10:\"size_after\";i:278592;s:4:\"time\";d:0.42000000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9100000000000001;s:5:\"bytes\";i:163;s:11:\"size_before\";i:4165;s:10:\"size_after\";i:4002;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2699999999999996;s:5:\"bytes\";i:199;s:11:\"size_before\";i:4662;s:10:\"size_after\";i:4463;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.54;s:5:\"bytes\";i:445;s:11:\"size_before\";i:17539;s:10:\"size_after\";i:17094;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.96;s:5:\"bytes\";i:813;s:11:\"size_before\";i:27499;s:10:\"size_after\";i:26686;s:4:\"time\";d:0.029999999999999999;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6099999999999994;s:5:\"bytes\";i:140;s:11:\"size_before\";i:1626;s:10:\"size_after\";i:1486;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6699999999999999;s:5:\"bytes\";i:340;s:11:\"size_before\";i:9257;s:10:\"size_after\";i:8917;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8917;s:10:\"size_after\";i:8917;s:4:\"time\";d:0.01;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.2200000000000002;s:5:\"bytes\";i:407;s:11:\"size_before\";i:18353;s:10:\"size_after\";i:17946;s:4:\"time\";d:0.040000000000000001;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.98;s:5:\"bytes\";i:267;s:11:\"size_before\";i:8950;s:10:\"size_after\";i:8683;s:4:\"time\";d:0.02;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.23;s:5:\"bytes\";i:725;s:11:\"size_before\";i:32513;s:10:\"size_after\";i:31788;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3399999999999999;s:5:\"bytes\";i:374;s:11:\"size_before\";i:15957;s:10:\"size_after\";i:15583;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3599999999999999;s:5:\"bytes\";i:373;s:11:\"size_before\";i:15782;s:10:\"size_after\";i:15409;s:4:\"time\";d:0.040000000000000001;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6800000000000002;s:5:\"bytes\";i:241;s:11:\"size_before\";i:8995;s:10:\"size_after\";i:8754;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0199999999999996;s:5:\"bytes\";i:187;s:11:\"size_before\";i:4651;s:10:\"size_after\";i:4464;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1800000000000002;s:5:\"bytes\";i:661;s:11:\"size_before\";i:30336;s:10:\"size_after\";i:29675;s:4:\"time\";d:0.02;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6799999999999997;s:5:\"bytes\";i:134;s:11:\"size_before\";i:1745;s:10:\"size_after\";i:1611;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9100000000000001;s:5:\"bytes\";i:158;s:11:\"size_before\";i:2675;s:10:\"size_after\";i:2517;s:4:\"time\";d:0.029999999999999999;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7200000000000002;s:5:\"bytes\";i:258;s:11:\"size_before\";i:6927;s:10:\"size_after\";i:6669;s:4:\"time\";d:0.01;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.21;s:5:\"bytes\";i:391;s:11:\"size_before\";i:12177;s:10:\"size_after\";i:11786;s:4:\"time\";d:0.029999999999999999;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9199999999999999;s:5:\"bytes\";i:548;s:11:\"size_before\";i:18745;s:10:\"size_after\";i:18197;s:4:\"time\";d:0.02;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5600000000000001;s:5:\"bytes\";i:891;s:11:\"size_before\";i:34836;s:10:\"size_after\";i:33945;s:4:\"time\";d:0.029999999999999999;}}}'),(18909,4214,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.7359743913604255;s:5:\"bytes\";i:27952;s:11:\"size_before\";i:748185;s:10:\"size_after\";i:720233;s:4:\"time\";d:0.80000000000000016;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9699999999999998;s:5:\"bytes\";i:340;s:11:\"size_before\";i:5695;s:10:\"size_after\";i:5355;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1399999999999997;s:5:\"bytes\";i:644;s:11:\"size_before\";i:12519;s:10:\"size_after\";i:11875;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9500000000000002;s:5:\"bytes\";i:2525;s:11:\"size_before\";i:63927;s:10:\"size_after\";i:61402;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4300000000000002;s:5:\"bytes\";i:3564;s:11:\"size_before\";i:103888;s:10:\"size_after\";i:100324;s:4:\"time\";d:0.16;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8700000000000001;s:5:\"bytes\";i:200;s:11:\"size_before\";i:2910;s:10:\"size_after\";i:2710;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3300000000000001;s:5:\"bytes\";i:1324;s:11:\"size_before\";i:30545;s:10:\"size_after\";i:29221;s:4:\"time\";d:0.040000000000000001;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29221;s:10:\"size_after\";i:29221;s:4:\"time\";d:0.02;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.75;s:5:\"bytes\";i:1115;s:11:\"size_before\";i:29751;s:10:\"size_after\";i:28636;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.96;s:5:\"bytes\";i:678;s:11:\"size_before\";i:13674;s:10:\"size_after\";i:12996;s:4:\"time\";d:0.02;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3599999999999999;s:5:\"bytes\";i:1841;s:11:\"size_before\";i:54841;s:10:\"size_after\";i:53000;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0899999999999999;s:5:\"bytes\";i:1069;s:11:\"size_before\";i:26164;s:10:\"size_after\";i:25095;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4199999999999999;s:5:\"bytes\";i:1159;s:11:\"size_before\";i:26221;s:10:\"size_after\";i:25062;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8600000000000003;s:5:\"bytes\";i:667;s:11:\"size_before\";i:13737;s:10:\"size_after\";i:13070;s:4:\"time\";d:0.040000000000000001;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6299999999999999;s:5:\"bytes\";i:352;s:11:\"size_before\";i:6247;s:10:\"size_after\";i:5895;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0099999999999998;s:5:\"bytes\";i:2150;s:11:\"size_before\";i:53673;s:10:\"size_after\";i:51523;s:4:\"time\";d:0.029999999999999999;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7000000000000002;s:5:\"bytes\";i:146;s:11:\"size_before\";i:1895;s:10:\"size_after\";i:1749;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0599999999999996;s:5:\"bytes\";i:379;s:11:\"size_before\";i:6256;s:10:\"size_after\";i:5877;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8099999999999996;s:5:\"bytes\";i:974;s:11:\"size_before\";i:20233;s:10:\"size_after\";i:19259;s:4:\"time\";d:0.029999999999999999;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3399999999999999;s:5:\"bytes\";i:1817;s:11:\"size_before\";i:41907;s:10:\"size_after\";i:40090;s:4:\"time\";d:0.02;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7799999999999998;s:5:\"bytes\";i:2589;s:11:\"size_before\";i:68567;s:10:\"size_after\";i:65978;s:4:\"time\";d:0.040000000000000001;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2400000000000002;s:5:\"bytes\";i:4419;s:11:\"size_before\";i:136314;s:10:\"size_after\";i:131895;s:4:\"time\";d:0.20999999999999999;}}}'),(18910,4213,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.2438319945971577;s:5:\"bytes\";i:25206;s:11:\"size_before\";i:347965;s:10:\"size_after\";i:322759;s:4:\"time\";d:0.56000000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1100000000000003;s:5:\"bytes\";i:267;s:11:\"size_before\";i:3756;s:10:\"size_after\";i:3489;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2000000000000002;s:5:\"bytes\";i:363;s:11:\"size_before\";i:5853;s:10:\"size_after\";i:5490;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3200000000000003;s:5:\"bytes\";i:1943;s:11:\"size_before\";i:26558;s:10:\"size_after\";i:24615;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8799999999999999;s:5:\"bytes\";i:3618;s:11:\"size_before\";i:45940;s:10:\"size_after\";i:42322;s:4:\"time\";d:0.040000000000000001;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.23;s:5:\"bytes\";i:192;s:11:\"size_before\";i:1876;s:10:\"size_after\";i:1684;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3700000000000001;s:5:\"bytes\";i:817;s:11:\"size_before\";i:12826;s:10:\"size_after\";i:12009;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12009;s:10:\"size_after\";i:12009;s:4:\"time\";d:0.02;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0700000000000003;s:5:\"bytes\";i:1041;s:11:\"size_before\";i:14715;s:10:\"size_after\";i:13674;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7999999999999998;s:5:\"bytes\";i:420;s:11:\"size_before\";i:7243;s:10:\"size_after\";i:6823;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0299999999999994;s:5:\"bytes\";i:2329;s:11:\"size_before\";i:29010;s:10:\"size_after\";i:26681;s:4:\"time\";d:0.070000000000000007;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6200000000000001;s:5:\"bytes\";i:850;s:11:\"size_before\";i:12840;s:10:\"size_after\";i:11990;s:4:\"time\";d:0.040000000000000001;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5700000000000003;s:5:\"bytes\";i:853;s:11:\"size_before\";i:12989;s:10:\"size_after\";i:12136;s:4:\"time\";d:0.029999999999999999;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.46;s:5:\"bytes\";i:482;s:11:\"size_before\";i:7458;s:10:\"size_after\";i:6976;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.79;s:5:\"bytes\";i:266;s:11:\"size_before\";i:3919;s:10:\"size_after\";i:3653;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1799999999999997;s:5:\"bytes\";i:1915;s:11:\"size_before\";i:26669;s:10:\"size_after\";i:24754;s:4:\"time\";d:0.040000000000000001;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.890000000000001;s:5:\"bytes\";i:192;s:11:\"size_before\";i:1615;s:10:\"size_after\";i:1423;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6600000000000001;s:5:\"bytes\";i:263;s:11:\"size_before\";i:3435;s:10:\"size_after\";i:3172;s:4:\"time\";d:0.02;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5700000000000003;s:5:\"bytes\";i:590;s:11:\"size_before\";i:8974;s:10:\"size_after\";i:8384;s:4:\"time\";d:0.02;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:7.04;s:5:\"bytes\";i:1227;s:11:\"size_before\";i:17424;s:10:\"size_after\";i:16197;s:4:\"time\";d:0.02;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3499999999999996;s:5:\"bytes\";i:2134;s:11:\"size_before\";i:29024;s:10:\"size_after\";i:26890;s:4:\"time\";d:0.029999999999999999;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5299999999999994;s:5:\"bytes\";i:5444;s:11:\"size_before\";i:63832;s:10:\"size_after\";i:58388;s:4:\"time\";d:0.10000000000000001;}}}'),(18911,4212,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.6371986657223645;s:5:\"bytes\";i:9756;s:11:\"size_before\";i:369938;s:10:\"size_after\";i:360182;s:4:\"time\";d:0.47000000000000008;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2699999999999996;s:5:\"bytes\";i:176;s:11:\"size_before\";i:4122;s:10:\"size_after\";i:3946;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.79;s:5:\"bytes\";i:332;s:11:\"size_before\";i:6924;s:10:\"size_after\";i:6592;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5;s:5:\"bytes\";i:653;s:11:\"size_before\";i:26159;s:10:\"size_after\";i:25506;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.2599999999999998;s:5:\"bytes\";i:910;s:11:\"size_before\";i:40307;s:10:\"size_after\";i:39397;s:4:\"time\";d:0.029999999999999999;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9900000000000002;s:5:\"bytes\";i:176;s:11:\"size_before\";i:2203;s:10:\"size_after\";i:2027;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8900000000000001;s:5:\"bytes\";i:410;s:11:\"size_before\";i:14207;s:10:\"size_after\";i:13797;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13797;s:10:\"size_after\";i:13797;s:4:\"time\";d:0.01;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5600000000000001;s:5:\"bytes\";i:581;s:11:\"size_before\";i:22669;s:10:\"size_after\";i:22088;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2799999999999998;s:5:\"bytes\";i:310;s:11:\"size_before\";i:9449;s:10:\"size_after\";i:9139;s:4:\"time\";d:0.040000000000000001;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1699999999999999;s:5:\"bytes\";i:829;s:11:\"size_before\";i:38275;s:10:\"size_after\";i:37446;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6499999999999999;s:5:\"bytes\";i:486;s:11:\"size_before\";i:18359;s:10:\"size_after\";i:17873;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1200000000000001;s:5:\"bytes\";i:499;s:11:\"size_before\";i:15985;s:10:\"size_after\";i:15486;s:4:\"time\";d:0.029999999999999999;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5499999999999998;s:5:\"bytes\";i:316;s:11:\"size_before\";i:8912;s:10:\"size_after\";i:8596;s:4:\"time\";d:0.029999999999999999;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1399999999999997;s:5:\"bytes\";i:187;s:11:\"size_before\";i:4522;s:10:\"size_after\";i:4335;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8500000000000001;s:5:\"bytes\";i:859;s:11:\"size_before\";i:30155;s:10:\"size_after\";i:29296;s:4:\"time\";d:0.050000000000000003;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.21;s:5:\"bytes\";i:124;s:11:\"size_before\";i:1720;s:10:\"size_after\";i:1596;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5199999999999996;s:5:\"bytes\";i:226;s:11:\"size_before\";i:4092;s:10:\"size_after\";i:3866;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.71;s:5:\"bytes\";i:387;s:11:\"size_before\";i:10442;s:10:\"size_after\";i:10055;s:4:\"time\";d:0.01;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:2.7599999999999998;s:5:\"bytes\";i:508;s:11:\"size_before\";i:18409;s:10:\"size_after\";i:17901;s:4:\"time\";d:0.02;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:2.4300000000000002;s:5:\"bytes\";i:684;s:11:\"size_before\";i:28146;s:10:\"size_after\";i:27462;s:4:\"time\";d:0.02;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1600000000000001;s:5:\"bytes\";i:1103;s:11:\"size_before\";i:51084;s:10:\"size_after\";i:49981;s:4:\"time\";d:0.059999999999999998;}}}'),(18912,4211,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.2965896473737923;s:5:\"bytes\";i:16894;s:11:\"size_before\";i:512469;s:10:\"size_after\";i:495575;s:4:\"time\";d:0.46000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.71;s:5:\"bytes\";i:393;s:11:\"size_before\";i:6888;s:10:\"size_after\";i:6495;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4000000000000004;s:5:\"bytes\";i:393;s:11:\"size_before\";i:7283;s:10:\"size_after\";i:6890;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3399999999999999;s:5:\"bytes\";i:1032;s:11:\"size_before\";i:30896;s:10:\"size_after\";i:29864;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9399999999999999;s:5:\"bytes\";i:1445;s:11:\"size_before\";i:49194;s:10:\"size_after\";i:47749;s:4:\"time\";d:0.040000000000000001;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9299999999999997;s:5:\"bytes\";i:198;s:11:\"size_before\";i:2217;s:10:\"size_after\";i:2019;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3499999999999996;s:5:\"bytes\";i:680;s:11:\"size_before\";i:15647;s:10:\"size_after\";i:14967;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14967;s:10:\"size_after\";i:14967;s:4:\"time\";d:0.02;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4199999999999999;s:5:\"bytes\";i:1224;s:11:\"size_before\";i:35839;s:10:\"size_after\";i:34615;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1900000000000004;s:5:\"bytes\";i:651;s:11:\"size_before\";i:15541;s:10:\"size_after\";i:14890;s:4:\"time\";d:0.040000000000000001;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.7599999999999998;s:5:\"bytes\";i:1770;s:11:\"size_before\";i:64120;s:10:\"size_after\";i:62350;s:4:\"time\";d:0.059999999999999998;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5600000000000001;s:5:\"bytes\";i:1063;s:11:\"size_before\";i:29843;s:10:\"size_after\";i:28780;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5800000000000001;s:5:\"bytes\";i:1009;s:11:\"size_before\";i:28217;s:10:\"size_after\";i:27208;s:4:\"time\";d:0.029999999999999999;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1399999999999997;s:5:\"bytes\";i:646;s:11:\"size_before\";i:15610;s:10:\"size_after\";i:14964;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5199999999999996;s:5:\"bytes\";i:418;s:11:\"size_before\";i:7579;s:10:\"size_after\";i:7161;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6899999999999999;s:5:\"bytes\";i:1449;s:11:\"size_before\";i:53798;s:10:\"size_after\";i:52349;s:4:\"time\";d:0.029999999999999999;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.25;s:5:\"bytes\";i:166;s:11:\"size_before\";i:2289;s:10:\"size_after\";i:2123;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7699999999999996;s:5:\"bytes\";i:268;s:11:\"size_before\";i:3961;s:10:\"size_after\";i:3693;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7000000000000002;s:5:\"bytes\";i:522;s:11:\"size_before\";i:11115;s:10:\"size_after\";i:10593;s:4:\"time\";d:0.01;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8799999999999999;s:5:\"bytes\";i:809;s:11:\"size_before\";i:20840;s:10:\"size_after\";i:20031;s:4:\"time\";d:0.01;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3199999999999998;s:5:\"bytes\";i:1100;s:11:\"size_before\";i:33114;s:10:\"size_after\";i:32014;s:4:\"time\";d:0.02;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6099999999999999;s:5:\"bytes\";i:1658;s:11:\"size_before\";i:63511;s:10:\"size_after\";i:61853;s:4:\"time\";d:0.050000000000000003;}}}'),(18913,4116,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.8499079259658906;s:5:\"bytes\";i:19147;s:11:\"size_before\";i:394791;s:10:\"size_after\";i:375644;s:4:\"time\";d:0.63000000000000012;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79;s:5:\"bytes\";i:222;s:11:\"size_before\";i:3831;s:10:\"size_after\";i:3609;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2199999999999998;s:5:\"bytes\";i:321;s:11:\"size_before\";i:7600;s:10:\"size_after\";i:7279;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6299999999999999;s:5:\"bytes\";i:1439;s:11:\"size_before\";i:31065;s:10:\"size_after\";i:29626;s:4:\"time\";d:0.050000000000000003;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8600000000000003;s:5:\"bytes\";i:2410;s:11:\"size_before\";i:49597;s:10:\"size_after\";i:47187;s:4:\"time\";d:0.040000000000000001;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4399999999999995;s:5:\"bytes\";i:190;s:11:\"size_before\";i:2252;s:10:\"size_after\";i:2062;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0300000000000002;s:5:\"bytes\";i:646;s:11:\"size_before\";i:16016;s:10:\"size_after\";i:15370;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15370;s:10:\"size_after\";i:15370;s:4:\"time\";d:0.02;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8399999999999999;s:5:\"bytes\";i:671;s:11:\"size_before\";i:17460;s:10:\"size_after\";i:16789;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3099999999999996;s:5:\"bytes\";i:363;s:11:\"size_before\";i:8431;s:10:\"size_after\";i:8068;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3399999999999999;s:5:\"bytes\";i:1355;s:11:\"size_before\";i:31188;s:10:\"size_after\";i:29833;s:4:\"time\";d:0.02;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0899999999999999;s:5:\"bytes\";i:623;s:11:\"size_before\";i:15220;s:10:\"size_after\";i:14597;s:4:\"time\";d:0.070000000000000007;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0499999999999998;s:5:\"bytes\";i:586;s:11:\"size_before\";i:14477;s:10:\"size_after\";i:13891;s:4:\"time\";d:0.029999999999999999;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.54;s:5:\"bytes\";i:376;s:11:\"size_before\";i:8288;s:10:\"size_after\";i:7912;s:4:\"time\";d:0.059999999999999998;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5899999999999999;s:5:\"bytes\";i:239;s:11:\"size_before\";i:4275;s:10:\"size_after\";i:4036;s:4:\"time\";d:0.029999999999999999;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1299999999999999;s:5:\"bytes\";i:1115;s:11:\"size_before\";i:27006;s:10:\"size_after\";i:25891;s:4:\"time\";d:0.02;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.6500000000000004;s:5:\"bytes\";i:150;s:11:\"size_before\";i:1555;s:10:\"size_after\";i:1405;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5599999999999996;s:5:\"bytes\";i:237;s:11:\"size_before\";i:4262;s:10:\"size_after\";i:4025;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4400000000000004;s:5:\"bytes\";i:506;s:11:\"size_before\";i:11385;s:10:\"size_after\";i:10879;s:4:\"time\";d:0.01;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1299999999999999;s:5:\"bytes\";i:866;s:11:\"size_before\";i:20993;s:10:\"size_after\";i:20127;s:4:\"time\";d:0.059999999999999998;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0999999999999996;s:5:\"bytes\";i:1705;s:11:\"size_before\";i:33446;s:10:\"size_after\";i:31741;s:4:\"time\";d:0.059999999999999998;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:7.21;s:5:\"bytes\";i:5127;s:11:\"size_before\";i:71074;s:10:\"size_after\";i:65947;s:4:\"time\";d:0.059999999999999998;}}}'),(18914,4115,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.9479469964797067;s:5:\"bytes\";i:13170;s:11:\"size_before\";i:266171;s:10:\"size_after\";i:253001;s:4:\"time\";d:0.52000000000000013;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3700000000000001;s:5:\"bytes\";i:159;s:11:\"size_before\";i:3638;s:10:\"size_after\";i:3479;s:4:\"time\";d:0.040000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5499999999999998;s:5:\"bytes\";i:164;s:11:\"size_before\";i:4616;s:10:\"size_after\";i:4452;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5899999999999999;s:5:\"bytes\";i:636;s:11:\"size_before\";i:17693;s:10:\"size_after\";i:17057;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3499999999999996;s:5:\"bytes\";i:2195;s:11:\"size_before\";i:29849;s:10:\"size_after\";i:27654;s:4:\"time\";d:0.029999999999999999;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9400000000000004;s:5:\"bytes\";i:132;s:11:\"size_before\";i:1662;s:10:\"size_after\";i:1530;s:4:\"time\";d:0.029999999999999999;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0299999999999998;s:5:\"bytes\";i:283;s:11:\"size_before\";i:9329;s:10:\"size_after\";i:9046;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9046;s:10:\"size_after\";i:9046;s:4:\"time\";d:0.029999999999999999;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.25;s:5:\"bytes\";i:458;s:11:\"size_before\";i:14112;s:10:\"size_after\";i:13654;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.73;s:5:\"bytes\";i:195;s:11:\"size_before\";i:7150;s:10:\"size_after\";i:6955;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.710000000000001;s:5:\"bytes\";i:3181;s:11:\"size_before\";i:29694;s:10:\"size_after\";i:26513;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0099999999999998;s:5:\"bytes\";i:374;s:11:\"size_before\";i:12431;s:10:\"size_after\";i:12057;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.98;s:5:\"bytes\";i:372;s:11:\"size_before\";i:12468;s:10:\"size_after\";i:12096;s:4:\"time\";d:0.029999999999999999;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8500000000000001;s:5:\"bytes\";i:206;s:11:\"size_before\";i:7223;s:10:\"size_after\";i:7017;s:4:\"time\";d:0.02;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0700000000000003;s:5:\"bytes\";i:156;s:11:\"size_before\";i:3835;s:10:\"size_after\";i:3679;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4699999999999998;s:5:\"bytes\";i:1101;s:11:\"size_before\";i:24658;s:10:\"size_after\";i:23557;s:4:\"time\";d:0.029999999999999999;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2699999999999996;s:5:\"bytes\";i:130;s:11:\"size_before\";i:1572;s:10:\"size_after\";i:1442;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8499999999999996;s:5:\"bytes\";i:136;s:11:\"size_before\";i:2807;s:10:\"size_after\";i:2671;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9500000000000002;s:5:\"bytes\";i:200;s:11:\"size_before\";i:6786;s:10:\"size_after\";i:6586;s:4:\"time\";d:0.01;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.21;s:5:\"bytes\";i:392;s:11:\"size_before\";i:12198;s:10:\"size_after\";i:11806;s:4:\"time\";d:0.02;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7400000000000002;s:5:\"bytes\";i:701;s:11:\"size_before\";i:18725;s:10:\"size_after\";i:18024;s:4:\"time\";d:0.02;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4500000000000002;s:5:\"bytes\";i:1999;s:11:\"size_before\";i:36679;s:10:\"size_after\";i:34680;s:4:\"time\";d:0.089999999999999997;}}}'),(18915,4114,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.493409635935391;s:5:\"bytes\";i:75735;s:11:\"size_before\";i:561274;s:10:\"size_after\";i:485539;s:4:\"time\";d:0.49000000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2800000000000002;s:5:\"bytes\";i:245;s:11:\"size_before\";i:4643;s:10:\"size_after\";i:4398;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:266;s:11:\"size_before\";i:6259;s:10:\"size_after\";i:5993;s:4:\"time\";d:0.029999999999999999;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6200000000000001;s:5:\"bytes\";i:1465;s:11:\"size_before\";i:31676;s:10:\"size_after\";i:30211;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.399999999999999;s:5:\"bytes\";i:17909;s:11:\"size_before\";i:79950;s:10:\"size_after\";i:62041;s:4:\"time\";d:0.040000000000000001;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4500000000000002;s:5:\"bytes\";i:101;s:11:\"size_before\";i:1854;s:10:\"size_after\";i:1753;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0999999999999996;s:5:\"bytes\";i:596;s:11:\"size_before\";i:14519;s:10:\"size_after\";i:13923;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13923;s:10:\"size_after\";i:13923;s:4:\"time\";d:0.02;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7300000000000004;s:5:\"bytes\";i:1173;s:11:\"size_before\";i:24820;s:10:\"size_after\";i:23647;s:4:\"time\";d:0.029999999999999999;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1600000000000001;s:5:\"bytes\";i:471;s:11:\"size_before\";i:11317;s:10:\"size_after\";i:10846;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3300000000000001;s:5:\"bytes\";i:2084;s:11:\"size_before\";i:48173;s:10:\"size_after\";i:46089;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2800000000000002;s:5:\"bytes\";i:959;s:11:\"size_before\";i:22417;s:10:\"size_after\";i:21458;s:4:\"time\";d:0.040000000000000001;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7599999999999998;s:5:\"bytes\";i:1028;s:11:\"size_before\";i:21585;s:10:\"size_after\";i:20557;s:4:\"time\";d:0.040000000000000001;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0499999999999998;s:5:\"bytes\";i:437;s:11:\"size_before\";i:10792;s:10:\"size_after\";i:10355;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8600000000000003;s:5:\"bytes\";i:254;s:11:\"size_before\";i:5229;s:10:\"size_after\";i:4975;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.41;s:5:\"bytes\";i:15282;s:11:\"size_before\";i:68201;s:10:\"size_after\";i:52919;s:4:\"time\";d:0.050000000000000003;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8499999999999996;s:5:\"bytes\";i:139;s:11:\"size_before\";i:1771;s:10:\"size_after\";i:1632;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8700000000000001;s:5:\"bytes\";i:173;s:11:\"size_before\";i:3549;s:10:\"size_after\";i:3376;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5999999999999996;s:5:\"bytes\";i:471;s:11:\"size_before\";i:10245;s:10:\"size_after\";i:9774;s:4:\"time\";d:0.01;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9000000000000004;s:5:\"bytes\";i:1013;s:11:\"size_before\";i:20654;s:10:\"size_after\";i:19641;s:4:\"time\";d:0.029999999999999999;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8700000000000001;s:5:\"bytes\";i:2065;s:11:\"size_before\";i:35190;s:10:\"size_after\";i:33125;s:4:\"time\";d:0.02;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:23.780000000000001;s:5:\"bytes\";i:29604;s:11:\"size_before\";i:124507;s:10:\"size_after\";i:94903;s:4:\"time\";d:0.040000000000000001;}}}'),(18916,4113,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:15.309275572349943;s:5:\"bytes\";i:51129;s:11:\"size_before\";i:333974;s:10:\"size_after\";i:282845;s:4:\"time\";d:0.48999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5099999999999998;s:5:\"bytes\";i:173;s:11:\"size_before\";i:3838;s:10:\"size_after\";i:3665;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6400000000000001;s:5:\"bytes\";i:175;s:11:\"size_before\";i:4812;s:10:\"size_after\";i:4637;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0800000000000001;s:5:\"bytes\";i:752;s:11:\"size_before\";i:18440;s:10:\"size_after\";i:17688;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.949999999999999;s:5:\"bytes\";i:9392;s:11:\"size_before\";i:40921;s:10:\"size_after\";i:31529;s:4:\"time\";d:0.029999999999999999;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2799999999999994;s:5:\"bytes\";i:143;s:11:\"size_before\";i:1727;s:10:\"size_after\";i:1584;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1499999999999999;s:5:\"bytes\";i:306;s:11:\"size_before\";i:9709;s:10:\"size_after\";i:9403;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9403;s:10:\"size_after\";i:9403;s:4:\"time\";d:0.040000000000000001;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.71;s:5:\"bytes\";i:542;s:11:\"size_before\";i:14615;s:10:\"size_after\";i:14073;s:4:\"time\";d:0.029999999999999999;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8700000000000001;s:5:\"bytes\";i:226;s:11:\"size_before\";i:7878;s:10:\"size_after\";i:7652;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.32;s:5:\"bytes\";i:22821;s:11:\"size_before\";i:58038;s:10:\"size_after\";i:35217;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8599999999999999;s:5:\"bytes\";i:387;s:11:\"size_before\";i:13523;s:10:\"size_after\";i:13136;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.7200000000000002;s:5:\"bytes\";i:368;s:11:\"size_before\";i:13506;s:10:\"size_after\";i:13138;s:4:\"time\";d:0.01;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0800000000000001;s:5:\"bytes\";i:244;s:11:\"size_before\";i:7912;s:10:\"size_after\";i:7668;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6500000000000004;s:5:\"bytes\";i:195;s:11:\"size_before\";i:4195;s:10:\"size_after\";i:4000;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.109999999999999;s:5:\"bytes\";i:5767;s:11:\"size_before\";i:33711;s:10:\"size_after\";i:27944;s:4:\"time\";d:0.10000000000000001;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1099999999999994;s:5:\"bytes\";i:130;s:11:\"size_before\";i:1603;s:10:\"size_after\";i:1473;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3499999999999996;s:5:\"bytes\";i:129;s:11:\"size_before\";i:2966;s:10:\"size_after\";i:2837;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5499999999999998;s:5:\"bytes\";i:255;s:11:\"size_before\";i:7181;s:10:\"size_after\";i:6926;s:4:\"time\";d:0.01;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7400000000000002;s:5:\"bytes\";i:475;s:11:\"size_before\";i:12700;s:10:\"size_after\";i:12225;s:4:\"time\";d:0.01;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1799999999999997;s:5:\"bytes\";i:809;s:11:\"size_before\";i:19375;s:10:\"size_after\";i:18566;s:4:\"time\";d:0.040000000000000001;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:16.359999999999999;s:5:\"bytes\";i:7840;s:11:\"size_before\";i:47921;s:10:\"size_after\";i:40081;s:4:\"time\";d:0.050000000000000003;}}}'),(18917,4106,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:375644;s:10:\"size_after\";i:375644;s:4:\"time\";d:0.46000000000000013;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3609;s:10:\"size_after\";i:3609;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7279;s:10:\"size_after\";i:7279;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29626;s:10:\"size_after\";i:29626;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:47187;s:10:\"size_after\";i:47187;s:4:\"time\";d:0.080000000000000002;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2062;s:10:\"size_after\";i:2062;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15370;s:10:\"size_after\";i:15370;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15370;s:10:\"size_after\";i:15370;s:4:\"time\";d:0.029999999999999999;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16789;s:10:\"size_after\";i:16789;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8068;s:10:\"size_after\";i:8068;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29833;s:10:\"size_after\";i:29833;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14597;s:10:\"size_after\";i:14597;s:4:\"time\";d:0.01;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13891;s:10:\"size_after\";i:13891;s:4:\"time\";d:0.01;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7912;s:10:\"size_after\";i:7912;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4036;s:10:\"size_after\";i:4036;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25891;s:10:\"size_after\";i:25891;s:4:\"time\";d:0.02;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1405;s:10:\"size_after\";i:1405;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4025;s:10:\"size_after\";i:4025;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10879;s:10:\"size_after\";i:10879;s:4:\"time\";d:0.029999999999999999;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20127;s:10:\"size_after\";i:20127;s:4:\"time\";d:0.02;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31741;s:10:\"size_after\";i:31741;s:4:\"time\";d:0.029999999999999999;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:65947;s:10:\"size_after\";i:65947;s:4:\"time\";d:0.059999999999999998;}}}'),(18918,4105,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:253001;s:10:\"size_after\";i:253001;s:4:\"time\";d:0.38;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3479;s:10:\"size_after\";i:3479;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4452;s:10:\"size_after\";i:4452;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17057;s:10:\"size_after\";i:17057;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27654;s:10:\"size_after\";i:27654;s:4:\"time\";d:0.029999999999999999;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1530;s:10:\"size_after\";i:1530;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9046;s:10:\"size_after\";i:9046;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9046;s:10:\"size_after\";i:9046;s:4:\"time\";d:0.01;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13654;s:10:\"size_after\";i:13654;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6955;s:10:\"size_after\";i:6955;s:4:\"time\";d:0.029999999999999999;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26513;s:10:\"size_after\";i:26513;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12057;s:10:\"size_after\";i:12057;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12096;s:10:\"size_after\";i:12096;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7017;s:10:\"size_after\";i:7017;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3679;s:10:\"size_after\";i:3679;s:4:\"time\";d:0.02;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23557;s:10:\"size_after\";i:23557;s:4:\"time\";d:0.02;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1442;s:10:\"size_after\";i:1442;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2671;s:10:\"size_after\";i:2671;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6586;s:10:\"size_after\";i:6586;s:4:\"time\";d:0.01;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11806;s:10:\"size_after\";i:11806;s:4:\"time\";d:0.01;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18024;s:10:\"size_after\";i:18024;s:4:\"time\";d:0.02;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34680;s:10:\"size_after\";i:34680;s:4:\"time\";d:0.040000000000000001;}}}'),(18919,4104,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:485539;s:10:\"size_after\";i:485539;s:4:\"time\";d:0.53000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4398;s:10:\"size_after\";i:4398;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5993;s:10:\"size_after\";i:5993;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30211;s:10:\"size_after\";i:30211;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:62041;s:10:\"size_after\";i:62041;s:4:\"time\";d:0.040000000000000001;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1753;s:10:\"size_after\";i:1753;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13923;s:10:\"size_after\";i:13923;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13923;s:10:\"size_after\";i:13923;s:4:\"time\";d:0.02;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23647;s:10:\"size_after\";i:23647;s:4:\"time\";d:0.029999999999999999;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10846;s:10:\"size_after\";i:10846;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:46089;s:10:\"size_after\";i:46089;s:4:\"time\";d:0.040000000000000001;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21458;s:10:\"size_after\";i:21458;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20557;s:10:\"size_after\";i:20557;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10355;s:10:\"size_after\";i:10355;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4975;s:10:\"size_after\";i:4975;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:52919;s:10:\"size_after\";i:52919;s:4:\"time\";d:0.040000000000000001;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1632;s:10:\"size_after\";i:1632;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3376;s:10:\"size_after\";i:3376;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9774;s:10:\"size_after\";i:9774;s:4:\"time\";d:0.01;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19641;s:10:\"size_after\";i:19641;s:4:\"time\";d:0.02;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33125;s:10:\"size_after\";i:33125;s:4:\"time\";d:0.040000000000000001;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:94903;s:10:\"size_after\";i:94903;s:4:\"time\";d:0.10000000000000001;}}}'),(18920,4103,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:282845;s:10:\"size_after\";i:282845;s:4:\"time\";d:0.54000000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3665;s:10:\"size_after\";i:3665;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4637;s:10:\"size_after\";i:4637;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17688;s:10:\"size_after\";i:17688;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31529;s:10:\"size_after\";i:31529;s:4:\"time\";d:0.080000000000000002;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1584;s:10:\"size_after\";i:1584;s:4:\"time\";d:0.029999999999999999;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9403;s:10:\"size_after\";i:9403;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9403;s:10:\"size_after\";i:9403;s:4:\"time\";d:0.01;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14073;s:10:\"size_after\";i:14073;s:4:\"time\";d:0.029999999999999999;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7652;s:10:\"size_after\";i:7652;s:4:\"time\";d:0.02;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35217;s:10:\"size_after\";i:35217;s:4:\"time\";d:0.040000000000000001;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13136;s:10:\"size_after\";i:13136;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13138;s:10:\"size_after\";i:13138;s:4:\"time\";d:0.01;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7668;s:10:\"size_after\";i:7668;s:4:\"time\";d:0.040000000000000001;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4000;s:10:\"size_after\";i:4000;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27944;s:10:\"size_after\";i:27944;s:4:\"time\";d:0.050000000000000003;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1473;s:10:\"size_after\";i:1473;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2837;s:10:\"size_after\";i:2837;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6926;s:10:\"size_after\";i:6926;s:4:\"time\";d:0.01;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12225;s:10:\"size_after\";i:12225;s:4:\"time\";d:0.029999999999999999;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18566;s:10:\"size_after\";i:18566;s:4:\"time\";d:0.02;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40081;s:10:\"size_after\";i:40081;s:4:\"time\";d:0.040000000000000001;}}}'),(18921,4096,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.5402941251285478;s:5:\"bytes\";i:19485;s:11:\"size_before\";i:550378;s:10:\"size_after\";i:530893;s:4:\"time\";d:0.57000000000000006;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9900000000000002;s:5:\"bytes\";i:265;s:11:\"size_before\";i:5311;s:10:\"size_after\";i:5046;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8100000000000001;s:5:\"bytes\";i:362;s:11:\"size_before\";i:9494;s:10:\"size_after\";i:9132;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5600000000000001;s:5:\"bytes\";i:1547;s:11:\"size_before\";i:43502;s:10:\"size_after\";i:41955;s:4:\"time\";d:0.050000000000000003;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4900000000000002;s:5:\"bytes\";i:2436;s:11:\"size_before\";i:69707;s:10:\"size_after\";i:67271;s:4:\"time\";d:0.040000000000000001;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9199999999999999;s:5:\"bytes\";i:176;s:11:\"size_before\";i:2545;s:10:\"size_after\";i:2369;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6000000000000001;s:5:\"bytes\";i:781;s:11:\"size_before\";i:21696;s:10:\"size_after\";i:20915;s:4:\"time\";d:0.040000000000000001;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20915;s:10:\"size_after\";i:20915;s:4:\"time\";d:0.040000000000000001;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7200000000000002;s:5:\"bytes\";i:985;s:11:\"size_before\";i:26475;s:10:\"size_after\";i:25490;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.77;s:5:\"bytes\";i:433;s:11:\"size_before\";i:11481;s:10:\"size_after\";i:11048;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.27;s:5:\"bytes\";i:1563;s:11:\"size_before\";i:47833;s:10:\"size_after\";i:46270;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6699999999999999;s:5:\"bytes\";i:815;s:11:\"size_before\";i:22203;s:10:\"size_after\";i:21388;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8900000000000001;s:5:\"bytes\";i:817;s:11:\"size_before\";i:21004;s:10:\"size_after\";i:20187;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1799999999999997;s:5:\"bytes\";i:479;s:11:\"size_before\";i:11459;s:10:\"size_after\";i:10980;s:4:\"time\";d:0.02;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8099999999999996;s:5:\"bytes\";i:272;s:11:\"size_before\";i:5653;s:10:\"size_after\";i:5381;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6699999999999999;s:5:\"bytes\";i:1527;s:11:\"size_before\";i:41579;s:10:\"size_after\";i:40052;s:4:\"time\";d:0.050000000000000003;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5999999999999996;s:5:\"bytes\";i:161;s:11:\"size_before\";i:1872;s:10:\"size_after\";i:1711;s:4:\"time\";d:0.029999999999999999;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2300000000000004;s:5:\"bytes\";i:270;s:11:\"size_before\";i:5162;s:10:\"size_after\";i:4892;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1100000000000003;s:5:\"bytes\";i:615;s:11:\"size_before\";i:14954;s:10:\"size_after\";i:14339;s:4:\"time\";d:0.029999999999999999;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7999999999999998;s:5:\"bytes\";i:1112;s:11:\"size_before\";i:29234;s:10:\"size_after\";i:28122;s:4:\"time\";d:0.02;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5899999999999999;s:5:\"bytes\";i:1686;s:11:\"size_before\";i:46975;s:10:\"size_after\";i:45289;s:4:\"time\";d:0.029999999999999999;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4900000000000002;s:5:\"bytes\";i:3183;s:11:\"size_before\";i:91324;s:10:\"size_after\";i:88141;s:4:\"time\";d:0.059999999999999998;}}}'),(18922,4095,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:365859;s:10:\"size_after\";i:365859;s:4:\"time\";d:0.53000000000000014;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3854;s:10:\"size_after\";i:3854;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6836;s:10:\"size_after\";i:6836;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28655;s:10:\"size_after\";i:28655;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:44684;s:10:\"size_after\";i:44684;s:4:\"time\";d:0.040000000000000001;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1939;s:10:\"size_after\";i:1939;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14916;s:10:\"size_after\";i:14916;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14916;s:10:\"size_after\";i:14916;s:4:\"time\";d:0.029999999999999999;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17617;s:10:\"size_after\";i:17617;s:4:\"time\";d:0.040000000000000001;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8168;s:10:\"size_after\";i:8168;s:4:\"time\";d:0.02;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30578;s:10:\"size_after\";i:30578;s:4:\"time\";d:0.040000000000000001;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15192;s:10:\"size_after\";i:15192;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14492;s:10:\"size_after\";i:14492;s:4:\"time\";d:0.01;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8208;s:10:\"size_after\";i:8208;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4193;s:10:\"size_after\";i:4193;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27429;s:10:\"size_after\";i:27429;s:4:\"time\";d:0.029999999999999999;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1508;s:10:\"size_after\";i:1508;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3773;s:10:\"size_after\";i:3773;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10613;s:10:\"size_after\";i:10613;s:4:\"time\";d:0.02;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19957;s:10:\"size_after\";i:19957;s:4:\"time\";d:0.029999999999999999;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30738;s:10:\"size_after\";i:30738;s:4:\"time\";d:0.050000000000000003;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:57593;s:10:\"size_after\";i:57593;s:4:\"time\";d:0.070000000000000007;}}}'),(18923,4094,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:359350;s:10:\"size_after\";i:359350;s:4:\"time\";d:0.58000000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3605;s:10:\"size_after\";i:3605;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6492;s:10:\"size_after\";i:6492;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28121;s:10:\"size_after\";i:28121;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:45092;s:10:\"size_after\";i:45092;s:4:\"time\";d:0.040000000000000001;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1907;s:10:\"size_after\";i:1907;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14286;s:10:\"size_after\";i:14286;s:4:\"time\";d:0.070000000000000007;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14286;s:10:\"size_after\";i:14286;s:4:\"time\";d:0.029999999999999999;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16609;s:10:\"size_after\";i:16609;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7682;s:10:\"size_after\";i:7682;s:4:\"time\";d:0.029999999999999999;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29813;s:10:\"size_after\";i:29813;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14306;s:10:\"size_after\";i:14306;s:4:\"time\";d:0.040000000000000001;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13969;s:10:\"size_after\";i:13969;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7763;s:10:\"size_after\";i:7763;s:4:\"time\";d:0.02;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3900;s:10:\"size_after\";i:3900;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27453;s:10:\"size_after\";i:27453;s:4:\"time\";d:0.040000000000000001;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1424;s:10:\"size_after\";i:1424;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3654;s:10:\"size_after\";i:3654;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10080;s:10:\"size_after\";i:10080;s:4:\"time\";d:0.01;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19256;s:10:\"size_after\";i:19256;s:4:\"time\";d:0.040000000000000001;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30612;s:10:\"size_after\";i:30612;s:4:\"time\";d:0.029999999999999999;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:59040;s:10:\"size_after\";i:59040;s:4:\"time\";d:0.059999999999999998;}}}'),(18924,4093,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:562216;s:10:\"size_after\";i:562216;s:4:\"time\";d:0.73000000000000009;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5414;s:10:\"size_after\";i:5414;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9974;s:10:\"size_after\";i:9974;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:44211;s:10:\"size_after\";i:44211;s:4:\"time\";d:0.070000000000000007;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:70242;s:10:\"size_after\";i:70242;s:4:\"time\";d:0.050000000000000003;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2584;s:10:\"size_after\";i:2584;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22294;s:10:\"size_after\";i:22294;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22294;s:10:\"size_after\";i:22294;s:4:\"time\";d:0.059999999999999998;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26975;s:10:\"size_after\";i:26975;s:4:\"time\";d:0.040000000000000001;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12090;s:10:\"size_after\";i:12090;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:48666;s:10:\"size_after\";i:48666;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22853;s:10:\"size_after\";i:22853;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21844;s:10:\"size_after\";i:21844;s:4:\"time\";d:0.01;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12348;s:10:\"size_after\";i:12348;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5956;s:10:\"size_after\";i:5956;s:4:\"time\";d:0.02;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:42650;s:10:\"size_after\";i:42650;s:4:\"time\";d:0.040000000000000001;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1795;s:10:\"size_after\";i:1795;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5346;s:10:\"size_after\";i:5346;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15601;s:10:\"size_after\";i:15601;s:4:\"time\";d:0.02;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29851;s:10:\"size_after\";i:29851;s:4:\"time\";d:0.029999999999999999;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:47350;s:10:\"size_after\";i:47350;s:4:\"time\";d:0.059999999999999998;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:91878;s:10:\"size_after\";i:91878;s:4:\"time\";d:0.17000000000000001;}}}'),(18925,4092,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:324687;s:10:\"size_after\";i:324687;s:4:\"time\";d:0.57000000000000006;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3495;s:10:\"size_after\";i:3495;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5938;s:10:\"size_after\";i:5938;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22988;s:10:\"size_after\";i:22988;s:4:\"time\";d:0.059999999999999998;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35182;s:10:\"size_after\";i:35182;s:4:\"time\";d:0.040000000000000001;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1895;s:10:\"size_after\";i:1895;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12228;s:10:\"size_after\";i:12228;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12228;s:10:\"size_after\";i:12228;s:4:\"time\";d:0.01;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20594;s:10:\"size_after\";i:20594;s:4:\"time\";d:0.029999999999999999;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8585;s:10:\"size_after\";i:8585;s:4:\"time\";d:0.029999999999999999;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34255;s:10:\"size_after\";i:34255;s:4:\"time\";d:0.040000000000000001;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16505;s:10:\"size_after\";i:16505;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14205;s:10:\"size_after\";i:14205;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8140;s:10:\"size_after\";i:8140;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4223;s:10:\"size_after\";i:4223;s:4:\"time\";d:0.02;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25721;s:10:\"size_after\";i:25721;s:4:\"time\";d:0.070000000000000007;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1592;s:10:\"size_after\";i:1592;s:4:\"time\";d:0.02;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3274;s:10:\"size_after\";i:3274;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8956;s:10:\"size_after\";i:8956;s:4:\"time\";d:0.01;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15979;s:10:\"size_after\";i:15979;s:4:\"time\";d:0.02;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24515;s:10:\"size_after\";i:24515;s:4:\"time\";d:0.029999999999999999;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:44189;s:10:\"size_after\";i:44189;s:4:\"time\";d:0.070000000000000007;}}}'),(18926,4091,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:582118;s:10:\"size_after\";i:582118;s:4:\"time\";d:0.58000000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4787;s:10:\"size_after\";i:4787;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10013;s:10:\"size_after\";i:10013;s:4:\"time\";d:0.059999999999999998;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:47244;s:10:\"size_after\";i:47244;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:78205;s:10:\"size_after\";i:78205;s:4:\"time\";d:0.059999999999999998;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2775;s:10:\"size_after\";i:2775;s:4:\"time\";d:0.029999999999999999;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23012;s:10:\"size_after\";i:23012;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23012;s:10:\"size_after\";i:23012;s:4:\"time\";d:0.029999999999999999;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26127;s:10:\"size_after\";i:26127;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11023;s:10:\"size_after\";i:11023;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:48591;s:10:\"size_after\";i:48591;s:4:\"time\";d:0.050000000000000003;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21391;s:10:\"size_after\";i:21391;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19809;s:10:\"size_after\";i:19809;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11091;s:10:\"size_after\";i:11091;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5391;s:10:\"size_after\";i:5391;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:39803;s:10:\"size_after\";i:39803;s:4:\"time\";d:0.050000000000000003;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1818;s:10:\"size_after\";i:1818;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5404;s:10:\"size_after\";i:5404;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15680;s:10:\"size_after\";i:15680;s:4:\"time\";d:0.01;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31075;s:10:\"size_after\";i:31075;s:4:\"time\";d:0.029999999999999999;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:50904;s:10:\"size_after\";i:50904;s:4:\"time\";d:0.029999999999999999;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:104963;s:10:\"size_after\";i:104963;s:4:\"time\";d:0.059999999999999998;}}}'),(18927,4090,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:437218;s:10:\"size_after\";i:437218;s:4:\"time\";d:0.50000000000000011;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4580;s:10:\"size_after\";i:4580;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7297;s:10:\"size_after\";i:7297;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30399;s:10:\"size_after\";i:30399;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:47453;s:10:\"size_after\";i:47453;s:4:\"time\";d:0.050000000000000003;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2176;s:10:\"size_after\";i:2176;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15704;s:10:\"size_after\";i:15704;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15704;s:10:\"size_after\";i:15704;s:4:\"time\";d:0.02;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26436;s:10:\"size_after\";i:26436;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11417;s:10:\"size_after\";i:11417;s:4:\"time\";d:0.02;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:47289;s:10:\"size_after\";i:47289;s:4:\"time\";d:0.040000000000000001;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22038;s:10:\"size_after\";i:22038;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20071;s:10:\"size_after\";i:20071;s:4:\"time\";d:0.050000000000000003;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11093;s:10:\"size_after\";i:11093;s:4:\"time\";d:0.029999999999999999;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5505;s:10:\"size_after\";i:5505;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:38888;s:10:\"size_after\";i:38888;s:4:\"time\";d:0.029999999999999999;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1778;s:10:\"size_after\";i:1778;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4042;s:10:\"size_after\";i:4042;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10822;s:10:\"size_after\";i:10822;s:4:\"time\";d:0.01;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20324;s:10:\"size_after\";i:20324;s:4:\"time\";d:0.02;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31956;s:10:\"size_after\";i:31956;s:4:\"time\";d:0.029999999999999999;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:62246;s:10:\"size_after\";i:62246;s:4:\"time\";d:0.050000000000000003;}}}'),(18928,4089,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:278592;s:10:\"size_after\";i:278592;s:4:\"time\";d:0.45999999999999996;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4002;s:10:\"size_after\";i:4002;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4463;s:10:\"size_after\";i:4463;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17094;s:10:\"size_after\";i:17094;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26686;s:10:\"size_after\";i:26686;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1486;s:10:\"size_after\";i:1486;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8917;s:10:\"size_after\";i:8917;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8917;s:10:\"size_after\";i:8917;s:4:\"time\";d:0.01;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17946;s:10:\"size_after\";i:17946;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8683;s:10:\"size_after\";i:8683;s:4:\"time\";d:0.02;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31788;s:10:\"size_after\";i:31788;s:4:\"time\";d:0.050000000000000003;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15583;s:10:\"size_after\";i:15583;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15409;s:10:\"size_after\";i:15409;s:4:\"time\";d:0.01;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8754;s:10:\"size_after\";i:8754;s:4:\"time\";d:0.02;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4464;s:10:\"size_after\";i:4464;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29675;s:10:\"size_after\";i:29675;s:4:\"time\";d:0.050000000000000003;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1611;s:10:\"size_after\";i:1611;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2517;s:10:\"size_after\";i:2517;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6669;s:10:\"size_after\";i:6669;s:4:\"time\";d:0.01;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11786;s:10:\"size_after\";i:11786;s:4:\"time\";d:0.01;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18197;s:10:\"size_after\";i:18197;s:4:\"time\";d:0.040000000000000001;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33945;s:10:\"size_after\";i:33945;s:4:\"time\";d:0.040000000000000001;}}}'),(18929,4088,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:720233;s:10:\"size_after\";i:720233;s:4:\"time\";d:0.77000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5355;s:10:\"size_after\";i:5355;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11875;s:10:\"size_after\";i:11875;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:61402;s:10:\"size_after\";i:61402;s:4:\"time\";d:0.11;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:100324;s:10:\"size_after\";i:100324;s:4:\"time\";d:0.050000000000000003;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2710;s:10:\"size_after\";i:2710;s:4:\"time\";d:0.029999999999999999;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29221;s:10:\"size_after\";i:29221;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29221;s:10:\"size_after\";i:29221;s:4:\"time\";d:0.02;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28636;s:10:\"size_after\";i:28636;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12996;s:10:\"size_after\";i:12996;s:4:\"time\";d:0.029999999999999999;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:53000;s:10:\"size_after\";i:53000;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25095;s:10:\"size_after\";i:25095;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25062;s:10:\"size_after\";i:25062;s:4:\"time\";d:0.040000000000000001;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13070;s:10:\"size_after\";i:13070;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5895;s:10:\"size_after\";i:5895;s:4:\"time\";d:0.029999999999999999;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:51523;s:10:\"size_after\";i:51523;s:4:\"time\";d:0.070000000000000007;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1749;s:10:\"size_after\";i:1749;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5877;s:10:\"size_after\";i:5877;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19259;s:10:\"size_after\";i:19259;s:4:\"time\";d:0.02;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40090;s:10:\"size_after\";i:40090;s:4:\"time\";d:0.029999999999999999;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:65978;s:10:\"size_after\";i:65978;s:4:\"time\";d:0.029999999999999999;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:131895;s:10:\"size_after\";i:131895;s:4:\"time\";d:0.17000000000000001;}}}'),(18930,4087,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:322759;s:10:\"size_after\";i:322759;s:4:\"time\";d:0.4900000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3489;s:10:\"size_after\";i:3489;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5490;s:10:\"size_after\";i:5490;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24615;s:10:\"size_after\";i:24615;s:4:\"time\";d:0.059999999999999998;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:42322;s:10:\"size_after\";i:42322;s:4:\"time\";d:0.040000000000000001;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1684;s:10:\"size_after\";i:1684;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12009;s:10:\"size_after\";i:12009;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12009;s:10:\"size_after\";i:12009;s:4:\"time\";d:0.01;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13674;s:10:\"size_after\";i:13674;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6823;s:10:\"size_after\";i:6823;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26681;s:10:\"size_after\";i:26681;s:4:\"time\";d:0.02;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11990;s:10:\"size_after\";i:11990;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12136;s:10:\"size_after\";i:12136;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6976;s:10:\"size_after\";i:6976;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3653;s:10:\"size_after\";i:3653;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24754;s:10:\"size_after\";i:24754;s:4:\"time\";d:0.02;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1423;s:10:\"size_after\";i:1423;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3172;s:10:\"size_after\";i:3172;s:4:\"time\";d:0.050000000000000003;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8384;s:10:\"size_after\";i:8384;s:4:\"time\";d:0.01;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16197;s:10:\"size_after\";i:16197;s:4:\"time\";d:0.02;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26890;s:10:\"size_after\";i:26890;s:4:\"time\";d:0.02;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:58388;s:10:\"size_after\";i:58388;s:4:\"time\";d:0.070000000000000007;}}}'),(18931,4086,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:360182;s:10:\"size_after\";i:360182;s:4:\"time\";d:0.50000000000000022;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3946;s:10:\"size_after\";i:3946;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6592;s:10:\"size_after\";i:6592;s:4:\"time\";d:0.029999999999999999;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25506;s:10:\"size_after\";i:25506;s:4:\"time\";d:0.070000000000000007;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:39397;s:10:\"size_after\";i:39397;s:4:\"time\";d:0.029999999999999999;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2027;s:10:\"size_after\";i:2027;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13797;s:10:\"size_after\";i:13797;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13797;s:10:\"size_after\";i:13797;s:4:\"time\";d:0.01;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22088;s:10:\"size_after\";i:22088;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9139;s:10:\"size_after\";i:9139;s:4:\"time\";d:0.02;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:37446;s:10:\"size_after\";i:37446;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17873;s:10:\"size_after\";i:17873;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15486;s:10:\"size_after\";i:15486;s:4:\"time\";d:0.029999999999999999;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8596;s:10:\"size_after\";i:8596;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4335;s:10:\"size_after\";i:4335;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29296;s:10:\"size_after\";i:29296;s:4:\"time\";d:0.029999999999999999;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1596;s:10:\"size_after\";i:1596;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3866;s:10:\"size_after\";i:3866;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10055;s:10:\"size_after\";i:10055;s:4:\"time\";d:0.01;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17901;s:10:\"size_after\";i:17901;s:4:\"time\";d:0.029999999999999999;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27462;s:10:\"size_after\";i:27462;s:4:\"time\";d:0.029999999999999999;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:49981;s:10:\"size_after\";i:49981;s:4:\"time\";d:0.059999999999999998;}}}'),(18932,4085,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:495575;s:10:\"size_after\";i:495575;s:4:\"time\";d:0.46000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6495;s:10:\"size_after\";i:6495;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6890;s:10:\"size_after\";i:6890;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29864;s:10:\"size_after\";i:29864;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:47749;s:10:\"size_after\";i:47749;s:4:\"time\";d:0.029999999999999999;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2019;s:10:\"size_after\";i:2019;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14967;s:10:\"size_after\";i:14967;s:4:\"time\";d:0.050000000000000003;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14967;s:10:\"size_after\";i:14967;s:4:\"time\";d:0.01;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34615;s:10:\"size_after\";i:34615;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14890;s:10:\"size_after\";i:14890;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:62350;s:10:\"size_after\";i:62350;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28780;s:10:\"size_after\";i:28780;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27208;s:10:\"size_after\";i:27208;s:4:\"time\";d:0.029999999999999999;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14964;s:10:\"size_after\";i:14964;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7161;s:10:\"size_after\";i:7161;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:52349;s:10:\"size_after\";i:52349;s:4:\"time\";d:0.059999999999999998;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2123;s:10:\"size_after\";i:2123;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3693;s:10:\"size_after\";i:3693;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10593;s:10:\"size_after\";i:10593;s:4:\"time\";d:0.02;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20031;s:10:\"size_after\";i:20031;s:4:\"time\";d:0.02;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:32014;s:10:\"size_after\";i:32014;s:4:\"time\";d:0.029999999999999999;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:61853;s:10:\"size_after\";i:61853;s:4:\"time\";d:0.040000000000000001;}}}'),(18933,4064,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.9309533150255005;s:5:\"bytes\";i:501;s:11:\"size_before\";i:12745;s:10:\"size_after\";i:12244;s:4:\"time\";d:0.080000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:4:{s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3399999999999999;s:5:\"bytes\";i:161;s:11:\"size_before\";i:3015;s:10:\"size_after\";i:2854;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.96;s:5:\"bytes\";i:212;s:11:\"size_before\";i:4272;s:10:\"size_after\";i:4060;s:4:\"time\";d:0.040000000000000001;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5199999999999996;s:5:\"bytes\";i:128;s:11:\"size_before\";i:1701;s:10:\"size_after\";i:1573;s:4:\"time\";d:0.02;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3757;s:10:\"size_after\";i:3757;s:4:\"time\";d:0.01;}}}'),(18934,4059,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:375644;s:10:\"size_after\";i:375644;s:4:\"time\";d:0.52000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3609;s:10:\"size_after\";i:3609;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7279;s:10:\"size_after\";i:7279;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29626;s:10:\"size_after\";i:29626;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:47187;s:10:\"size_after\";i:47187;s:4:\"time\";d:0.059999999999999998;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2062;s:10:\"size_after\";i:2062;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15370;s:10:\"size_after\";i:15370;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15370;s:10:\"size_after\";i:15370;s:4:\"time\";d:0.02;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16789;s:10:\"size_after\";i:16789;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8068;s:10:\"size_after\";i:8068;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29833;s:10:\"size_after\";i:29833;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14597;s:10:\"size_after\";i:14597;s:4:\"time\";d:0.01;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13891;s:10:\"size_after\";i:13891;s:4:\"time\";d:0.029999999999999999;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7912;s:10:\"size_after\";i:7912;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4036;s:10:\"size_after\";i:4036;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25891;s:10:\"size_after\";i:25891;s:4:\"time\";d:0.040000000000000001;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1405;s:10:\"size_after\";i:1405;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4025;s:10:\"size_after\";i:4025;s:4:\"time\";d:0.029999999999999999;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10879;s:10:\"size_after\";i:10879;s:4:\"time\";d:0.01;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20127;s:10:\"size_after\";i:20127;s:4:\"time\";d:0.02;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31741;s:10:\"size_after\";i:31741;s:4:\"time\";d:0.029999999999999999;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:65947;s:10:\"size_after\";i:65947;s:4:\"time\";d:0.089999999999999997;}}}'),(18935,4058,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:253001;s:10:\"size_after\";i:253001;s:4:\"time\";d:0.4300000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3479;s:10:\"size_after\";i:3479;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4452;s:10:\"size_after\";i:4452;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17057;s:10:\"size_after\";i:17057;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27654;s:10:\"size_after\";i:27654;s:4:\"time\";d:0.029999999999999999;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1530;s:10:\"size_after\";i:1530;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9046;s:10:\"size_after\";i:9046;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9046;s:10:\"size_after\";i:9046;s:4:\"time\";d:0.029999999999999999;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13654;s:10:\"size_after\";i:13654;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6955;s:10:\"size_after\";i:6955;s:4:\"time\";d:0.029999999999999999;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26513;s:10:\"size_after\";i:26513;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12057;s:10:\"size_after\";i:12057;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12096;s:10:\"size_after\";i:12096;s:4:\"time\";d:0.029999999999999999;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7017;s:10:\"size_after\";i:7017;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3679;s:10:\"size_after\";i:3679;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23557;s:10:\"size_after\";i:23557;s:4:\"time\";d:0.029999999999999999;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1442;s:10:\"size_after\";i:1442;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2671;s:10:\"size_after\";i:2671;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6586;s:10:\"size_after\";i:6586;s:4:\"time\";d:0.01;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11806;s:10:\"size_after\";i:11806;s:4:\"time\";d:0.02;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18024;s:10:\"size_after\";i:18024;s:4:\"time\";d:0.02;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34680;s:10:\"size_after\";i:34680;s:4:\"time\";d:0.040000000000000001;}}}'),(18936,4057,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:485539;s:10:\"size_after\";i:485539;s:4:\"time\";d:0.76000000000000023;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4398;s:10:\"size_after\";i:4398;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5993;s:10:\"size_after\";i:5993;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30211;s:10:\"size_after\";i:30211;s:4:\"time\";d:0.050000000000000003;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:62041;s:10:\"size_after\";i:62041;s:4:\"time\";d:0.040000000000000001;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1753;s:10:\"size_after\";i:1753;s:4:\"time\";d:0.050000000000000003;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13923;s:10:\"size_after\";i:13923;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13923;s:10:\"size_after\";i:13923;s:4:\"time\";d:0.089999999999999997;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23647;s:10:\"size_after\";i:23647;s:4:\"time\";d:0.11;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10846;s:10:\"size_after\";i:10846;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:46089;s:10:\"size_after\";i:46089;s:4:\"time\";d:0.040000000000000001;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21458;s:10:\"size_after\";i:21458;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20557;s:10:\"size_after\";i:20557;s:4:\"time\";d:0.040000000000000001;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10355;s:10:\"size_after\";i:10355;s:4:\"time\";d:0.02;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4975;s:10:\"size_after\";i:4975;s:4:\"time\";d:0.040000000000000001;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:52919;s:10:\"size_after\";i:52919;s:4:\"time\";d:0.040000000000000001;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1632;s:10:\"size_after\";i:1632;s:4:\"time\";d:0.040000000000000001;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3376;s:10:\"size_after\";i:3376;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9774;s:10:\"size_after\";i:9774;s:4:\"time\";d:0.029999999999999999;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19641;s:10:\"size_after\";i:19641;s:4:\"time\";d:0.02;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33125;s:10:\"size_after\";i:33125;s:4:\"time\";d:0.02;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:94903;s:10:\"size_after\";i:94903;s:4:\"time\";d:0.050000000000000003;}}}'),(18937,4056,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:282845;s:10:\"size_after\";i:282845;s:4:\"time\";d:0.59000000000000019;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3665;s:10:\"size_after\";i:3665;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4637;s:10:\"size_after\";i:4637;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17688;s:10:\"size_after\";i:17688;s:4:\"time\";d:0.070000000000000007;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31529;s:10:\"size_after\";i:31529;s:4:\"time\";d:0.040000000000000001;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1584;s:10:\"size_after\";i:1584;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9403;s:10:\"size_after\";i:9403;s:4:\"time\";d:0.029999999999999999;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9403;s:10:\"size_after\";i:9403;s:4:\"time\";d:0.02;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14073;s:10:\"size_after\";i:14073;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7652;s:10:\"size_after\";i:7652;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35217;s:10:\"size_after\";i:35217;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13136;s:10:\"size_after\";i:13136;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13138;s:10:\"size_after\";i:13138;s:4:\"time\";d:0.029999999999999999;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7668;s:10:\"size_after\";i:7668;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4000;s:10:\"size_after\";i:4000;s:4:\"time\";d:0.02;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27944;s:10:\"size_after\";i:27944;s:4:\"time\";d:0.029999999999999999;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1473;s:10:\"size_after\";i:1473;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2837;s:10:\"size_after\";i:2837;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6926;s:10:\"size_after\";i:6926;s:4:\"time\";d:0.01;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12225;s:10:\"size_after\";i:12225;s:4:\"time\";d:0.01;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18566;s:10:\"size_after\";i:18566;s:4:\"time\";d:0.02;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40081;s:10:\"size_after\";i:40081;s:4:\"time\";d:0.16;}}}'),(18938,4049,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:375644;s:10:\"size_after\";i:375644;s:4:\"time\";d:0.52000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3609;s:10:\"size_after\";i:3609;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7279;s:10:\"size_after\";i:7279;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29626;s:10:\"size_after\";i:29626;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:47187;s:10:\"size_after\";i:47187;s:4:\"time\";d:0.040000000000000001;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2062;s:10:\"size_after\";i:2062;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15370;s:10:\"size_after\";i:15370;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15370;s:10:\"size_after\";i:15370;s:4:\"time\";d:0.01;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16789;s:10:\"size_after\";i:16789;s:4:\"time\";d:0.029999999999999999;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8068;s:10:\"size_after\";i:8068;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29833;s:10:\"size_after\";i:29833;s:4:\"time\";d:0.050000000000000003;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14597;s:10:\"size_after\";i:14597;s:4:\"time\";d:0.040000000000000001;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13891;s:10:\"size_after\";i:13891;s:4:\"time\";d:0.029999999999999999;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7912;s:10:\"size_after\";i:7912;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4036;s:10:\"size_after\";i:4036;s:4:\"time\";d:0.02;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25891;s:10:\"size_after\";i:25891;s:4:\"time\";d:0.029999999999999999;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1405;s:10:\"size_after\";i:1405;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4025;s:10:\"size_after\";i:4025;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10879;s:10:\"size_after\";i:10879;s:4:\"time\";d:0.040000000000000001;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20127;s:10:\"size_after\";i:20127;s:4:\"time\";d:0.029999999999999999;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31741;s:10:\"size_after\";i:31741;s:4:\"time\";d:0.029999999999999999;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:65947;s:10:\"size_after\";i:65947;s:4:\"time\";d:0.059999999999999998;}}}'),(18939,4048,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:253001;s:10:\"size_after\";i:253001;s:4:\"time\";d:0.42999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3479;s:10:\"size_after\";i:3479;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4452;s:10:\"size_after\";i:4452;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17057;s:10:\"size_after\";i:17057;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27654;s:10:\"size_after\";i:27654;s:4:\"time\";d:0.040000000000000001;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1530;s:10:\"size_after\";i:1530;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9046;s:10:\"size_after\";i:9046;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9046;s:10:\"size_after\";i:9046;s:4:\"time\";d:0.01;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13654;s:10:\"size_after\";i:13654;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6955;s:10:\"size_after\";i:6955;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26513;s:10:\"size_after\";i:26513;s:4:\"time\";d:0.059999999999999998;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12057;s:10:\"size_after\";i:12057;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12096;s:10:\"size_after\";i:12096;s:4:\"time\";d:0.040000000000000001;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7017;s:10:\"size_after\";i:7017;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3679;s:10:\"size_after\";i:3679;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23557;s:10:\"size_after\";i:23557;s:4:\"time\";d:0.02;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1442;s:10:\"size_after\";i:1442;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2671;s:10:\"size_after\";i:2671;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6586;s:10:\"size_after\";i:6586;s:4:\"time\";d:0.02;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11806;s:10:\"size_after\";i:11806;s:4:\"time\";d:0.029999999999999999;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18024;s:10:\"size_after\";i:18024;s:4:\"time\";d:0.02;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34680;s:10:\"size_after\";i:34680;s:4:\"time\";d:0.040000000000000001;}}}'),(18940,4047,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:485539;s:10:\"size_after\";i:485539;s:4:\"time\";d:0.54000000000000015;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4398;s:10:\"size_after\";i:4398;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5993;s:10:\"size_after\";i:5993;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30211;s:10:\"size_after\";i:30211;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:62041;s:10:\"size_after\";i:62041;s:4:\"time\";d:0.040000000000000001;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1753;s:10:\"size_after\";i:1753;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13923;s:10:\"size_after\";i:13923;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13923;s:10:\"size_after\";i:13923;s:4:\"time\";d:0.029999999999999999;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23647;s:10:\"size_after\";i:23647;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10846;s:10:\"size_after\";i:10846;s:4:\"time\";d:0.029999999999999999;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:46089;s:10:\"size_after\";i:46089;s:4:\"time\";d:0.070000000000000007;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21458;s:10:\"size_after\";i:21458;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20557;s:10:\"size_after\";i:20557;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10355;s:10:\"size_after\";i:10355;s:4:\"time\";d:0.050000000000000003;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4975;s:10:\"size_after\";i:4975;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:52919;s:10:\"size_after\";i:52919;s:4:\"time\";d:0.040000000000000001;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1632;s:10:\"size_after\";i:1632;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3376;s:10:\"size_after\";i:3376;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9774;s:10:\"size_after\";i:9774;s:4:\"time\";d:0.01;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19641;s:10:\"size_after\";i:19641;s:4:\"time\";d:0.02;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33125;s:10:\"size_after\";i:33125;s:4:\"time\";d:0.029999999999999999;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:94903;s:10:\"size_after\";i:94903;s:4:\"time\";d:0.050000000000000003;}}}'),(18941,4046,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:282845;s:10:\"size_after\";i:282845;s:4:\"time\";d:0.44000000000000006;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3665;s:10:\"size_after\";i:3665;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4637;s:10:\"size_after\";i:4637;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17688;s:10:\"size_after\";i:17688;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31529;s:10:\"size_after\";i:31529;s:4:\"time\";d:0.040000000000000001;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1584;s:10:\"size_after\";i:1584;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9403;s:10:\"size_after\";i:9403;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9403;s:10:\"size_after\";i:9403;s:4:\"time\";d:0.01;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14073;s:10:\"size_after\";i:14073;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7652;s:10:\"size_after\";i:7652;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35217;s:10:\"size_after\";i:35217;s:4:\"time\";d:0.050000000000000003;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13136;s:10:\"size_after\";i:13136;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13138;s:10:\"size_after\";i:13138;s:4:\"time\";d:0.01;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7668;s:10:\"size_after\";i:7668;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4000;s:10:\"size_after\";i:4000;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27944;s:10:\"size_after\";i:27944;s:4:\"time\";d:0.059999999999999998;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1473;s:10:\"size_after\";i:1473;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2837;s:10:\"size_after\";i:2837;s:4:\"time\";d:0.02;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6926;s:10:\"size_after\";i:6926;s:4:\"time\";d:0.01;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12225;s:10:\"size_after\";i:12225;s:4:\"time\";d:0.02;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18566;s:10:\"size_after\";i:18566;s:4:\"time\";d:0.040000000000000001;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40081;s:10:\"size_after\";i:40081;s:4:\"time\";d:0.040000000000000001;}}}'),(18942,4039,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.4146490000024263;s:5:\"bytes\";i:9952;s:11:\"size_before\";i:412151;s:10:\"size_after\";i:402199;s:4:\"time\";d:0.42999999999999994;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:20:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3099999999999996;s:5:\"bytes\";i:203;s:11:\"size_before\";i:4712;s:10:\"size_after\";i:4509;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0699999999999998;s:5:\"bytes\";i:314;s:11:\"size_before\";i:10236;s:10:\"size_after\";i:9922;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.2400000000000002;s:5:\"bytes\";i:925;s:11:\"size_before\";i:41294;s:10:\"size_after\";i:40369;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.4900000000000002;s:5:\"bytes\";i:1654;s:11:\"size_before\";i:66413;s:10:\"size_after\";i:64759;s:4:\"time\";d:0.040000000000000001;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4800000000000004;s:5:\"bytes\";i:199;s:11:\"size_before\";i:3069;s:10:\"size_after\";i:2870;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.2000000000000002;s:5:\"bytes\";i:471;s:11:\"size_before\";i:21435;s:10:\"size_after\";i:20964;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20964;s:10:\"size_after\";i:20964;s:4:\"time\";d:0.02;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1400000000000001;s:5:\"bytes\";i:423;s:11:\"size_before\";i:19757;s:10:\"size_after\";i:19334;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2200000000000002;s:5:\"bytes\";i:326;s:11:\"size_before\";i:10109;s:10:\"size_after\";i:9783;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.46;s:5:\"bytes\";i:883;s:11:\"size_before\";i:35879;s:10:\"size_after\";i:34996;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.27;s:5:\"bytes\";i:395;s:11:\"size_before\";i:17380;s:10:\"size_after\";i:16985;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3500000000000001;s:5:\"bytes\";i:409;s:11:\"size_before\";i:17435;s:10:\"size_after\";i:17026;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8799999999999999;s:5:\"bytes\";i:292;s:11:\"size_before\";i:10124;s:10:\"size_after\";i:9832;s:4:\"time\";d:0.029999999999999999;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8799999999999999;s:5:\"bytes\";i:254;s:11:\"size_before\";i:5207;s:10:\"size_after\";i:4953;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3900000000000001;s:5:\"bytes\";i:785;s:11:\"size_before\";i:32897;s:10:\"size_after\";i:32112;s:4:\"time\";d:0.029999999999999999;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4500000000000002;s:5:\"bytes\";i:122;s:11:\"size_before\";i:1891;s:10:\"size_after\";i:1769;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9199999999999999;s:5:\"bytes\";i:232;s:11:\"size_before\";i:5916;s:10:\"size_after\";i:5684;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:2.4100000000000001;s:5:\"bytes\";i:368;s:11:\"size_before\";i:15272;s:10:\"size_after\";i:14904;s:4:\"time\";d:0.01;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5099999999999998;s:5:\"bytes\";i:705;s:11:\"size_before\";i:28096;s:10:\"size_after\";i:27391;s:4:\"time\";d:0.040000000000000001;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:2.25;s:5:\"bytes\";i:992;s:11:\"size_before\";i:44065;s:10:\"size_after\";i:43073;s:4:\"time\";d:0.040000000000000001;}}}'),(18943,4035,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.7399413860350599;s:5:\"bytes\";i:26820;s:11:\"size_before\";i:275361;s:10:\"size_after\";i:248541;s:4:\"time\";d:0.55000000000000016;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2000000000000002;s:5:\"bytes\";i:206;s:11:\"size_before\";i:3324;s:10:\"size_after\";i:3118;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4000000000000004;s:5:\"bytes\";i:221;s:11:\"size_before\";i:2986;s:10:\"size_after\";i:2765;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.76;s:5:\"bytes\";i:1788;s:11:\"size_before\";i:16618;s:10:\"size_after\";i:14830;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.94;s:5:\"bytes\";i:3300;s:11:\"size_before\";i:30171;s:10:\"size_after\";i:26871;s:4:\"time\";d:0.14999999999999999;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.6500000000000004;s:5:\"bytes\";i:117;s:11:\"size_before\";i:1213;s:10:\"size_after\";i:1096;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.380000000000001;s:5:\"bytes\";i:727;s:11:\"size_before\";i:7007;s:10:\"size_after\";i:6280;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6280;s:10:\"size_after\";i:6280;s:4:\"time\";d:0.02;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.220000000000001;s:5:\"bytes\";i:1509;s:11:\"size_before\";i:14762;s:10:\"size_after\";i:13253;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0999999999999996;s:5:\"bytes\";i:564;s:11:\"size_before\";i:6967;s:10:\"size_after\";i:6403;s:4:\"time\";d:0.029999999999999999;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.9000000000000004;s:5:\"bytes\";i:3330;s:11:\"size_before\";i:33634;s:10:\"size_after\";i:30304;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4399999999999995;s:5:\"bytes\";i:1295;s:11:\"size_before\";i:13721;s:10:\"size_after\";i:12426;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0999999999999996;s:5:\"bytes\";i:1346;s:11:\"size_before\";i:14794;s:10:\"size_after\";i:13448;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4600000000000009;s:5:\"bytes\";i:625;s:11:\"size_before\";i:7391;s:10:\"size_after\";i:6766;s:4:\"time\";d:0.029999999999999999;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7199999999999998;s:5:\"bytes\";i:229;s:11:\"size_before\";i:3407;s:10:\"size_after\";i:3178;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:9;s:5:\"bytes\";i:3122;s:11:\"size_before\";i:34671;s:10:\"size_after\";i:31549;s:4:\"time\";d:0.050000000000000003;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9900000000000002;s:5:\"bytes\";i:106;s:11:\"size_before\";i:1327;s:10:\"size_after\";i:1221;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3700000000000001;s:5:\"bytes\";i:134;s:11:\"size_before\";i:1819;s:10:\"size_after\";i:1685;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3000000000000007;s:5:\"bytes\";i:440;s:11:\"size_before\";i:4729;s:10:\"size_after\";i:4289;s:4:\"time\";d:0.01;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:10.43;s:5:\"bytes\";i:1040;s:11:\"size_before\";i:9971;s:10:\"size_after\";i:8931;s:4:\"time\";d:0.01;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:11.33;s:5:\"bytes\";i:2036;s:11:\"size_before\";i:17969;s:10:\"size_after\";i:15933;s:4:\"time\";d:0.02;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";i:11;s:5:\"bytes\";i:4685;s:11:\"size_before\";i:42600;s:10:\"size_after\";i:37915;s:4:\"time\";d:0.029999999999999999;}}}'),(18944,4034,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.407240602806167;s:5:\"bytes\";i:19350;s:11:\"size_before\";i:144325;s:10:\"size_after\";i:124975;s:4:\"time\";d:0.46999999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5899999999999999;s:5:\"bytes\";i:138;s:11:\"size_before\";i:2469;s:10:\"size_after\";i:2331;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.380000000000001;s:5:\"bytes\";i:229;s:11:\"size_before\";i:2206;s:10:\"size_after\";i:1977;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.57;s:5:\"bytes\";i:1380;s:11:\"size_before\";i:8863;s:10:\"size_after\";i:7483;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.620000000000001;s:5:\"bytes\";i:2544;s:11:\"size_before\";i:15303;s:10:\"size_after\";i:12759;s:4:\"time\";d:0.059999999999999998;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.74;s:5:\"bytes\";i:127;s:11:\"size_before\";i:1082;s:10:\"size_after\";i:955;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.15;s:5:\"bytes\";i:579;s:11:\"size_before\";i:4403;s:10:\"size_after\";i:3824;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3824;s:10:\"size_after\";i:3824;s:4:\"time\";d:0.02;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.369999999999999;s:5:\"bytes\";i:1120;s:11:\"size_before\";i:7796;s:10:\"size_after\";i:6676;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6999999999999993;s:5:\"bytes\";i:352;s:11:\"size_before\";i:4048;s:10:\"size_after\";i:3696;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.710000000000001;s:5:\"bytes\";i:2449;s:11:\"size_before\";i:15587;s:10:\"size_after\";i:13138;s:4:\"time\";d:0.050000000000000003;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.779999999999999;s:5:\"bytes\";i:828;s:11:\"size_before\";i:7026;s:10:\"size_after\";i:6198;s:4:\"time\";d:0.01;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.8000000000000007;s:5:\"bytes\";i:722;s:11:\"size_before\";i:7371;s:10:\"size_after\";i:6649;s:4:\"time\";d:0.050000000000000003;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5700000000000003;s:5:\"bytes\";i:324;s:11:\"size_before\";i:4280;s:10:\"size_after\";i:3956;s:4:\"time\";d:0.02;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.21;s:5:\"bytes\";i:152;s:11:\"size_before\";i:2447;s:10:\"size_after\";i:2295;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.92;s:5:\"bytes\";i:1837;s:11:\"size_before\";i:15409;s:10:\"size_after\";i:13572;s:4:\"time\";d:0.040000000000000001;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.6400000000000006;s:5:\"bytes\";i:118;s:11:\"size_before\";i:1224;s:10:\"size_after\";i:1106;s:4:\"time\";d:0.040000000000000001;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:10.26;s:5:\"bytes\";i:155;s:11:\"size_before\";i:1511;s:10:\"size_after\";i:1356;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:12.4;s:5:\"bytes\";i:394;s:11:\"size_before\";i:3177;s:10:\"size_after\";i:2783;s:4:\"time\";d:0.01;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:14.42;s:5:\"bytes\";i:839;s:11:\"size_before\";i:5819;s:10:\"size_after\";i:4980;s:4:\"time\";d:0.01;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:15.619999999999999;s:5:\"bytes\";i:1507;s:11:\"size_before\";i:9649;s:10:\"size_after\";i:8142;s:4:\"time\";d:0.02;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:17.07;s:5:\"bytes\";i:3556;s:11:\"size_before\";i:20831;s:10:\"size_after\";i:17275;s:4:\"time\";d:0.040000000000000001;}}}'),(18945,4033,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.3550016142596917;s:5:\"bytes\";i:15944;s:11:\"size_before\";i:250889;s:10:\"size_after\";i:234945;s:4:\"time\";d:0.41000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6900000000000004;s:5:\"bytes\";i:188;s:11:\"size_before\";i:3302;s:10:\"size_after\";i:3114;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8799999999999999;s:5:\"bytes\";i:217;s:11:\"size_before\";i:4443;s:10:\"size_after\";i:4226;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7999999999999998;s:5:\"bytes\";i:982;s:11:\"size_before\";i:16922;s:10:\"size_after\";i:15940;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2699999999999996;s:5:\"bytes\";i:1971;s:11:\"size_before\";i:27125;s:10:\"size_after\";i:25154;s:4:\"time\";d:0.029999999999999999;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.74;s:5:\"bytes\";i:144;s:11:\"size_before\";i:1341;s:10:\"size_after\";i:1197;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.21;s:5:\"bytes\";i:484;s:11:\"size_before\";i:9291;s:10:\"size_after\";i:8807;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8807;s:10:\"size_after\";i:8807;s:4:\"time\";d:0.01;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.75;s:5:\"bytes\";i:834;s:11:\"size_before\";i:14500;s:10:\"size_after\";i:13666;s:4:\"time\";d:0.040000000000000001;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:284;s:11:\"size_before\";i:6682;s:10:\"size_after\";i:6398;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7300000000000004;s:5:\"bytes\";i:2016;s:11:\"size_before\";i:26078;s:10:\"size_after\";i:24062;s:4:\"time\";d:0.040000000000000001;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6299999999999999;s:5:\"bytes\";i:673;s:11:\"size_before\";i:11951;s:10:\"size_after\";i:11278;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.54;s:5:\"bytes\";i:620;s:11:\"size_before\";i:11187;s:10:\"size_after\";i:10567;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.21;s:5:\"bytes\";i:337;s:11:\"size_before\";i:6474;s:10:\"size_after\";i:6137;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0999999999999996;s:5:\"bytes\";i:177;s:11:\"size_before\";i:3470;s:10:\"size_after\";i:3293;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5599999999999996;s:5:\"bytes\";i:1670;s:11:\"size_before\";i:22086;s:10:\"size_after\";i:20416;s:4:\"time\";d:0.050000000000000003;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.380000000000001;s:5:\"bytes\";i:156;s:11:\"size_before\";i:1371;s:10:\"size_after\";i:1215;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4100000000000001;s:5:\"bytes\";i:198;s:11:\"size_before\";i:2671;s:10:\"size_after\";i:2473;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5099999999999998;s:5:\"bytes\";i:309;s:11:\"size_before\";i:6845;s:10:\"size_after\";i:6536;s:4:\"time\";d:0.01;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9100000000000001;s:5:\"bytes\";i:577;s:11:\"size_before\";i:11761;s:10:\"size_after\";i:11184;s:4:\"time\";d:0.02;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9299999999999997;s:5:\"bytes\";i:1077;s:11:\"size_before\";i:18163;s:10:\"size_after\";i:17086;s:4:\"time\";d:0.02;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3200000000000003;s:5:\"bytes\";i:3030;s:11:\"size_before\";i:36419;s:10:\"size_after\";i:33389;s:4:\"time\";d:0.029999999999999999;}}}'),(18946,4032,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.4673983775107375;s:5:\"bytes\";i:14908;s:11:\"size_before\";i:230510;s:10:\"size_after\";i:215602;s:4:\"time\";d:0.46000000000000008;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8899999999999997;s:5:\"bytes\";i:165;s:11:\"size_before\";i:3374;s:10:\"size_after\";i:3209;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0800000000000001;s:5:\"bytes\";i:186;s:11:\"size_before\";i:3658;s:10:\"size_after\";i:3472;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1699999999999999;s:5:\"bytes\";i:1008;s:11:\"size_before\";i:14051;s:10:\"size_after\";i:13043;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8699999999999992;s:5:\"bytes\";i:2037;s:11:\"size_before\";i:22975;s:10:\"size_after\";i:20938;s:4:\"time\";d:0.029999999999999999;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.7200000000000006;s:5:\"bytes\";i:134;s:11:\"size_before\";i:1537;s:10:\"size_after\";i:1403;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5999999999999996;s:5:\"bytes\";i:488;s:11:\"size_before\";i:7395;s:10:\"size_after\";i:6907;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6907;s:10:\"size_after\";i:6907;s:4:\"time\";d:0.01;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3700000000000001;s:5:\"bytes\";i:829;s:11:\"size_before\";i:13016;s:10:\"size_after\";i:12187;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5299999999999998;s:5:\"bytes\";i:255;s:11:\"size_before\";i:7234;s:10:\"size_after\";i:6979;s:4:\"time\";d:0.02;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.75;s:5:\"bytes\";i:1655;s:11:\"size_before\";i:24506;s:10:\"size_after\";i:22851;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6699999999999999;s:5:\"bytes\";i:577;s:11:\"size_before\";i:12363;s:10:\"size_after\";i:11786;s:4:\"time\";d:0.040000000000000001;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1900000000000004;s:5:\"bytes\";i:535;s:11:\"size_before\";i:12782;s:10:\"size_after\";i:12247;s:4:\"time\";d:0.029999999999999999;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0599999999999996;s:5:\"bytes\";i:295;s:11:\"size_before\";i:7267;s:10:\"size_after\";i:6972;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9900000000000002;s:5:\"bytes\";i:193;s:11:\"size_before\";i:3867;s:10:\"size_after\";i:3674;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6799999999999997;s:5:\"bytes\";i:1181;s:11:\"size_before\";i:25262;s:10:\"size_after\";i:24081;s:4:\"time\";d:0.029999999999999999;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5499999999999998;s:5:\"bytes\";i:123;s:11:\"size_before\";i:1630;s:10:\"size_after\";i:1507;s:4:\"time\";d:0.029999999999999999;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6299999999999999;s:5:\"bytes\";i:134;s:11:\"size_before\";i:2378;s:10:\"size_after\";i:2244;s:4:\"time\";d:0.02;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0199999999999996;s:5:\"bytes\";i:325;s:11:\"size_before\";i:5403;s:10:\"size_after\";i:5078;s:4:\"time\";d:0.01;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";i:7;s:5:\"bytes\";i:666;s:11:\"size_before\";i:9521;s:10:\"size_after\";i:8855;s:4:\"time\";d:0.01;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0099999999999998;s:5:\"bytes\";i:1217;s:11:\"size_before\";i:15185;s:10:\"size_after\";i:13968;s:4:\"time\";d:0.050000000000000003;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:9.6199999999999992;s:5:\"bytes\";i:2905;s:11:\"size_before\";i:30199;s:10:\"size_after\";i:27294;s:4:\"time\";d:0.040000000000000001;}}}'),(18947,4031,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.9802517682691017;s:5:\"bytes\";i:22080;s:11:\"size_before\";i:276683;s:10:\"size_after\";i:254603;s:4:\"time\";d:0.40000000000000013;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.6500000000000004;s:5:\"bytes\";i:238;s:11:\"size_before\";i:2467;s:10:\"size_after\";i:2229;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.75;s:5:\"bytes\";i:280;s:11:\"size_before\";i:3611;s:10:\"size_after\";i:3331;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2899999999999991;s:5:\"bytes\";i:1604;s:11:\"size_before\";i:19350;s:10:\"size_after\";i:17746;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2100000000000009;s:5:\"bytes\";i:2759;s:11:\"size_before\";i:33595;s:10:\"size_after\";i:30836;s:4:\"time\";d:0.029999999999999999;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.68;s:5:\"bytes\";i:135;s:11:\"size_before\";i:1264;s:10:\"size_after\";i:1129;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9100000000000001;s:5:\"bytes\";i:785;s:11:\"size_before\";i:8813;s:10:\"size_after\";i:8028;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8028;s:10:\"size_after\";i:8028;s:4:\"time\";d:0.01;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0500000000000007;s:5:\"bytes\";i:1296;s:11:\"size_before\";i:16103;s:10:\"size_after\";i:14807;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2799999999999994;s:5:\"bytes\";i:500;s:11:\"size_before\";i:6042;s:10:\"size_after\";i:5542;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8200000000000003;s:5:\"bytes\";i:2491;s:11:\"size_before\";i:31853;s:10:\"size_after\";i:29362;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9699999999999998;s:5:\"bytes\";i:1013;s:11:\"size_before\";i:12710;s:10:\"size_after\";i:11697;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9900000000000002;s:5:\"bytes\";i:928;s:11:\"size_before\";i:11618;s:10:\"size_after\";i:10690;s:4:\"time\";d:0.029999999999999999;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6899999999999995;s:5:\"bytes\";i:508;s:11:\"size_before\";i:5847;s:10:\"size_after\";i:5339;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4499999999999993;s:5:\"bytes\";i:232;s:11:\"size_before\";i:2744;s:10:\"size_after\";i:2512;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9199999999999999;s:5:\"bytes\";i:1968;s:11:\"size_before\";i:24834;s:10:\"size_after\";i:22866;s:4:\"time\";d:0.02;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.99;s:5:\"bytes\";i:135;s:11:\"size_before\";i:1126;s:10:\"size_after\";i:991;s:4:\"time\";i:0;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4499999999999993;s:5:\"bytes\";i:201;s:11:\"size_before\";i:2127;s:10:\"size_after\";i:1926;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3300000000000001;s:5:\"bytes\";i:497;s:11:\"size_before\";i:5964;s:10:\"size_after\";i:5467;s:4:\"time\";d:0.029999999999999999;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3699999999999992;s:5:\"bytes\";i:1023;s:11:\"size_before\";i:12227;s:10:\"size_after\";i:11204;s:4:\"time\";d:0.02;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4800000000000004;s:5:\"bytes\";i:1802;s:11:\"size_before\";i:21243;s:10:\"size_after\";i:19441;s:4:\"time\";d:0.02;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1699999999999999;s:5:\"bytes\";i:3685;s:11:\"size_before\";i:45117;s:10:\"size_after\";i:41432;s:4:\"time\";d:0.029999999999999999;}}}'),(18948,4030,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.0875806421967766;s:5:\"bytes\";i:33216;s:11:\"size_before\";i:652884;s:10:\"size_after\";i:619668;s:4:\"time\";d:0.49000000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1500000000000004;s:5:\"bytes\";i:411;s:11:\"size_before\";i:6688;s:10:\"size_after\";i:6277;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5999999999999996;s:5:\"bytes\";i:331;s:11:\"size_before\";i:7197;s:10:\"size_after\";i:6866;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1299999999999999;s:5:\"bytes\";i:2167;s:11:\"size_before\";i:42236;s:10:\"size_after\";i:40069;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1600000000000001;s:5:\"bytes\";i:3729;s:11:\"size_before\";i:72220;s:10:\"size_after\";i:68491;s:4:\"time\";d:0.040000000000000001;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.04;s:5:\"bytes\";i:130;s:11:\"size_before\";i:1846;s:10:\"size_after\";i:1716;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.96;s:5:\"bytes\";i:926;s:11:\"size_before\";i:18653;s:10:\"size_after\";i:17727;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17727;s:10:\"size_after\";i:17727;s:4:\"time\";d:0.01;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1399999999999997;s:5:\"bytes\";i:1962;s:11:\"size_before\";i:38170;s:10:\"size_after\";i:36208;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6299999999999999;s:5:\"bytes\";i:947;s:11:\"size_before\";i:16827;s:10:\"size_after\";i:15880;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1399999999999997;s:5:\"bytes\";i:3985;s:11:\"size_before\";i:77507;s:10:\"size_after\";i:73522;s:4:\"time\";d:0.059999999999999998;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5;s:5:\"bytes\";i:1889;s:11:\"size_before\";i:34350;s:10:\"size_after\";i:32461;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5599999999999996;s:5:\"bytes\";i:1893;s:11:\"size_before\";i:34059;s:10:\"size_after\";i:32166;s:4:\"time\";d:0.059999999999999998;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7999999999999998;s:5:\"bytes\";i:1016;s:11:\"size_before\";i:17532;s:10:\"size_after\";i:16516;s:4:\"time\";d:0.02;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0700000000000003;s:5:\"bytes\";i:457;s:11:\"size_before\";i:7527;s:10:\"size_after\";i:7070;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5199999999999996;s:5:\"bytes\";i:4058;s:11:\"size_before\";i:73488;s:10:\"size_after\";i:69430;s:4:\"time\";d:0.040000000000000001;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8600000000000003;s:5:\"bytes\";i:140;s:11:\"size_before\";i:2040;s:10:\"size_after\";i:1900;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3700000000000001;s:5:\"bytes\";i:161;s:11:\"size_before\";i:3686;s:10:\"size_after\";i:3525;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6399999999999997;s:5:\"bytes\";i:571;s:11:\"size_before\";i:12306;s:10:\"size_after\";i:11735;s:4:\"time\";d:0.01;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9800000000000004;s:5:\"bytes\";i:1307;s:11:\"size_before\";i:26239;s:10:\"size_after\";i:24932;s:4:\"time\";d:0.02;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1399999999999997;s:5:\"bytes\";i:2336;s:11:\"size_before\";i:45476;s:10:\"size_after\";i:43140;s:4:\"time\";d:0.02;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9400000000000004;s:5:\"bytes\";i:4800;s:11:\"size_before\";i:97110;s:10:\"size_after\";i:92310;s:4:\"time\";d:0.050000000000000003;}}}'),(18949,4029,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.8507077100028901;s:5:\"bytes\";i:32389;s:11:\"size_before\";i:667717;s:10:\"size_after\";i:635328;s:4:\"time\";d:0.55000000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5099999999999998;s:5:\"bytes\";i:280;s:11:\"size_before\";i:6213;s:10:\"size_after\";i:5933;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8300000000000001;s:5:\"bytes\";i:551;s:11:\"size_before\";i:11418;s:10:\"size_after\";i:10867;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6600000000000001;s:5:\"bytes\";i:2354;s:11:\"size_before\";i:50465;s:10:\"size_after\";i:48111;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4299999999999997;s:5:\"bytes\";i:4579;s:11:\"size_before\";i:84358;s:10:\"size_after\";i:79779;s:4:\"time\";d:0.059999999999999998;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5599999999999996;s:5:\"bytes\";i:203;s:11:\"size_before\";i:3094;s:10:\"size_after\";i:2891;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3700000000000001;s:5:\"bytes\";i:1086;s:11:\"size_before\";i:24823;s:10:\"size_after\";i:23737;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23737;s:10:\"size_after\";i:23737;s:4:\"time\";d:0.02;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5800000000000001;s:5:\"bytes\";i:1533;s:11:\"size_before\";i:33465;s:10:\"size_after\";i:31932;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5300000000000002;s:5:\"bytes\";i:654;s:11:\"size_before\";i:14443;s:10:\"size_after\";i:13789;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1100000000000003;s:5:\"bytes\";i:3118;s:11:\"size_before\";i:61039;s:10:\"size_after\";i:57921;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2999999999999998;s:5:\"bytes\";i:1169;s:11:\"size_before\";i:27191;s:10:\"size_after\";i:26022;s:4:\"time\";d:0.050000000000000003;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5;s:5:\"bytes\";i:1160;s:11:\"size_before\";i:25758;s:10:\"size_after\";i:24598;s:4:\"time\";d:0.059999999999999998;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5300000000000002;s:5:\"bytes\";i:654;s:11:\"size_before\";i:14433;s:10:\"size_after\";i:13779;s:4:\"time\";d:0.02;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.46;s:5:\"bytes\";i:383;s:11:\"size_before\";i:7011;s:10:\"size_after\";i:6628;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.96;s:5:\"bytes\";i:2542;s:11:\"size_before\";i:51253;s:10:\"size_after\";i:48711;s:4:\"time\";d:0.040000000000000001;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4600000000000009;s:5:\"bytes\";i:194;s:11:\"size_before\";i:2294;s:10:\"size_after\";i:2100;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9699999999999998;s:5:\"bytes\";i:378;s:11:\"size_before\";i:6336;s:10:\"size_after\";i:5958;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4500000000000002;s:5:\"bytes\";i:789;s:11:\"size_before\";i:17741;s:10:\"size_after\";i:16952;s:4:\"time\";d:0.01;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2400000000000002;s:5:\"bytes\";i:1430;s:11:\"size_before\";i:33712;s:10:\"size_after\";i:32282;s:4:\"time\";d:0.02;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8899999999999997;s:5:\"bytes\";i:2658;s:11:\"size_before\";i:54392;s:10:\"size_after\";i:51734;s:4:\"time\";d:0.040000000000000001;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8300000000000001;s:5:\"bytes\";i:6674;s:11:\"size_before\";i:114541;s:10:\"size_after\";i:107867;s:4:\"time\";d:0.050000000000000003;}}}'),(18950,4028,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.802564572782801;s:5:\"bytes\";i:26956;s:11:\"size_before\";i:708890;s:10:\"size_after\";i:681934;s:4:\"time\";d:0.75000000000000011;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4699999999999998;s:5:\"bytes\";i:432;s:11:\"size_before\";i:6674;s:10:\"size_after\";i:6242;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.21;s:5:\"bytes\";i:775;s:11:\"size_before\";i:14887;s:10:\"size_after\";i:14112;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.54;s:5:\"bytes\";i:2037;s:11:\"size_before\";i:57583;s:10:\"size_after\";i:55546;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.23;s:5:\"bytes\";i:2784;s:11:\"size_before\";i:86133;s:10:\"size_after\";i:83349;s:4:\"time\";d:0.059999999999999998;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4100000000000001;s:5:\"bytes\";i:252;s:11:\"size_before\";i:3933;s:10:\"size_after\";i:3681;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5700000000000003;s:5:\"bytes\";i:1439;s:11:\"size_before\";i:31498;s:10:\"size_after\";i:30059;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30059;s:10:\"size_after\";i:30059;s:4:\"time\";d:0.040000000000000001;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7000000000000002;s:5:\"bytes\";i:1681;s:11:\"size_before\";i:35757;s:10:\"size_after\";i:34076;s:4:\"time\";d:0.029999999999999999;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3499999999999996;s:5:\"bytes\";i:827;s:11:\"size_before\";i:15456;s:10:\"size_after\";i:14629;s:4:\"time\";d:0.02;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7799999999999998;s:5:\"bytes\";i:2216;s:11:\"size_before\";i:58649;s:10:\"size_after\";i:56433;s:4:\"time\";d:0.070000000000000007;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7800000000000002;s:5:\"bytes\";i:1450;s:11:\"size_before\";i:30311;s:10:\"size_after\";i:28861;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7999999999999998;s:5:\"bytes\";i:1261;s:11:\"size_before\";i:26283;s:10:\"size_after\";i:25022;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.25;s:5:\"bytes\";i:774;s:11:\"size_before\";i:14737;s:10:\"size_after\";i:13963;s:4:\"time\";d:0.02;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8700000000000001;s:5:\"bytes\";i:430;s:11:\"size_before\";i:7327;s:10:\"size_after\";i:6897;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9399999999999999;s:5:\"bytes\";i:1894;s:11:\"size_before\";i:48041;s:10:\"size_after\";i:46147;s:4:\"time\";d:0.029999999999999999;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5999999999999996;s:5:\"bytes\";i:171;s:11:\"size_before\";i:2249;s:10:\"size_after\";i:2078;s:4:\"time\";d:0.02;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1500000000000004;s:5:\"bytes\";i:505;s:11:\"size_before\";i:8212;s:10:\"size_after\";i:7707;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7199999999999998;s:5:\"bytes\";i:1064;s:11:\"size_before\";i:22565;s:10:\"size_after\";i:21501;s:4:\"time\";d:0.02;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2000000000000002;s:5:\"bytes\";i:1710;s:11:\"size_before\";i:40666;s:10:\"size_after\";i:38956;s:4:\"time\";d:0.02;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4700000000000002;s:5:\"bytes\";i:2108;s:11:\"size_before\";i:60751;s:10:\"size_after\";i:58643;s:4:\"time\";d:0.080000000000000002;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9399999999999999;s:5:\"bytes\";i:3146;s:11:\"size_before\";i:107119;s:10:\"size_after\";i:103973;s:4:\"time\";d:0.17000000000000001;}}}'),(18951,4027,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.3260708917405837;s:5:\"bytes\";i:10167;s:11:\"size_before\";i:437089;s:10:\"size_after\";i:426922;s:4:\"time\";d:0.53000000000000014;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7800000000000002;s:5:\"bytes\";i:311;s:11:\"size_before\";i:5377;s:10:\"size_after\";i:5066;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3399999999999999;s:5:\"bytes\";i:317;s:11:\"size_before\";i:9483;s:10:\"size_after\";i:9166;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.0699999999999998;s:5:\"bytes\";i:715;s:11:\"size_before\";i:34602;s:10:\"size_after\";i:33887;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.29;s:5:\"bytes\";i:1203;s:11:\"size_before\";i:52467;s:10:\"size_after\";i:51264;s:4:\"time\";d:0.070000000000000007;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0199999999999996;s:5:\"bytes\";i:212;s:11:\"size_before\";i:3020;s:10:\"size_after\";i:2808;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.21;s:5:\"bytes\";i:417;s:11:\"size_before\";i:18911;s:10:\"size_after\";i:18494;s:4:\"time\";d:0.029999999999999999;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18494;s:10:\"size_after\";i:18494;s:4:\"time\";d:0.040000000000000001;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.8200000000000001;s:5:\"bytes\";i:376;s:11:\"size_before\";i:20656;s:10:\"size_after\";i:20280;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3399999999999999;s:5:\"bytes\";i:336;s:11:\"size_before\";i:10052;s:10:\"size_after\";i:9716;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.48;s:5:\"bytes\";i:521;s:11:\"size_before\";i:35166;s:10:\"size_after\";i:34645;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.2000000000000002;s:5:\"bytes\";i:398;s:11:\"size_before\";i:18085;s:10:\"size_after\";i:17687;s:4:\"time\";d:0.01;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5299999999999998;s:5:\"bytes\";i:421;s:11:\"size_before\";i:16626;s:10:\"size_after\";i:16205;s:4:\"time\";d:0.01;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2400000000000002;s:5:\"bytes\";i:324;s:11:\"size_before\";i:10000;s:10:\"size_after\";i:9676;s:4:\"time\";d:0.02;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0700000000000003;s:5:\"bytes\";i:223;s:11:\"size_before\";i:5478;s:10:\"size_after\";i:5255;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.04;s:5:\"bytes\";i:604;s:11:\"size_before\";i:29636;s:10:\"size_after\";i:29032;s:4:\"time\";d:0.02;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8499999999999996;s:5:\"bytes\";i:168;s:11:\"size_before\";i:2140;s:10:\"size_after\";i:1972;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5199999999999996;s:5:\"bytes\";i:251;s:11:\"size_before\";i:5551;s:10:\"size_after\";i:5300;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3599999999999999;s:5:\"bytes\";i:325;s:11:\"size_before\";i:13799;s:10:\"size_after\";i:13474;s:4:\"time\";d:0.02;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:1.97;s:5:\"bytes\";i:480;s:11:\"size_before\";i:24427;s:10:\"size_after\";i:23947;s:4:\"time\";d:0.029999999999999999;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:1.9399999999999999;s:5:\"bytes\";i:713;s:11:\"size_before\";i:36782;s:10:\"size_after\";i:36069;s:4:\"time\";d:0.029999999999999999;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:2.79;s:5:\"bytes\";i:1852;s:11:\"size_before\";i:66337;s:10:\"size_after\";i:64485;s:4:\"time\";d:0.10000000000000001;}}}'),(18952,4024,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.4339658807743914;s:5:\"bytes\";i:19047;s:11:\"size_before\";i:782550;s:10:\"size_after\";i:763503;s:4:\"time\";d:0.64000000000000012;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.96;s:5:\"bytes\";i:451;s:11:\"size_before\";i:7562;s:10:\"size_after\";i:7111;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2699999999999996;s:5:\"bytes\";i:730;s:11:\"size_before\";i:17097;s:10:\"size_after\";i:16367;s:4:\"time\";d:0.029999999999999999;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.2400000000000002;s:5:\"bytes\";i:1472;s:11:\"size_before\";i:65795;s:10:\"size_after\";i:64323;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.6000000000000001;s:5:\"bytes\";i:1593;s:11:\"size_before\";i:99440;s:10:\"size_after\";i:97847;s:4:\"time\";d:0.10000000000000001;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8600000000000003;s:5:\"bytes\";i:323;s:11:\"size_before\";i:4710;s:10:\"size_after\";i:4387;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1499999999999999;s:5:\"bytes\";i:1125;s:11:\"size_before\";i:35768;s:10:\"size_after\";i:34643;s:4:\"time\";d:0.040000000000000001;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34643;s:10:\"size_after\";i:34643;s:4:\"time\";d:0.029999999999999999;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6400000000000001;s:5:\"bytes\";i:866;s:11:\"size_before\";i:32776;s:10:\"size_after\";i:31910;s:4:\"time\";d:0.040000000000000001;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4800000000000004;s:5:\"bytes\";i:738;s:11:\"size_before\";i:16470;s:10:\"size_after\";i:15732;s:4:\"time\";d:0.02;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.8999999999999999;s:5:\"bytes\";i:1046;s:11:\"size_before\";i:55011;s:10:\"size_after\";i:53965;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.25;s:5:\"bytes\";i:935;s:11:\"size_before\";i:28785;s:10:\"size_after\";i:27850;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3999999999999999;s:5:\"bytes\";i:959;s:11:\"size_before\";i:28198;s:10:\"size_after\";i:27239;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6900000000000004;s:5:\"bytes\";i:775;s:11:\"size_before\";i:16509;s:10:\"size_after\";i:15734;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0899999999999999;s:5:\"bytes\";i:516;s:11:\"size_before\";i:8476;s:10:\"size_after\";i:7960;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5;s:5:\"bytes\";i:1275;s:11:\"size_before\";i:51045;s:10:\"size_after\";i:49770;s:4:\"time\";d:0.02;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3799999999999999;s:5:\"bytes\";i:199;s:11:\"size_before\";i:2695;s:10:\"size_after\";i:2496;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5599999999999996;s:5:\"bytes\";i:525;s:11:\"size_before\";i:9447;s:10:\"size_after\";i:8922;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8199999999999998;s:5:\"bytes\";i:981;s:11:\"size_before\";i:25702;s:10:\"size_after\";i:24721;s:4:\"time\";d:0.02;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6800000000000002;s:5:\"bytes\";i:1245;s:11:\"size_before\";i:46485;s:10:\"size_after\";i:45240;s:4:\"time\";d:0.059999999999999998;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:2.0600000000000001;s:5:\"bytes\";i:1437;s:11:\"size_before\";i:69814;s:10:\"size_after\";i:68377;s:4:\"time\";d:0.029999999999999999;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:1.47;s:5:\"bytes\";i:1856;s:11:\"size_before\";i:126122;s:10:\"size_after\";i:124266;s:4:\"time\";d:0.070000000000000007;}}}'),(18953,4022,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.332939787485242;s:5:\"bytes\";i:13551;s:11:\"size_before\";i:254100;s:10:\"size_after\";i:240549;s:4:\"time\";d:0.44;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5099999999999998;s:5:\"bytes\";i:210;s:11:\"size_before\";i:3225;s:10:\"size_after\";i:3015;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:4;s:5:\"bytes\";i:223;s:11:\"size_before\";i:5569;s:10:\"size_after\";i:5346;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7699999999999996;s:5:\"bytes\";i:920;s:11:\"size_before\";i:19275;s:10:\"size_after\";i:18355;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1799999999999997;s:5:\"bytes\";i:1833;s:11:\"size_before\";i:29677;s:10:\"size_after\";i:27844;s:4:\"time\";d:0.029999999999999999;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2199999999999998;s:5:\"bytes\";i:154;s:11:\"size_before\";i:2132;s:10:\"size_after\";i:1978;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1200000000000001;s:5:\"bytes\";i:446;s:11:\"size_before\";i:10818;s:10:\"size_after\";i:10372;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10372;s:10:\"size_after\";i:10372;s:4:\"time\";d:0.01;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1500000000000004;s:5:\"bytes\";i:602;s:11:\"size_before\";i:11695;s:10:\"size_after\";i:11093;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1500000000000004;s:5:\"bytes\";i:259;s:11:\"size_before\";i:6245;s:10:\"size_after\";i:5986;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1299999999999999;s:5:\"bytes\";i:1218;s:11:\"size_before\";i:19860;s:10:\"size_after\";i:18642;s:4:\"time\";d:0.040000000000000001;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6500000000000004;s:5:\"bytes\";i:491;s:11:\"size_before\";i:10564;s:10:\"size_after\";i:10073;s:4:\"time\";d:0.01;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6100000000000003;s:5:\"bytes\";i:471;s:11:\"size_before\";i:10220;s:10:\"size_after\";i:9749;s:4:\"time\";d:0.01;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6799999999999997;s:5:\"bytes\";i:288;s:11:\"size_before\";i:6155;s:10:\"size_after\";i:5867;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1299999999999999;s:5:\"bytes\";i:183;s:11:\"size_before\";i:3567;s:10:\"size_after\";i:3384;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8600000000000003;s:5:\"bytes\";i:887;s:11:\"size_before\";i:18268;s:10:\"size_after\";i:17381;s:4:\"time\";d:0.029999999999999999;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8100000000000005;s:5:\"bytes\";i:140;s:11:\"size_before\";i:1590;s:10:\"size_after\";i:1450;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0700000000000003;s:5:\"bytes\";i:182;s:11:\"size_before\";i:3587;s:10:\"size_after\";i:3405;s:4:\"time\";d:0.050000000000000003;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.54;s:5:\"bytes\";i:367;s:11:\"size_before\";i:8086;s:10:\"size_after\";i:7719;s:4:\"time\";d:0.040000000000000001;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5800000000000001;s:5:\"bytes\";i:640;s:11:\"size_before\";i:13964;s:10:\"size_after\";i:13324;s:4:\"time\";d:0.029999999999999999;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3700000000000001;s:5:\"bytes\";i:1121;s:11:\"size_before\";i:20892;s:10:\"size_after\";i:19771;s:4:\"time\";d:0.02;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6100000000000003;s:5:\"bytes\";i:2916;s:11:\"size_before\";i:38339;s:10:\"size_after\";i:35423;s:4:\"time\";d:0.040000000000000001;}}}'),(18954,4020,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:21.893687707641195;s:5:\"bytes\";i:1318;s:11:\"size_before\";i:6020;s:10:\"size_after\";i:4702;s:4:\"time\";d:0.089999999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.510000000000002;s:5:\"bytes\";i:341;s:11:\"size_before\";i:1585;s:10:\"size_after\";i:1244;s:4:\"time\";d:0.02;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.119999999999999;s:5:\"bytes\";i:186;s:11:\"size_before\";i:1673;s:10:\"size_after\";i:1487;s:4:\"time\";d:0.029999999999999999;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.640000000000001;s:5:\"bytes\";i:791;s:11:\"size_before\";i:2762;s:10:\"size_after\";i:1971;s:4:\"time\";d:0.040000000000000001;}}}'),(18955,4019,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:52.037252619324789;s:5:\"bytes\";i:894;s:11:\"size_before\";i:1718;s:10:\"size_after\";i:824;s:4:\"time\";d:0.01;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:52.039999999999999;s:5:\"bytes\";i:894;s:11:\"size_before\";i:1718;s:10:\"size_after\";i:824;s:4:\"time\";d:0.01;}}}'),(18956,4018,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.6580086580086579;s:5:\"bytes\";i:1980;s:11:\"size_before\";i:22869;s:10:\"size_after\";i:20889;s:4:\"time\";d:0.24000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8399999999999999;s:5:\"bytes\";i:653;s:11:\"size_before\";i:7387;s:10:\"size_after\";i:6734;s:4:\"time\";d:0.040000000000000001;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1500000000000004;s:5:\"bytes\";i:417;s:11:\"size_before\";i:5114;s:10:\"size_after\";i:4697;s:4:\"time\";d:0.12;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.690000000000001;s:5:\"bytes\";i:560;s:11:\"size_before\";i:3355;s:10:\"size_after\";i:2795;s:4:\"time\";d:0.029999999999999999;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.92000000000000004;s:5:\"bytes\";i:19;s:11:\"size_before\";i:2067;s:10:\"size_after\";i:2048;s:4:\"time\";d:0.01;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6900000000000004;s:5:\"bytes\";i:331;s:11:\"size_before\";i:4946;s:10:\"size_after\";i:4615;s:4:\"time\";d:0.040000000000000001;}}}'),(18957,4017,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:19.750379910814377;s:5:\"bytes\";i:7928;s:11:\"size_before\";i:40141;s:10:\"size_after\";i:32213;s:4:\"time\";d:0.46999999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.559999999999999;s:5:\"bytes\";i:1244;s:11:\"size_before\";i:5771;s:10:\"size_after\";i:4527;s:4:\"time\";d:0.029999999999999999;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.82;s:5:\"bytes\";i:472;s:11:\"size_before\";i:1828;s:10:\"size_after\";i:1356;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.879999999999999;s:5:\"bytes\";i:927;s:11:\"size_before\";i:4051;s:10:\"size_after\";i:3124;s:4:\"time\";d:0.20000000000000001;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.949999999999999;s:5:\"bytes\";i:936;s:11:\"size_before\";i:4079;s:10:\"size_after\";i:3143;s:4:\"time\";d:0.050000000000000003;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.27;s:5:\"bytes\";i:1682;s:11:\"size_before\";i:8297;s:10:\"size_after\";i:6615;s:4:\"time\";d:0.040000000000000001;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.02;s:5:\"bytes\";i:207;s:11:\"size_before\";i:1722;s:10:\"size_after\";i:1515;s:4:\"time\";d:0.029999999999999999;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:23.98;s:5:\"bytes\";i:2070;s:11:\"size_before\";i:8631;s:10:\"size_after\";i:6561;s:4:\"time\";d:0.050000000000000003;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7699999999999996;s:5:\"bytes\";i:390;s:11:\"size_before\";i:5762;s:10:\"size_after\";i:5372;s:4:\"time\";d:0.050000000000000003;}}}'),(18958,4016,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.0059019705235386;s:5:\"bytes\";i:14389;s:11:\"size_before\";i:239581;s:10:\"size_after\";i:225192;s:4:\"time\";d:0.44000000000000006;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6600000000000001;s:5:\"bytes\";i:115;s:11:\"size_before\";i:3138;s:10:\"size_after\";i:3023;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6499999999999999;s:5:\"bytes\";i:141;s:11:\"size_before\";i:5323;s:10:\"size_after\";i:5182;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2599999999999998;s:5:\"bytes\";i:1154;s:11:\"size_before\";i:18432;s:10:\"size_after\";i:17278;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0399999999999991;s:5:\"bytes\";i:2642;s:11:\"size_before\";i:29222;s:10:\"size_after\";i:26580;s:4:\"time\";d:0.040000000000000001;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3899999999999997;s:5:\"bytes\";i:127;s:11:\"size_before\";i:1989;s:10:\"size_after\";i:1862;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3500000000000001;s:5:\"bytes\";i:344;s:11:\"size_before\";i:10256;s:10:\"size_after\";i:9912;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9912;s:10:\"size_after\";i:9912;s:4:\"time\";d:0.02;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.96;s:5:\"bytes\";i:438;s:11:\"size_before\";i:11056;s:10:\"size_after\";i:10618;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.0899999999999999;s:5:\"bytes\";i:115;s:11:\"size_before\";i:5500;s:10:\"size_after\";i:5385;s:4:\"time\";d:0.02;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1200000000000001;s:5:\"bytes\";i:1139;s:11:\"size_before\";i:18615;s:10:\"size_after\";i:17476;s:4:\"time\";d:0.02;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3999999999999999;s:5:\"bytes\";i:324;s:11:\"size_before\";i:9516;s:10:\"size_after\";i:9192;s:4:\"time\";d:0.01;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.96;s:5:\"bytes\";i:265;s:11:\"size_before\";i:8938;s:10:\"size_after\";i:8673;s:4:\"time\";d:0.01;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.29;s:5:\"bytes\";i:127;s:11:\"size_before\";i:5547;s:10:\"size_after\";i:5420;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5899999999999999;s:5:\"bytes\";i:117;s:11:\"size_before\";i:3261;s:10:\"size_after\";i:3144;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6100000000000003;s:5:\"bytes\";i:886;s:11:\"size_before\";i:15806;s:10:\"size_after\";i:14920;s:4:\"time\";d:0.02;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8300000000000001;s:5:\"bytes\";i:120;s:11:\"size_before\";i:1533;s:10:\"size_after\";i:1413;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8199999999999998;s:5:\"bytes\";i:128;s:11:\"size_before\";i:3349;s:10:\"size_after\";i:3221;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8100000000000001;s:5:\"bytes\";i:214;s:11:\"size_before\";i:7624;s:10:\"size_after\";i:7410;s:4:\"time\";d:0.01;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1399999999999997;s:5:\"bytes\";i:543;s:11:\"size_before\";i:13124;s:10:\"size_after\";i:12581;s:4:\"time\";d:0.02;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0800000000000001;s:5:\"bytes\";i:1416;s:11:\"size_before\";i:19995;s:10:\"size_after\";i:18579;s:4:\"time\";d:0.029999999999999999;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:10.77;s:5:\"bytes\";i:4034;s:11:\"size_before\";i:37445;s:10:\"size_after\";i:33411;s:4:\"time\";d:0.089999999999999997;}}}'),(18959,4015,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.2298270571313625;s:5:\"bytes\";i:12283;s:11:\"size_before\";i:380299;s:10:\"size_after\";i:368016;s:4:\"time\";d:0.47000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0899999999999999;s:5:\"bytes\";i:135;s:11:\"size_before\";i:4375;s:10:\"size_after\";i:4240;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1400000000000001;s:5:\"bytes\";i:182;s:11:\"size_before\";i:8518;s:10:\"size_after\";i:8336;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3700000000000001;s:5:\"bytes\";i:1052;s:11:\"size_before\";i:31251;s:10:\"size_after\";i:30199;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.98;s:5:\"bytes\";i:1898;s:11:\"size_before\";i:47712;s:10:\"size_after\";i:45814;s:4:\"time\";d:0.040000000000000001;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6299999999999999;s:5:\"bytes\";i:135;s:11:\"size_before\";i:2917;s:10:\"size_after\";i:2782;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6400000000000001;s:5:\"bytes\";i:454;s:11:\"size_before\";i:17166;s:10:\"size_after\";i:16712;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16712;s:10:\"size_after\";i:16712;s:4:\"time\";d:0.02;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8399999999999999;s:5:\"bytes\";i:427;s:11:\"size_before\";i:15041;s:10:\"size_after\";i:14614;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3599999999999999;s:5:\"bytes\";i:208;s:11:\"size_before\";i:8800;s:10:\"size_after\";i:8592;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6400000000000001;s:5:\"bytes\";i:931;s:11:\"size_before\";i:25602;s:10:\"size_after\";i:24671;s:4:\"time\";d:0.02;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.7599999999999998;s:5:\"bytes\";i:386;s:11:\"size_before\";i:13962;s:10:\"size_after\";i:13576;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3599999999999999;s:5:\"bytes\";i:339;s:11:\"size_before\";i:14339;s:10:\"size_after\";i:14000;s:4:\"time\";d:0.01;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.2000000000000002;s:5:\"bytes\";i:194;s:11:\"size_before\";i:8815;s:10:\"size_after\";i:8621;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.46;s:5:\"bytes\";i:168;s:11:\"size_before\";i:4853;s:10:\"size_after\";i:4685;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0600000000000001;s:5:\"bytes\";i:779;s:11:\"size_before\";i:25465;s:10:\"size_after\";i:24686;s:4:\"time\";d:0.029999999999999999;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1600000000000001;s:5:\"bytes\";i:96;s:11:\"size_before\";i:1860;s:10:\"size_after\";i:1764;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5299999999999998;s:5:\"bytes\";i:185;s:11:\"size_before\";i:5247;s:10:\"size_after\";i:5062;s:4:\"time\";d:0.029999999999999999;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:2.4700000000000002;s:5:\"bytes\";i:311;s:11:\"size_before\";i:12578;s:10:\"size_after\";i:12267;s:4:\"time\";d:0.01;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:2.71;s:5:\"bytes\";i:591;s:11:\"size_before\";i:21792;s:10:\"size_after\";i:21201;s:4:\"time\";d:0.050000000000000003;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1600000000000001;s:5:\"bytes\";i:1044;s:11:\"size_before\";i:32989;s:10:\"size_after\";i:31945;s:4:\"time\";d:0.029999999999999999;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5899999999999999;s:5:\"bytes\";i:2768;s:11:\"size_before\";i:60305;s:10:\"size_after\";i:57537;s:4:\"time\";d:0.059999999999999998;}}}'),(18960,4007,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:20.960479542761554;s:5:\"bytes\";i:30072;s:11:\"size_before\";i:143470;s:10:\"size_after\";i:113398;s:4:\"time\";d:0.45000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.69;s:5:\"bytes\";i:210;s:11:\"size_before\";i:1796;s:10:\"size_after\";i:1586;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.789999999999999;s:5:\"bytes\";i:345;s:11:\"size_before\";i:2927;s:10:\"size_after\";i:2582;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.960000000000001;s:5:\"bytes\";i:2468;s:11:\"size_before\";i:10748;s:10:\"size_after\";i:8280;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.079999999999998;s:5:\"bytes\";i:4519;s:11:\"size_before\";i:17327;s:10:\"size_after\";i:12808;s:4:\"time\";d:0.029999999999999999;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.02;s:5:\"bytes\";i:159;s:11:\"size_before\";i:1323;s:10:\"size_after\";i:1164;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.73;s:5:\"bytes\";i:962;s:11:\"size_before\";i:5750;s:10:\"size_after\";i:4788;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4788;s:10:\"size_after\";i:4788;s:4:\"time\";d:0.029999999999999999;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.559999999999999;s:5:\"bytes\";i:1383;s:11:\"size_before\";i:6727;s:10:\"size_after\";i:5344;s:4:\"time\";d:0.029999999999999999;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.69;s:5:\"bytes\";i:415;s:11:\"size_before\";i:3270;s:10:\"size_after\";i:2855;s:4:\"time\";d:0.050000000000000003;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.960000000000001;s:5:\"bytes\";i:3002;s:11:\"size_before\";i:12025;s:10:\"size_after\";i:9023;s:4:\"time\";d:0.040000000000000001;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.239999999999998;s:5:\"bytes\";i:1003;s:11:\"size_before\";i:5819;s:10:\"size_after\";i:4816;s:4:\"time\";d:0.01;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.379999999999999;s:5:\"bytes\";i:945;s:11:\"size_before\";i:5436;s:10:\"size_after\";i:4491;s:4:\"time\";d:0.040000000000000001;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.44;s:5:\"bytes\";i:439;s:11:\"size_before\";i:3267;s:10:\"size_after\";i:2828;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:11;s:5:\"bytes\";i:214;s:11:\"size_before\";i:1945;s:10:\"size_after\";i:1731;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.09;s:5:\"bytes\";i:2364;s:11:\"size_before\";i:10240;s:10:\"size_after\";i:7876;s:4:\"time\";d:0.02;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.41;s:5:\"bytes\";i:144;s:11:\"size_before\";i:1074;s:10:\"size_after\";i:930;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:9.9700000000000006;s:5:\"bytes\";i:198;s:11:\"size_before\";i:1986;s:10:\"size_after\";i:1788;s:4:\"time\";d:0.02;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:13.94;s:5:\"bytes\";i:587;s:11:\"size_before\";i:4211;s:10:\"size_after\";i:3624;s:4:\"time\";d:0.01;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:19.629999999999999;s:5:\"bytes\";i:1483;s:11:\"size_before\";i:7553;s:10:\"size_after\";i:6070;s:4:\"time\";d:0.01;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:23.010000000000002;s:5:\"bytes\";i:2754;s:11:\"size_before\";i:11969;s:10:\"size_after\";i:9215;s:4:\"time\";d:0.029999999999999999;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:27.82;s:5:\"bytes\";i:6478;s:11:\"size_before\";i:23289;s:10:\"size_after\";i:16811;s:4:\"time\";d:0.040000000000000001;}}}'),(18961,4005,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.205237084217976;s:5:\"bytes\";i:4529;s:11:\"size_before\";i:141300;s:10:\"size_after\";i:136771;s:4:\"time\";d:1.1500000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.600000000000001;s:5:\"bytes\";i:1098;s:11:\"size_before\";i:5601;s:10:\"size_after\";i:4503;s:4:\"time\";d:0.040000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4500000000000002;s:5:\"bytes\";i:705;s:11:\"size_before\";i:12946;s:10:\"size_after\";i:12241;s:4:\"time\";d:0.11;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7599999999999998;s:5:\"bytes\";i:306;s:11:\"size_before\";i:8142;s:10:\"size_after\";i:7836;s:4:\"time\";d:0.10000000000000001;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5888;s:10:\"size_after\";i:5888;s:4:\"time\";d:0.050000000000000003;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4371;s:10:\"size_after\";i:4371;s:4:\"time\";d:0.080000000000000002;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17842;s:10:\"size_after\";i:17842;s:4:\"time\";d:0.14000000000000001;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5888;s:10:\"size_after\";i:5888;s:4:\"time\";d:0.050000000000000003;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7334;s:10:\"size_after\";i:7334;s:4:\"time\";d:0.070000000000000007;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4613;s:10:\"size_after\";i:4613;s:4:\"time\";d:0.12;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.34;s:5:\"bytes\";i:1587;s:11:\"size_before\";i:8655;s:10:\"size_after\";i:7068;s:4:\"time\";d:0.050000000000000003;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19181;s:10:\"size_after\";i:19181;s:4:\"time\";d:0.11;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.3999999999999999;s:5:\"bytes\";i:22;s:11:\"size_before\";i:1567;s:10:\"size_after\";i:1545;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4800000000000004;s:5:\"bytes\";i:811;s:11:\"size_before\";i:18108;s:10:\"size_after\";i:17297;s:4:\"time\";d:0.14000000000000001;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21164;s:10:\"size_after\";i:21164;s:4:\"time\";d:0.080000000000000002;}}}'),(18962,4003,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.710492344523811;s:5:\"bytes\";i:14968;s:11:\"size_before\";i:127817;s:10:\"size_after\";i:112849;s:4:\"time\";d:1.3599999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.649999999999999;s:5:\"bytes\";i:1101;s:11:\"size_before\";i:4655;s:10:\"size_after\";i:3554;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.960000000000001;s:5:\"bytes\";i:4059;s:11:\"size_before\";i:14017;s:10:\"size_after\";i:9958;s:4:\"time\";d:0.089999999999999997;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.79;s:5:\"bytes\";i:350;s:11:\"size_before\";i:4491;s:10:\"size_after\";i:4141;s:4:\"time\";d:0.02;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1982;s:10:\"size_after\";i:1982;s:4:\"time\";d:0.089999999999999997;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.140000000000001;s:5:\"bytes\";i:960;s:11:\"size_before\";i:5949;s:10:\"size_after\";i:4989;s:4:\"time\";d:0.11;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6301;s:10:\"size_after\";i:6301;s:4:\"time\";d:0.089999999999999997;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1982;s:10:\"size_after\";i:1982;s:4:\"time\";d:0.10000000000000001;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2272;s:10:\"size_after\";i:2272;s:4:\"time\";d:0.16;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.890000000000001;s:5:\"bytes\";i:1713;s:11:\"size_before\";i:9066;s:10:\"size_after\";i:7353;s:4:\"time\";d:0.080000000000000002;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.620000000000001;s:5:\"bytes\";i:1912;s:11:\"size_before\";i:6923;s:10:\"size_after\";i:5011;s:4:\"time\";d:0.050000000000000003;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8193;s:10:\"size_after\";i:8193;s:4:\"time\";d:0.12;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.82;s:5:\"bytes\";i:271;s:11:\"size_before\";i:1440;s:10:\"size_after\";i:1169;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2599999999999998;s:5:\"bytes\";i:895;s:11:\"size_before\";i:10841;s:10:\"size_after\";i:9946;s:4:\"time\";d:0.059999999999999998;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:10.880000000000001;s:5:\"bytes\";i:3707;s:11:\"size_before\";i:34059;s:10:\"size_after\";i:30352;s:4:\"time\";d:0.22;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15646;s:10:\"size_after\";i:15646;s:4:\"time\";d:0.13;}}}'),(18963,4002,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.1831072334503117;s:5:\"bytes\";i:8508;s:11:\"size_before\";i:267286;s:10:\"size_after\";i:258778;s:4:\"time\";d:0.44;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:17:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5199999999999996;s:5:\"bytes\";i:208;s:11:\"size_before\";i:4602;s:10:\"size_after\";i:4394;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9700000000000002;s:5:\"bytes\";i:262;s:11:\"size_before\";i:8812;s:10:\"size_after\";i:8550;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.21;s:5:\"bytes\";i:156;s:11:\"size_before\";i:2514;s:10:\"size_after\";i:2358;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5499999999999998;s:5:\"bytes\";i:699;s:11:\"size_before\";i:19716;s:10:\"size_after\";i:19017;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19017;s:10:\"size_after\";i:19017;s:4:\"time\";d:0.029999999999999999;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1600000000000001;s:5:\"bytes\";i:798;s:11:\"size_before\";i:25273;s:10:\"size_after\";i:24475;s:4:\"time\";d:0.050000000000000003;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5899999999999999;s:5:\"bytes\";i:354;s:11:\"size_before\";i:9858;s:10:\"size_after\";i:9504;s:4:\"time\";d:0.029999999999999999;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5499999999999998;s:5:\"bytes\";i:1152;s:11:\"size_before\";i:32443;s:10:\"size_after\";i:31291;s:4:\"time\";d:0.059999999999999998;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8199999999999998;s:5:\"bytes\";i:540;s:11:\"size_before\";i:19181;s:10:\"size_after\";i:18641;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2599999999999998;s:5:\"bytes\";i:568;s:11:\"size_before\";i:17437;s:10:\"size_after\";i:16869;s:4:\"time\";d:0.01;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6699999999999999;s:5:\"bytes\";i:359;s:11:\"size_before\";i:9774;s:10:\"size_after\";i:9415;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.75;s:5:\"bytes\";i:237;s:11:\"size_before\";i:4993;s:10:\"size_after\";i:4756;s:4:\"time\";d:0.040000000000000001;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9100000000000001;s:5:\"bytes\";i:120;s:11:\"size_before\";i:1736;s:10:\"size_after\";i:1616;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1799999999999997;s:5:\"bytes\";i:204;s:11:\"size_before\";i:4881;s:10:\"size_after\";i:4677;s:4:\"time\";d:0.02;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.23;s:5:\"bytes\";i:445;s:11:\"size_before\";i:13793;s:10:\"size_after\";i:13348;s:4:\"time\";d:0.029999999999999999;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3100000000000001;s:5:\"bytes\";i:863;s:11:\"size_before\";i:26038;s:10:\"size_after\";i:25175;s:4:\"time\";d:0.02;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.27;s:5:\"bytes\";i:1543;s:11:\"size_before\";i:47218;s:10:\"size_after\";i:45675;s:4:\"time\";d:0.040000000000000001;}}}'),(18964,4001,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:17.074445205588567;s:5:\"bytes\";i:53589;s:11:\"size_before\";i:313855;s:10:\"size_after\";i:260266;s:4:\"time\";d:3.2799999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:20:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1325;s:10:\"size_after\";i:1325;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4709;s:10:\"size_after\";i:4709;s:4:\"time\";d:0.080000000000000002;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.82;s:5:\"bytes\";i:12943;s:11:\"size_before\";i:52140;s:10:\"size_after\";i:39197;s:4:\"time\";d:0.57999999999999996;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1358;s:10:\"size_after\";i:1358;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7927;s:10:\"size_after\";i:7927;s:4:\"time\";d:0.10000000000000001;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7927;s:10:\"size_after\";i:7927;s:4:\"time\";d:0.16;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.850000000000001;s:5:\"bytes\";i:14895;s:11:\"size_before\";i:40422;s:10:\"size_after\";i:25527;s:4:\"time\";d:0.28000000000000003;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3300000000000001;s:5:\"bytes\";i:163;s:11:\"size_before\";i:7008;s:10:\"size_after\";i:6845;s:4:\"time\";d:0.059999999999999998;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.82;s:5:\"bytes\";i:7895;s:11:\"size_before\";i:31813;s:10:\"size_after\";i:23918;s:4:\"time\";d:0.35999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.7699999999999996;s:5:\"bytes\";i:1609;s:11:\"size_before\";i:16466;s:10:\"size_after\";i:14857;s:4:\"time\";d:0.17000000000000001;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.219999999999999;s:5:\"bytes\";i:6118;s:11:\"size_before\";i:26348;s:10:\"size_after\";i:20230;s:4:\"time\";d:0.17999999999999999;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.140000000000001;s:5:\"bytes\";i:4227;s:11:\"size_before\";i:15574;s:10:\"size_after\";i:11347;s:4:\"time\";d:0.10000000000000001;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.350000000000001;s:5:\"bytes\";i:1640;s:11:\"size_before\";i:6736;s:10:\"size_after\";i:5096;s:4:\"time\";d:0.070000000000000007;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.98;s:5:\"bytes\";i:3081;s:11:\"size_before\";i:28068;s:10:\"size_after\";i:24987;s:4:\"time\";d:0.23999999999999999;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.84;s:5:\"bytes\";i:144;s:11:\"size_before\";i:909;s:10:\"size_after\";i:765;s:4:\"time\";d:0.029999999999999999;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2148;s:10:\"size_after\";i:2148;s:4:\"time\";d:0.040000000000000001;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5608;s:10:\"size_after\";i:5608;s:4:\"time\";d:0.080000000000000002;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9900000000000002;s:5:\"bytes\";i:874;s:11:\"size_before\";i:14602;s:10:\"size_after\";i:13728;s:4:\"time\";d:0.12;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16142;s:10:\"size_after\";i:16142;s:4:\"time\";d:0.20999999999999999;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26625;s:10:\"size_after\";i:26625;s:4:\"time\";d:0.38;}}}'),(18965,4000,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:20.623822684211248;s:5:\"bytes\";i:29999;s:11:\"size_before\";i:145458;s:10:\"size_after\";i:115459;s:4:\"time\";d:0.46000000000000013;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.26;s:5:\"bytes\";i:206;s:11:\"size_before\";i:1830;s:10:\"size_after\";i:1624;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.699999999999999;s:5:\"bytes\";i:349;s:11:\"size_before\";i:2983;s:10:\"size_after\";i:2634;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.670000000000002;s:5:\"bytes\";i:2460;s:11:\"size_before\";i:10850;s:10:\"size_after\";i:8390;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.829999999999998;s:5:\"bytes\";i:4527;s:11:\"size_before\";i:17529;s:10:\"size_after\";i:13002;s:4:\"time\";d:0.040000000000000001;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.640000000000001;s:5:\"bytes\";i:154;s:11:\"size_before\";i:1323;s:10:\"size_after\";i:1169;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.559999999999999;s:5:\"bytes\";i:961;s:11:\"size_before\";i:5804;s:10:\"size_after\";i:4843;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4843;s:10:\"size_after\";i:4843;s:4:\"time\";d:0.040000000000000001;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.059999999999999;s:5:\"bytes\";i:1374;s:11:\"size_before\";i:6851;s:10:\"size_after\";i:5477;s:4:\"time\";d:0.01;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:13;s:5:\"bytes\";i:433;s:11:\"size_before\";i:3330;s:10:\"size_after\";i:2897;s:4:\"time\";d:0.050000000000000003;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.550000000000001;s:5:\"bytes\";i:3003;s:11:\"size_before\";i:12230;s:10:\"size_after\";i:9227;s:4:\"time\";d:0.02;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.98;s:5:\"bytes\";i:998;s:11:\"size_before\";i:5876;s:10:\"size_after\";i:4878;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.07;s:5:\"bytes\";i:949;s:11:\"size_before\";i:5558;s:10:\"size_after\";i:4609;s:4:\"time\";d:0.029999999999999999;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.949999999999999;s:5:\"bytes\";i:432;s:11:\"size_before\";i:3335;s:10:\"size_after\";i:2903;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.17;s:5:\"bytes\";i:203;s:11:\"size_before\";i:1997;s:10:\"size_after\";i:1794;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.02;s:5:\"bytes\";i:2409;s:11:\"size_before\";i:10464;s:10:\"size_after\";i:8055;s:4:\"time\";d:0.029999999999999999;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.699999999999999;s:5:\"bytes\";i:148;s:11:\"size_before\";i:1080;s:10:\"size_after\";i:932;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:10.06;s:5:\"bytes\";i:200;s:11:\"size_before\";i:1989;s:10:\"size_after\";i:1789;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:14.130000000000001;s:5:\"bytes\";i:597;s:11:\"size_before\";i:4224;s:10:\"size_after\";i:3627;s:4:\"time\";d:0.02;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:19.109999999999999;s:5:\"bytes\";i:1465;s:11:\"size_before\";i:7668;s:10:\"size_after\";i:6203;s:4:\"time\";d:0.029999999999999999;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:22.579999999999998;s:5:\"bytes\";i:2731;s:11:\"size_before\";i:12094;s:10:\"size_after\";i:9363;s:4:\"time\";d:0.02;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:27.120000000000001;s:5:\"bytes\";i:6400;s:11:\"size_before\";i:23600;s:10:\"size_after\";i:17200;s:4:\"time\";d:0.050000000000000003;}}}'),(18966,3999,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.4640746131226416;s:5:\"bytes\";i:37573;s:11:\"size_before\";i:841675;s:10:\"size_after\";i:804102;s:4:\"time\";d:0.6100000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0499999999999998;s:5:\"bytes\";i:581;s:11:\"size_before\";i:8243;s:10:\"size_after\";i:7662;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3200000000000003;s:5:\"bytes\";i:966;s:11:\"size_before\";i:15291;s:10:\"size_after\";i:14325;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3799999999999999;s:5:\"bytes\";i:2883;s:11:\"size_before\";i:65773;s:10:\"size_after\";i:62890;s:4:\"time\";d:0.059999999999999998;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9300000000000002;s:5:\"bytes\";i:4000;s:11:\"size_before\";i:101826;s:10:\"size_after\";i:97826;s:4:\"time\";d:0.070000000000000007;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0600000000000005;s:5:\"bytes\";i:312;s:11:\"size_before\";i:3871;s:10:\"size_after\";i:3559;s:4:\"time\";d:0.040000000000000001;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2999999999999998;s:5:\"bytes\";i:1817;s:11:\"size_before\";i:34308;s:10:\"size_after\";i:32491;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:32491;s:10:\"size_after\";i:32491;s:4:\"time\";d:0.050000000000000003;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0700000000000003;s:5:\"bytes\";i:2216;s:11:\"size_before\";i:43678;s:10:\"size_after\";i:41462;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9699999999999998;s:5:\"bytes\";i:1131;s:11:\"size_before\";i:18953;s:10:\"size_after\";i:17822;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2300000000000004;s:5:\"bytes\";i:3203;s:11:\"size_before\";i:75796;s:10:\"size_after\";i:72593;s:4:\"time\";d:0.050000000000000003;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0800000000000001;s:5:\"bytes\";i:1854;s:11:\"size_before\";i:36468;s:10:\"size_after\";i:34614;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9699999999999998;s:5:\"bytes\";i:1665;s:11:\"size_before\";i:33520;s:10:\"size_after\";i:31855;s:4:\"time\";d:0.029999999999999999;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9900000000000002;s:5:\"bytes\";i:1098;s:11:\"size_before\";i:18321;s:10:\"size_after\";i:17223;s:4:\"time\";d:0.02;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7000000000000002;s:5:\"bytes\";i:597;s:11:\"size_before\";i:8914;s:10:\"size_after\";i:8317;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3300000000000001;s:5:\"bytes\";i:2741;s:11:\"size_before\";i:63269;s:10:\"size_after\";i:60528;s:4:\"time\";d:0.029999999999999999;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5399999999999991;s:5:\"bytes\";i:236;s:11:\"size_before\";i:2763;s:10:\"size_after\";i:2527;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1500000000000004;s:5:\"bytes\";i:603;s:11:\"size_before\";i:8428;s:10:\"size_after\";i:7825;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79;s:5:\"bytes\";i:1401;s:11:\"size_before\";i:24208;s:10:\"size_after\";i:22807;s:4:\"time\";d:0.02;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9299999999999997;s:5:\"bytes\";i:2229;s:11:\"size_before\";i:45221;s:10:\"size_after\";i:42992;s:4:\"time\";d:0.02;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3099999999999996;s:5:\"bytes\";i:3027;s:11:\"size_before\";i:70303;s:10:\"size_after\";i:67276;s:4:\"time\";d:0.029999999999999999;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8599999999999999;s:5:\"bytes\";i:5013;s:11:\"size_before\";i:130030;s:10:\"size_after\";i:125017;s:4:\"time\";d:0.059999999999999998;}}}'),(18967,3997,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.4339658807743914;s:5:\"bytes\";i:19047;s:11:\"size_before\";i:782550;s:10:\"size_after\";i:763503;s:4:\"time\";d:0.59000000000000008;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.96;s:5:\"bytes\";i:451;s:11:\"size_before\";i:7562;s:10:\"size_after\";i:7111;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2699999999999996;s:5:\"bytes\";i:730;s:11:\"size_before\";i:17097;s:10:\"size_after\";i:16367;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.2400000000000002;s:5:\"bytes\";i:1472;s:11:\"size_before\";i:65795;s:10:\"size_after\";i:64323;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.6000000000000001;s:5:\"bytes\";i:1593;s:11:\"size_before\";i:99440;s:10:\"size_after\";i:97847;s:4:\"time\";d:0.050000000000000003;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8600000000000003;s:5:\"bytes\";i:323;s:11:\"size_before\";i:4710;s:10:\"size_after\";i:4387;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1499999999999999;s:5:\"bytes\";i:1125;s:11:\"size_before\";i:35768;s:10:\"size_after\";i:34643;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34643;s:10:\"size_after\";i:34643;s:4:\"time\";d:0.02;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6400000000000001;s:5:\"bytes\";i:866;s:11:\"size_before\";i:32776;s:10:\"size_after\";i:31910;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4800000000000004;s:5:\"bytes\";i:738;s:11:\"size_before\";i:16470;s:10:\"size_after\";i:15732;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.8999999999999999;s:5:\"bytes\";i:1046;s:11:\"size_before\";i:55011;s:10:\"size_after\";i:53965;s:4:\"time\";d:0.080000000000000002;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.25;s:5:\"bytes\";i:935;s:11:\"size_before\";i:28785;s:10:\"size_after\";i:27850;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3999999999999999;s:5:\"bytes\";i:959;s:11:\"size_before\";i:28198;s:10:\"size_after\";i:27239;s:4:\"time\";d:0.01;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6900000000000004;s:5:\"bytes\";i:775;s:11:\"size_before\";i:16509;s:10:\"size_after\";i:15734;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0899999999999999;s:5:\"bytes\";i:516;s:11:\"size_before\";i:8476;s:10:\"size_after\";i:7960;s:4:\"time\";d:0.040000000000000001;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5;s:5:\"bytes\";i:1275;s:11:\"size_before\";i:51045;s:10:\"size_after\";i:49770;s:4:\"time\";d:0.029999999999999999;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3799999999999999;s:5:\"bytes\";i:199;s:11:\"size_before\";i:2695;s:10:\"size_after\";i:2496;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5599999999999996;s:5:\"bytes\";i:525;s:11:\"size_before\";i:9447;s:10:\"size_after\";i:8922;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8199999999999998;s:5:\"bytes\";i:981;s:11:\"size_before\";i:25702;s:10:\"size_after\";i:24721;s:4:\"time\";d:0.01;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6800000000000002;s:5:\"bytes\";i:1245;s:11:\"size_before\";i:46485;s:10:\"size_after\";i:45240;s:4:\"time\";d:0.029999999999999999;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:2.0600000000000001;s:5:\"bytes\";i:1437;s:11:\"size_before\";i:69814;s:10:\"size_after\";i:68377;s:4:\"time\";d:0.050000000000000003;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:1.47;s:5:\"bytes\";i:1856;s:11:\"size_before\";i:126122;s:10:\"size_after\";i:124266;s:4:\"time\";d:0.070000000000000007;}}}'),(18968,3995,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.332939787485242;s:5:\"bytes\";i:13551;s:11:\"size_before\";i:254100;s:10:\"size_after\";i:240549;s:4:\"time\";d:0.53000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5099999999999998;s:5:\"bytes\";i:210;s:11:\"size_before\";i:3225;s:10:\"size_after\";i:3015;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:4;s:5:\"bytes\";i:223;s:11:\"size_before\";i:5569;s:10:\"size_after\";i:5346;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7699999999999996;s:5:\"bytes\";i:920;s:11:\"size_before\";i:19275;s:10:\"size_after\";i:18355;s:4:\"time\";d:0.050000000000000003;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1799999999999997;s:5:\"bytes\";i:1833;s:11:\"size_before\";i:29677;s:10:\"size_after\";i:27844;s:4:\"time\";d:0.040000000000000001;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2199999999999998;s:5:\"bytes\";i:154;s:11:\"size_before\";i:2132;s:10:\"size_after\";i:1978;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1200000000000001;s:5:\"bytes\";i:446;s:11:\"size_before\";i:10818;s:10:\"size_after\";i:10372;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10372;s:10:\"size_after\";i:10372;s:4:\"time\";d:0.02;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1500000000000004;s:5:\"bytes\";i:602;s:11:\"size_before\";i:11695;s:10:\"size_after\";i:11093;s:4:\"time\";d:0.01;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1500000000000004;s:5:\"bytes\";i:259;s:11:\"size_before\";i:6245;s:10:\"size_after\";i:5986;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1299999999999999;s:5:\"bytes\";i:1218;s:11:\"size_before\";i:19860;s:10:\"size_after\";i:18642;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6500000000000004;s:5:\"bytes\";i:491;s:11:\"size_before\";i:10564;s:10:\"size_after\";i:10073;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6100000000000003;s:5:\"bytes\";i:471;s:11:\"size_before\";i:10220;s:10:\"size_after\";i:9749;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6799999999999997;s:5:\"bytes\";i:288;s:11:\"size_before\";i:6155;s:10:\"size_after\";i:5867;s:4:\"time\";d:0.02;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1299999999999999;s:5:\"bytes\";i:183;s:11:\"size_before\";i:3567;s:10:\"size_after\";i:3384;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8600000000000003;s:5:\"bytes\";i:887;s:11:\"size_before\";i:18268;s:10:\"size_after\";i:17381;s:4:\"time\";d:0.040000000000000001;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8100000000000005;s:5:\"bytes\";i:140;s:11:\"size_before\";i:1590;s:10:\"size_after\";i:1450;s:4:\"time\";d:0.02;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0700000000000003;s:5:\"bytes\";i:182;s:11:\"size_before\";i:3587;s:10:\"size_after\";i:3405;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.54;s:5:\"bytes\";i:367;s:11:\"size_before\";i:8086;s:10:\"size_after\";i:7719;s:4:\"time\";d:0.01;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5800000000000001;s:5:\"bytes\";i:640;s:11:\"size_before\";i:13964;s:10:\"size_after\";i:13324;s:4:\"time\";d:0.029999999999999999;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3700000000000001;s:5:\"bytes\";i:1121;s:11:\"size_before\";i:20892;s:10:\"size_after\";i:19771;s:4:\"time\";d:0.059999999999999998;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6100000000000003;s:5:\"bytes\";i:2916;s:11:\"size_before\";i:38339;s:10:\"size_after\";i:35423;s:4:\"time\";d:0.070000000000000007;}}}'),(18969,3994,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.5664968117221676;s:5:\"bytes\";i:29376;s:11:\"size_before\";i:643294;s:10:\"size_after\";i:613918;s:4:\"time\";d:0.53000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1799999999999997;s:5:\"bytes\";i:273;s:11:\"size_before\";i:5273;s:10:\"size_after\";i:5000;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.79;s:5:\"bytes\";i:547;s:11:\"size_before\";i:11408;s:10:\"size_after\";i:10861;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6600000000000001;s:5:\"bytes\";i:2517;s:11:\"size_before\";i:54017;s:10:\"size_after\";i:51500;s:4:\"time\";d:0.059999999999999998;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.75;s:5:\"bytes\";i:4143;s:11:\"size_before\";i:87134;s:10:\"size_after\";i:82991;s:4:\"time\";d:0.040000000000000001;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8300000000000001;s:5:\"bytes\";i:175;s:11:\"size_before\";i:3003;s:10:\"size_after\";i:2828;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5999999999999996;s:5:\"bytes\";i:1219;s:11:\"size_before\";i:26491;s:10:\"size_after\";i:25272;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25272;s:10:\"size_after\";i:25272;s:4:\"time\";d:0.02;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9000000000000004;s:5:\"bytes\";i:1381;s:11:\"size_before\";i:28185;s:10:\"size_after\";i:26804;s:4:\"time\";d:0.040000000000000001;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6299999999999999;s:5:\"bytes\";i:558;s:11:\"size_before\";i:12042;s:10:\"size_after\";i:11484;s:4:\"time\";d:0.02;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0199999999999996;s:5:\"bytes\";i:2571;s:11:\"size_before\";i:51179;s:10:\"size_after\";i:48608;s:4:\"time\";d:0.040000000000000001;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9800000000000004;s:5:\"bytes\";i:1170;s:11:\"size_before\";i:23473;s:10:\"size_after\";i:22303;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9000000000000004;s:5:\"bytes\";i:1088;s:11:\"size_before\";i:22213;s:10:\"size_after\";i:21125;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.46;s:5:\"bytes\";i:523;s:11:\"size_before\";i:11736;s:10:\"size_after\";i:11213;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4699999999999998;s:5:\"bytes\";i:311;s:11:\"size_before\";i:5687;s:10:\"size_after\";i:5376;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.71;s:5:\"bytes\";i:2114;s:11:\"size_before\";i:44840;s:10:\"size_after\";i:42726;s:4:\"time\";d:0.029999999999999999;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0999999999999996;s:5:\"bytes\";i:123;s:11:\"size_before\";i:2017;s:10:\"size_after\";i:1894;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.46;s:5:\"bytes\";i:268;s:11:\"size_before\";i:6012;s:10:\"size_after\";i:5744;s:4:\"time\";d:0.02;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4500000000000002;s:5:\"bytes\";i:806;s:11:\"size_before\";i:18131;s:10:\"size_after\";i:17325;s:4:\"time\";d:0.029999999999999999;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5499999999999998;s:5:\"bytes\";i:1615;s:11:\"size_before\";i:35495;s:10:\"size_after\";i:33880;s:4:\"time\";d:0.02;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6100000000000003;s:5:\"bytes\";i:2674;s:11:\"size_before\";i:57954;s:10:\"size_after\";i:55280;s:4:\"time\";d:0.029999999999999999;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7400000000000002;s:5:\"bytes\";i:5300;s:11:\"size_before\";i:111732;s:10:\"size_after\";i:106432;s:4:\"time\";d:0.059999999999999998;}}}'),(18970,3993,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:21.893687707641195;s:5:\"bytes\";i:1318;s:11:\"size_before\";i:6020;s:10:\"size_after\";i:4702;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.510000000000002;s:5:\"bytes\";i:341;s:11:\"size_before\";i:1585;s:10:\"size_after\";i:1244;s:4:\"time\";d:0.02;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.119999999999999;s:5:\"bytes\";i:186;s:11:\"size_before\";i:1673;s:10:\"size_after\";i:1487;s:4:\"time\";d:0.01;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.640000000000001;s:5:\"bytes\";i:791;s:11:\"size_before\";i:2762;s:10:\"size_after\";i:1971;s:4:\"time\";d:0.080000000000000002;}}}'),(18971,3992,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:52.037252619324789;s:5:\"bytes\";i:894;s:11:\"size_before\";i:1718;s:10:\"size_after\";i:824;s:4:\"time\";d:0.01;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:52.039999999999999;s:5:\"bytes\";i:894;s:11:\"size_before\";i:1718;s:10:\"size_after\";i:824;s:4:\"time\";d:0.01;}}}'),(18972,3991,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.6580086580086579;s:5:\"bytes\";i:1980;s:11:\"size_before\";i:22869;s:10:\"size_after\";i:20889;s:4:\"time\";d:0.17000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8399999999999999;s:5:\"bytes\";i:653;s:11:\"size_before\";i:7387;s:10:\"size_after\";i:6734;s:4:\"time\";d:0.029999999999999999;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1500000000000004;s:5:\"bytes\";i:417;s:11:\"size_before\";i:5114;s:10:\"size_after\";i:4697;s:4:\"time\";d:0.02;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.690000000000001;s:5:\"bytes\";i:560;s:11:\"size_before\";i:3355;s:10:\"size_after\";i:2795;s:4:\"time\";d:0.070000000000000007;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.92000000000000004;s:5:\"bytes\";i:19;s:11:\"size_before\";i:2067;s:10:\"size_after\";i:2048;s:4:\"time\";d:0.01;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6900000000000004;s:5:\"bytes\";i:331;s:11:\"size_before\";i:4946;s:10:\"size_after\";i:4615;s:4:\"time\";d:0.040000000000000001;}}}'),(18973,3990,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:19.750379910814377;s:5:\"bytes\";i:7928;s:11:\"size_before\";i:40141;s:10:\"size_after\";i:32213;s:4:\"time\";d:0.33000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.559999999999999;s:5:\"bytes\";i:1244;s:11:\"size_before\";i:5771;s:10:\"size_after\";i:4527;s:4:\"time\";d:0.059999999999999998;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.82;s:5:\"bytes\";i:472;s:11:\"size_before\";i:1828;s:10:\"size_after\";i:1356;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.879999999999999;s:5:\"bytes\";i:927;s:11:\"size_before\";i:4051;s:10:\"size_after\";i:3124;s:4:\"time\";d:0.050000000000000003;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.949999999999999;s:5:\"bytes\";i:936;s:11:\"size_before\";i:4079;s:10:\"size_after\";i:3143;s:4:\"time\";d:0.050000000000000003;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.27;s:5:\"bytes\";i:1682;s:11:\"size_before\";i:8297;s:10:\"size_after\";i:6615;s:4:\"time\";d:0.040000000000000001;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.02;s:5:\"bytes\";i:207;s:11:\"size_before\";i:1722;s:10:\"size_after\";i:1515;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:23.98;s:5:\"bytes\";i:2070;s:11:\"size_before\";i:8631;s:10:\"size_after\";i:6561;s:4:\"time\";d:0.040000000000000001;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7699999999999996;s:5:\"bytes\";i:390;s:11:\"size_before\";i:5762;s:10:\"size_after\";i:5372;s:4:\"time\";d:0.059999999999999998;}}}'),(18974,3989,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.0059019705235386;s:5:\"bytes\";i:14389;s:11:\"size_before\";i:239581;s:10:\"size_after\";i:225192;s:4:\"time\";d:0.46000000000000008;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6600000000000001;s:5:\"bytes\";i:115;s:11:\"size_before\";i:3138;s:10:\"size_after\";i:3023;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6499999999999999;s:5:\"bytes\";i:141;s:11:\"size_before\";i:5323;s:10:\"size_after\";i:5182;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2599999999999998;s:5:\"bytes\";i:1154;s:11:\"size_before\";i:18432;s:10:\"size_after\";i:17278;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0399999999999991;s:5:\"bytes\";i:2642;s:11:\"size_before\";i:29222;s:10:\"size_after\";i:26580;s:4:\"time\";d:0.040000000000000001;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3899999999999997;s:5:\"bytes\";i:127;s:11:\"size_before\";i:1989;s:10:\"size_after\";i:1862;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3500000000000001;s:5:\"bytes\";i:344;s:11:\"size_before\";i:10256;s:10:\"size_after\";i:9912;s:4:\"time\";d:0.029999999999999999;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9912;s:10:\"size_after\";i:9912;s:4:\"time\";d:0.01;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.96;s:5:\"bytes\";i:438;s:11:\"size_before\";i:11056;s:10:\"size_after\";i:10618;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.0899999999999999;s:5:\"bytes\";i:115;s:11:\"size_before\";i:5500;s:10:\"size_after\";i:5385;s:4:\"time\";d:0.02;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1200000000000001;s:5:\"bytes\";i:1139;s:11:\"size_before\";i:18615;s:10:\"size_after\";i:17476;s:4:\"time\";d:0.050000000000000003;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3999999999999999;s:5:\"bytes\";i:324;s:11:\"size_before\";i:9516;s:10:\"size_after\";i:9192;s:4:\"time\";d:0.01;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.96;s:5:\"bytes\";i:265;s:11:\"size_before\";i:8938;s:10:\"size_after\";i:8673;s:4:\"time\";d:0.029999999999999999;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.29;s:5:\"bytes\";i:127;s:11:\"size_before\";i:5547;s:10:\"size_after\";i:5420;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5899999999999999;s:5:\"bytes\";i:117;s:11:\"size_before\";i:3261;s:10:\"size_after\";i:3144;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6100000000000003;s:5:\"bytes\";i:886;s:11:\"size_before\";i:15806;s:10:\"size_after\";i:14920;s:4:\"time\";d:0.02;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8300000000000001;s:5:\"bytes\";i:120;s:11:\"size_before\";i:1533;s:10:\"size_after\";i:1413;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8199999999999998;s:5:\"bytes\";i:128;s:11:\"size_before\";i:3349;s:10:\"size_after\";i:3221;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8100000000000001;s:5:\"bytes\";i:214;s:11:\"size_before\";i:7624;s:10:\"size_after\";i:7410;s:4:\"time\";d:0.02;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1399999999999997;s:5:\"bytes\";i:543;s:11:\"size_before\";i:13124;s:10:\"size_after\";i:12581;s:4:\"time\";d:0.02;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0800000000000001;s:5:\"bytes\";i:1416;s:11:\"size_before\";i:19995;s:10:\"size_after\";i:18579;s:4:\"time\";d:0.040000000000000001;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:10.77;s:5:\"bytes\";i:4034;s:11:\"size_before\";i:37445;s:10:\"size_after\";i:33411;s:4:\"time\";d:0.050000000000000003;}}}'),(18975,3988,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.2298270571313625;s:5:\"bytes\";i:12283;s:11:\"size_before\";i:380299;s:10:\"size_after\";i:368016;s:4:\"time\";d:0.55000000000000027;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0899999999999999;s:5:\"bytes\";i:135;s:11:\"size_before\";i:4375;s:10:\"size_after\";i:4240;s:4:\"time\";d:0.050000000000000003;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1400000000000001;s:5:\"bytes\";i:182;s:11:\"size_before\";i:8518;s:10:\"size_after\";i:8336;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3700000000000001;s:5:\"bytes\";i:1052;s:11:\"size_before\";i:31251;s:10:\"size_after\";i:30199;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.98;s:5:\"bytes\";i:1898;s:11:\"size_before\";i:47712;s:10:\"size_after\";i:45814;s:4:\"time\";d:0.059999999999999998;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6299999999999999;s:5:\"bytes\";i:135;s:11:\"size_before\";i:2917;s:10:\"size_after\";i:2782;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6400000000000001;s:5:\"bytes\";i:454;s:11:\"size_before\";i:17166;s:10:\"size_after\";i:16712;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16712;s:10:\"size_after\";i:16712;s:4:\"time\";d:0.02;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8399999999999999;s:5:\"bytes\";i:427;s:11:\"size_before\";i:15041;s:10:\"size_after\";i:14614;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3599999999999999;s:5:\"bytes\";i:208;s:11:\"size_before\";i:8800;s:10:\"size_after\";i:8592;s:4:\"time\";d:0.02;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6400000000000001;s:5:\"bytes\";i:931;s:11:\"size_before\";i:25602;s:10:\"size_after\";i:24671;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.7599999999999998;s:5:\"bytes\";i:386;s:11:\"size_before\";i:13962;s:10:\"size_after\";i:13576;s:4:\"time\";d:0.01;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3599999999999999;s:5:\"bytes\";i:339;s:11:\"size_before\";i:14339;s:10:\"size_after\";i:14000;s:4:\"time\";d:0.029999999999999999;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.2000000000000002;s:5:\"bytes\";i:194;s:11:\"size_before\";i:8815;s:10:\"size_after\";i:8621;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.46;s:5:\"bytes\";i:168;s:11:\"size_before\";i:4853;s:10:\"size_after\";i:4685;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0600000000000001;s:5:\"bytes\";i:779;s:11:\"size_before\";i:25465;s:10:\"size_after\";i:24686;s:4:\"time\";d:0.029999999999999999;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1600000000000001;s:5:\"bytes\";i:96;s:11:\"size_before\";i:1860;s:10:\"size_after\";i:1764;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5299999999999998;s:5:\"bytes\";i:185;s:11:\"size_before\";i:5247;s:10:\"size_after\";i:5062;s:4:\"time\";d:0.02;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:2.4700000000000002;s:5:\"bytes\";i:311;s:11:\"size_before\";i:12578;s:10:\"size_after\";i:12267;s:4:\"time\";d:0.02;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:2.71;s:5:\"bytes\";i:591;s:11:\"size_before\";i:21792;s:10:\"size_after\";i:21201;s:4:\"time\";d:0.02;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1600000000000001;s:5:\"bytes\";i:1044;s:11:\"size_before\";i:32989;s:10:\"size_after\";i:31945;s:4:\"time\";d:0.029999999999999999;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5899999999999999;s:5:\"bytes\";i:2768;s:11:\"size_before\";i:60305;s:10:\"size_after\";i:57537;s:4:\"time\";d:0.070000000000000007;}}}'),(18976,3982,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:32.620140188303779;s:5:\"bytes\";i:87863;s:11:\"size_before\";i:269352;s:10:\"size_after\";i:181489;s:4:\"time\";d:3.1099999999999994;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.869999999999997;s:5:\"bytes\";i:1847;s:11:\"size_before\";i:5009;s:10:\"size_after\";i:3162;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.229999999999997;s:5:\"bytes\";i:4010;s:11:\"size_before\";i:11382;s:10:\"size_after\";i:7372;s:4:\"time\";d:0.080000000000000002;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.289999999999999;s:5:\"bytes\";i:519;s:11:\"size_before\";i:1772;s:10:\"size_after\";i:1253;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.130000000000003;s:5:\"bytes\";i:10830;s:11:\"size_before\";i:29171;s:10:\"size_after\";i:18341;s:4:\"time\";d:0.23999999999999999;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18341;s:10:\"size_after\";i:18341;s:4:\"time\";d:0.20000000000000001;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.609999999999999;s:5:\"bytes\";i:17277;s:11:\"size_before\";i:47196;s:10:\"size_after\";i:29919;s:4:\"time\";d:0.64000000000000001;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.920000000000002;s:5:\"bytes\";i:4313;s:11:\"size_before\";i:12352;s:10:\"size_after\";i:8039;s:4:\"time\";d:0.13;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1978;s:10:\"size_after\";i:1978;s:4:\"time\";d:0.16;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.850000000000001;s:5:\"bytes\";i:9700;s:11:\"size_before\";i:27055;s:10:\"size_after\";i:17355;s:4:\"time\";d:0.17999999999999999;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.149999999999999;s:5:\"bytes\";i:9309;s:11:\"size_before\";i:25750;s:10:\"size_after\";i:16441;s:4:\"time\";d:0.19;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.579999999999998;s:5:\"bytes\";i:4093;s:11:\"size_before\";i:11835;s:10:\"size_after\";i:7742;s:4:\"time\";d:0.22;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.82;s:5:\"bytes\";i:1743;s:11:\"size_before\";i:5006;s:10:\"size_after\";i:3263;s:4:\"time\";d:0.070000000000000007;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2090;s:10:\"size_after\";i:2090;s:4:\"time\";d:0.14000000000000001;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.620000000000001;s:5:\"bytes\";i:277;s:11:\"size_before\";i:876;s:10:\"size_after\";i:599;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:33.909999999999997;s:5:\"bytes\";i:1726;s:11:\"size_before\";i:5090;s:10:\"size_after\";i:3364;s:4:\"time\";d:0.070000000000000007;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:35.759999999999998;s:5:\"bytes\";i:6785;s:11:\"size_before\";i:18973;s:10:\"size_after\";i:12188;s:4:\"time\";d:0.16;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:36.390000000000001;s:5:\"bytes\";i:15434;s:11:\"size_before\";i:42414;s:10:\"size_after\";i:26980;s:4:\"time\";d:0.35999999999999999;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3062;s:10:\"size_after\";i:3062;s:4:\"time\";d:0.20999999999999999;}}}'),(18977,3981,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.1399817380602641;s:5:\"bytes\";i:23199;s:11:\"size_before\";i:377835;s:10:\"size_after\";i:354636;s:4:\"time\";d:0.48000000000000009;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9800000000000004;s:5:\"bytes\";i:320;s:11:\"size_before\";i:4009;s:10:\"size_after\";i:3689;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6900000000000004;s:5:\"bytes\";i:347;s:11:\"size_before\";i:5187;s:10:\"size_after\";i:4840;s:4:\"time\";d:0.029999999999999999;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3899999999999997;s:5:\"bytes\";i:1640;s:11:\"size_before\";i:25678;s:10:\"size_after\";i:24038;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.29;s:5:\"bytes\";i:2694;s:11:\"size_before\";i:42804;s:10:\"size_after\";i:40110;s:4:\"time\";d:0.040000000000000001;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.050000000000001;s:5:\"bytes\";i:161;s:11:\"size_before\";i:1602;s:10:\"size_after\";i:1441;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0199999999999996;s:5:\"bytes\";i:730;s:11:\"size_before\";i:12122;s:10:\"size_after\";i:11392;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11392;s:10:\"size_after\";i:11392;s:4:\"time\";d:0.029999999999999999;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:6;s:5:\"bytes\";i:1336;s:11:\"size_before\";i:22269;s:10:\"size_after\";i:20933;s:4:\"time\";d:0.01;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2300000000000004;s:5:\"bytes\";i:581;s:11:\"size_before\";i:9332;s:10:\"size_after\";i:8751;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0999999999999996;s:5:\"bytes\";i:2616;s:11:\"size_before\";i:42889;s:10:\"size_after\";i:40273;s:4:\"time\";d:0.059999999999999998;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0099999999999998;s:5:\"bytes\";i:1124;s:11:\"size_before\";i:18714;s:10:\"size_after\";i:17590;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1900000000000004;s:5:\"bytes\";i:1102;s:11:\"size_before\";i:17795;s:10:\"size_after\";i:16693;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9299999999999997;s:5:\"bytes\";i:556;s:11:\"size_before\";i:9375;s:10:\"size_after\";i:8819;s:4:\"time\";d:0.02;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.71;s:5:\"bytes\";i:344;s:11:\"size_before\";i:4463;s:10:\"size_after\";i:4119;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0700000000000003;s:5:\"bytes\";i:2218;s:11:\"size_before\";i:36562;s:10:\"size_after\";i:34344;s:4:\"time\";d:0.050000000000000003;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.58;s:5:\"bytes\";i:171;s:11:\"size_before\";i:1477;s:10:\"size_after\";i:1306;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3000000000000007;s:5:\"bytes\";i:240;s:11:\"size_before\";i:2891;s:10:\"size_after\";i:2651;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5199999999999996;s:5:\"bytes\";i:545;s:11:\"size_before\";i:8362;s:10:\"size_after\";i:7817;s:4:\"time\";d:0.01;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0700000000000003;s:5:\"bytes\";i:1003;s:11:\"size_before\";i:16533;s:10:\"size_after\";i:15530;s:4:\"time\";d:0.02;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:6.46;s:5:\"bytes\";i:1778;s:11:\"size_before\";i:27542;s:10:\"size_after\";i:25764;s:4:\"time\";d:0.02;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5;s:5:\"bytes\";i:3693;s:11:\"size_before\";i:56837;s:10:\"size_after\";i:53144;s:4:\"time\";d:0.040000000000000001;}}}'),(18978,3980,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:25.039091003856978;s:5:\"bytes\";i:4804;s:11:\"size_before\";i:19186;s:10:\"size_after\";i:14382;s:4:\"time\";d:0.16999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:669;s:10:\"size_after\";i:669;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.25;s:5:\"bytes\";i:819;s:11:\"size_before\";i:3681;s:10:\"size_after\";i:2862;s:4:\"time\";d:0.029999999999999999;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:715;s:10:\"size_after\";i:715;s:4:\"time\";d:0.01;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.449999999999999;s:5:\"bytes\";i:853;s:11:\"size_before\";i:3225;s:10:\"size_after\";i:2372;s:4:\"time\";d:0.029999999999999999;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:31.550000000000001;s:5:\"bytes\";i:2773;s:11:\"size_before\";i:8790;s:10:\"size_after\";i:6017;s:4:\"time\";d:0.040000000000000001;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.050000000000001;s:5:\"bytes\";i:359;s:11:\"size_before\";i:2106;s:10:\"size_after\";i:1747;s:4:\"time\";d:0.050000000000000003;}}}'),(18979,3979,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:26.403934879372372;s:5:\"bytes\";i:12991;s:11:\"size_before\";i:49201;s:10:\"size_after\";i:36210;s:4:\"time\";d:1.1300000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.030000000000001;s:5:\"bytes\";i:1109;s:11:\"size_before\";i:3820;s:10:\"size_after\";i:2711;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.260000000000002;s:5:\"bytes\";i:1857;s:11:\"size_before\";i:5940;s:10:\"size_after\";i:4083;s:4:\"time\";d:0.050000000000000003;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.560000000000002;s:5:\"bytes\";i:984;s:11:\"size_before\";i:2767;s:10:\"size_after\";i:1783;s:4:\"time\";d:0.029999999999999999;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1019;s:10:\"size_after\";i:1019;s:4:\"time\";d:0.10000000000000001;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.259999999999998;s:5:\"bytes\";i:2552;s:11:\"size_before\";i:7673;s:10:\"size_after\";i:5121;s:4:\"time\";d:0.070000000000000007;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1368;s:10:\"size_after\";i:1368;s:4:\"time\";d:0.14999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1019;s:10:\"size_after\";i:1019;s:4:\"time\";d:0.12;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1096;s:10:\"size_after\";i:1096;s:4:\"time\";d:0.059999999999999998;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.009999999999998;s:5:\"bytes\";i:3028;s:11:\"size_before\";i:9172;s:10:\"size_after\";i:6144;s:4:\"time\";d:0.070000000000000007;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.550000000000001;s:5:\"bytes\";i:1115;s:11:\"size_before\";i:3905;s:10:\"size_after\";i:2790;s:4:\"time\";d:0.10000000000000001;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1423;s:10:\"size_after\";i:1423;s:4:\"time\";d:0.070000000000000007;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.77;s:5:\"bytes\";i:188;s:11:\"size_before\";i:791;s:10:\"size_after\";i:603;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:31.559999999999999;s:5:\"bytes\";i:2158;s:11:\"size_before\";i:6838;s:10:\"size_after\";i:4680;s:4:\"time\";d:0.059999999999999998;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2370;s:10:\"size_after\";i:2370;s:4:\"time\";d:0.20999999999999999;}}}'),(18980,3978,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:31.17365809652684;s:5:\"bytes\";i:69112;s:11:\"size_before\";i:221700;s:10:\"size_after\";i:152588;s:4:\"time\";d:2.5699999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.57;s:5:\"bytes\";i:1207;s:11:\"size_before\";i:3393;s:10:\"size_after\";i:2186;s:4:\"time\";d:0.050000000000000003;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.859999999999999;s:5:\"bytes\";i:5188;s:11:\"size_before\";i:13015;s:10:\"size_after\";i:7827;s:4:\"time\";d:0.080000000000000002;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.490000000000002;s:5:\"bytes\";i:883;s:11:\"size_before\";i:2355;s:10:\"size_after\";i:1472;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.479999999999997;s:5:\"bytes\";i:11007;s:11:\"size_before\";i:31025;s:10:\"size_after\";i:20018;s:4:\"time\";d:0.19;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20018;s:10:\"size_after\";i:20018;s:4:\"time\";d:0.20000000000000001;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.920000000000002;s:5:\"bytes\";i:790;s:11:\"size_before\";i:2732;s:10:\"size_after\";i:1942;s:4:\"time\";d:0.23999999999999999;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.009999999999998;s:5:\"bytes\";i:3715;s:11:\"size_before\";i:10318;s:10:\"size_after\";i:6603;s:4:\"time\";d:0.059999999999999998;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.899999999999999;s:5:\"bytes\";i:1019;s:11:\"size_before\";i:3934;s:10:\"size_after\";i:2915;s:4:\"time\";d:0.13;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.18;s:5:\"bytes\";i:7130;s:11:\"size_before\";i:20861;s:10:\"size_after\";i:13731;s:4:\"time\";d:0.13;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.25;s:5:\"bytes\";i:7005;s:11:\"size_before\";i:20454;s:10:\"size_after\";i:13449;s:4:\"time\";d:0.13;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.909999999999997;s:5:\"bytes\";i:3362;s:11:\"size_before\";i:9361;s:10:\"size_after\";i:5999;s:4:\"time\";d:0.080000000000000002;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.549999999999997;s:5:\"bytes\";i:1822;s:11:\"size_before\";i:4726;s:10:\"size_after\";i:2904;s:4:\"time\";d:0.029999999999999999;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.390000000000001;s:5:\"bytes\";i:1046;s:11:\"size_before\";i:4288;s:10:\"size_after\";i:3242;s:4:\"time\";d:0.12;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.68;s:5:\"bytes\";i:392;s:11:\"size_before\";i:988;s:10:\"size_after\";i:596;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:38.630000000000003;s:5:\"bytes\";i:2485;s:11:\"size_before\";i:6433;s:10:\"size_after\";i:3948;s:4:\"time\";d:0.040000000000000001;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:36.700000000000003;s:5:\"bytes\";i:7729;s:11:\"size_before\";i:21058;s:10:\"size_after\";i:13329;s:4:\"time\";d:0.29999999999999999;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:34.210000000000001;s:5:\"bytes\";i:14332;s:11:\"size_before\";i:41891;s:10:\"size_after\";i:27559;s:4:\"time\";d:0.60999999999999999;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4850;s:10:\"size_after\";i:4850;s:4:\"time\";d:0.14999999999999999;}}}'),(18981,3977,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:30.948478586189697;s:5:\"bytes\";i:4343;s:11:\"size_before\";i:14033;s:10:\"size_after\";i:9690;s:4:\"time\";d:0.050000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.520000000000003;s:5:\"bytes\";i:1607;s:11:\"size_before\";i:4942;s:10:\"size_after\";i:3335;s:4:\"time\";d:0.02;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.539999999999999;s:5:\"bytes\";i:866;s:11:\"size_before\";i:3391;s:10:\"size_after\";i:2525;s:4:\"time\";d:0.01;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.810000000000002;s:5:\"bytes\";i:1870;s:11:\"size_before\";i:5700;s:10:\"size_after\";i:3830;s:4:\"time\";d:0.02;}}}'),(18982,3976,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:32.620140188303779;s:5:\"bytes\";i:87863;s:11:\"size_before\";i:269352;s:10:\"size_after\";i:181489;s:4:\"time\";d:3.8100000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.869999999999997;s:5:\"bytes\";i:1847;s:11:\"size_before\";i:5009;s:10:\"size_after\";i:3162;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.229999999999997;s:5:\"bytes\";i:4010;s:11:\"size_before\";i:11382;s:10:\"size_after\";i:7372;s:4:\"time\";d:0.13;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.289999999999999;s:5:\"bytes\";i:519;s:11:\"size_before\";i:1772;s:10:\"size_after\";i:1253;s:4:\"time\";d:0.059999999999999998;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.130000000000003;s:5:\"bytes\";i:10830;s:11:\"size_before\";i:29171;s:10:\"size_after\";i:18341;s:4:\"time\";d:0.26000000000000001;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18341;s:10:\"size_after\";i:18341;s:4:\"time\";d:0.20000000000000001;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.609999999999999;s:5:\"bytes\";i:17277;s:11:\"size_before\";i:47196;s:10:\"size_after\";i:29919;s:4:\"time\";d:0.69999999999999996;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.920000000000002;s:5:\"bytes\";i:4313;s:11:\"size_before\";i:12352;s:10:\"size_after\";i:8039;s:4:\"time\";d:0.14000000000000001;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1978;s:10:\"size_after\";i:1978;s:4:\"time\";d:0.20000000000000001;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.850000000000001;s:5:\"bytes\";i:9700;s:11:\"size_before\";i:27055;s:10:\"size_after\";i:17355;s:4:\"time\";d:0.17999999999999999;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.149999999999999;s:5:\"bytes\";i:9309;s:11:\"size_before\";i:25750;s:10:\"size_after\";i:16441;s:4:\"time\";d:0.20000000000000001;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.579999999999998;s:5:\"bytes\";i:4093;s:11:\"size_before\";i:11835;s:10:\"size_after\";i:7742;s:4:\"time\";d:0.089999999999999997;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.82;s:5:\"bytes\";i:1743;s:11:\"size_before\";i:5006;s:10:\"size_after\";i:3263;s:4:\"time\";d:0.080000000000000002;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2090;s:10:\"size_after\";i:2090;s:4:\"time\";d:0.13;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.620000000000001;s:5:\"bytes\";i:277;s:11:\"size_before\";i:876;s:10:\"size_after\";i:599;s:4:\"time\";d:0.02;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:33.909999999999997;s:5:\"bytes\";i:1726;s:11:\"size_before\";i:5090;s:10:\"size_after\";i:3364;s:4:\"time\";d:0.16;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:35.759999999999998;s:5:\"bytes\";i:6785;s:11:\"size_before\";i:18973;s:10:\"size_after\";i:12188;s:4:\"time\";d:0.13;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:36.390000000000001;s:5:\"bytes\";i:15434;s:11:\"size_before\";i:42414;s:10:\"size_after\";i:26980;s:4:\"time\";d:0.70999999999999996;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3062;s:10:\"size_after\";i:3062;s:4:\"time\";d:0.39000000000000001;}}}'),(18983,3975,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.65359069488201;s:5:\"bytes\";i:22830;s:11:\"size_before\";i:343123;s:10:\"size_after\";i:320293;s:4:\"time\";d:0.47000000000000014;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9299999999999997;s:5:\"bytes\";i:319;s:11:\"size_before\";i:4022;s:10:\"size_after\";i:3703;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6900000000000004;s:5:\"bytes\";i:442;s:11:\"size_before\";i:6606;s:10:\"size_after\";i:6164;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4500000000000002;s:5:\"bytes\";i:1547;s:11:\"size_before\";i:23969;s:10:\"size_after\";i:22422;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9699999999999998;s:5:\"bytes\";i:2585;s:11:\"size_before\";i:37110;s:10:\"size_after\";i:34525;s:4:\"time\";d:0.029999999999999999;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.9100000000000001;s:5:\"bytes\";i:223;s:11:\"size_before\";i:2250;s:10:\"size_after\";i:2027;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3200000000000003;s:5:\"bytes\";i:829;s:11:\"size_before\";i:13110;s:10:\"size_after\";i:12281;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12281;s:10:\"size_after\";i:12281;s:4:\"time\";d:0.01;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1600000000000001;s:5:\"bytes\";i:1269;s:11:\"size_before\";i:20588;s:10:\"size_after\";i:19319;s:4:\"time\";d:0.029999999999999999;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4000000000000004;s:5:\"bytes\";i:554;s:11:\"size_before\";i:8655;s:10:\"size_after\";i:8101;s:4:\"time\";d:0.02;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7000000000000002;s:5:\"bytes\";i:2372;s:11:\"size_before\";i:35382;s:10:\"size_after\";i:33010;s:4:\"time\";d:0.10000000000000001;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0099999999999998;s:5:\"bytes\";i:1215;s:11:\"size_before\";i:17332;s:10:\"size_after\";i:16117;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8300000000000001;s:5:\"bytes\";i:1009;s:11:\"size_before\";i:14779;s:10:\"size_after\";i:13770;s:4:\"time\";d:0.029999999999999999;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8799999999999999;s:5:\"bytes\";i:582;s:11:\"size_before\";i:8460;s:10:\"size_after\";i:7878;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5899999999999999;s:5:\"bytes\";i:350;s:11:\"size_before\";i:4612;s:10:\"size_after\";i:4262;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5099999999999998;s:5:\"bytes\";i:2135;s:11:\"size_before\";i:28445;s:10:\"size_after\";i:26310;s:4:\"time\";d:0.029999999999999999;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.7799999999999994;s:5:\"bytes\";i:174;s:11:\"size_before\";i:1780;s:10:\"size_after\";i:1606;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6399999999999997;s:5:\"bytes\";i:302;s:11:\"size_before\";i:3954;s:10:\"size_after\";i:3652;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4500000000000002;s:5:\"bytes\";i:610;s:11:\"size_before\";i:9451;s:10:\"size_after\";i:8841;s:4:\"time\";d:0.01;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1299999999999999;s:5:\"bytes\";i:1038;s:11:\"size_before\";i:16939;s:10:\"size_after\";i:15901;s:4:\"time\";d:0.01;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8899999999999997;s:5:\"bytes\";i:1765;s:11:\"size_before\";i:25631;s:10:\"size_after\";i:23866;s:4:\"time\";d:0.02;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3499999999999996;s:5:\"bytes\";i:3510;s:11:\"size_before\";i:47767;s:10:\"size_after\";i:44257;s:4:\"time\";d:0.040000000000000001;}}}'),(18984,3974,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.9837130086462205;s:5:\"bytes\";i:18568;s:11:\"size_before\";i:310309;s:10:\"size_after\";i:291741;s:4:\"time\";d:0.51000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:20:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3099999999999996;s:5:\"bytes\";i:161;s:11:\"size_before\";i:2553;s:10:\"size_after\";i:2392;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3600000000000003;s:5:\"bytes\";i:339;s:11:\"size_before\";i:6321;s:10:\"size_after\";i:5982;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.7699999999999996;s:5:\"bytes\";i:3075;s:11:\"size_before\";i:31470;s:10:\"size_after\";i:28395;s:4:\"time\";d:0.059999999999999998;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6500000000000004;s:5:\"bytes\";i:130;s:11:\"size_before\";i:1955;s:10:\"size_after\";i:1825;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6999999999999993;s:5:\"bytes\";i:1270;s:11:\"size_before\";i:14597;s:10:\"size_after\";i:13327;s:4:\"time\";d:0.050000000000000003;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13327;s:10:\"size_after\";i:13327;s:4:\"time\";d:0.02;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0999999999999996;s:5:\"bytes\";i:699;s:11:\"size_before\";i:11466;s:10:\"size_after\";i:10767;s:4:\"time\";d:0.01;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1600000000000001;s:5:\"bytes\";i:230;s:11:\"size_before\";i:5523;s:10:\"size_after\";i:5293;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8899999999999997;s:5:\"bytes\";i:1506;s:11:\"size_before\";i:21864;s:10:\"size_after\";i:20358;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.21;s:5:\"bytes\";i:515;s:11:\"size_before\";i:9877;s:10:\"size_after\";i:9362;s:4:\"time\";d:0.040000000000000001;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5099999999999998;s:5:\"bytes\";i:439;s:11:\"size_before\";i:9741;s:10:\"size_after\";i:9302;s:4:\"time\";d:0.01;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.75;s:5:\"bytes\";i:202;s:11:\"size_before\";i:5380;s:10:\"size_after\";i:5178;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4400000000000004;s:5:\"bytes\";i:156;s:11:\"size_before\";i:2868;s:10:\"size_after\";i:2712;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7300000000000004;s:5:\"bytes\";i:1151;s:11:\"size_before\";i:20075;s:10:\"size_after\";i:18924;s:4:\"time\";d:0.02;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.65;s:5:\"bytes\";i:131;s:11:\"size_before\";i:1230;s:10:\"size_after\";i:1099;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4199999999999999;s:5:\"bytes\";i:233;s:11:\"size_before\";i:3628;s:10:\"size_after\";i:3395;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2000000000000002;s:5:\"bytes\";i:726;s:11:\"size_before\";i:10082;s:10:\"size_after\";i:9356;s:4:\"time\";d:0.050000000000000003;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:9.6099999999999994;s:5:\"bytes\";i:1962;s:11:\"size_before\";i:20423;s:10:\"size_after\";i:18461;s:4:\"time\";d:0.02;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:9.75;s:5:\"bytes\";i:3842;s:11:\"size_before\";i:39423;s:10:\"size_after\";i:35581;s:4:\"time\";d:0.040000000000000001;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.29;s:5:\"bytes\";i:1801;s:11:\"size_before\";i:78506;s:10:\"size_after\";i:76705;s:4:\"time\";d:0.070000000000000007;}}}'),(18985,3973,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:17.889518616830475;s:5:\"bytes\";i:124681;s:11:\"size_before\";i:696950;s:10:\"size_after\";i:572269;s:4:\"time\";d:4.0399999999999991;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:20:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.969999999999999;s:5:\"bytes\";i:1877;s:11:\"size_before\";i:8172;s:10:\"size_after\";i:6295;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.969999999999999;s:5:\"bytes\";i:4195;s:11:\"size_before\";i:19092;s:10:\"size_after\";i:14897;s:4:\"time\";d:0.11;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.260000000000002;s:5:\"bytes\";i:19218;s:11:\"size_before\";i:94849;s:10:\"size_after\";i:75631;s:4:\"time\";d:0.44;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.68;s:5:\"bytes\";i:1066;s:11:\"size_before\";i:4918;s:10:\"size_after\";i:3852;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.039999999999999;s:5:\"bytes\";i:9058;s:11:\"size_before\";i:43058;s:10:\"size_after\";i:34000;s:4:\"time\";d:0.31;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34000;s:10:\"size_after\";i:34000;s:4:\"time\";d:0.19;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.199999999999999;s:5:\"bytes\";i:12740;s:11:\"size_before\";i:63070;s:10:\"size_after\";i:50330;s:4:\"time\";d:0.25;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.219999999999999;s:5:\"bytes\";i:3680;s:11:\"size_before\";i:14033;s:10:\"size_after\";i:10353;s:4:\"time\";d:0.059999999999999998;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.57;s:5:\"bytes\";i:7309;s:11:\"size_before\";i:41602;s:10:\"size_after\";i:34293;s:4:\"time\";d:0.28999999999999998;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.719999999999999;s:5:\"bytes\";i:8220;s:11:\"size_before\";i:43900;s:10:\"size_after\";i:35680;s:4:\"time\";d:0.17000000000000001;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.5;s:5:\"bytes\";i:8547;s:11:\"size_before\";i:39753;s:10:\"size_after\";i:31206;s:4:\"time\";d:0.14999999999999999;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.989999999999998;s:5:\"bytes\";i:4033;s:11:\"size_before\";i:18336;s:10:\"size_after\";i:14303;s:4:\"time\";d:0.14000000000000001;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.960000000000001;s:5:\"bytes\";i:2289;s:11:\"size_before\";i:9553;s:10:\"size_after\";i:7264;s:4:\"time\";d:0.040000000000000001;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.34;s:5:\"bytes\";i:14018;s:11:\"size_before\";i:68920;s:10:\"size_after\";i:54902;s:4:\"time\";d:0.26000000000000001;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.84;s:5:\"bytes\";i:498;s:11:\"size_before\";i:2644;s:10:\"size_after\";i:2146;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:25.079999999999998;s:5:\"bytes\";i:1583;s:11:\"size_before\";i:6312;s:10:\"size_after\";i:4729;s:4:\"time\";d:0.029999999999999999;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:23.449999999999999;s:5:\"bytes\";i:4097;s:11:\"size_before\";i:17470;s:10:\"size_after\";i:13373;s:4:\"time\";d:0.19;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:23.949999999999999;s:5:\"bytes\";i:12860;s:11:\"size_before\";i:53688;s:10:\"size_after\";i:40828;s:4:\"time\";d:0.28999999999999998;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:18.34;s:5:\"bytes\";i:9393;s:11:\"size_before\";i:51218;s:10:\"size_after\";i:41825;s:4:\"time\";d:0.55000000000000004;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:62362;s:10:\"size_after\";i:62362;s:4:\"time\";d:0.51000000000000001;}}}'),(18986,3972,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:14.218715183050582;s:5:\"bytes\";i:94439;s:11:\"size_before\";i:664188;s:10:\"size_after\";i:569749;s:4:\"time\";d:3.4200000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:20:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.649999999999999;s:5:\"bytes\";i:1468;s:11:\"size_before\";i:7469;s:10:\"size_after\";i:6001;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.370000000000001;s:5:\"bytes\";i:3304;s:11:\"size_before\";i:17988;s:10:\"size_after\";i:14684;s:4:\"time\";d:0.070000000000000007;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6;s:5:\"bytes\";i:11807;s:11:\"size_before\";i:86843;s:10:\"size_after\";i:75036;s:4:\"time\";d:0.41999999999999998;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.710000000000001;s:5:\"bytes\";i:850;s:11:\"size_before\";i:4544;s:10:\"size_after\";i:3694;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.239999999999998;s:5:\"bytes\";i:7192;s:11:\"size_before\";i:41707;s:10:\"size_after\";i:34515;s:4:\"time\";d:0.17000000000000001;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34515;s:10:\"size_after\";i:34515;s:4:\"time\";d:0.17000000000000001;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.99;s:5:\"bytes\";i:9450;s:11:\"size_before\";i:59084;s:10:\"size_after\";i:49634;s:4:\"time\";d:0.22;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.530000000000001;s:5:\"bytes\";i:3127;s:11:\"size_before\";i:13877;s:10:\"size_after\";i:10750;s:4:\"time\";d:0.059999999999999998;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.57;s:5:\"bytes\";i:6099;s:11:\"size_before\";i:39177;s:10:\"size_after\";i:33078;s:4:\"time\";d:0.27000000000000002;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.890000000000001;s:5:\"bytes\";i:6145;s:11:\"size_before\";i:41270;s:10:\"size_after\";i:35125;s:4:\"time\";d:0.14999999999999999;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.539999999999999;s:5:\"bytes\";i:6927;s:11:\"size_before\";i:37366;s:10:\"size_after\";i:30439;s:4:\"time\";d:0.13;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.43;s:5:\"bytes\";i:3238;s:11:\"size_before\";i:17568;s:10:\"size_after\";i:14330;s:4:\"time\";d:0.059999999999999998;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.68;s:5:\"bytes\";i:1936;s:11:\"size_before\";i:8930;s:10:\"size_after\";i:6994;s:4:\"time\";d:0.029999999999999999;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.34;s:5:\"bytes\";i:8835;s:11:\"size_before\";i:66210;s:10:\"size_after\";i:57375;s:4:\"time\";d:0.27000000000000002;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.25;s:5:\"bytes\";i:474;s:11:\"size_before\";i:2462;s:10:\"size_after\";i:1988;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:22.539999999999999;s:5:\"bytes\";i:1361;s:11:\"size_before\";i:6037;s:10:\"size_after\";i:4676;s:4:\"time\";d:0.059999999999999998;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:23.460000000000001;s:5:\"bytes\";i:4046;s:11:\"size_before\";i:17248;s:10:\"size_after\";i:13202;s:4:\"time\";d:0.10000000000000001;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:18.690000000000001;s:5:\"bytes\";i:9848;s:11:\"size_before\";i:52688;s:10:\"size_after\";i:42840;s:4:\"time\";d:0.27000000000000002;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:16.77;s:5:\"bytes\";i:8332;s:11:\"size_before\";i:49674;s:10:\"size_after\";i:41342;s:4:\"time\";d:0.34999999999999998;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:59531;s:10:\"size_after\";i:59531;s:4:\"time\";d:0.56999999999999995;}}}'),(18987,3971,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:14.059389015143896;s:5:\"bytes\";i:83889;s:11:\"size_before\";i:596676;s:10:\"size_after\";i:512787;s:4:\"time\";d:4.3999999999999995;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:20:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.75;s:5:\"bytes\";i:1322;s:11:\"size_before\";i:6694;s:10:\"size_after\";i:5372;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.719999999999999;s:5:\"bytes\";i:3194;s:11:\"size_before\";i:16200;s:10:\"size_after\";i:13006;s:4:\"time\";d:0.059999999999999998;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.109999999999999;s:5:\"bytes\";i:11843;s:11:\"size_before\";i:78380;s:10:\"size_after\";i:66537;s:4:\"time\";d:0.78000000000000003;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.43;s:5:\"bytes\";i:728;s:11:\"size_before\";i:3950;s:10:\"size_after\";i:3222;s:4:\"time\";d:0.059999999999999998;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.199999999999999;s:5:\"bytes\";i:6396;s:11:\"size_before\";i:37184;s:10:\"size_after\";i:30788;s:4:\"time\";d:0.20000000000000001;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30788;s:10:\"size_after\";i:30788;s:4:\"time\";d:0.38;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.579999999999998;s:5:\"bytes\";i:9565;s:11:\"size_before\";i:54398;s:10:\"size_after\";i:44833;s:4:\"time\";d:0.44;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.059999999999999;s:5:\"bytes\";i:2415;s:11:\"size_before\";i:12040;s:10:\"size_after\";i:9625;s:4:\"time\";d:0.059999999999999998;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.85;s:5:\"bytes\";i:3817;s:11:\"size_before\";i:35176;s:10:\"size_after\";i:31359;s:4:\"time\";d:0.20999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.32;s:5:\"bytes\";i:6044;s:11:\"size_before\";i:37024;s:10:\"size_after\";i:30980;s:4:\"time\";d:0.28999999999999998;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.52;s:5:\"bytes\";i:5986;s:11:\"size_before\";i:32324;s:10:\"size_after\";i:26338;s:4:\"time\";d:0.16;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.050000000000001;s:5:\"bytes\";i:2941;s:11:\"size_before\";i:15435;s:10:\"size_after\";i:12494;s:4:\"time\";d:0.16;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.620000000000001;s:5:\"bytes\";i:1711;s:11:\"size_before\";i:7913;s:10:\"size_after\";i:6202;s:4:\"time\";d:0.029999999999999999;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.619999999999999;s:5:\"bytes\";i:8403;s:11:\"size_before\";i:57495;s:10:\"size_after\";i:49092;s:4:\"time\";d:0.22;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.07;s:5:\"bytes\";i:399;s:11:\"size_before\";i:2208;s:10:\"size_after\";i:1809;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:19.420000000000002;s:5:\"bytes\";i:1078;s:11:\"size_before\";i:5552;s:10:\"size_after\";i:4474;s:4:\"time\";d:0.029999999999999999;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:20.210000000000001;s:5:\"bytes\";i:3154;s:11:\"size_before\";i:15605;s:10:\"size_after\";i:12451;s:4:\"time\";d:0.089999999999999997;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:19.27;s:5:\"bytes\";i:9193;s:11:\"size_before\";i:47708;s:10:\"size_after\";i:38515;s:4:\"time\";d:0.41999999999999998;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:12.67;s:5:\"bytes\";i:5700;s:11:\"size_before\";i:44977;s:10:\"size_after\";i:39277;s:4:\"time\";d:0.31;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:55625;s:10:\"size_after\";i:55625;s:4:\"time\";d:0.46000000000000002;}}}'),(18988,3970,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:20.453668980557993;s:5:\"bytes\";i:61523;s:11:\"size_before\";i:300792;s:10:\"size_after\";i:239269;s:4:\"time\";d:2.9500000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:20:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.629999999999999;s:5:\"bytes\";i:1111;s:11:\"size_before\";i:3513;s:10:\"size_after\";i:2402;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.780000000000001;s:5:\"bytes\";i:2320;s:11:\"size_before\";i:8062;s:10:\"size_after\";i:5742;s:4:\"time\";d:0.050000000000000003;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.440000000000001;s:5:\"bytes\";i:7169;s:11:\"size_before\";i:36880;s:10:\"size_after\";i:29711;s:4:\"time\";d:0.23999999999999999;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.049999999999997;s:5:\"bytes\";i:743;s:11:\"size_before\";i:2248;s:10:\"size_after\";i:1505;s:4:\"time\";d:0.059999999999999998;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.760000000000002;s:5:\"bytes\";i:4147;s:11:\"size_before\";i:18224;s:10:\"size_after\";i:14077;s:4:\"time\";d:0.11;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14077;s:10:\"size_after\";i:14077;s:4:\"time\";d:0.10000000000000001;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.960000000000001;s:5:\"bytes\";i:9509;s:11:\"size_before\";i:32836;s:10:\"size_after\";i:23327;s:4:\"time\";d:0.13;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.140000000000001;s:5:\"bytes\";i:1936;s:11:\"size_before\";i:6424;s:10:\"size_after\";i:4488;s:4:\"time\";d:0.14000000000000001;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.93;s:5:\"bytes\";i:3503;s:11:\"size_before\";i:16738;s:10:\"size_after\";i:13235;s:4:\"time\";d:0.14000000000000001;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.809999999999999;s:5:\"bytes\";i:4707;s:11:\"size_before\";i:18973;s:10:\"size_after\";i:14266;s:4:\"time\";d:0.14999999999999999;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.649999999999999;s:5:\"bytes\";i:4578;s:11:\"size_before\";i:17177;s:10:\"size_after\";i:12599;s:4:\"time\";d:0.089999999999999997;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.210000000000001;s:5:\"bytes\";i:2319;s:11:\"size_before\";i:7938;s:10:\"size_after\";i:5619;s:4:\"time\";d:0.10000000000000001;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.310000000000002;s:5:\"bytes\";i:1541;s:11:\"size_before\";i:4626;s:10:\"size_after\";i:3085;s:4:\"time\";d:0.059999999999999998;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.329999999999998;s:5:\"bytes\";i:5389;s:11:\"size_before\";i:27882;s:10:\"size_after\";i:22493;s:4:\"time\";d:0.46000000000000002;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.920000000000002;s:5:\"bytes\";i:454;s:11:\"size_before\";i:1379;s:10:\"size_after\";i:925;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:28.940000000000001;s:5:\"bytes\";i:953;s:11:\"size_before\";i:3293;s:10:\"size_after\";i:2340;s:4:\"time\";d:0.029999999999999999;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:25.82;s:5:\"bytes\";i:2110;s:11:\"size_before\";i:8173;s:10:\"size_after\";i:6063;s:4:\"time\";d:0.070000000000000007;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:20.68;s:5:\"bytes\";i:4751;s:11:\"size_before\";i:22971;s:10:\"size_after\";i:18220;s:4:\"time\";d:0.14000000000000001;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:19.219999999999999;s:5:\"bytes\";i:4283;s:11:\"size_before\";i:22284;s:10:\"size_after\";i:18001;s:4:\"time\";d:0.47999999999999998;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27094;s:10:\"size_after\";i:27094;s:4:\"time\";d:0.35999999999999999;}}}'),(18989,3969,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:19.050705941839208;s:5:\"bytes\";i:58776;s:11:\"size_before\";i:308524;s:10:\"size_after\";i:249748;s:4:\"time\";d:2.5800000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:20:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.060000000000002;s:5:\"bytes\";i:1248;s:11:\"size_before\";i:3775;s:10:\"size_after\";i:2527;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.690000000000001;s:5:\"bytes\";i:2602;s:11:\"size_before\";i:8763;s:10:\"size_after\";i:6161;s:4:\"time\";d:0.040000000000000001;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.100000000000001;s:5:\"bytes\";i:7530;s:11:\"size_before\";i:39416;s:10:\"size_after\";i:31886;s:4:\"time\";d:0.23999999999999999;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.359999999999999;s:5:\"bytes\";i:804;s:11:\"size_before\";i:2410;s:10:\"size_after\";i:1606;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.300000000000001;s:5:\"bytes\";i:4804;s:11:\"size_before\";i:19771;s:10:\"size_after\";i:14967;s:4:\"time\";d:0.17999999999999999;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14967;s:10:\"size_after\";i:14967;s:4:\"time\";d:0.23000000000000001;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.949999999999999;s:5:\"bytes\";i:9494;s:11:\"size_before\";i:33963;s:10:\"size_after\";i:24469;s:4:\"time\";d:0.25;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.600000000000001;s:5:\"bytes\";i:2163;s:11:\"size_before\";i:6844;s:10:\"size_after\";i:4681;s:4:\"time\";d:0.040000000000000001;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1699999999999999;s:5:\"bytes\";i:1273;s:11:\"size_before\";i:15572;s:10:\"size_after\";i:14299;s:4:\"time\";d:0.14000000000000001;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.329999999999998;s:5:\"bytes\";i:4974;s:11:\"size_before\";i:20444;s:10:\"size_after\";i:15470;s:4:\"time\";d:0.10000000000000001;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.52;s:5:\"bytes\";i:5050;s:11:\"size_before\";i:18350;s:10:\"size_after\";i:13300;s:4:\"time\";d:0.11;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.82;s:5:\"bytes\";i:2537;s:11:\"size_before\";i:8508;s:10:\"size_after\";i:5971;s:4:\"time\";d:0.10000000000000001;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.18;s:5:\"bytes\";i:1658;s:11:\"size_before\";i:4851;s:10:\"size_after\";i:3193;s:4:\"time\";d:0.029999999999999999;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.41;s:5:\"bytes\";i:5369;s:11:\"size_before\";i:29169;s:10:\"size_after\";i:23800;s:4:\"time\";d:0.17000000000000001;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.57;s:5:\"bytes\";i:494;s:11:\"size_before\";i:1429;s:10:\"size_after\";i:935;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:27.489999999999998;s:5:\"bytes\";i:925;s:11:\"size_before\";i:3365;s:10:\"size_after\";i:2440;s:4:\"time\";d:0.029999999999999999;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:25.460000000000001;s:5:\"bytes\";i:2039;s:11:\"size_before\";i:8009;s:10:\"size_after\";i:5970;s:4:\"time\";d:0.070000000000000007;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:19.02;s:5:\"bytes\";i:4630;s:11:\"size_before\";i:24344;s:10:\"size_after\";i:19714;s:4:\"time\";d:0.20999999999999999;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8899999999999997;s:5:\"bytes\";i:1182;s:11:\"size_before\";i:20067;s:10:\"size_after\";i:18885;s:4:\"time\";d:0.28000000000000003;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24507;s:10:\"size_after\";i:24507;s:4:\"time\";d:0.32000000000000001;}}}'),(18990,3968,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:16.529577299642376;s:5:\"bytes\";i:56389;s:11:\"size_before\";i:341140;s:10:\"size_after\";i:284751;s:4:\"time\";d:2.8000000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:20:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.770000000000003;s:5:\"bytes\";i:1429;s:11:\"size_before\";i:4231;s:10:\"size_after\";i:2802;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.93;s:5:\"bytes\";i:2689;s:11:\"size_before\";i:9627;s:10:\"size_after\";i:6938;s:4:\"time\";d:0.070000000000000007;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.890000000000001;s:5:\"bytes\";i:6492;s:11:\"size_before\";i:43596;s:10:\"size_after\";i:37104;s:4:\"time\";d:0.56000000000000005;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.82;s:5:\"bytes\";i:882;s:11:\"size_before\";i:2608;s:10:\"size_after\";i:1726;s:4:\"time\";d:0.029999999999999999;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.710000000000001;s:5:\"bytes\";i:4254;s:11:\"size_before\";i:21580;s:10:\"size_after\";i:17326;s:4:\"time\";d:0.27000000000000002;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17326;s:10:\"size_after\";i:17326;s:4:\"time\";d:0.17999999999999999;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.739999999999998;s:5:\"bytes\";i:8810;s:11:\"size_before\";i:35611;s:10:\"size_after\";i:26801;s:4:\"time\";d:0.14999999999999999;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.010000000000002;s:5:\"bytes\";i:2056;s:11:\"size_before\";i:7339;s:10:\"size_after\";i:5283;s:4:\"time\";d:0.040000000000000001;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0800000000000001;s:5:\"bytes\";i:1117;s:11:\"size_before\";i:18377;s:10:\"size_after\";i:17260;s:4:\"time\";d:0.16;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.219999999999999;s:5:\"bytes\";i:4641;s:11:\"size_before\";i:21868;s:10:\"size_after\";i:17227;s:4:\"time\";d:0.10000000000000001;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.609999999999999;s:5:\"bytes\";i:4631;s:11:\"size_before\";i:19617;s:10:\"size_after\";i:14986;s:4:\"time\";d:0.10000000000000001;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.199999999999999;s:5:\"bytes\";i:2660;s:11:\"size_before\";i:9434;s:10:\"size_after\";i:6774;s:4:\"time\";d:0.040000000000000001;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.969999999999999;s:5:\"bytes\";i:1802;s:11:\"size_before\";i:5305;s:10:\"size_after\";i:3503;s:4:\"time\";d:0.050000000000000003;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.530000000000001;s:5:\"bytes\";i:5394;s:11:\"size_before\";i:32622;s:10:\"size_after\";i:27228;s:4:\"time\";d:0.17000000000000001;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.590000000000003;s:5:\"bytes\";i:495;s:11:\"size_before\";i:1519;s:10:\"size_after\";i:1024;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:31.73;s:5:\"bytes\";i:1180;s:11:\"size_before\";i:3719;s:10:\"size_after\";i:2539;s:4:\"time\";d:0.050000000000000003;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:21.579999999999998;s:5:\"bytes\";i:1926;s:11:\"size_before\";i:8925;s:10:\"size_after\";i:6999;s:4:\"time\";d:0.080000000000000002;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:16.879999999999999;s:5:\"bytes\";i:4543;s:11:\"size_before\";i:26913;s:10:\"size_after\";i:22370;s:4:\"time\";d:0.20000000000000001;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8799999999999999;s:5:\"bytes\";i:1388;s:11:\"size_before\";i:23625;s:10:\"size_after\";i:22237;s:4:\"time\";d:0.23999999999999999;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27298;s:10:\"size_after\";i:27298;s:4:\"time\";d:0.28000000000000003;}}}'),(18991,3967,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:38.493338372862134;s:5:\"bytes\";i:32590;s:11:\"size_before\";i:84664;s:10:\"size_after\";i:52074;s:4:\"time\";d:0.32000000000000006;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.489999999999998;s:5:\"bytes\";i:407;s:11:\"size_before\";i:1380;s:10:\"size_after\";i:973;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.690000000000001;s:5:\"bytes\";i:550;s:11:\"size_before\";i:1792;s:10:\"size_after\";i:1242;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.770000000000003;s:5:\"bytes\";i:2341;s:11:\"size_before\";i:5605;s:10:\"size_after\";i:3264;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:42.210000000000001;s:5:\"bytes\";i:3785;s:11:\"size_before\";i:8967;s:10:\"size_after\";i:5182;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.02;s:5:\"bytes\";i:220;s:11:\"size_before\";i:916;s:10:\"size_after\";i:696;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.590000000000003;s:5:\"bytes\";i:1098;s:11:\"size_before\";i:3174;s:10:\"size_after\";i:2076;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2076;s:10:\"size_after\";i:2076;s:4:\"time\";d:0.01;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.600000000000001;s:5:\"bytes\";i:1874;s:11:\"size_before\";i:4855;s:10:\"size_after\";i:2981;s:4:\"time\";d:0.01;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.829999999999998;s:5:\"bytes\";i:801;s:11:\"size_before\";i:2368;s:10:\"size_after\";i:1567;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:43.950000000000003;s:5:\"bytes\";i:3739;s:11:\"size_before\";i:8507;s:10:\"size_after\";i:4768;s:4:\"time\";d:0.02;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.119999999999997;s:5:\"bytes\";i:1562;s:11:\"size_before\";i:4098;s:10:\"size_after\";i:2536;s:4:\"time\";d:0.01;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.25;s:5:\"bytes\";i:1475;s:11:\"size_before\";i:3856;s:10:\"size_after\";i:2381;s:4:\"time\";d:0.01;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.460000000000001;s:5:\"bytes\";i:792;s:11:\"size_before\";i:2367;s:10:\"size_after\";i:1575;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.100000000000001;s:5:\"bytes\";i:444;s:11:\"size_before\";i:1475;s:10:\"size_after\";i:1031;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:43.299999999999997;s:5:\"bytes\";i:3075;s:11:\"size_before\";i:7101;s:10:\"size_after\";i:4026;s:4:\"time\";d:0.059999999999999998;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.550000000000001;s:5:\"bytes\";i:217;s:11:\"size_before\";i:884;s:10:\"size_after\";i:667;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:29.100000000000001;s:5:\"bytes\";i:362;s:11:\"size_before\";i:1244;s:10:\"size_after\";i:882;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:32.579999999999998;s:5:\"bytes\";i:798;s:11:\"size_before\";i:2449;s:10:\"size_after\";i:1651;s:4:\"time\";d:0.01;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:36.850000000000001;s:5:\"bytes\";i:1464;s:11:\"size_before\";i:3973;s:10:\"size_after\";i:2509;s:4:\"time\";d:0.02;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:40.460000000000001;s:5:\"bytes\";i:2438;s:11:\"size_before\";i:6025;s:10:\"size_after\";i:3587;s:4:\"time\";d:0.02;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:44.560000000000002;s:5:\"bytes\";i:5148;s:11:\"size_before\";i:11552;s:10:\"size_after\";i:6404;s:4:\"time\";d:0.02;}}}'),(18992,3966,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:63.13617606602476;s:5:\"bytes\";i:918;s:11:\"size_before\";i:1454;s:10:\"size_after\";i:536;s:4:\"time\";d:0.01;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:63.140000000000001;s:5:\"bytes\";i:918;s:11:\"size_before\";i:1454;s:10:\"size_after\";i:536;s:4:\"time\";d:0.01;}}}'),(18993,3965,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:24.767569440434258;s:5:\"bytes\";i:4289;s:11:\"size_before\";i:17317;s:10:\"size_after\";i:13028;s:4:\"time\";d:0.17999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:569;s:10:\"size_after\";i:569;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.280000000000001;s:5:\"bytes\";i:789;s:11:\"size_before\";i:3250;s:10:\"size_after\";i:2461;s:4:\"time\";d:0.02;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:613;s:10:\"size_after\";i:613;s:4:\"time\";d:0.059999999999999998;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.93;s:5:\"bytes\";i:672;s:11:\"size_before\";i:2696;s:10:\"size_after\";i:2024;s:4:\"time\";d:0.029999999999999999;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:29.5;s:5:\"bytes\";i:2430;s:11:\"size_before\";i:8236;s:10:\"size_after\";i:5806;s:4:\"time\";d:0.040000000000000001;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.379999999999999;s:5:\"bytes\";i:398;s:11:\"size_before\";i:1953;s:10:\"size_after\";i:1555;s:4:\"time\";d:0.02;}}}'),(18994,3964,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.4188097980676555;s:5:\"bytes\";i:16463;s:11:\"size_before\";i:680624;s:10:\"size_after\";i:664161;s:4:\"time\";d:0.58000000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3499999999999996;s:5:\"bytes\";i:380;s:11:\"size_before\";i:7100;s:10:\"size_after\";i:6720;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8700000000000001;s:5:\"bytes\";i:552;s:11:\"size_before\";i:14270;s:10:\"size_after\";i:13718;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1800000000000002;s:5:\"bytes\";i:1195;s:11:\"size_before\";i:54714;s:10:\"size_after\";i:53519;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.8500000000000001;s:5:\"bytes\";i:1553;s:11:\"size_before\";i:83768;s:10:\"size_after\";i:82215;s:4:\"time\";d:0.050000000000000003;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.25;s:5:\"bytes\";i:248;s:11:\"size_before\";i:3967;s:10:\"size_after\";i:3719;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.77;s:5:\"bytes\";i:822;s:11:\"size_before\";i:29637;s:10:\"size_after\";i:28815;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28815;s:10:\"size_after\";i:28815;s:4:\"time\";d:0.02;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8900000000000001;s:5:\"bytes\";i:922;s:11:\"size_before\";i:31861;s:10:\"size_after\";i:30939;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.77;s:5:\"bytes\";i:566;s:11:\"size_before\";i:15030;s:10:\"size_after\";i:14464;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.2999999999999998;s:5:\"bytes\";i:1263;s:11:\"size_before\";i:54929;s:10:\"size_after\";i:53666;s:4:\"time\";d:0.050000000000000003;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9399999999999999;s:5:\"bytes\";i:820;s:11:\"size_before\";i:27853;s:10:\"size_after\";i:27033;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0099999999999998;s:5:\"bytes\";i:770;s:11:\"size_before\";i:25580;s:10:\"size_after\";i:24810;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8599999999999999;s:5:\"bytes\";i:583;s:11:\"size_before\";i:15099;s:10:\"size_after\";i:14516;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0599999999999996;s:5:\"bytes\";i:398;s:11:\"size_before\";i:7862;s:10:\"size_after\";i:7464;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.27;s:5:\"bytes\";i:1058;s:11:\"size_before\";i:46507;s:10:\"size_after\";i:45449;s:4:\"time\";d:0.080000000000000002;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9500000000000002;s:5:\"bytes\";i:178;s:11:\"size_before\";i:2561;s:10:\"size_after\";i:2383;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6200000000000001;s:5:\"bytes\";i:462;s:11:\"size_before\";i:8218;s:10:\"size_after\";i:7756;s:4:\"time\";d:0.02;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.21;s:5:\"bytes\";i:689;s:11:\"size_before\";i:21447;s:10:\"size_after\";i:20758;s:4:\"time\";d:0.029999999999999999;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:2.4399999999999999;s:5:\"bytes\";i:933;s:11:\"size_before\";i:38228;s:10:\"size_after\";i:37295;s:4:\"time\";d:0.040000000000000001;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1200000000000001;s:5:\"bytes\";i:1238;s:11:\"size_before\";i:58340;s:10:\"size_after\";i:57102;s:4:\"time\";d:0.029999999999999999;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:1.75;s:5:\"bytes\";i:1833;s:11:\"size_before\";i:104838;s:10:\"size_after\";i:103005;s:4:\"time\";d:0.070000000000000007;}}}'),(18995,3963,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:74.469889737065316;s:5:\"bytes\";i:878;s:11:\"size_before\";i:1179;s:10:\"size_after\";i:301;s:4:\"time\";d:0.01;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:74.469999999999999;s:5:\"bytes\";i:878;s:11:\"size_before\";i:1179;s:10:\"size_after\";i:301;s:4:\"time\";d:0.01;}}}'),(18996,3962,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:47.385800770500822;s:5:\"bytes\";i:861;s:11:\"size_before\";i:1817;s:10:\"size_after\";i:956;s:4:\"time\";d:0.099999999999999992;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:84;s:10:\"size_after\";i:84;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4299999999999997;s:5:\"bytes\";i:7;s:11:\"size_before\";i:129;s:10:\"size_after\";i:122;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:102;s:10:\"size_after\";i:102;s:4:\"time\";d:0.01;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2599999999999998;s:5:\"bytes\";i:3;s:11:\"size_before\";i:92;s:10:\"size_after\";i:89;s:4:\"time\";d:0.01;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1699999999999999;s:5:\"bytes\";i:2;s:11:\"size_before\";i:92;s:10:\"size_after\";i:90;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:86;s:10:\"size_after\";i:86;s:4:\"time\";d:0.01;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:80;s:10:\"size_after\";i:80;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:91;s:10:\"size_after\";i:91;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:117;s:10:\"size_after\";i:117;s:4:\"time\";d:0.01;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:89.939999999999998;s:5:\"bytes\";i:849;s:11:\"size_before\";i:944;s:10:\"size_after\";i:95;s:4:\"time\";d:0.01;}}}'),(18997,3961,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:24.456339913014386;s:5:\"bytes\";i:731;s:11:\"size_before\";i:2989;s:10:\"size_after\";i:2258;s:4:\"time\";d:0.089999999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1120;s:10:\"size_after\";i:1120;s:4:\"time\";d:0.059999999999999998;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:303;s:10:\"size_after\";i:303;s:4:\"time\";d:0.01;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:46.68;s:5:\"bytes\";i:731;s:11:\"size_before\";i:1566;s:10:\"size_after\";i:835;s:4:\"time\";d:0.02;}}}'),(18998,3960,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:33.510327357755259;s:5:\"bytes\";i:13758;s:11:\"size_before\";i:41056;s:10:\"size_after\";i:27298;s:4:\"time\";d:0.73999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.93;s:5:\"bytes\";i:1372;s:11:\"size_before\";i:3272;s:10:\"size_after\";i:1900;s:4:\"time\";d:0.070000000000000007;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.960000000000001;s:5:\"bytes\";i:184;s:11:\"size_before\";i:768;s:10:\"size_after\";i:584;s:4:\"time\";d:0.040000000000000001;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.440000000000001;s:5:\"bytes\";i:1918;s:11:\"size_before\";i:6101;s:10:\"size_after\";i:4183;s:4:\"time\";d:0.050000000000000003;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8300000000000001;s:5:\"bytes\";i:47;s:11:\"size_before\";i:806;s:10:\"size_after\";i:759;s:4:\"time\";d:0.089999999999999997;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6299999999999999;s:5:\"bytes\";i:35;s:11:\"size_before\";i:622;s:10:\"size_after\";i:587;s:4:\"time\";d:0.029999999999999999;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6900000000000004;s:5:\"bytes\";i:65;s:11:\"size_before\";i:1142;s:10:\"size_after\";i:1077;s:4:\"time\";d:0.070000000000000007;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:759;s:10:\"size_after\";i:759;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8499999999999996;s:5:\"bytes\";i:42;s:11:\"size_before\";i:866;s:10:\"size_after\";i:824;s:4:\"time\";d:0.040000000000000001;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9699999999999998;s:5:\"bytes\";i:39;s:11:\"size_before\";i:653;s:10:\"size_after\";i:614;s:4:\"time\";d:0.050000000000000003;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.93;s:5:\"bytes\";i:3210;s:11:\"size_before\";i:8245;s:10:\"size_after\";i:5035;s:4:\"time\";d:0.050000000000000003;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2000000000000002;s:5:\"bytes\";i:65;s:11:\"size_before\";i:1249;s:10:\"size_after\";i:1184;s:4:\"time\";d:0.10000000000000001;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.689999999999998;s:5:\"bytes\";i:496;s:11:\"size_before\";i:1282;s:10:\"size_after\";i:786;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:33.909999999999997;s:5:\"bytes\";i:4483;s:11:\"size_before\";i:13219;s:10:\"size_after\";i:8736;s:4:\"time\";d:0.089999999999999997;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:86.969999999999999;s:5:\"bytes\";i:1802;s:11:\"size_before\";i:2072;s:10:\"size_after\";i:270;s:4:\"time\";d:0.02;}}}'),(18999,3959,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:19.887859237536656;s:5:\"bytes\";i:42386;s:11:\"size_before\";i:213125;s:10:\"size_after\";i:170739;s:4:\"time\";d:2.6500000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.600000000000001;s:5:\"bytes\";i:695;s:11:\"size_before\";i:3374;s:10:\"size_after\";i:2679;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.329999999999998;s:5:\"bytes\";i:6660;s:11:\"size_before\";i:18330;s:10:\"size_after\";i:11670;s:4:\"time\";d:0.10000000000000001;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.199999999999999;s:5:\"bytes\";i:600;s:11:\"size_before\";i:2970;s:10:\"size_after\";i:2370;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.300000000000001;s:5:\"bytes\";i:6645;s:11:\"size_before\";i:28517;s:10:\"size_after\";i:21872;s:4:\"time\";d:0.19;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21872;s:10:\"size_after\";i:21872;s:4:\"time\";d:0.16;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.59;s:5:\"bytes\";i:881;s:11:\"size_before\";i:5309;s:10:\"size_after\";i:4428;s:4:\"time\";d:0.17000000000000001;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.41;s:5:\"bytes\";i:1555;s:11:\"size_before\";i:5889;s:10:\"size_after\";i:4334;s:4:\"time\";d:0.13;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.420000000000002;s:5:\"bytes\";i:1747;s:11:\"size_before\";i:8994;s:10:\"size_after\";i:7247;s:4:\"time\";d:0.12;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.670000000000002;s:5:\"bytes\";i:2741;s:11:\"size_before\";i:11110;s:10:\"size_after\";i:8369;s:4:\"time\";d:0.080000000000000002;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.73;s:5:\"bytes\";i:4241;s:11:\"size_before\";i:15868;s:10:\"size_after\";i:11627;s:4:\"time\";d:0.35999999999999999;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.969999999999999;s:5:\"bytes\";i:985;s:11:\"size_before\";i:4484;s:10:\"size_after\";i:3499;s:4:\"time\";d:0.070000000000000007;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.969999999999999;s:5:\"bytes\";i:1813;s:11:\"size_before\";i:6483;s:10:\"size_after\";i:4670;s:4:\"time\";d:0.029999999999999999;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.309999999999999;s:5:\"bytes\";i:2066;s:11:\"size_before\";i:10697;s:10:\"size_after\";i:8631;s:4:\"time\";d:0.28999999999999998;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.48;s:5:\"bytes\";i:400;s:11:\"size_before\";i:1953;s:10:\"size_after\";i:1553;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:18.41;s:5:\"bytes\";i:1138;s:11:\"size_before\";i:6181;s:10:\"size_after\";i:5043;s:4:\"time\";d:0.040000000000000001;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:21.920000000000002;s:5:\"bytes\";i:3539;s:11:\"size_before\";i:16143;s:10:\"size_after\";i:12604;s:4:\"time\";d:0.37;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:19.84;s:5:\"bytes\";i:4006;s:11:\"size_before\";i:20190;s:10:\"size_after\";i:16184;s:4:\"time\";d:0.23000000000000001;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.800000000000001;s:5:\"bytes\";i:2674;s:11:\"size_before\";i:24761;s:10:\"size_after\";i:22087;s:4:\"time\";d:0.26000000000000001;}}}'),(19000,3958,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:21.198494146769121;s:5:\"bytes\";i:41106;s:11:\"size_before\";i:193910;s:10:\"size_after\";i:152804;s:4:\"time\";d:1.97;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.800000000000001;s:5:\"bytes\";i:785;s:11:\"size_before\";i:3043;s:10:\"size_after\";i:2258;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:42.299999999999997;s:5:\"bytes\";i:7017;s:11:\"size_before\";i:16588;s:10:\"size_after\";i:9571;s:4:\"time\";d:0.089999999999999997;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.489999999999998;s:5:\"bytes\";i:659;s:11:\"size_before\";i:2585;s:10:\"size_after\";i:1926;s:4:\"time\";d:0.040000000000000001;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.329999999999998;s:5:\"bytes\";i:5765;s:11:\"size_before\";i:23692;s:10:\"size_after\";i:17927;s:4:\"time\";d:0.16;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17927;s:10:\"size_after\";i:17927;s:4:\"time\";d:0.20999999999999999;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.18;s:5:\"bytes\";i:822;s:11:\"size_before\";i:6238;s:10:\"size_after\";i:5416;s:4:\"time\";d:0.13;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.559999999999999;s:5:\"bytes\";i:1429;s:11:\"size_before\";i:5818;s:10:\"size_after\";i:4389;s:4:\"time\";d:0.040000000000000001;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.710000000000001;s:5:\"bytes\";i:1512;s:11:\"size_before\";i:9624;s:10:\"size_after\";i:8112;s:4:\"time\";d:0.12;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.800000000000001;s:5:\"bytes\";i:2776;s:11:\"size_before\";i:12174;s:10:\"size_after\";i:9398;s:4:\"time\";d:0.089999999999999997;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.629999999999999;s:5:\"bytes\";i:4247;s:11:\"size_before\";i:15946;s:10:\"size_after\";i:11699;s:4:\"time\";d:0.11;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.170000000000002;s:5:\"bytes\";i:799;s:11:\"size_before\";i:4168;s:10:\"size_after\";i:3369;s:4:\"time\";d:0.040000000000000001;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.690000000000001;s:5:\"bytes\";i:1925;s:11:\"size_before\";i:6075;s:10:\"size_after\";i:4150;s:4:\"time\";d:0.029999999999999999;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.149999999999999;s:5:\"bytes\";i:1890;s:11:\"size_before\";i:11021;s:10:\"size_after\";i:9131;s:4:\"time\";d:0.14999999999999999;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.059999999999999;s:5:\"bytes\";i:506;s:11:\"size_before\";i:1803;s:10:\"size_after\";i:1297;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:28.890000000000001;s:5:\"bytes\";i:1498;s:11:\"size_before\";i:5185;s:10:\"size_after\";i:3687;s:4:\"time\";d:0.050000000000000003;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:24.620000000000001;s:5:\"bytes\";i:3314;s:11:\"size_before\";i:13460;s:10:\"size_after\";i:10146;s:4:\"time\";d:0.16;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:18.629999999999999;s:5:\"bytes\";i:3245;s:11:\"size_before\";i:17420;s:10:\"size_after\";i:14175;s:4:\"time\";d:0.25;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.800000000000001;s:5:\"bytes\";i:2917;s:11:\"size_before\";i:21143;s:10:\"size_after\";i:18226;s:4:\"time\";d:0.26000000000000001;}}}'),(19001,3957,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:181489;s:10:\"size_after\";i:181489;s:4:\"time\";d:2.8100000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3162;s:10:\"size_after\";i:3162;s:4:\"time\";d:0.040000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7372;s:10:\"size_after\";i:7372;s:4:\"time\";d:0.080000000000000002;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1253;s:10:\"size_after\";i:1253;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18341;s:10:\"size_after\";i:18341;s:4:\"time\";d:0.20999999999999999;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18341;s:10:\"size_after\";i:18341;s:4:\"time\";d:0.20000000000000001;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29919;s:10:\"size_after\";i:29919;s:4:\"time\";d:0.31;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8039;s:10:\"size_after\";i:8039;s:4:\"time\";d:0.080000000000000002;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1978;s:10:\"size_after\";i:1978;s:4:\"time\";d:0.20999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17355;s:10:\"size_after\";i:17355;s:4:\"time\";d:0.23000000000000001;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16441;s:10:\"size_after\";i:16441;s:4:\"time\";d:0.29999999999999999;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7742;s:10:\"size_after\";i:7742;s:4:\"time\";d:0.089999999999999997;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3263;s:10:\"size_after\";i:3263;s:4:\"time\";d:0.040000000000000001;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2090;s:10:\"size_after\";i:2090;s:4:\"time\";d:0.20999999999999999;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:599;s:10:\"size_after\";i:599;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3364;s:10:\"size_after\";i:3364;s:4:\"time\";d:0.040000000000000001;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12188;s:10:\"size_after\";i:12188;s:4:\"time\";d:0.13;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26980;s:10:\"size_after\";i:26980;s:4:\"time\";d:0.42999999999999999;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3062;s:10:\"size_after\";i:3062;s:4:\"time\";d:0.17999999999999999;}}}'),(19002,3955,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:16.085412648323715;s:5:\"bytes\";i:23601;s:11:\"size_before\";i:146723;s:10:\"size_after\";i:123122;s:4:\"time\";d:0.45000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.129999999999999;s:5:\"bytes\";i:318;s:11:\"size_before\";i:1505;s:10:\"size_after\";i:1187;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.029999999999999;s:5:\"bytes\";i:313;s:11:\"size_before\";i:2601;s:10:\"size_after\";i:2288;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.06;s:5:\"bytes\";i:1600;s:11:\"size_before\";i:10621;s:10:\"size_after\";i:9021;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.25;s:5:\"bytes\";i:2828;s:11:\"size_before\";i:17402;s:10:\"size_after\";i:14574;s:4:\"time\";d:0.029999999999999999;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.029999999999999;s:5:\"bytes\";i:159;s:11:\"size_before\";i:1058;s:10:\"size_after\";i:899;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1;s:5:\"bytes\";i:759;s:11:\"size_before\";i:5383;s:10:\"size_after\";i:4624;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4624;s:10:\"size_after\";i:4624;s:4:\"time\";d:0.01;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.960000000000001;s:5:\"bytes\";i:1319;s:11:\"size_before\";i:8815;s:10:\"size_after\";i:7496;s:4:\"time\";d:0.029999999999999999;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.539999999999999;s:5:\"bytes\";i:552;s:11:\"size_before\";i:3147;s:10:\"size_after\";i:2595;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.449999999999999;s:5:\"bytes\";i:2667;s:11:\"size_before\";i:16217;s:10:\"size_after\";i:13550;s:4:\"time\";d:0.050000000000000003;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.190000000000001;s:5:\"bytes\";i:1131;s:11:\"size_before\";i:6580;s:10:\"size_after\";i:5449;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.899999999999999;s:5:\"bytes\";i:1092;s:11:\"size_before\";i:5488;s:10:\"size_after\";i:4396;s:4:\"time\";d:0.01;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.690000000000001;s:5:\"bytes\";i:588;s:11:\"size_before\";i:2987;s:10:\"size_after\";i:2399;s:4:\"time\";d:0.02;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.73;s:5:\"bytes\";i:318;s:11:\"size_before\";i:1698;s:10:\"size_after\";i:1380;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.899999999999999;s:5:\"bytes\";i:2361;s:11:\"size_before\";i:10782;s:10:\"size_after\";i:8421;s:4:\"time\";d:0.040000000000000001;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.890000000000001;s:5:\"bytes\";i:181;s:11:\"size_before\";i:910;s:10:\"size_after\";i:729;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:13.109999999999999;s:5:\"bytes\";i:216;s:11:\"size_before\";i:1647;s:10:\"size_after\";i:1431;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:13.43;s:5:\"bytes\";i:519;s:11:\"size_before\";i:3865;s:10:\"size_after\";i:3346;s:4:\"time\";d:0.040000000000000001;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:14.220000000000001;s:5:\"bytes\";i:1008;s:11:\"size_before\";i:7089;s:10:\"size_after\";i:6081;s:4:\"time\";d:0.02;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:15.43;s:5:\"bytes\";i:1769;s:11:\"size_before\";i:11461;s:10:\"size_after\";i:9692;s:4:\"time\";d:0.02;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:17.09;s:5:\"bytes\";i:3903;s:11:\"size_before\";i:22843;s:10:\"size_after\";i:18940;s:4:\"time\";d:0.040000000000000001;}}}'),(19003,3954,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14382;s:10:\"size_after\";i:14382;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:669;s:10:\"size_after\";i:669;s:4:\"time\";d:0.050000000000000003;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2862;s:10:\"size_after\";i:2862;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:715;s:10:\"size_after\";i:715;s:4:\"time\";d:0.01;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2372;s:10:\"size_after\";i:2372;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6017;s:10:\"size_after\";i:6017;s:4:\"time\";d:0.029999999999999999;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1747;s:10:\"size_after\";i:1747;s:4:\"time\";d:0.02;}}}'),(19004,3953,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:36210;s:10:\"size_after\";i:36210;s:4:\"time\";d:1.25;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2711;s:10:\"size_after\";i:2711;s:4:\"time\";d:0.050000000000000003;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4083;s:10:\"size_after\";i:4083;s:4:\"time\";d:0.13;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1783;s:10:\"size_after\";i:1783;s:4:\"time\";d:0.029999999999999999;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1019;s:10:\"size_after\";i:1019;s:4:\"time\";d:0.10000000000000001;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5121;s:10:\"size_after\";i:5121;s:4:\"time\";d:0.059999999999999998;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1368;s:10:\"size_after\";i:1368;s:4:\"time\";d:0.12;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1019;s:10:\"size_after\";i:1019;s:4:\"time\";d:0.11;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1096;s:10:\"size_after\";i:1096;s:4:\"time\";d:0.13;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6144;s:10:\"size_after\";i:6144;s:4:\"time\";d:0.070000000000000007;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2790;s:10:\"size_after\";i:2790;s:4:\"time\";d:0.059999999999999998;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1423;s:10:\"size_after\";i:1423;s:4:\"time\";d:0.089999999999999997;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:603;s:10:\"size_after\";i:603;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4680;s:10:\"size_after\";i:4680;s:4:\"time\";d:0.12;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2370;s:10:\"size_after\";i:2370;s:4:\"time\";d:0.17000000000000001;}}}'),(19005,3952,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:152588;s:10:\"size_after\";i:152588;s:4:\"time\";d:2.7200000000000006;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2186;s:10:\"size_after\";i:2186;s:4:\"time\";d:0.10000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7827;s:10:\"size_after\";i:7827;s:4:\"time\";d:0.17000000000000001;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1472;s:10:\"size_after\";i:1472;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20018;s:10:\"size_after\";i:20018;s:4:\"time\";d:0.26000000000000001;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20018;s:10:\"size_after\";i:20018;s:4:\"time\";d:0.46000000000000002;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1942;s:10:\"size_after\";i:1942;s:4:\"time\";d:0.070000000000000007;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6603;s:10:\"size_after\";i:6603;s:4:\"time\";d:0.070000000000000007;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2915;s:10:\"size_after\";i:2915;s:4:\"time\";d:0.11;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13731;s:10:\"size_after\";i:13731;s:4:\"time\";d:0.20999999999999999;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13449;s:10:\"size_after\";i:13449;s:4:\"time\";d:0.12;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5999;s:10:\"size_after\";i:5999;s:4:\"time\";d:0.070000000000000007;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2904;s:10:\"size_after\";i:2904;s:4:\"time\";d:0.029999999999999999;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3242;s:10:\"size_after\";i:3242;s:4:\"time\";d:0.12;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:596;s:10:\"size_after\";i:596;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3948;s:10:\"size_after\";i:3948;s:4:\"time\";d:0.070000000000000007;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13329;s:10:\"size_after\";i:13329;s:4:\"time\";d:0.17999999999999999;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27559;s:10:\"size_after\";i:27559;s:4:\"time\";d:0.44;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4850;s:10:\"size_after\";i:4850;s:4:\"time\";d:0.20999999999999999;}}}'),(19006,3951,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9690;s:10:\"size_after\";i:9690;s:4:\"time\";d:0.080000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3335;s:10:\"size_after\";i:3335;s:4:\"time\";d:0.029999999999999999;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2525;s:10:\"size_after\";i:2525;s:4:\"time\";d:0.029999999999999999;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3830;s:10:\"size_after\";i:3830;s:4:\"time\";d:0.02;}}}'),(19007,3950,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:181489;s:10:\"size_after\";i:181489;s:4:\"time\";d:2.8900000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3162;s:10:\"size_after\";i:3162;s:4:\"time\";d:0.070000000000000007;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7372;s:10:\"size_after\";i:7372;s:4:\"time\";d:0.080000000000000002;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1253;s:10:\"size_after\";i:1253;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18341;s:10:\"size_after\";i:18341;s:4:\"time\";d:0.20000000000000001;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18341;s:10:\"size_after\";i:18341;s:4:\"time\";d:0.23999999999999999;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29919;s:10:\"size_after\";i:29919;s:4:\"time\";d:0.34000000000000002;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8039;s:10:\"size_after\";i:8039;s:4:\"time\";d:0.11;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1978;s:10:\"size_after\";i:1978;s:4:\"time\";d:0.14999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17355;s:10:\"size_after\";i:17355;s:4:\"time\";d:0.16;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16441;s:10:\"size_after\";i:16441;s:4:\"time\";d:0.23999999999999999;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7742;s:10:\"size_after\";i:7742;s:4:\"time\";d:0.080000000000000002;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3263;s:10:\"size_after\";i:3263;s:4:\"time\";d:0.029999999999999999;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2090;s:10:\"size_after\";i:2090;s:4:\"time\";d:0.16;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:599;s:10:\"size_after\";i:599;s:4:\"time\";d:0.02;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3364;s:10:\"size_after\";i:3364;s:4:\"time\";d:0.070000000000000007;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12188;s:10:\"size_after\";i:12188;s:4:\"time\";d:0.22;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26980;s:10:\"size_after\";i:26980;s:4:\"time\";d:0.52000000000000002;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3062;s:10:\"size_after\";i:3062;s:4:\"time\";d:0.17999999999999999;}}}'),(19008,3949,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:320293;s:10:\"size_after\";i:320293;s:4:\"time\";d:0.49000000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3703;s:10:\"size_after\";i:3703;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6164;s:10:\"size_after\";i:6164;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22422;s:10:\"size_after\";i:22422;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34525;s:10:\"size_after\";i:34525;s:4:\"time\";d:0.050000000000000003;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2027;s:10:\"size_after\";i:2027;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12281;s:10:\"size_after\";i:12281;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12281;s:10:\"size_after\";i:12281;s:4:\"time\";d:0.040000000000000001;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19319;s:10:\"size_after\";i:19319;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8101;s:10:\"size_after\";i:8101;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33010;s:10:\"size_after\";i:33010;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16117;s:10:\"size_after\";i:16117;s:4:\"time\";d:0.01;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13770;s:10:\"size_after\";i:13770;s:4:\"time\";d:0.050000000000000003;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7878;s:10:\"size_after\";i:7878;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4262;s:10:\"size_after\";i:4262;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26310;s:10:\"size_after\";i:26310;s:4:\"time\";d:0.040000000000000001;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1606;s:10:\"size_after\";i:1606;s:4:\"time\";d:0.029999999999999999;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3652;s:10:\"size_after\";i:3652;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8841;s:10:\"size_after\";i:8841;s:4:\"time\";d:0.01;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15901;s:10:\"size_after\";i:15901;s:4:\"time\";d:0.02;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23866;s:10:\"size_after\";i:23866;s:4:\"time\";d:0.02;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:44257;s:10:\"size_after\";i:44257;s:4:\"time\";d:0.050000000000000003;}}}'),(19009,3948,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:291741;s:10:\"size_after\";i:291741;s:4:\"time\";d:0.66000000000000014;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:20:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2392;s:10:\"size_after\";i:2392;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5982;s:10:\"size_after\";i:5982;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28395;s:10:\"size_after\";i:28395;s:4:\"time\";d:0.040000000000000001;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1825;s:10:\"size_after\";i:1825;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13327;s:10:\"size_after\";i:13327;s:4:\"time\";d:0.12;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13327;s:10:\"size_after\";i:13327;s:4:\"time\";d:0.02;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10767;s:10:\"size_after\";i:10767;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5293;s:10:\"size_after\";i:5293;s:4:\"time\";d:0.029999999999999999;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20358;s:10:\"size_after\";i:20358;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9362;s:10:\"size_after\";i:9362;s:4:\"time\";d:0.040000000000000001;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9302;s:10:\"size_after\";i:9302;s:4:\"time\";d:0.029999999999999999;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5178;s:10:\"size_after\";i:5178;s:4:\"time\";d:0.02;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2712;s:10:\"size_after\";i:2712;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18924;s:10:\"size_after\";i:18924;s:4:\"time\";d:0.02;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1099;s:10:\"size_after\";i:1099;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3395;s:10:\"size_after\";i:3395;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9356;s:10:\"size_after\";i:9356;s:4:\"time\";d:0.02;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18461;s:10:\"size_after\";i:18461;s:4:\"time\";d:0.02;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35581;s:10:\"size_after\";i:35581;s:4:\"time\";d:0.12;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:76705;s:10:\"size_after\";i:76705;s:4:\"time\";d:0.059999999999999998;}}}'),(19010,3947,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:572269;s:10:\"size_after\";i:572269;s:4:\"time\";d:4.1399999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:20:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6295;s:10:\"size_after\";i:6295;s:4:\"time\";d:0.040000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14897;s:10:\"size_after\";i:14897;s:4:\"time\";d:0.070000000000000007;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:75631;s:10:\"size_after\";i:75631;s:4:\"time\";d:0.40999999999999998;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3852;s:10:\"size_after\";i:3852;s:4:\"time\";d:0.040000000000000001;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34000;s:10:\"size_after\";i:34000;s:4:\"time\";d:0.19;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34000;s:10:\"size_after\";i:34000;s:4:\"time\";d:0.26000000000000001;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:50330;s:10:\"size_after\";i:50330;s:4:\"time\";d:0.56000000000000005;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10353;s:10:\"size_after\";i:10353;s:4:\"time\";d:0.059999999999999998;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34293;s:10:\"size_after\";i:34293;s:4:\"time\";d:0.23999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35680;s:10:\"size_after\";i:35680;s:4:\"time\";d:0.26000000000000001;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31206;s:10:\"size_after\";i:31206;s:4:\"time\";d:0.16;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14303;s:10:\"size_after\";i:14303;s:4:\"time\";d:0.070000000000000007;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7264;s:10:\"size_after\";i:7264;s:4:\"time\";d:0.040000000000000001;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:54902;s:10:\"size_after\";i:54902;s:4:\"time\";d:0.40999999999999998;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2146;s:10:\"size_after\";i:2146;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4729;s:10:\"size_after\";i:4729;s:4:\"time\";d:0.11;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13373;s:10:\"size_after\";i:13373;s:4:\"time\";d:0.11;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40828;s:10:\"size_after\";i:40828;s:4:\"time\";d:0.31;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:41825;s:10:\"size_after\";i:41825;s:4:\"time\";d:0.35999999999999999;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:62362;s:10:\"size_after\";i:62362;s:4:\"time\";d:0.42999999999999999;}}}'),(19011,3946,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:569749;s:10:\"size_after\";i:569749;s:4:\"time\";d:4.5199999999999996;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:20:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6001;s:10:\"size_after\";i:6001;s:4:\"time\";d:0.080000000000000002;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14684;s:10:\"size_after\";i:14684;s:4:\"time\";d:0.070000000000000007;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:75036;s:10:\"size_after\";i:75036;s:4:\"time\";d:0.34000000000000002;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3694;s:10:\"size_after\";i:3694;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34515;s:10:\"size_after\";i:34515;s:4:\"time\";d:0.57999999999999996;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34515;s:10:\"size_after\";i:34515;s:4:\"time\";d:0.40999999999999998;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:49634;s:10:\"size_after\";i:49634;s:4:\"time\";d:0.20999999999999999;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10750;s:10:\"size_after\";i:10750;s:4:\"time\";d:0.12;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33078;s:10:\"size_after\";i:33078;s:4:\"time\";d:0.22;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35125;s:10:\"size_after\";i:35125;s:4:\"time\";d:0.14999999999999999;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30439;s:10:\"size_after\";i:30439;s:4:\"time\";d:0.23999999999999999;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14330;s:10:\"size_after\";i:14330;s:4:\"time\";d:0.25;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6994;s:10:\"size_after\";i:6994;s:4:\"time\";d:0.029999999999999999;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:57375;s:10:\"size_after\";i:57375;s:4:\"time\";d:0.68000000000000005;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1988;s:10:\"size_after\";i:1988;s:4:\"time\";d:0.02;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4676;s:10:\"size_after\";i:4676;s:4:\"time\";d:0.029999999999999999;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13202;s:10:\"size_after\";i:13202;s:4:\"time\";d:0.14000000000000001;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:42840;s:10:\"size_after\";i:42840;s:4:\"time\";d:0.20999999999999999;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:41342;s:10:\"size_after\";i:41342;s:4:\"time\";d:0.35999999999999999;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:59531;s:10:\"size_after\";i:59531;s:4:\"time\";d:0.37;}}}'),(19012,3945,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:512787;s:10:\"size_after\";i:512787;s:4:\"time\";d:3.2899999999999991;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:20:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5372;s:10:\"size_after\";i:5372;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13006;s:10:\"size_after\";i:13006;s:4:\"time\";d:0.089999999999999997;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:66537;s:10:\"size_after\";i:66537;s:4:\"time\";d:0.48999999999999999;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3222;s:10:\"size_after\";i:3222;s:4:\"time\";d:0.050000000000000003;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30788;s:10:\"size_after\";i:30788;s:4:\"time\";d:0.14999999999999999;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30788;s:10:\"size_after\";i:30788;s:4:\"time\";d:0.14999999999999999;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:44833;s:10:\"size_after\";i:44833;s:4:\"time\";d:0.19;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9625;s:10:\"size_after\";i:9625;s:4:\"time\";d:0.16;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31359;s:10:\"size_after\";i:31359;s:4:\"time\";d:0.20999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30980;s:10:\"size_after\";i:30980;s:4:\"time\";d:0.27000000000000002;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26338;s:10:\"size_after\";i:26338;s:4:\"time\";d:0.11;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12494;s:10:\"size_after\";i:12494;s:4:\"time\";d:0.080000000000000002;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6202;s:10:\"size_after\";i:6202;s:4:\"time\";d:0.02;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:49092;s:10:\"size_after\";i:49092;s:4:\"time\";d:0.19;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1809;s:10:\"size_after\";i:1809;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4474;s:10:\"size_after\";i:4474;s:4:\"time\";d:0.029999999999999999;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12451;s:10:\"size_after\";i:12451;s:4:\"time\";d:0.089999999999999997;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:38515;s:10:\"size_after\";i:38515;s:4:\"time\";d:0.20999999999999999;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:39277;s:10:\"size_after\";i:39277;s:4:\"time\";d:0.41999999999999998;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:55625;s:10:\"size_after\";i:55625;s:4:\"time\";d:0.34000000000000002;}}}'),(19013,3944,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:239269;s:10:\"size_after\";i:239269;s:4:\"time\";d:2.6799999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:20:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2402;s:10:\"size_after\";i:2402;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5742;s:10:\"size_after\";i:5742;s:4:\"time\";d:0.050000000000000003;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29711;s:10:\"size_after\";i:29711;s:4:\"time\";d:0.26000000000000001;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1505;s:10:\"size_after\";i:1505;s:4:\"time\";d:0.029999999999999999;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14077;s:10:\"size_after\";i:14077;s:4:\"time\";d:0.37;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14077;s:10:\"size_after\";i:14077;s:4:\"time\";d:0.11;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23327;s:10:\"size_after\";i:23327;s:4:\"time\";d:0.17999999999999999;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4488;s:10:\"size_after\";i:4488;s:4:\"time\";d:0.070000000000000007;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13235;s:10:\"size_after\";i:13235;s:4:\"time\";d:0.14999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14266;s:10:\"size_after\";i:14266;s:4:\"time\";d:0.12;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12599;s:10:\"size_after\";i:12599;s:4:\"time\";d:0.14000000000000001;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5619;s:10:\"size_after\";i:5619;s:4:\"time\";d:0.050000000000000003;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3085;s:10:\"size_after\";i:3085;s:4:\"time\";d:0.02;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22493;s:10:\"size_after\";i:22493;s:4:\"time\";d:0.14000000000000001;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:925;s:10:\"size_after\";i:925;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2340;s:10:\"size_after\";i:2340;s:4:\"time\";d:0.14000000000000001;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6063;s:10:\"size_after\";i:6063;s:4:\"time\";d:0.059999999999999998;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18220;s:10:\"size_after\";i:18220;s:4:\"time\";d:0.14999999999999999;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18001;s:10:\"size_after\";i:18001;s:4:\"time\";d:0.27000000000000002;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27094;s:10:\"size_after\";i:27094;s:4:\"time\";d:0.34000000000000002;}}}'),(19014,3943,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:249748;s:10:\"size_after\";i:249748;s:4:\"time\";d:2.6000000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:20:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2527;s:10:\"size_after\";i:2527;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6161;s:10:\"size_after\";i:6161;s:4:\"time\";d:0.050000000000000003;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31886;s:10:\"size_after\";i:31886;s:4:\"time\";d:0.26000000000000001;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1606;s:10:\"size_after\";i:1606;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14967;s:10:\"size_after\";i:14967;s:4:\"time\";d:0.11;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14967;s:10:\"size_after\";i:14967;s:4:\"time\";d:0.14000000000000001;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24469;s:10:\"size_after\";i:24469;s:4:\"time\";d:0.19;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4681;s:10:\"size_after\";i:4681;s:4:\"time\";d:0.050000000000000003;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14299;s:10:\"size_after\";i:14299;s:4:\"time\";d:0.14000000000000001;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15470;s:10:\"size_after\";i:15470;s:4:\"time\";d:0.46000000000000002;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13300;s:10:\"size_after\";i:13300;s:4:\"time\";d:0.16;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5971;s:10:\"size_after\";i:5971;s:4:\"time\";d:0.059999999999999998;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3193;s:10:\"size_after\";i:3193;s:4:\"time\";d:0.050000000000000003;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23800;s:10:\"size_after\";i:23800;s:4:\"time\";d:0.16;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:935;s:10:\"size_after\";i:935;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2440;s:10:\"size_after\";i:2440;s:4:\"time\";d:0.029999999999999999;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5970;s:10:\"size_after\";i:5970;s:4:\"time\";d:0.070000000000000007;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19714;s:10:\"size_after\";i:19714;s:4:\"time\";d:0.14000000000000001;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18885;s:10:\"size_after\";i:18885;s:4:\"time\";d:0.22;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24507;s:10:\"size_after\";i:24507;s:4:\"time\";d:0.27000000000000002;}}}'),(19015,3942,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:284751;s:10:\"size_after\";i:284751;s:4:\"time\";d:3.1700000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:20:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2802;s:10:\"size_after\";i:2802;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6938;s:10:\"size_after\";i:6938;s:4:\"time\";d:0.040000000000000001;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:37104;s:10:\"size_after\";i:37104;s:4:\"time\";d:0.27000000000000002;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1726;s:10:\"size_after\";i:1726;s:4:\"time\";d:0.029999999999999999;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17326;s:10:\"size_after\";i:17326;s:4:\"time\";d:0.12;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17326;s:10:\"size_after\";i:17326;s:4:\"time\";d:0.38;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26801;s:10:\"size_after\";i:26801;s:4:\"time\";d:0.23999999999999999;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5283;s:10:\"size_after\";i:5283;s:4:\"time\";d:0.059999999999999998;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17260;s:10:\"size_after\";i:17260;s:4:\"time\";d:0.14999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17227;s:10:\"size_after\";i:17227;s:4:\"time\";d:0.10000000000000001;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14986;s:10:\"size_after\";i:14986;s:4:\"time\";d:0.089999999999999997;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6774;s:10:\"size_after\";i:6774;s:4:\"time\";d:0.040000000000000001;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3503;s:10:\"size_after\";i:3503;s:4:\"time\";d:0.040000000000000001;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27228;s:10:\"size_after\";i:27228;s:4:\"time\";d:0.14999999999999999;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1024;s:10:\"size_after\";i:1024;s:4:\"time\";d:0.02;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2539;s:10:\"size_after\";i:2539;s:4:\"time\";d:0.050000000000000003;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6999;s:10:\"size_after\";i:6999;s:4:\"time\";d:0.070000000000000007;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22370;s:10:\"size_after\";i:22370;s:4:\"time\";d:0.66000000000000003;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22237;s:10:\"size_after\";i:22237;s:4:\"time\";d:0.37;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27298;s:10:\"size_after\";i:27298;s:4:\"time\";d:0.27000000000000002;}}}'),(19016,3941,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:52074;s:10:\"size_after\";i:52074;s:4:\"time\";d:0.45000000000000012;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:973;s:10:\"size_after\";i:973;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1242;s:10:\"size_after\";i:1242;s:4:\"time\";d:0.029999999999999999;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3264;s:10:\"size_after\";i:3264;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5182;s:10:\"size_after\";i:5182;s:4:\"time\";d:0.050000000000000003;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:696;s:10:\"size_after\";i:696;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2076;s:10:\"size_after\";i:2076;s:4:\"time\";d:0.029999999999999999;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2076;s:10:\"size_after\";i:2076;s:4:\"time\";d:0.01;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2981;s:10:\"size_after\";i:2981;s:4:\"time\";d:0.050000000000000003;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1567;s:10:\"size_after\";i:1567;s:4:\"time\";d:0.02;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4768;s:10:\"size_after\";i:4768;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2536;s:10:\"size_after\";i:2536;s:4:\"time\";d:0.01;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2381;s:10:\"size_after\";i:2381;s:4:\"time\";d:0.01;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1575;s:10:\"size_after\";i:1575;s:4:\"time\";d:0.02;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1031;s:10:\"size_after\";i:1031;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4026;s:10:\"size_after\";i:4026;s:4:\"time\";d:0.02;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:667;s:10:\"size_after\";i:667;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:882;s:10:\"size_after\";i:882;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1651;s:10:\"size_after\";i:1651;s:4:\"time\";d:0.01;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2509;s:10:\"size_after\";i:2509;s:4:\"time\";d:0.01;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3587;s:10:\"size_after\";i:3587;s:4:\"time\";d:0.029999999999999999;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6404;s:10:\"size_after\";i:6404;s:4:\"time\";d:0.040000000000000001;}}}'),(19017,3940,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:536;s:10:\"size_after\";i:536;s:4:\"time\";d:0.01;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:536;s:10:\"size_after\";i:536;s:4:\"time\";d:0.01;}}}'),(19018,3939,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13028;s:10:\"size_after\";i:13028;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:569;s:10:\"size_after\";i:569;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2461;s:10:\"size_after\";i:2461;s:4:\"time\";d:0.02;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:613;s:10:\"size_after\";i:613;s:4:\"time\";d:0.029999999999999999;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2024;s:10:\"size_after\";i:2024;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5806;s:10:\"size_after\";i:5806;s:4:\"time\";d:0.029999999999999999;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1555;s:10:\"size_after\";i:1555;s:4:\"time\";d:0.02;}}}'),(19019,3938,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:664161;s:10:\"size_after\";i:664161;s:4:\"time\";d:0.57000000000000006;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6720;s:10:\"size_after\";i:6720;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13718;s:10:\"size_after\";i:13718;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:53519;s:10:\"size_after\";i:53519;s:4:\"time\";d:0.050000000000000003;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:82215;s:10:\"size_after\";i:82215;s:4:\"time\";d:0.050000000000000003;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3719;s:10:\"size_after\";i:3719;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28815;s:10:\"size_after\";i:28815;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28815;s:10:\"size_after\";i:28815;s:4:\"time\";d:0.02;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30939;s:10:\"size_after\";i:30939;s:4:\"time\";d:0.029999999999999999;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14464;s:10:\"size_after\";i:14464;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:53666;s:10:\"size_after\";i:53666;s:4:\"time\";d:0.070000000000000007;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27033;s:10:\"size_after\";i:27033;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24810;s:10:\"size_after\";i:24810;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14516;s:10:\"size_after\";i:14516;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7464;s:10:\"size_after\";i:7464;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:45449;s:10:\"size_after\";i:45449;s:4:\"time\";d:0.029999999999999999;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2383;s:10:\"size_after\";i:2383;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7756;s:10:\"size_after\";i:7756;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20758;s:10:\"size_after\";i:20758;s:4:\"time\";d:0.01;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:37295;s:10:\"size_after\";i:37295;s:4:\"time\";d:0.050000000000000003;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:57102;s:10:\"size_after\";i:57102;s:4:\"time\";d:0.050000000000000003;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:103005;s:10:\"size_after\";i:103005;s:4:\"time\";d:0.059999999999999998;}}}'),(19020,3937,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:301;s:10:\"size_after\";i:301;s:4:\"time\";d:0.01;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:301;s:10:\"size_after\";i:301;s:4:\"time\";d:0.01;}}}'),(19021,3936,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:956;s:10:\"size_after\";i:956;s:4:\"time\";d:0.10999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:84;s:10:\"size_after\";i:84;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:122;s:10:\"size_after\";i:122;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:102;s:10:\"size_after\";i:102;s:4:\"time\";d:0.01;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:89;s:10:\"size_after\";i:89;s:4:\"time\";d:0.01;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:90;s:10:\"size_after\";i:90;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:86;s:10:\"size_after\";i:86;s:4:\"time\";d:0.01;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:80;s:10:\"size_after\";i:80;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:91;s:10:\"size_after\";i:91;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:117;s:10:\"size_after\";i:117;s:4:\"time\";d:0.01;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:95;s:10:\"size_after\";i:95;s:4:\"time\";d:0.01;}}}'),(19022,3935,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2258;s:10:\"size_after\";i:2258;s:4:\"time\";d:0.040000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1120;s:10:\"size_after\";i:1120;s:4:\"time\";d:0.01;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:303;s:10:\"size_after\";i:303;s:4:\"time\";d:0.01;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:835;s:10:\"size_after\";i:835;s:4:\"time\";d:0.02;}}}'),(19023,3934,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27298;s:10:\"size_after\";i:27298;s:4:\"time\";d:0.93000000000000016;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1900;s:10:\"size_after\";i:1900;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:584;s:10:\"size_after\";i:584;s:4:\"time\";d:0.070000000000000007;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4183;s:10:\"size_after\";i:4183;s:4:\"time\";d:0.089999999999999997;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:759;s:10:\"size_after\";i:759;s:4:\"time\";d:0.070000000000000007;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:587;s:10:\"size_after\";i:587;s:4:\"time\";d:0.029999999999999999;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1077;s:10:\"size_after\";i:1077;s:4:\"time\";d:0.070000000000000007;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:759;s:10:\"size_after\";i:759;s:4:\"time\";d:0.070000000000000007;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:824;s:10:\"size_after\";i:824;s:4:\"time\";d:0.10000000000000001;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:614;s:10:\"size_after\";i:614;s:4:\"time\";d:0.070000000000000007;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5035;s:10:\"size_after\";i:5035;s:4:\"time\";d:0.050000000000000003;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1184;s:10:\"size_after\";i:1184;s:4:\"time\";d:0.12;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:786;s:10:\"size_after\";i:786;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8736;s:10:\"size_after\";i:8736;s:4:\"time\";d:0.12;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:270;s:10:\"size_after\";i:270;s:4:\"time\";d:0.029999999999999999;}}}'),(19024,3933,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:170739;s:10:\"size_after\";i:170739;s:4:\"time\";d:2.96;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2679;s:10:\"size_after\";i:2679;s:4:\"time\";d:0.040000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11670;s:10:\"size_after\";i:11670;s:4:\"time\";d:0.089999999999999997;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2370;s:10:\"size_after\";i:2370;s:4:\"time\";d:0.040000000000000001;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21872;s:10:\"size_after\";i:21872;s:4:\"time\";d:0.26000000000000001;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21872;s:10:\"size_after\";i:21872;s:4:\"time\";d:0.19;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4428;s:10:\"size_after\";i:4428;s:4:\"time\";d:0.080000000000000002;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4334;s:10:\"size_after\";i:4334;s:4:\"time\";d:0.050000000000000003;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7247;s:10:\"size_after\";i:7247;s:4:\"time\";d:0.12;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8369;s:10:\"size_after\";i:8369;s:4:\"time\";d:0.20999999999999999;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11627;s:10:\"size_after\";i:11627;s:4:\"time\";d:0.13;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3499;s:10:\"size_after\";i:3499;s:4:\"time\";d:0.040000000000000001;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4670;s:10:\"size_after\";i:4670;s:4:\"time\";d:0.029999999999999999;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8631;s:10:\"size_after\";i:8631;s:4:\"time\";d:0.28999999999999998;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1553;s:10:\"size_after\";i:1553;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5043;s:10:\"size_after\";i:5043;s:4:\"time\";d:0.089999999999999997;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12604;s:10:\"size_after\";i:12604;s:4:\"time\";d:0.28999999999999998;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16184;s:10:\"size_after\";i:16184;s:4:\"time\";d:0.5;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22087;s:10:\"size_after\";i:22087;s:4:\"time\";d:0.5;}}}'),(19025,3932,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:181489;s:10:\"size_after\";i:181489;s:4:\"time\";d:2.8399999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3162;s:10:\"size_after\";i:3162;s:4:\"time\";d:0.040000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7372;s:10:\"size_after\";i:7372;s:4:\"time\";d:0.080000000000000002;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1253;s:10:\"size_after\";i:1253;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18341;s:10:\"size_after\";i:18341;s:4:\"time\";d:0.32000000000000001;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18341;s:10:\"size_after\";i:18341;s:4:\"time\";d:0.20000000000000001;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29919;s:10:\"size_after\";i:29919;s:4:\"time\";d:0.29999999999999999;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8039;s:10:\"size_after\";i:8039;s:4:\"time\";d:0.080000000000000002;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1978;s:10:\"size_after\";i:1978;s:4:\"time\";d:0.12;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17355;s:10:\"size_after\";i:17355;s:4:\"time\";d:0.25;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16441;s:10:\"size_after\";i:16441;s:4:\"time\";d:0.22;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7742;s:10:\"size_after\";i:7742;s:4:\"time\";d:0.10000000000000001;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3263;s:10:\"size_after\";i:3263;s:4:\"time\";d:0.040000000000000001;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2090;s:10:\"size_after\";i:2090;s:4:\"time\";d:0.16;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:599;s:10:\"size_after\";i:599;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3364;s:10:\"size_after\";i:3364;s:4:\"time\";d:0.059999999999999998;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12188;s:10:\"size_after\";i:12188;s:4:\"time\";d:0.12;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26980;s:10:\"size_after\";i:26980;s:4:\"time\";d:0.29999999999999999;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3062;s:10:\"size_after\";i:3062;s:4:\"time\";d:0.41999999999999998;}}}'),(19026,3931,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:152804;s:10:\"size_after\";i:152804;s:4:\"time\";d:2.1500000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2258;s:10:\"size_after\";i:2258;s:4:\"time\";d:0.13;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9571;s:10:\"size_after\";i:9571;s:4:\"time\";d:0.10000000000000001;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1926;s:10:\"size_after\";i:1926;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17927;s:10:\"size_after\";i:17927;s:4:\"time\";d:0.28999999999999998;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17927;s:10:\"size_after\";i:17927;s:4:\"time\";d:0.16;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5416;s:10:\"size_after\";i:5416;s:4:\"time\";d:0.080000000000000002;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4389;s:10:\"size_after\";i:4389;s:4:\"time\";d:0.050000000000000003;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8112;s:10:\"size_after\";i:8112;s:4:\"time\";d:0.12;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9398;s:10:\"size_after\";i:9398;s:4:\"time\";d:0.19;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11699;s:10:\"size_after\";i:11699;s:4:\"time\";d:0.11;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3369;s:10:\"size_after\";i:3369;s:4:\"time\";d:0.040000000000000001;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4150;s:10:\"size_after\";i:4150;s:4:\"time\";d:0.059999999999999998;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9131;s:10:\"size_after\";i:9131;s:4:\"time\";d:0.17999999999999999;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1297;s:10:\"size_after\";i:1297;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3687;s:10:\"size_after\";i:3687;s:4:\"time\";d:0.029999999999999999;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10146;s:10:\"size_after\";i:10146;s:4:\"time\";d:0.20000000000000001;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14175;s:10:\"size_after\";i:14175;s:4:\"time\";d:0.17999999999999999;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18226;s:10:\"size_after\";i:18226;s:4:\"time\";d:0.20000000000000001;}}}'),(19027,3930,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:354636;s:10:\"size_after\";i:354636;s:4:\"time\";d:0.47000000000000014;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3689;s:10:\"size_after\";i:3689;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4840;s:10:\"size_after\";i:4840;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24038;s:10:\"size_after\";i:24038;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40110;s:10:\"size_after\";i:40110;s:4:\"time\";d:0.050000000000000003;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1441;s:10:\"size_after\";i:1441;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11392;s:10:\"size_after\";i:11392;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11392;s:10:\"size_after\";i:11392;s:4:\"time\";d:0.01;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20933;s:10:\"size_after\";i:20933;s:4:\"time\";d:0.040000000000000001;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8751;s:10:\"size_after\";i:8751;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40273;s:10:\"size_after\";i:40273;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17590;s:10:\"size_after\";i:17590;s:4:\"time\";d:0.01;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16693;s:10:\"size_after\";i:16693;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8819;s:10:\"size_after\";i:8819;s:4:\"time\";d:0.040000000000000001;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4119;s:10:\"size_after\";i:4119;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34344;s:10:\"size_after\";i:34344;s:4:\"time\";d:0.02;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1306;s:10:\"size_after\";i:1306;s:4:\"time\";d:0.02;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2651;s:10:\"size_after\";i:2651;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7817;s:10:\"size_after\";i:7817;s:4:\"time\";d:0.02;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15530;s:10:\"size_after\";i:15530;s:4:\"time\";d:0.02;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25764;s:10:\"size_after\";i:25764;s:4:\"time\";d:0.029999999999999999;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:53144;s:10:\"size_after\";i:53144;s:4:\"time\";d:0.059999999999999998;}}}'),(19028,3929,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14382;s:10:\"size_after\";i:14382;s:4:\"time\";d:0.17999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:669;s:10:\"size_after\";i:669;s:4:\"time\";d:0.040000000000000001;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2862;s:10:\"size_after\";i:2862;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:715;s:10:\"size_after\";i:715;s:4:\"time\";d:0.029999999999999999;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2372;s:10:\"size_after\";i:2372;s:4:\"time\";d:0.050000000000000003;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6017;s:10:\"size_after\";i:6017;s:4:\"time\";d:0.029999999999999999;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1747;s:10:\"size_after\";i:1747;s:4:\"time\";d:0.02;}}}'),(19029,3928,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:123122;s:10:\"size_after\";i:123122;s:4:\"time\";d:0.45000000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1187;s:10:\"size_after\";i:1187;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2288;s:10:\"size_after\";i:2288;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9021;s:10:\"size_after\";i:9021;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14574;s:10:\"size_after\";i:14574;s:4:\"time\";d:0.070000000000000007;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:899;s:10:\"size_after\";i:899;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4624;s:10:\"size_after\";i:4624;s:4:\"time\";d:0.01;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4624;s:10:\"size_after\";i:4624;s:4:\"time\";d:0.01;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7496;s:10:\"size_after\";i:7496;s:4:\"time\";d:0.01;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2595;s:10:\"size_after\";i:2595;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13550;s:10:\"size_after\";i:13550;s:4:\"time\";d:0.040000000000000001;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5449;s:10:\"size_after\";i:5449;s:4:\"time\";d:0.01;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4396;s:10:\"size_after\";i:4396;s:4:\"time\";d:0.01;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2399;s:10:\"size_after\";i:2399;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1380;s:10:\"size_after\";i:1380;s:4:\"time\";d:0.02;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8421;s:10:\"size_after\";i:8421;s:4:\"time\";d:0.02;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:729;s:10:\"size_after\";i:729;s:4:\"time\";d:0.029999999999999999;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1431;s:10:\"size_after\";i:1431;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3346;s:10:\"size_after\";i:3346;s:4:\"time\";d:0.01;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6081;s:10:\"size_after\";i:6081;s:4:\"time\";d:0.059999999999999998;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9692;s:10:\"size_after\";i:9692;s:4:\"time\";d:0.02;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18940;s:10:\"size_after\";i:18940;s:4:\"time\";d:0.040000000000000001;}}}'),(19030,3927,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:36210;s:10:\"size_after\";i:36210;s:4:\"time\";d:1.0699999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2711;s:10:\"size_after\";i:2711;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4083;s:10:\"size_after\";i:4083;s:4:\"time\";d:0.050000000000000003;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1783;s:10:\"size_after\";i:1783;s:4:\"time\";d:0.029999999999999999;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1019;s:10:\"size_after\";i:1019;s:4:\"time\";d:0.059999999999999998;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5121;s:10:\"size_after\";i:5121;s:4:\"time\";d:0.059999999999999998;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1368;s:10:\"size_after\";i:1368;s:4:\"time\";d:0.23000000000000001;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1019;s:10:\"size_after\";i:1019;s:4:\"time\";d:0.050000000000000003;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1096;s:10:\"size_after\";i:1096;s:4:\"time\";d:0.11;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6144;s:10:\"size_after\";i:6144;s:4:\"time\";d:0.070000000000000007;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2790;s:10:\"size_after\";i:2790;s:4:\"time\";d:0.029999999999999999;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1423;s:10:\"size_after\";i:1423;s:4:\"time\";d:0.080000000000000002;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:603;s:10:\"size_after\";i:603;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4680;s:10:\"size_after\";i:4680;s:4:\"time\";d:0.12;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2370;s:10:\"size_after\";i:2370;s:4:\"time\";d:0.14000000000000001;}}}'),(19031,3926,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:152588;s:10:\"size_after\";i:152588;s:4:\"time\";d:2.8000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2186;s:10:\"size_after\";i:2186;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7827;s:10:\"size_after\";i:7827;s:4:\"time\";d:0.14000000000000001;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1472;s:10:\"size_after\";i:1472;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20018;s:10:\"size_after\";i:20018;s:4:\"time\";d:0.19;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20018;s:10:\"size_after\";i:20018;s:4:\"time\";d:0.20000000000000001;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1942;s:10:\"size_after\";i:1942;s:4:\"time\";d:0.23999999999999999;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6603;s:10:\"size_after\";i:6603;s:4:\"time\";d:0.070000000000000007;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2915;s:10:\"size_after\";i:2915;s:4:\"time\";d:0.14000000000000001;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13731;s:10:\"size_after\";i:13731;s:4:\"time\";d:0.28000000000000003;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13449;s:10:\"size_after\";i:13449;s:4:\"time\";d:0.12;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5999;s:10:\"size_after\";i:5999;s:4:\"time\";d:0.070000000000000007;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2904;s:10:\"size_after\";i:2904;s:4:\"time\";d:0.050000000000000003;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3242;s:10:\"size_after\";i:3242;s:4:\"time\";d:0.11;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:596;s:10:\"size_after\";i:596;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3948;s:10:\"size_after\";i:3948;s:4:\"time\";d:0.059999999999999998;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13329;s:10:\"size_after\";i:13329;s:4:\"time\";d:0.13;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27559;s:10:\"size_after\";i:27559;s:4:\"time\";d:0.51000000000000001;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4850;s:10:\"size_after\";i:4850;s:4:\"time\";d:0.42999999999999999;}}}'),(19032,3925,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3830;s:10:\"size_after\";i:3830;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3830;s:10:\"size_after\";i:3830;s:4:\"time\";d:0.02;}}}'),(19033,3924,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:32.874061213274821;s:5:\"bytes\";i:41277;s:11:\"size_before\";i:125561;s:10:\"size_after\";i:84284;s:4:\"time\";d:1.6400000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3162;s:10:\"size_after\";i:3162;s:4:\"time\";d:0.040000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7372;s:10:\"size_after\";i:7372;s:4:\"time\";d:0.080000000000000002;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.299999999999997;s:5:\"bytes\";i:19061;s:11:\"size_before\";i:49766;s:10:\"size_after\";i:30705;s:4:\"time\";d:0.34000000000000002;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.25;s:5:\"bytes\";i:6515;s:11:\"size_before\";i:18484;s:10:\"size_after\";i:11969;s:4:\"time\";d:0.31;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.07;s:5:\"bytes\";i:4153;s:11:\"size_before\";i:11204;s:10:\"size_after\";i:7051;s:4:\"time\";d:0.080000000000000002;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.560000000000002;s:5:\"bytes\";i:1425;s:11:\"size_before\";i:4246;s:10:\"size_after\";i:2821;s:4:\"time\";d:0.10000000000000001;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.170000000000002;s:5:\"bytes\";i:4704;s:11:\"size_before\";i:12654;s:10:\"size_after\";i:7950;s:4:\"time\";d:0.089999999999999997;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.710000000000001;s:5:\"bytes\";i:5419;s:11:\"size_before\";i:15611;s:10:\"size_after\";i:10192;s:4:\"time\";d:0.26000000000000001;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3062;s:10:\"size_after\";i:3062;s:4:\"time\";d:0.34000000000000002;}}}'),(19034,3923,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.6217827227660226;s:5:\"bytes\";i:4873;s:11:\"size_before\";i:134547;s:10:\"size_after\";i:129674;s:4:\"time\";d:0.25;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3703;s:10:\"size_after\";i:3703;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6164;s:10:\"size_after\";i:6164;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22422;s:10:\"size_after\";i:22422;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34525;s:10:\"size_after\";i:34525;s:4:\"time\";d:0.059999999999999998;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6600000000000001;s:5:\"bytes\";i:1828;s:11:\"size_before\";i:23879;s:10:\"size_after\";i:22051;s:4:\"time\";d:0.050000000000000003;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.29;s:5:\"bytes\";i:924;s:11:\"size_before\";i:12682;s:10:\"size_after\";i:11758;s:4:\"time\";d:0.02;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0700000000000003;s:5:\"bytes\";i:572;s:11:\"size_before\";i:8086;s:10:\"size_after\";i:7514;s:4:\"time\";d:0.01;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.04;s:5:\"bytes\";i:320;s:11:\"size_before\";i:4548;s:10:\"size_after\";i:4228;s:4:\"time\";d:0.01;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3799999999999999;s:5:\"bytes\";i:540;s:11:\"size_before\";i:8458;s:10:\"size_after\";i:7918;s:4:\"time\";d:0.02;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8399999999999999;s:5:\"bytes\";i:689;s:11:\"size_before\";i:10080;s:10:\"size_after\";i:9391;s:4:\"time\";d:0.029999999999999999;}}}'),(19035,3922,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.4010541325049652;s:5:\"bytes\";i:2201;s:11:\"size_before\";i:157096;s:10:\"size_after\";i:154895;s:4:\"time\";d:0.40000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2392;s:10:\"size_after\";i:2392;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5982;s:10:\"size_after\";i:5982;s:4:\"time\";d:0.029999999999999999;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28395;s:10:\"size_after\";i:28395;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3200000000000003;s:5:\"bytes\";i:1024;s:11:\"size_before\";i:16214;s:10:\"size_after\";i:15190;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6399999999999997;s:5:\"bytes\";i:374;s:11:\"size_before\";i:8067;s:10:\"size_after\";i:7693;s:4:\"time\";d:0.01;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8399999999999999;s:5:\"bytes\";i:194;s:11:\"size_before\";i:5057;s:10:\"size_after\";i:4863;s:4:\"time\";d:0.01;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4000000000000004;s:5:\"bytes\";i:155;s:11:\"size_before\";i:2872;s:10:\"size_after\";i:2717;s:4:\"time\";d:0.01;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2000000000000002;s:5:\"bytes\";i:220;s:11:\"size_before\";i:5243;s:10:\"size_after\";i:5023;s:4:\"time\";d:0.01;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.79;s:5:\"bytes\";i:234;s:11:\"size_before\";i:6169;s:10:\"size_after\";i:5935;s:4:\"time\";d:0.01;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:76705;s:10:\"size_after\";i:76705;s:4:\"time\";d:0.26000000000000001;}}}'),(19036,3921,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.628388716127464;s:5:\"bytes\";i:43168;s:11:\"size_before\";i:341833;s:10:\"size_after\";i:298665;s:4:\"time\";d:2.48;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6295;s:10:\"size_after\";i:6295;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14897;s:10:\"size_after\";i:14897;s:4:\"time\";d:0.089999999999999997;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:75631;s:10:\"size_after\";i:75631;s:4:\"time\";d:0.84999999999999998;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.899999999999999;s:5:\"bytes\";i:15978;s:11:\"size_before\";i:69759;s:10:\"size_after\";i:53781;s:4:\"time\";d:0.35999999999999999;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.829999999999998;s:5:\"bytes\";i:7561;s:11:\"size_before\";i:33124;s:10:\"size_after\";i:25563;s:4:\"time\";d:0.13;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.289999999999999;s:5:\"bytes\";i:5051;s:11:\"size_before\";i:20795;s:10:\"size_after\";i:15744;s:4:\"time\";d:0.070000000000000007;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.09;s:5:\"bytes\";i:2421;s:11:\"size_before\";i:10050;s:10:\"size_after\";i:7629;s:4:\"time\";d:0.040000000000000001;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.43;s:5:\"bytes\";i:5351;s:11:\"size_before\";i:21899;s:10:\"size_after\";i:16548;s:4:\"time\";d:0.12;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.190000000000001;s:5:\"bytes\";i:6806;s:11:\"size_before\";i:27021;s:10:\"size_after\";i:20215;s:4:\"time\";d:0.23999999999999999;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:62362;s:10:\"size_after\";i:62362;s:4:\"time\";d:0.55000000000000004;}}}'),(19037,3920,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.965003805268456;s:5:\"bytes\";i:35731;s:11:\"size_before\";i:325864;s:10:\"size_after\";i:290133;s:4:\"time\";d:1.8300000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6001;s:10:\"size_after\";i:6001;s:4:\"time\";d:0.040000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14684;s:10:\"size_after\";i:14684;s:4:\"time\";d:0.17000000000000001;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:75036;s:10:\"size_after\";i:75036;s:4:\"time\";d:0.40999999999999998;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.649999999999999;s:5:\"bytes\";i:12120;s:11:\"size_before\";i:64992;s:10:\"size_after\";i:52872;s:4:\"time\";d:0.27000000000000002;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.129999999999999;s:5:\"bytes\";i:6498;s:11:\"size_before\";i:30755;s:10:\"size_after\";i:24257;s:4:\"time\";d:0.11;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.809999999999999;s:5:\"bytes\";i:4452;s:11:\"size_before\";i:19520;s:10:\"size_after\";i:15068;s:4:\"time\";d:0.13;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.960000000000001;s:5:\"bytes\";i:2037;s:11:\"size_before\";i:9275;s:10:\"size_after\";i:7238;s:4:\"time\";d:0.029999999999999999;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.629999999999999;s:5:\"bytes\";i:4643;s:11:\"size_before\";i:20513;s:10:\"size_after\";i:15870;s:4:\"time\";d:0.16;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.399999999999999;s:5:\"bytes\";i:5981;s:11:\"size_before\";i:25557;s:10:\"size_after\";i:19576;s:4:\"time\";d:0.12;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:59531;s:10:\"size_after\";i:59531;s:4:\"time\";d:0.39000000000000001;}}}'),(19038,3919,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.03433229130801;s:5:\"bytes\";i:32368;s:11:\"size_before\";i:293339;s:10:\"size_after\";i:260971;s:4:\"time\";d:2.4199999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5372;s:10:\"size_after\";i:5372;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13006;s:10:\"size_after\";i:13006;s:4:\"time\";d:0.14000000000000001;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:66537;s:10:\"size_after\";i:66537;s:4:\"time\";d:0.72999999999999998;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.539999999999999;s:5:\"bytes\";i:11500;s:11:\"size_before\";i:58867;s:10:\"size_after\";i:47367;s:4:\"time\";d:0.31;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.84;s:5:\"bytes\";i:5695;s:11:\"size_before\";i:27324;s:10:\"size_after\";i:21629;s:4:\"time\";d:0.52000000000000002;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.780000000000001;s:5:\"bytes\";i:3945;s:11:\"size_before\";i:17318;s:10:\"size_after\";i:13373;s:4:\"time\";d:0.059999999999999998;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.73;s:5:\"bytes\";i:1807;s:11:\"size_before\";i:8317;s:10:\"size_after\";i:6510;s:4:\"time\";d:0.029999999999999999;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.43;s:5:\"bytes\";i:4102;s:11:\"size_before\";i:18289;s:10:\"size_after\";i:14187;s:4:\"time\";d:0.10000000000000001;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.449999999999999;s:5:\"bytes\";i:5319;s:11:\"size_before\";i:22684;s:10:\"size_after\";i:17365;s:4:\"time\";d:0.14000000000000001;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:55625;s:10:\"size_after\";i:55625;s:4:\"time\";d:0.35999999999999999;}}}'),(19039,3918,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:18.127011204590392;s:5:\"bytes\";i:28053;s:11:\"size_before\";i:154758;s:10:\"size_after\";i:126705;s:4:\"time\";d:1.0900000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2402;s:10:\"size_after\";i:2402;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5742;s:10:\"size_after\";i:5742;s:4:\"time\";d:0.050000000000000003;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29711;s:10:\"size_after\";i:29711;s:4:\"time\";d:0.27000000000000002;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.079999999999998;s:5:\"bytes\";i:9829;s:11:\"size_before\";i:35003;s:10:\"size_after\";i:25174;s:4:\"time\";d:0.16;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.5;s:5:\"bytes\";i:4854;s:11:\"size_before\";i:15411;s:10:\"size_after\";i:10557;s:4:\"time\";d:0.080000000000000002;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.740000000000002;s:5:\"bytes\";i:3423;s:11:\"size_before\";i:10146;s:10:\"size_after\";i:6723;s:4:\"time\";d:0.050000000000000003;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.07;s:5:\"bytes\";i:1752;s:11:\"size_before\";i:4996;s:10:\"size_after\";i:3244;s:4:\"time\";d:0.02;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.299999999999997;s:5:\"bytes\";i:3582;s:11:\"size_before\";i:10757;s:10:\"size_after\";i:7175;s:4:\"time\";d:0.050000000000000003;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.18;s:5:\"bytes\";i:4613;s:11:\"size_before\";i:13496;s:10:\"size_after\";i:8883;s:4:\"time\";d:0.14999999999999999;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27094;s:10:\"size_after\";i:27094;s:4:\"time\";d:0.23999999999999999;}}}'),(19040,3917,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:18.559731925520818;s:5:\"bytes\";i:29355;s:11:\"size_before\";i:158165;s:10:\"size_after\";i:128810;s:4:\"time\";d:1.4800000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2527;s:10:\"size_after\";i:2527;s:4:\"time\";d:0.050000000000000003;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6161;s:10:\"size_after\";i:6161;s:4:\"time\";d:0.050000000000000003;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31886;s:10:\"size_after\";i:31886;s:4:\"time\";d:0.34000000000000002;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.640000000000001;s:5:\"bytes\";i:10417;s:11:\"size_before\";i:36370;s:10:\"size_after\";i:25953;s:4:\"time\";d:0.40999999999999998;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.800000000000001;s:5:\"bytes\";i:5094;s:11:\"size_before\";i:16021;s:10:\"size_after\";i:10927;s:4:\"time\";d:0.14999999999999999;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.939999999999998;s:5:\"bytes\";i:3473;s:11:\"size_before\";i:10545;s:10:\"size_after\";i:7072;s:4:\"time\";d:0.059999999999999998;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.460000000000001;s:5:\"bytes\";i:1760;s:11:\"size_before\";i:5108;s:10:\"size_after\";i:3348;s:4:\"time\";d:0.029999999999999999;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.979999999999997;s:5:\"bytes\";i:3812;s:11:\"size_before\";i:11219;s:10:\"size_after\";i:7407;s:4:\"time\";d:0.059999999999999998;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.719999999999999;s:5:\"bytes\";i:4799;s:11:\"size_before\";i:13821;s:10:\"size_after\";i:9022;s:4:\"time\";d:0.059999999999999998;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24507;s:10:\"size_after\";i:24507;s:4:\"time\";d:0.27000000000000002;}}}'),(19041,3916,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:16.598172858007434;s:5:\"bytes\";i:28797;s:11:\"size_before\";i:173495;s:10:\"size_after\";i:144698;s:4:\"time\";d:1.1200000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2802;s:10:\"size_after\";i:2802;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6938;s:10:\"size_after\";i:6938;s:4:\"time\";d:0.040000000000000001;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:37104;s:10:\"size_after\";i:37104;s:4:\"time\";d:0.32000000000000001;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.100000000000001;s:5:\"bytes\";i:9562;s:11:\"size_before\";i:38095;s:10:\"size_after\";i:28533;s:4:\"time\";d:0.17000000000000001;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.960000000000001;s:5:\"bytes\";i:5056;s:11:\"size_before\";i:17457;s:10:\"size_after\";i:12401;s:4:\"time\";d:0.070000000000000007;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.560000000000002;s:5:\"bytes\";i:3706;s:11:\"size_before\";i:11381;s:10:\"size_after\";i:7675;s:4:\"time\";d:0.050000000000000003;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.149999999999999;s:5:\"bytes\";i:1967;s:11:\"size_before\";i:5596;s:10:\"size_after\";i:3629;s:4:\"time\";d:0.029999999999999999;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.109999999999999;s:5:\"bytes\";i:3855;s:11:\"size_before\";i:12004;s:10:\"size_after\";i:8149;s:4:\"time\";d:0.050000000000000003;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.379999999999999;s:5:\"bytes\";i:4651;s:11:\"size_before\";i:14820;s:10:\"size_after\";i:10169;s:4:\"time\";d:0.070000000000000007;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27298;s:10:\"size_after\";i:27298;s:4:\"time\";d:0.29999999999999999;}}}'),(19042,3915,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:23.514354894500173;s:5:\"bytes\";i:6798;s:11:\"size_before\";i:28910;s:10:\"size_after\";i:22112;s:4:\"time\";d:0.23000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:973;s:10:\"size_after\";i:973;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1242;s:10:\"size_after\";i:1242;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3264;s:10:\"size_after\";i:3264;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5182;s:10:\"size_after\";i:5182;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:42.770000000000003;s:5:\"bytes\";i:2603;s:11:\"size_before\";i:6086;s:10:\"size_after\";i:3483;s:4:\"time\";d:0.089999999999999997;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.460000000000001;s:5:\"bytes\";i:1277;s:11:\"size_before\";i:3409;s:10:\"size_after\";i:2132;s:4:\"time\";d:0.02;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.740000000000002;s:5:\"bytes\";i:766;s:11:\"size_before\";i:2270;s:10:\"size_after\";i:1504;s:4:\"time\";d:0.01;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.890000000000001;s:5:\"bytes\";i:442;s:11:\"size_before\";i:1479;s:10:\"size_after\";i:1037;s:4:\"time\";d:0.029999999999999999;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.899999999999999;s:5:\"bytes\";i:799;s:11:\"size_before\";i:2357;s:10:\"size_after\";i:1558;s:4:\"time\";d:0.01;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.399999999999999;s:5:\"bytes\";i:911;s:11:\"size_before\";i:2648;s:10:\"size_after\";i:1737;s:4:\"time\";d:0.01;}}}'),(19043,3914,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:536;s:10:\"size_after\";i:536;s:4:\"time\";d:0.01;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:536;s:10:\"size_after\";i:536;s:4:\"time\";d:0.01;}}}'),(19044,3913,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2744;s:10:\"size_after\";i:2744;s:4:\"time\";d:0.080000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:569;s:10:\"size_after\";i:569;s:4:\"time\";d:0.02;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:620;s:10:\"size_after\";i:620;s:4:\"time\";d:0.029999999999999999;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1555;s:10:\"size_after\";i:1555;s:4:\"time\";d:0.029999999999999999;}}}'),(19045,3912,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.375833409443785;s:5:\"bytes\";i:3766;s:11:\"size_before\";i:273725;s:10:\"size_after\";i:269959;s:4:\"time\";d:0.30000000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6720;s:10:\"size_after\";i:6720;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13718;s:10:\"size_after\";i:13718;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:53519;s:10:\"size_after\";i:53519;s:4:\"time\";d:0.11;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:82215;s:10:\"size_after\";i:82215;s:4:\"time\";d:0.059999999999999998;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3399999999999999;s:5:\"bytes\";i:951;s:11:\"size_before\";i:40604;s:10:\"size_after\";i:39653;s:4:\"time\";d:0.029999999999999999;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0499999999999998;s:5:\"bytes\";i:683;s:11:\"size_before\";i:22380;s:10:\"size_after\";i:21697;s:4:\"time\";d:0.02;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8900000000000001;s:5:\"bytes\";i:565;s:11:\"size_before\";i:14507;s:10:\"size_after\";i:13942;s:4:\"time\";d:0.01;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3200000000000003;s:5:\"bytes\";i:409;s:11:\"size_before\";i:7684;s:10:\"size_after\";i:7275;s:4:\"time\";d:0.01;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5299999999999998;s:5:\"bytes\";i:531;s:11:\"size_before\";i:15050;s:10:\"size_after\";i:14519;s:4:\"time\";d:0.01;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6200000000000001;s:5:\"bytes\";i:627;s:11:\"size_before\";i:17328;s:10:\"size_after\";i:16701;s:4:\"time\";d:0.02;}}}'),(19046,3911,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:301;s:10:\"size_after\";i:301;s:4:\"time\";d:0.040000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:301;s:10:\"size_after\";i:301;s:4:\"time\";d:0.040000000000000001;}}}'),(19047,3910,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.5852047556142668;s:5:\"bytes\";i:12;s:11:\"size_before\";i:757;s:10:\"size_after\";i:745;s:4:\"time\";d:0.10999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:84;s:10:\"size_after\";i:84;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:122;s:10:\"size_after\";i:122;s:4:\"time\";d:0.01;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2999999999999998;s:5:\"bytes\";i:4;s:11:\"size_before\";i:93;s:10:\"size_after\";i:89;s:4:\"time\";d:0.01;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.2000000000000002;s:5:\"bytes\";i:2;s:11:\"size_before\";i:91;s:10:\"size_after\";i:89;s:4:\"time\";d:0.01;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:86;s:10:\"size_after\";i:86;s:4:\"time\";d:0.040000000000000001;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1699999999999999;s:5:\"bytes\";i:2;s:11:\"size_before\";i:92;s:10:\"size_after\";i:90;s:4:\"time\";d:0.01;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2599999999999998;s:5:\"bytes\";i:4;s:11:\"size_before\";i:94;s:10:\"size_after\";i:90;s:4:\"time\";d:0.01;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:95;s:10:\"size_after\";i:95;s:4:\"time\";d:0.01;}}}'),(19048,3909,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:835;s:10:\"size_after\";i:835;s:4:\"time\";d:0.01;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:835;s:10:\"size_after\";i:835;s:4:\"time\";d:0.01;}}}'),(19049,3908,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:14.186434395848776;s:5:\"bytes\";i:1531;s:11:\"size_before\";i:10792;s:10:\"size_after\";i:9261;s:4:\"time\";d:0.44;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1900;s:10:\"size_after\";i:1900;s:4:\"time\";d:0.059999999999999998;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:584;s:10:\"size_after\";i:584;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1184;s:10:\"size_after\";i:1184;s:4:\"time\";d:0.070000000000000007;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3499999999999996;s:5:\"bytes\";i:54;s:11:\"size_before\";i:850;s:10:\"size_after\";i:796;s:4:\"time\";d:0.089999999999999997;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9900000000000002;s:5:\"bytes\";i:39;s:11:\"size_before\";i:651;s:10:\"size_after\";i:612;s:4:\"time\";d:0.070000000000000007;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.93;s:5:\"bytes\";i:1348;s:11:\"size_before\";i:3973;s:10:\"size_after\";i:2625;s:4:\"time\";d:0.040000000000000001;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4000000000000004;s:5:\"bytes\";i:43;s:11:\"size_before\";i:672;s:10:\"size_after\";i:629;s:4:\"time\";d:0.029999999999999999;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6399999999999997;s:5:\"bytes\";i:47;s:11:\"size_before\";i:708;s:10:\"size_after\";i:661;s:4:\"time\";d:0.040000000000000001;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:270;s:10:\"size_after\";i:270;s:4:\"time\";d:0.02;}}}'),(19050,3907,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:20.550757194314265;s:5:\"bytes\";i:26530;s:11:\"size_before\";i:129095;s:10:\"size_after\";i:102565;s:4:\"time\";d:0.92999999999999994;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2679;s:10:\"size_after\";i:2679;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11670;s:10:\"size_after\";i:11670;s:4:\"time\";d:0.080000000000000002;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.899999999999999;s:5:\"bytes\";i:6399;s:11:\"size_before\";i:26772;s:10:\"size_after\";i:20373;s:4:\"time\";d:0.17000000000000001;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.690000000000001;s:5:\"bytes\";i:7001;s:11:\"size_before\";i:22093;s:10:\"size_after\";i:15092;s:4:\"time\";d:0.12;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.210000000000001;s:5:\"bytes\";i:3988;s:11:\"size_before\";i:13202;s:10:\"size_after\";i:9214;s:4:\"time\";d:0.11;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.420000000000002;s:5:\"bytes\";i:2078;s:11:\"size_before\";i:6038;s:10:\"size_after\";i:3960;s:4:\"time\";d:0.029999999999999999;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.469999999999999;s:5:\"bytes\";i:4094;s:11:\"size_before\";i:13894;s:10:\"size_after\";i:9800;s:4:\"time\";d:0.080000000000000002;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.859999999999999;s:5:\"bytes\";i:2970;s:11:\"size_before\";i:10660;s:10:\"size_after\";i:7690;s:4:\"time\";d:0.080000000000000002;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22087;s:10:\"size_after\";i:22087;s:4:\"time\";d:0.23000000000000001;}}}'),(19051,3906,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:22.146573861332612;s:5:\"bytes\";i:26218;s:11:\"size_before\";i:118384;s:10:\"size_after\";i:92166;s:4:\"time\";d:1.1200000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2258;s:10:\"size_after\";i:2258;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9571;s:10:\"size_after\";i:9571;s:4:\"time\";d:0.11;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.969999999999999;s:5:\"bytes\";i:6028;s:11:\"size_before\";i:25146;s:10:\"size_after\";i:19118;s:4:\"time\";d:0.17999999999999999;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.460000000000001;s:5:\"bytes\";i:6922;s:11:\"size_before\";i:21326;s:10:\"size_after\";i:14404;s:4:\"time\";d:0.12;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.549999999999997;s:5:\"bytes\";i:4128;s:11:\"size_before\";i:12682;s:10:\"size_after\";i:8554;s:4:\"time\";d:0.059999999999999998;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.75;s:5:\"bytes\";i:2184;s:11:\"size_before\";i:5785;s:10:\"size_after\";i:3601;s:4:\"time\";d:0.040000000000000001;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.309999999999999;s:5:\"bytes\";i:4162;s:11:\"size_before\";i:13294;s:10:\"size_after\";i:9132;s:4:\"time\";d:0.19;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.670000000000002;s:5:\"bytes\";i:2794;s:11:\"size_before\";i:10096;s:10:\"size_after\";i:7302;s:4:\"time\";d:0.14999999999999999;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:18226;s:10:\"size_after\";i:18226;s:4:\"time\";d:0.25;}}}'),(19052,3904,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:35.865710937618893;s:5:\"bytes\";i:47134;s:11:\"size_before\";i:131418;s:10:\"size_after\";i:84284;s:4:\"time\";d:1.6400000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.869999999999997;s:5:\"bytes\";i:1847;s:11:\"size_before\";i:5009;s:10:\"size_after\";i:3162;s:4:\"time\";d:0.040000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.229999999999997;s:5:\"bytes\";i:4010;s:11:\"size_before\";i:11382;s:10:\"size_after\";i:7372;s:4:\"time\";d:0.080000000000000002;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.299999999999997;s:5:\"bytes\";i:19061;s:11:\"size_before\";i:49766;s:10:\"size_after\";i:30705;s:4:\"time\";d:0.75;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.25;s:5:\"bytes\";i:6515;s:11:\"size_before\";i:18484;s:10:\"size_after\";i:11969;s:4:\"time\";d:0.13;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.07;s:5:\"bytes\";i:4153;s:11:\"size_before\";i:11204;s:10:\"size_after\";i:7051;s:4:\"time\";d:0.17999999999999999;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.560000000000002;s:5:\"bytes\";i:1425;s:11:\"size_before\";i:4246;s:10:\"size_after\";i:2821;s:4:\"time\";d:0.029999999999999999;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.170000000000002;s:5:\"bytes\";i:4704;s:11:\"size_before\";i:12654;s:10:\"size_after\";i:7950;s:4:\"time\";d:0.080000000000000002;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.710000000000001;s:5:\"bytes\";i:5419;s:11:\"size_before\";i:15611;s:10:\"size_after\";i:10192;s:4:\"time\";d:0.11;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3062;s:10:\"size_after\";i:3062;s:4:\"time\";d:0.23999999999999999;}}}'),(19053,3903,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:46.679438058748403;s:5:\"bytes\";i:731;s:11:\"size_before\";i:1566;s:10:\"size_after\";i:835;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:46.68;s:5:\"bytes\";i:731;s:11:\"size_before\";i:1566;s:10:\"size_after\";i:835;s:4:\"time\";d:0.02;}}}'),(19054,3902,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.364011818152937;s:5:\"bytes\";i:10016;s:11:\"size_before\";i:157385;s:10:\"size_after\";i:147369;s:4:\"time\";d:0.27000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9800000000000004;s:5:\"bytes\";i:320;s:11:\"size_before\";i:4009;s:10:\"size_after\";i:3689;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6900000000000004;s:5:\"bytes\";i:347;s:11:\"size_before\";i:5187;s:10:\"size_after\";i:4840;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3899999999999997;s:5:\"bytes\";i:1640;s:11:\"size_before\";i:25678;s:10:\"size_after\";i:24038;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.29;s:5:\"bytes\";i:2694;s:11:\"size_before\";i:42804;s:10:\"size_after\";i:40110;s:4:\"time\";d:0.040000000000000001;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0499999999999998;s:5:\"bytes\";i:1885;s:11:\"size_before\";i:31138;s:10:\"size_after\";i:29253;s:4:\"time\";d:0.059999999999999998;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4400000000000004;s:5:\"bytes\";i:966;s:11:\"size_before\";i:15000;s:10:\"size_after\";i:14034;s:4:\"time\";d:0.02;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3300000000000001;s:5:\"bytes\";i:562;s:11:\"size_before\";i:8876;s:10:\"size_after\";i:8314;s:4:\"time\";d:0.01;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4199999999999999;s:5:\"bytes\";i:320;s:11:\"size_before\";i:4314;s:10:\"size_after\";i:3994;s:4:\"time\";d:0.01;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3899999999999997;s:5:\"bytes\";i:595;s:11:\"size_before\";i:9312;s:10:\"size_after\";i:8717;s:4:\"time\";d:0.050000000000000003;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.21;s:5:\"bytes\";i:687;s:11:\"size_before\";i:11067;s:10:\"size_after\";i:10380;s:4:\"time\";d:0.01;}}}'),(19055,3901,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.213371266002845;s:5:\"bytes\";i:359;s:11:\"size_before\";i:3515;s:10:\"size_after\";i:3156;s:4:\"time\";d:0.089999999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:669;s:10:\"size_after\";i:669;s:4:\"time\";d:0.02;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:740;s:10:\"size_after\";i:740;s:4:\"time\";d:0.029999999999999999;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.050000000000001;s:5:\"bytes\";i:359;s:11:\"size_before\";i:2106;s:10:\"size_after\";i:1747;s:4:\"time\";d:0.040000000000000001;}}}'),(19056,3900,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:28.452871072589382;s:5:\"bytes\";i:13131;s:11:\"size_before\";i:46150;s:10:\"size_after\";i:33019;s:4:\"time\";d:0.85999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.030000000000001;s:5:\"bytes\";i:1109;s:11:\"size_before\";i:3820;s:10:\"size_after\";i:2711;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.260000000000002;s:5:\"bytes\";i:1857;s:11:\"size_before\";i:5940;s:10:\"size_after\";i:4083;s:4:\"time\";d:0.070000000000000007;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1423;s:10:\"size_after\";i:1423;s:4:\"time\";d:0.089999999999999997;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1076;s:10:\"size_after\";i:1076;s:4:\"time\";d:0.22;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.390000000000001;s:5:\"bytes\";i:3057;s:11:\"size_before\";i:9439;s:10:\"size_after\";i:6382;s:4:\"time\";d:0.14999999999999999;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.920000000000002;s:5:\"bytes\";i:1008;s:11:\"size_before\";i:3485;s:10:\"size_after\";i:2477;s:4:\"time\";d:0.029999999999999999;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.520000000000003;s:5:\"bytes\";i:2962;s:11:\"size_before\";i:9109;s:10:\"size_after\";i:6147;s:4:\"time\";d:0.11;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.07;s:5:\"bytes\";i:3138;s:11:\"size_before\";i:9488;s:10:\"size_after\";i:6350;s:4:\"time\";d:0.070000000000000007;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2370;s:10:\"size_after\";i:2370;s:4:\"time\";d:0.089999999999999997;}}}'),(19057,3899,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:36.544516018941167;s:5:\"bytes\";i:42832;s:11:\"size_before\";i:117205;s:10:\"size_after\";i:74373;s:4:\"time\";d:1.05;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.57;s:5:\"bytes\";i:1207;s:11:\"size_before\";i:3393;s:10:\"size_after\";i:2186;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.859999999999999;s:5:\"bytes\";i:5188;s:11:\"size_before\";i:13015;s:10:\"size_after\";i:7827;s:4:\"time\";d:0.089999999999999997;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.659999999999997;s:5:\"bytes\";i:14539;s:11:\"size_before\";i:38605;s:10:\"size_after\";i:24066;s:4:\"time\";d:0.28999999999999998;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.560000000000002;s:5:\"bytes\";i:6909;s:11:\"size_before\";i:18393;s:10:\"size_after\";i:11484;s:4:\"time\";d:0.17999999999999999;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.659999999999997;s:5:\"bytes\";i:3591;s:11:\"size_before\";i:9535;s:10:\"size_after\";i:5944;s:4:\"time\";d:0.089999999999999997;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.859999999999999;s:5:\"bytes\";i:1771;s:11:\"size_before\";i:4557;s:10:\"size_after\";i:2786;s:4:\"time\";d:0.029999999999999999;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.210000000000001;s:5:\"bytes\";i:4304;s:11:\"size_before\";i:10978;s:10:\"size_after\";i:6674;s:4:\"time\";d:0.070000000000000007;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.350000000000001;s:5:\"bytes\";i:5323;s:11:\"size_before\";i:13879;s:10:\"size_after\";i:8556;s:4:\"time\";d:0.11;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4850;s:10:\"size_after\";i:4850;s:4:\"time\";d:0.17000000000000001;}}}'),(19058,3898,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:32.807017543859651;s:5:\"bytes\";i:1870;s:11:\"size_before\";i:5700;s:10:\"size_after\";i:3830;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.810000000000002;s:5:\"bytes\";i:1870;s:11:\"size_before\";i:5700;s:10:\"size_after\";i:3830;s:4:\"time\";d:0.02;}}}'),(19059,3897,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:35.865710937618893;s:5:\"bytes\";i:47134;s:11:\"size_before\";i:131418;s:10:\"size_after\";i:84284;s:4:\"time\";d:1.27;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.869999999999997;s:5:\"bytes\";i:1847;s:11:\"size_before\";i:5009;s:10:\"size_after\";i:3162;s:4:\"time\";d:0.059999999999999998;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.229999999999997;s:5:\"bytes\";i:4010;s:11:\"size_before\";i:11382;s:10:\"size_after\";i:7372;s:4:\"time\";d:0.080000000000000002;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.299999999999997;s:5:\"bytes\";i:19061;s:11:\"size_before\";i:49766;s:10:\"size_after\";i:30705;s:4:\"time\";d:0.34999999999999998;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.25;s:5:\"bytes\";i:6515;s:11:\"size_before\";i:18484;s:10:\"size_after\";i:11969;s:4:\"time\";d:0.13;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.07;s:5:\"bytes\";i:4153;s:11:\"size_before\";i:11204;s:10:\"size_after\";i:7051;s:4:\"time\";d:0.070000000000000007;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.560000000000002;s:5:\"bytes\";i:1425;s:11:\"size_before\";i:4246;s:10:\"size_after\";i:2821;s:4:\"time\";d:0.029999999999999999;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.170000000000002;s:5:\"bytes\";i:4704;s:11:\"size_before\";i:12654;s:10:\"size_after\";i:7950;s:4:\"time\";d:0.20000000000000001;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.710000000000001;s:5:\"bytes\";i:5419;s:11:\"size_before\";i:15611;s:10:\"size_after\";i:10192;s:4:\"time\";d:0.20999999999999999;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3062;s:10:\"size_after\";i:3062;s:4:\"time\";d:0.14000000000000001;}}}'),(19060,3896,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.0037292025243838;s:5:\"bytes\";i:9766;s:11:\"size_before\";i:139440;s:10:\"size_after\";i:129674;s:4:\"time\";d:0.19999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9299999999999997;s:5:\"bytes\";i:319;s:11:\"size_before\";i:4022;s:10:\"size_after\";i:3703;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6900000000000004;s:5:\"bytes\";i:442;s:11:\"size_before\";i:6606;s:10:\"size_after\";i:6164;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4500000000000002;s:5:\"bytes\";i:1547;s:11:\"size_before\";i:23969;s:10:\"size_after\";i:22422;s:4:\"time\";d:0.050000000000000003;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9699999999999998;s:5:\"bytes\";i:2585;s:11:\"size_before\";i:37110;s:10:\"size_after\";i:34525;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6600000000000001;s:5:\"bytes\";i:1828;s:11:\"size_before\";i:23879;s:10:\"size_after\";i:22051;s:4:\"time\";d:0.029999999999999999;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.29;s:5:\"bytes\";i:924;s:11:\"size_before\";i:12682;s:10:\"size_after\";i:11758;s:4:\"time\";d:0.01;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0700000000000003;s:5:\"bytes\";i:572;s:11:\"size_before\";i:8086;s:10:\"size_after\";i:7514;s:4:\"time\";d:0.02;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.04;s:5:\"bytes\";i:320;s:11:\"size_before\";i:4548;s:10:\"size_after\";i:4228;s:4:\"time\";d:0.02;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3799999999999999;s:5:\"bytes\";i:540;s:11:\"size_before\";i:8458;s:10:\"size_after\";i:7918;s:4:\"time\";d:0.01;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8399999999999999;s:5:\"bytes\";i:689;s:11:\"size_before\";i:10080;s:10:\"size_after\";i:9391;s:4:\"time\";d:0.02;}}}'),(19061,3895,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.9567621327309812;s:5:\"bytes\";i:11762;s:11:\"size_before\";i:237292;s:10:\"size_after\";i:225530;s:4:\"time\";d:0.23000000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2300000000000004;s:5:\"bytes\";i:181;s:11:\"size_before\";i:4274;s:10:\"size_after\";i:4093;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3799999999999999;s:5:\"bytes\";i:288;s:11:\"size_before\";i:8519;s:10:\"size_after\";i:8231;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1500000000000004;s:5:\"bytes\";i:2470;s:11:\"size_before\";i:47940;s:10:\"size_after\";i:45470;s:4:\"time\";d:0.050000000000000003;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3499999999999996;s:5:\"bytes\";i:4510;s:11:\"size_before\";i:84297;s:10:\"size_after\";i:79787;s:4:\"time\";d:0.040000000000000001;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1399999999999997;s:5:\"bytes\";i:1956;s:11:\"size_before\";i:38091;s:10:\"size_after\";i:36135;s:4:\"time\";d:0.029999999999999999;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7400000000000002;s:5:\"bytes\";i:811;s:11:\"size_before\";i:17094;s:10:\"size_after\";i:16283;s:4:\"time\";d:0.050000000000000003;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8399999999999999;s:5:\"bytes\";i:375;s:11:\"size_before\";i:9758;s:10:\"size_after\";i:9383;s:4:\"time\";d:0.01;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4900000000000002;s:5:\"bytes\";i:210;s:11:\"size_before\";i:4678;s:10:\"size_after\";i:4468;s:4:\"time\";d:0.01;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2699999999999996;s:5:\"bytes\";i:441;s:11:\"size_before\";i:10334;s:10:\"size_after\";i:9893;s:4:\"time\";d:0.01;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2300000000000004;s:5:\"bytes\";i:520;s:11:\"size_before\";i:12307;s:10:\"size_after\";i:11787;s:4:\"time\";d:0.01;}}}'),(19062,3894,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:18.647156402622556;s:5:\"bytes\";i:68458;s:11:\"size_before\";i:367123;s:10:\"size_after\";i:298665;s:4:\"time\";d:1.9900000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.969999999999999;s:5:\"bytes\";i:1877;s:11:\"size_before\";i:8172;s:10:\"size_after\";i:6295;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.969999999999999;s:5:\"bytes\";i:4195;s:11:\"size_before\";i:19092;s:10:\"size_after\";i:14897;s:4:\"time\";d:0.070000000000000007;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.260000000000002;s:5:\"bytes\";i:19218;s:11:\"size_before\";i:94849;s:10:\"size_after\";i:75631;s:4:\"time\";d:0.44;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.899999999999999;s:5:\"bytes\";i:15978;s:11:\"size_before\";i:69759;s:10:\"size_after\";i:53781;s:4:\"time\";d:0.40000000000000002;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.829999999999998;s:5:\"bytes\";i:7561;s:11:\"size_before\";i:33124;s:10:\"size_after\";i:25563;s:4:\"time\";d:0.13;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.289999999999999;s:5:\"bytes\";i:5051;s:11:\"size_before\";i:20795;s:10:\"size_after\";i:15744;s:4:\"time\";d:0.080000000000000002;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.09;s:5:\"bytes\";i:2421;s:11:\"size_before\";i:10050;s:10:\"size_after\";i:7629;s:4:\"time\";d:0.040000000000000001;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.43;s:5:\"bytes\";i:5351;s:11:\"size_before\";i:21899;s:10:\"size_after\";i:16548;s:4:\"time\";d:0.12;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.190000000000001;s:5:\"bytes\";i:6806;s:11:\"size_before\";i:27021;s:10:\"size_after\";i:20215;s:4:\"time\";d:0.089999999999999997;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:62362;s:10:\"size_after\";i:62362;s:4:\"time\";d:0.58999999999999997;}}}'),(19063,3893,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:15.275534906539189;s:5:\"bytes\";i:52310;s:11:\"size_before\";i:342443;s:10:\"size_after\";i:290133;s:4:\"time\";d:1.6700000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.649999999999999;s:5:\"bytes\";i:1468;s:11:\"size_before\";i:7469;s:10:\"size_after\";i:6001;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.370000000000001;s:5:\"bytes\";i:3304;s:11:\"size_before\";i:17988;s:10:\"size_after\";i:14684;s:4:\"time\";d:0.070000000000000007;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6;s:5:\"bytes\";i:11807;s:11:\"size_before\";i:86843;s:10:\"size_after\";i:75036;s:4:\"time\";d:0.48999999999999999;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.649999999999999;s:5:\"bytes\";i:12120;s:11:\"size_before\";i:64992;s:10:\"size_after\";i:52872;s:4:\"time\";d:0.26000000000000001;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.129999999999999;s:5:\"bytes\";i:6498;s:11:\"size_before\";i:30755;s:10:\"size_after\";i:24257;s:4:\"time\";d:0.12;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.809999999999999;s:5:\"bytes\";i:4452;s:11:\"size_before\";i:19520;s:10:\"size_after\";i:15068;s:4:\"time\";d:0.080000000000000002;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.960000000000001;s:5:\"bytes\";i:2037;s:11:\"size_before\";i:9275;s:10:\"size_after\";i:7238;s:4:\"time\";d:0.029999999999999999;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.629999999999999;s:5:\"bytes\";i:4643;s:11:\"size_before\";i:20513;s:10:\"size_after\";i:15870;s:4:\"time\";d:0.089999999999999997;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.399999999999999;s:5:\"bytes\";i:5981;s:11:\"size_before\";i:25557;s:10:\"size_after\";i:19576;s:4:\"time\";d:0.089999999999999997;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:59531;s:10:\"size_after\";i:59531;s:4:\"time\";d:0.40999999999999998;}}}'),(19064,3892,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:15.733714780205233;s:5:\"bytes\";i:48727;s:11:\"size_before\";i:309698;s:10:\"size_after\";i:260971;s:4:\"time\";d:1.4400000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.75;s:5:\"bytes\";i:1322;s:11:\"size_before\";i:6694;s:10:\"size_after\";i:5372;s:4:\"time\";d:0.059999999999999998;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.719999999999999;s:5:\"bytes\";i:3194;s:11:\"size_before\";i:16200;s:10:\"size_after\";i:13006;s:4:\"time\";d:0.059999999999999998;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.109999999999999;s:5:\"bytes\";i:11843;s:11:\"size_before\";i:78380;s:10:\"size_after\";i:66537;s:4:\"time\";d:0.34000000000000002;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.539999999999999;s:5:\"bytes\";i:11500;s:11:\"size_before\";i:58867;s:10:\"size_after\";i:47367;s:4:\"time\";d:0.25;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.84;s:5:\"bytes\";i:5695;s:11:\"size_before\";i:27324;s:10:\"size_after\";i:21629;s:4:\"time\";d:0.10000000000000001;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.780000000000001;s:5:\"bytes\";i:3945;s:11:\"size_before\";i:17318;s:10:\"size_after\";i:13373;s:4:\"time\";d:0.070000000000000007;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.73;s:5:\"bytes\";i:1807;s:11:\"size_before\";i:8317;s:10:\"size_after\";i:6510;s:4:\"time\";d:0.029999999999999999;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.43;s:5:\"bytes\";i:4102;s:11:\"size_before\";i:18289;s:10:\"size_after\";i:14187;s:4:\"time\";d:0.11;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.449999999999999;s:5:\"bytes\";i:5319;s:11:\"size_before\";i:22684;s:10:\"size_after\";i:17365;s:4:\"time\";d:0.089999999999999997;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:55625;s:10:\"size_after\";i:55625;s:4:\"time\";d:0.33000000000000002;}}}'),(19065,3891,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:23.375343194765296;s:5:\"bytes\";i:38653;s:11:\"size_before\";i:165358;s:10:\"size_after\";i:126705;s:4:\"time\";d:1.47;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.629999999999999;s:5:\"bytes\";i:1111;s:11:\"size_before\";i:3513;s:10:\"size_after\";i:2402;s:4:\"time\";d:0.059999999999999998;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.780000000000001;s:5:\"bytes\";i:2320;s:11:\"size_before\";i:8062;s:10:\"size_after\";i:5742;s:4:\"time\";d:0.050000000000000003;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.440000000000001;s:5:\"bytes\";i:7169;s:11:\"size_before\";i:36880;s:10:\"size_after\";i:29711;s:4:\"time\";d:0.28999999999999998;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.079999999999998;s:5:\"bytes\";i:9829;s:11:\"size_before\";i:35003;s:10:\"size_after\";i:25174;s:4:\"time\";d:0.20999999999999999;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.5;s:5:\"bytes\";i:4854;s:11:\"size_before\";i:15411;s:10:\"size_after\";i:10557;s:4:\"time\";d:0.089999999999999997;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.740000000000002;s:5:\"bytes\";i:3423;s:11:\"size_before\";i:10146;s:10:\"size_after\";i:6723;s:4:\"time\";d:0.059999999999999998;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.07;s:5:\"bytes\";i:1752;s:11:\"size_before\";i:4996;s:10:\"size_after\";i:3244;s:4:\"time\";d:0.040000000000000001;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.299999999999997;s:5:\"bytes\";i:3582;s:11:\"size_before\";i:10757;s:10:\"size_after\";i:7175;s:4:\"time\";d:0.11;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.18;s:5:\"bytes\";i:4613;s:11:\"size_before\";i:13496;s:10:\"size_after\";i:8883;s:4:\"time\";d:0.070000000000000007;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27094;s:10:\"size_after\";i:27094;s:4:\"time\";d:0.48999999999999999;}}}'),(19066,3890,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:24.026069774985992;s:5:\"bytes\";i:40735;s:11:\"size_before\";i:169545;s:10:\"size_after\";i:128810;s:4:\"time\";d:1.5900000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.060000000000002;s:5:\"bytes\";i:1248;s:11:\"size_before\";i:3775;s:10:\"size_after\";i:2527;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.690000000000001;s:5:\"bytes\";i:2602;s:11:\"size_before\";i:8763;s:10:\"size_after\";i:6161;s:4:\"time\";d:0.050000000000000003;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.100000000000001;s:5:\"bytes\";i:7530;s:11:\"size_before\";i:39416;s:10:\"size_after\";i:31886;s:4:\"time\";d:0.28000000000000003;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.640000000000001;s:5:\"bytes\";i:10417;s:11:\"size_before\";i:36370;s:10:\"size_after\";i:25953;s:4:\"time\";d:0.28999999999999998;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.800000000000001;s:5:\"bytes\";i:5094;s:11:\"size_before\";i:16021;s:10:\"size_after\";i:10927;s:4:\"time\";d:0.10000000000000001;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.939999999999998;s:5:\"bytes\";i:3473;s:11:\"size_before\";i:10545;s:10:\"size_after\";i:7072;s:4:\"time\";d:0.050000000000000003;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.460000000000001;s:5:\"bytes\";i:1760;s:11:\"size_before\";i:5108;s:10:\"size_after\";i:3348;s:4:\"time\";d:0.070000000000000007;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.979999999999997;s:5:\"bytes\";i:3812;s:11:\"size_before\";i:11219;s:10:\"size_after\";i:7407;s:4:\"time\";d:0.050000000000000003;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.719999999999999;s:5:\"bytes\";i:4799;s:11:\"size_before\";i:13821;s:10:\"size_after\";i:9022;s:4:\"time\";d:0.059999999999999998;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24507;s:10:\"size_after\";i:24507;s:4:\"time\";d:0.62;}}}'),(19067,3889,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:21.404633225604954;s:5:\"bytes\";i:39407;s:11:\"size_before\";i:184105;s:10:\"size_after\";i:144698;s:4:\"time\";d:1.4700000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.770000000000003;s:5:\"bytes\";i:1429;s:11:\"size_before\";i:4231;s:10:\"size_after\";i:2802;s:4:\"time\";d:0.040000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.93;s:5:\"bytes\";i:2689;s:11:\"size_before\";i:9627;s:10:\"size_after\";i:6938;s:4:\"time\";d:0.050000000000000003;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.890000000000001;s:5:\"bytes\";i:6492;s:11:\"size_before\";i:43596;s:10:\"size_after\";i:37104;s:4:\"time\";d:0.29999999999999999;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.100000000000001;s:5:\"bytes\";i:9562;s:11:\"size_before\";i:38095;s:10:\"size_after\";i:28533;s:4:\"time\";d:0.20000000000000001;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.960000000000001;s:5:\"bytes\";i:5056;s:11:\"size_before\";i:17457;s:10:\"size_after\";i:12401;s:4:\"time\";d:0.070000000000000007;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.560000000000002;s:5:\"bytes\";i:3706;s:11:\"size_before\";i:11381;s:10:\"size_after\";i:7675;s:4:\"time\";d:0.14000000000000001;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.149999999999999;s:5:\"bytes\";i:1967;s:11:\"size_before\";i:5596;s:10:\"size_after\";i:3629;s:4:\"time\";d:0.02;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.109999999999999;s:5:\"bytes\";i:3855;s:11:\"size_before\";i:12004;s:10:\"size_after\";i:8149;s:4:\"time\";d:0.050000000000000003;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.379999999999999;s:5:\"bytes\";i:4651;s:11:\"size_before\";i:14820;s:10:\"size_after\";i:10169;s:4:\"time\";d:0.070000000000000007;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27298;s:10:\"size_after\";i:27298;s:4:\"time\";d:0.53000000000000003;}}}'),(19068,3888,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:33.313453935016454;s:5:\"bytes\";i:15082;s:11:\"size_before\";i:45273;s:10:\"size_after\";i:30191;s:4:\"time\";d:0.20000000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.16;s:5:\"bytes\";i:314;s:11:\"size_before\";i:1484;s:10:\"size_after\";i:1170;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.739999999999998;s:5:\"bytes\";i:529;s:11:\"size_before\";i:2228;s:10:\"size_after\";i:1699;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.380000000000003;s:5:\"bytes\";i:2946;s:11:\"size_before\";i:8097;s:10:\"size_after\";i:5151;s:4:\"time\";d:0.070000000000000007;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.18;s:5:\"bytes\";i:5143;s:11:\"size_before\";i:13125;s:10:\"size_after\";i:7982;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.210000000000001;s:5:\"bytes\";i:2424;s:11:\"size_before\";i:6885;s:10:\"size_after\";i:4461;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.289999999999999;s:5:\"bytes\";i:1162;s:11:\"size_before\";i:3836;s:10:\"size_after\";i:2674;s:4:\"time\";d:0.01;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.32;s:5:\"bytes\";i:689;s:11:\"size_before\";i:2522;s:10:\"size_after\";i:1833;s:4:\"time\";d:0.01;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.539999999999999;s:5:\"bytes\";i:320;s:11:\"size_before\";i:1558;s:10:\"size_after\";i:1238;s:4:\"time\";d:0.01;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.640000000000001;s:5:\"bytes\";i:721;s:11:\"size_before\";i:2609;s:10:\"size_after\";i:1888;s:4:\"time\";d:0.01;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.469999999999999;s:5:\"bytes\";i:834;s:11:\"size_before\";i:2929;s:10:\"size_after\";i:2095;s:4:\"time\";d:0.01;}}}'),(19069,3887,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:84284;s:10:\"size_after\";i:84284;s:4:\"time\";d:1.2;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3162;s:10:\"size_after\";i:3162;s:4:\"time\";d:0.059999999999999998;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7372;s:10:\"size_after\";i:7372;s:4:\"time\";d:0.080000000000000002;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30705;s:10:\"size_after\";i:30705;s:4:\"time\";d:0.41999999999999998;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11969;s:10:\"size_after\";i:11969;s:4:\"time\";d:0.19;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7051;s:10:\"size_after\";i:7051;s:4:\"time\";d:0.070000000000000007;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2821;s:10:\"size_after\";i:2821;s:4:\"time\";d:0.029999999999999999;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7950;s:10:\"size_after\";i:7950;s:4:\"time\";d:0.089999999999999997;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10192;s:10:\"size_after\";i:10192;s:4:\"time\";d:0.10000000000000001;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3062;s:10:\"size_after\";i:3062;s:4:\"time\";d:0.16;}}}'),(19070,3886,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:835;s:10:\"size_after\";i:835;s:4:\"time\";d:0.01;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:835;s:10:\"size_after\";i:835;s:4:\"time\";d:0.01;}}}'),(19071,3885,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:147369;s:10:\"size_after\";i:147369;s:4:\"time\";d:0.20000000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3689;s:10:\"size_after\";i:3689;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4840;s:10:\"size_after\";i:4840;s:4:\"time\";d:0.029999999999999999;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24038;s:10:\"size_after\";i:24038;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40110;s:10:\"size_after\";i:40110;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29253;s:10:\"size_after\";i:29253;s:4:\"time\";d:0.040000000000000001;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14034;s:10:\"size_after\";i:14034;s:4:\"time\";d:0.02;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8314;s:10:\"size_after\";i:8314;s:4:\"time\";d:0.01;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3994;s:10:\"size_after\";i:3994;s:4:\"time\";d:0.01;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8717;s:10:\"size_after\";i:8717;s:4:\"time\";d:0.01;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10380;s:10:\"size_after\";i:10380;s:4:\"time\";d:0.01;}}}'),(19072,3884,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3156;s:10:\"size_after\";i:3156;s:4:\"time\";d:0.050000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:669;s:10:\"size_after\";i:669;s:4:\"time\";d:0.02;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:740;s:10:\"size_after\";i:740;s:4:\"time\";d:0.01;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1747;s:10:\"size_after\";i:1747;s:4:\"time\";d:0.02;}}}'),(19073,3883,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33019;s:10:\"size_after\";i:33019;s:4:\"time\";d:0.62;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2711;s:10:\"size_after\";i:2711;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4083;s:10:\"size_after\";i:4083;s:4:\"time\";d:0.050000000000000003;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1423;s:10:\"size_after\";i:1423;s:4:\"time\";d:0.080000000000000002;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1076;s:10:\"size_after\";i:1076;s:4:\"time\";d:0.059999999999999998;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6382;s:10:\"size_after\";i:6382;s:4:\"time\";d:0.070000000000000007;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2477;s:10:\"size_after\";i:2477;s:4:\"time\";d:0.040000000000000001;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6147;s:10:\"size_after\";i:6147;s:4:\"time\";d:0.059999999999999998;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6350;s:10:\"size_after\";i:6350;s:4:\"time\";d:0.14000000000000001;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2370;s:10:\"size_after\";i:2370;s:4:\"time\";d:0.089999999999999997;}}}'),(19074,3882,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:74373;s:10:\"size_after\";i:74373;s:4:\"time\";d:1.2;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2186;s:10:\"size_after\";i:2186;s:4:\"time\";d:0.040000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7827;s:10:\"size_after\";i:7827;s:4:\"time\";d:0.089999999999999997;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24066;s:10:\"size_after\";i:24066;s:4:\"time\";d:0.25;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11484;s:10:\"size_after\";i:11484;s:4:\"time\";d:0.14999999999999999;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5944;s:10:\"size_after\";i:5944;s:4:\"time\";d:0.14999999999999999;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2786;s:10:\"size_after\";i:2786;s:4:\"time\";d:0.029999999999999999;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6674;s:10:\"size_after\";i:6674;s:4:\"time\";d:0.070000000000000007;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8556;s:10:\"size_after\";i:8556;s:4:\"time\";d:0.089999999999999997;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4850;s:10:\"size_after\";i:4850;s:4:\"time\";d:0.33000000000000002;}}}'),(19075,3881,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3830;s:10:\"size_after\";i:3830;s:4:\"time\";d:0.029999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3830;s:10:\"size_after\";i:3830;s:4:\"time\";d:0.029999999999999999;}}}'),(19076,3880,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:84284;s:10:\"size_after\";i:84284;s:4:\"time\";d:1.2299999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3162;s:10:\"size_after\";i:3162;s:4:\"time\";d:0.040000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7372;s:10:\"size_after\";i:7372;s:4:\"time\";d:0.089999999999999997;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30705;s:10:\"size_after\";i:30705;s:4:\"time\";d:0.40999999999999998;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11969;s:10:\"size_after\";i:11969;s:4:\"time\";d:0.17999999999999999;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7051;s:10:\"size_after\";i:7051;s:4:\"time\";d:0.080000000000000002;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2821;s:10:\"size_after\";i:2821;s:4:\"time\";d:0.080000000000000002;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7950;s:10:\"size_after\";i:7950;s:4:\"time\";d:0.089999999999999997;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10192;s:10:\"size_after\";i:10192;s:4:\"time\";d:0.11;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3062;s:10:\"size_after\";i:3062;s:4:\"time\";d:0.14999999999999999;}}}'),(19077,3879,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:129674;s:10:\"size_after\";i:129674;s:4:\"time\";d:0.24000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3703;s:10:\"size_after\";i:3703;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6164;s:10:\"size_after\";i:6164;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22422;s:10:\"size_after\";i:22422;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34525;s:10:\"size_after\";i:34525;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22051;s:10:\"size_after\";i:22051;s:4:\"time\";d:0.059999999999999998;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11758;s:10:\"size_after\";i:11758;s:4:\"time\";d:0.040000000000000001;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7514;s:10:\"size_after\";i:7514;s:4:\"time\";d:0.02;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4228;s:10:\"size_after\";i:4228;s:4:\"time\";d:0.01;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7918;s:10:\"size_after\";i:7918;s:4:\"time\";d:0.01;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9391;s:10:\"size_after\";i:9391;s:4:\"time\";d:0.02;}}}'),(19078,3878,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:225530;s:10:\"size_after\";i:225530;s:4:\"time\";d:0.29000000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4093;s:10:\"size_after\";i:4093;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8231;s:10:\"size_after\";i:8231;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:45470;s:10:\"size_after\";i:45470;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:79787;s:10:\"size_after\";i:79787;s:4:\"time\";d:0.080000000000000002;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:36135;s:10:\"size_after\";i:36135;s:4:\"time\";d:0.050000000000000003;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16283;s:10:\"size_after\";i:16283;s:4:\"time\";d:0.02;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9383;s:10:\"size_after\";i:9383;s:4:\"time\";d:0.02;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4468;s:10:\"size_after\";i:4468;s:4:\"time\";d:0.01;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9893;s:10:\"size_after\";i:9893;s:4:\"time\";d:0.029999999999999999;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11787;s:10:\"size_after\";i:11787;s:4:\"time\";d:0.029999999999999999;}}}'),(19079,3877,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:298665;s:10:\"size_after\";i:298665;s:4:\"time\";d:2.0500000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6295;s:10:\"size_after\";i:6295;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14897;s:10:\"size_after\";i:14897;s:4:\"time\";d:0.13;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:75631;s:10:\"size_after\";i:75631;s:4:\"time\";d:0.67000000000000004;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:53781;s:10:\"size_after\";i:53781;s:4:\"time\";d:0.27000000000000002;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25563;s:10:\"size_after\";i:25563;s:4:\"time\";d:0.20000000000000001;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15744;s:10:\"size_after\";i:15744;s:4:\"time\";d:0.089999999999999997;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7629;s:10:\"size_after\";i:7629;s:4:\"time\";d:0.040000000000000001;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16548;s:10:\"size_after\";i:16548;s:4:\"time\";d:0.080000000000000002;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20215;s:10:\"size_after\";i:20215;s:4:\"time\";d:0.10000000000000001;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:62362;s:10:\"size_after\";i:62362;s:4:\"time\";d:0.44;}}}'),(19080,3876,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:290133;s:10:\"size_after\";i:290133;s:4:\"time\";d:1.9400000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6001;s:10:\"size_after\";i:6001;s:4:\"time\";d:0.040000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14684;s:10:\"size_after\";i:14684;s:4:\"time\";d:0.070000000000000007;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:75036;s:10:\"size_after\";i:75036;s:4:\"time\";d:0.54000000000000004;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:52872;s:10:\"size_after\";i:52872;s:4:\"time\";d:0.23999999999999999;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24257;s:10:\"size_after\";i:24257;s:4:\"time\";d:0.17000000000000001;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15068;s:10:\"size_after\";i:15068;s:4:\"time\";d:0.14000000000000001;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7238;s:10:\"size_after\";i:7238;s:4:\"time\";d:0.029999999999999999;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15870;s:10:\"size_after\";i:15870;s:4:\"time\";d:0.080000000000000002;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19576;s:10:\"size_after\";i:19576;s:4:\"time\";d:0.11;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:59531;s:10:\"size_after\";i:59531;s:4:\"time\";d:0.52000000000000002;}}}'),(19081,3875,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:260971;s:10:\"size_after\";i:260971;s:4:\"time\";d:1.7600000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5372;s:10:\"size_after\";i:5372;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13006;s:10:\"size_after\";i:13006;s:4:\"time\";d:0.059999999999999998;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:66537;s:10:\"size_after\";i:66537;s:4:\"time\";d:0.41999999999999998;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:47367;s:10:\"size_after\";i:47367;s:4:\"time\";d:0.52000000000000002;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21629;s:10:\"size_after\";i:21629;s:4:\"time\";d:0.089999999999999997;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13373;s:10:\"size_after\";i:13373;s:4:\"time\";d:0.059999999999999998;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6510;s:10:\"size_after\";i:6510;s:4:\"time\";d:0.050000000000000003;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14187;s:10:\"size_after\";i:14187;s:4:\"time\";d:0.070000000000000007;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17365;s:10:\"size_after\";i:17365;s:4:\"time\";d:0.080000000000000002;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:55625;s:10:\"size_after\";i:55625;s:4:\"time\";d:0.39000000000000001;}}}'),(19082,3874,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:126705;s:10:\"size_after\";i:126705;s:4:\"time\";d:1.2600000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2402;s:10:\"size_after\";i:2402;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5742;s:10:\"size_after\";i:5742;s:4:\"time\";d:0.050000000000000003;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29711;s:10:\"size_after\";i:29711;s:4:\"time\";d:0.25;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25174;s:10:\"size_after\";i:25174;s:4:\"time\";d:0.17999999999999999;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10557;s:10:\"size_after\";i:10557;s:4:\"time\";d:0.16;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6723;s:10:\"size_after\";i:6723;s:4:\"time\";d:0.050000000000000003;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3244;s:10:\"size_after\";i:3244;s:4:\"time\";d:0.02;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7175;s:10:\"size_after\";i:7175;s:4:\"time\";d:0.050000000000000003;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8883;s:10:\"size_after\";i:8883;s:4:\"time\";d:0.13;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27094;s:10:\"size_after\";i:27094;s:4:\"time\";d:0.34999999999999998;}}}'),(19083,3873,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:128810;s:10:\"size_after\";i:128810;s:4:\"time\";d:1.23;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2527;s:10:\"size_after\";i:2527;s:4:\"time\";d:0.089999999999999997;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6161;s:10:\"size_after\";i:6161;s:4:\"time\";d:0.059999999999999998;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31886;s:10:\"size_after\";i:31886;s:4:\"time\";d:0.29999999999999999;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25953;s:10:\"size_after\";i:25953;s:4:\"time\";d:0.16;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10927;s:10:\"size_after\";i:10927;s:4:\"time\";d:0.070000000000000007;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7072;s:10:\"size_after\";i:7072;s:4:\"time\";d:0.059999999999999998;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3348;s:10:\"size_after\";i:3348;s:4:\"time\";d:0.02;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7407;s:10:\"size_after\";i:7407;s:4:\"time\";d:0.089999999999999997;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9022;s:10:\"size_after\";i:9022;s:4:\"time\";d:0.070000000000000007;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24507;s:10:\"size_after\";i:24507;s:4:\"time\";d:0.31;}}}'),(19084,3872,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:144698;s:10:\"size_after\";i:144698;s:4:\"time\";d:1.5800000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2802;s:10:\"size_after\";i:2802;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6938;s:10:\"size_after\";i:6938;s:4:\"time\";d:0.040000000000000001;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:37104;s:10:\"size_after\";i:37104;s:4:\"time\";d:0.28999999999999998;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28533;s:10:\"size_after\";i:28533;s:4:\"time\";d:0.17999999999999999;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12401;s:10:\"size_after\";i:12401;s:4:\"time\";d:0.070000000000000007;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7675;s:10:\"size_after\";i:7675;s:4:\"time\";d:0.059999999999999998;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3629;s:10:\"size_after\";i:3629;s:4:\"time\";d:0.059999999999999998;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8149;s:10:\"size_after\";i:8149;s:4:\"time\";d:0.16;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10169;s:10:\"size_after\";i:10169;s:4:\"time\";d:0.059999999999999998;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27298;s:10:\"size_after\";i:27298;s:4:\"time\";d:0.64000000000000001;}}}'),(19085,3871,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30191;s:10:\"size_after\";i:30191;s:4:\"time\";d:0.22000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1170;s:10:\"size_after\";i:1170;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1699;s:10:\"size_after\";i:1699;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5151;s:10:\"size_after\";i:5151;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7982;s:10:\"size_after\";i:7982;s:4:\"time\";d:0.070000000000000007;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4461;s:10:\"size_after\";i:4461;s:4:\"time\";d:0.040000000000000001;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2674;s:10:\"size_after\";i:2674;s:4:\"time\";d:0.01;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1833;s:10:\"size_after\";i:1833;s:4:\"time\";d:0.01;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1238;s:10:\"size_after\";i:1238;s:4:\"time\";d:0.02;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1888;s:10:\"size_after\";i:1888;s:4:\"time\";d:0.01;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2095;s:10:\"size_after\";i:2095;s:4:\"time\";d:0.01;}}}'),(19086,3870,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:84284;s:10:\"size_after\";i:84284;s:4:\"time\";d:1.1799999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3162;s:10:\"size_after\";i:3162;s:4:\"time\";d:0.059999999999999998;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7372;s:10:\"size_after\";i:7372;s:4:\"time\";d:0.089999999999999997;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30705;s:10:\"size_after\";i:30705;s:4:\"time\";d:0.41999999999999998;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11969;s:10:\"size_after\";i:11969;s:4:\"time\";d:0.13;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7051;s:10:\"size_after\";i:7051;s:4:\"time\";d:0.080000000000000002;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2821;s:10:\"size_after\";i:2821;s:4:\"time\";d:0.040000000000000001;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7950;s:10:\"size_after\";i:7950;s:4:\"time\";d:0.089999999999999997;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10192;s:10:\"size_after\";i:10192;s:4:\"time\";d:0.12;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3062;s:10:\"size_after\";i:3062;s:4:\"time\";d:0.14999999999999999;}}}'),(19087,3869,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:835;s:10:\"size_after\";i:835;s:4:\"time\";d:0.029999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:835;s:10:\"size_after\";i:835;s:4:\"time\";d:0.029999999999999999;}}}'),(19088,3868,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:147369;s:10:\"size_after\";i:147369;s:4:\"time\";d:0.20000000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3689;s:10:\"size_after\";i:3689;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4840;s:10:\"size_after\";i:4840;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24038;s:10:\"size_after\";i:24038;s:4:\"time\";d:0.050000000000000003;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40110;s:10:\"size_after\";i:40110;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29253;s:10:\"size_after\";i:29253;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14034;s:10:\"size_after\";i:14034;s:4:\"time\";d:0.01;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8314;s:10:\"size_after\";i:8314;s:4:\"time\";d:0.040000000000000001;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3994;s:10:\"size_after\";i:3994;s:4:\"time\";d:0.01;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8717;s:10:\"size_after\";i:8717;s:4:\"time\";d:0.01;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10380;s:10:\"size_after\";i:10380;s:4:\"time\";d:0.01;}}}'),(19089,3867,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3156;s:10:\"size_after\";i:3156;s:4:\"time\";d:0.18000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:669;s:10:\"size_after\";i:669;s:4:\"time\";d:0.01;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:740;s:10:\"size_after\";i:740;s:4:\"time\";d:0.029999999999999999;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1747;s:10:\"size_after\";i:1747;s:4:\"time\";d:0.14000000000000001;}}}'),(19090,3866,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33019;s:10:\"size_after\";i:33019;s:4:\"time\";d:0.65000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2711;s:10:\"size_after\";i:2711;s:4:\"time\";d:0.070000000000000007;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4083;s:10:\"size_after\";i:4083;s:4:\"time\";d:0.050000000000000003;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1423;s:10:\"size_after\";i:1423;s:4:\"time\";d:0.070000000000000007;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1076;s:10:\"size_after\";i:1076;s:4:\"time\";d:0.070000000000000007;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6382;s:10:\"size_after\";i:6382;s:4:\"time\";d:0.070000000000000007;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2477;s:10:\"size_after\";i:2477;s:4:\"time\";d:0.059999999999999998;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6147;s:10:\"size_after\";i:6147;s:4:\"time\";d:0.089999999999999997;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6350;s:10:\"size_after\";i:6350;s:4:\"time\";d:0.070000000000000007;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2370;s:10:\"size_after\";i:2370;s:4:\"time\";d:0.10000000000000001;}}}'),(19091,3865,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:74373;s:10:\"size_after\";i:74373;s:4:\"time\";d:1.28;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2186;s:10:\"size_after\";i:2186;s:4:\"time\";d:0.059999999999999998;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7827;s:10:\"size_after\";i:7827;s:4:\"time\";d:0.080000000000000002;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24066;s:10:\"size_after\";i:24066;s:4:\"time\";d:0.26000000000000001;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11484;s:10:\"size_after\";i:11484;s:4:\"time\";d:0.37;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5944;s:10:\"size_after\";i:5944;s:4:\"time\";d:0.059999999999999998;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2786;s:10:\"size_after\";i:2786;s:4:\"time\";d:0.059999999999999998;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6674;s:10:\"size_after\";i:6674;s:4:\"time\";d:0.080000000000000002;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8556;s:10:\"size_after\";i:8556;s:4:\"time\";d:0.11;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4850;s:10:\"size_after\";i:4850;s:4:\"time\";d:0.20000000000000001;}}}'),(19092,3864,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3830;s:10:\"size_after\";i:3830;s:4:\"time\";d:0.029999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3830;s:10:\"size_after\";i:3830;s:4:\"time\";d:0.029999999999999999;}}}'),(19093,3863,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:84284;s:10:\"size_after\";i:84284;s:4:\"time\";d:1.6300000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3162;s:10:\"size_after\";i:3162;s:4:\"time\";d:0.089999999999999997;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7372;s:10:\"size_after\";i:7372;s:4:\"time\";d:0.22;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30705;s:10:\"size_after\";i:30705;s:4:\"time\";d:0.46000000000000002;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11969;s:10:\"size_after\";i:11969;s:4:\"time\";d:0.14000000000000001;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7051;s:10:\"size_after\";i:7051;s:4:\"time\";d:0.13;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2821;s:10:\"size_after\";i:2821;s:4:\"time\";d:0.040000000000000001;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7950;s:10:\"size_after\";i:7950;s:4:\"time\";d:0.12;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10192;s:10:\"size_after\";i:10192;s:4:\"time\";d:0.11;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3062;s:10:\"size_after\";i:3062;s:4:\"time\";d:0.32000000000000001;}}}'),(19094,3862,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:129674;s:10:\"size_after\";i:129674;s:4:\"time\";d:0.25;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3703;s:10:\"size_after\";i:3703;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6164;s:10:\"size_after\";i:6164;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22422;s:10:\"size_after\";i:22422;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34525;s:10:\"size_after\";i:34525;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22051;s:10:\"size_after\";i:22051;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11758;s:10:\"size_after\";i:11758;s:4:\"time\";d:0.080000000000000002;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7514;s:10:\"size_after\";i:7514;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4228;s:10:\"size_after\";i:4228;s:4:\"time\";d:0.02;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7918;s:10:\"size_after\";i:7918;s:4:\"time\";d:0.01;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9391;s:10:\"size_after\";i:9391;s:4:\"time\";d:0.01;}}}'),(19095,3861,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:225530;s:10:\"size_after\";i:225530;s:4:\"time\";d:0.18000000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4093;s:10:\"size_after\";i:4093;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8231;s:10:\"size_after\";i:8231;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:45470;s:10:\"size_after\";i:45470;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:79787;s:10:\"size_after\";i:79787;s:4:\"time\";d:0.050000000000000003;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:36135;s:10:\"size_after\";i:36135;s:4:\"time\";d:0.029999999999999999;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16283;s:10:\"size_after\";i:16283;s:4:\"time\";d:0.01;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9383;s:10:\"size_after\";i:9383;s:4:\"time\";d:0.01;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4468;s:10:\"size_after\";i:4468;s:4:\"time\";d:0.01;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9893;s:10:\"size_after\";i:9893;s:4:\"time\";d:0.01;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11787;s:10:\"size_after\";i:11787;s:4:\"time\";d:0.01;}}}'),(19096,3860,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:298665;s:10:\"size_after\";i:298665;s:4:\"time\";d:2.1200000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6295;s:10:\"size_after\";i:6295;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14897;s:10:\"size_after\";i:14897;s:4:\"time\";d:0.070000000000000007;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:75631;s:10:\"size_after\";i:75631;s:4:\"time\";d:0.41999999999999998;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:53781;s:10:\"size_after\";i:53781;s:4:\"time\";d:0.57999999999999996;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25563;s:10:\"size_after\";i:25563;s:4:\"time\";d:0.16;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15744;s:10:\"size_after\";i:15744;s:4:\"time\";d:0.089999999999999997;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7629;s:10:\"size_after\";i:7629;s:4:\"time\";d:0.040000000000000001;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16548;s:10:\"size_after\";i:16548;s:4:\"time\";d:0.089999999999999997;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20215;s:10:\"size_after\";i:20215;s:4:\"time\";d:0.17999999999999999;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:62362;s:10:\"size_after\";i:62362;s:4:\"time\";d:0.46000000000000002;}}}'),(19097,3859,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:290133;s:10:\"size_after\";i:290133;s:4:\"time\";d:1.6700000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6001;s:10:\"size_after\";i:6001;s:4:\"time\";d:0.12;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14684;s:10:\"size_after\";i:14684;s:4:\"time\";d:0.12;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:75036;s:10:\"size_after\";i:75036;s:4:\"time\";d:0.39000000000000001;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:52872;s:10:\"size_after\";i:52872;s:4:\"time\";d:0.23000000000000001;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24257;s:10:\"size_after\";i:24257;s:4:\"time\";d:0.11;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15068;s:10:\"size_after\";i:15068;s:4:\"time\";d:0.059999999999999998;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7238;s:10:\"size_after\";i:7238;s:4:\"time\";d:0.070000000000000007;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15870;s:10:\"size_after\";i:15870;s:4:\"time\";d:0.070000000000000007;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:19576;s:10:\"size_after\";i:19576;s:4:\"time\";d:0.10000000000000001;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:59531;s:10:\"size_after\";i:59531;s:4:\"time\";d:0.40000000000000002;}}}'),(19098,3858,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:260971;s:10:\"size_after\";i:260971;s:4:\"time\";d:1.6000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5372;s:10:\"size_after\";i:5372;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13006;s:10:\"size_after\";i:13006;s:4:\"time\";d:0.089999999999999997;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:66537;s:10:\"size_after\";i:66537;s:4:\"time\";d:0.32000000000000001;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:47367;s:10:\"size_after\";i:47367;s:4:\"time\";d:0.25;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21629;s:10:\"size_after\";i:21629;s:4:\"time\";d:0.10000000000000001;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13373;s:10:\"size_after\";i:13373;s:4:\"time\";d:0.17000000000000001;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6510;s:10:\"size_after\";i:6510;s:4:\"time\";d:0.029999999999999999;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14187;s:10:\"size_after\";i:14187;s:4:\"time\";d:0.059999999999999998;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17365;s:10:\"size_after\";i:17365;s:4:\"time\";d:0.22;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:55625;s:10:\"size_after\";i:55625;s:4:\"time\";d:0.34000000000000002;}}}'),(19099,3857,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:126705;s:10:\"size_after\";i:126705;s:4:\"time\";d:1.0600000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2402;s:10:\"size_after\";i:2402;s:4:\"time\";d:0.040000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5742;s:10:\"size_after\";i:5742;s:4:\"time\";d:0.050000000000000003;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29711;s:10:\"size_after\";i:29711;s:4:\"time\";d:0.28000000000000003;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25174;s:10:\"size_after\";i:25174;s:4:\"time\";d:0.17000000000000001;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10557;s:10:\"size_after\";i:10557;s:4:\"time\";d:0.070000000000000007;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6723;s:10:\"size_after\";i:6723;s:4:\"time\";d:0.050000000000000003;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3244;s:10:\"size_after\";i:3244;s:4:\"time\";d:0.029999999999999999;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7175;s:10:\"size_after\";i:7175;s:4:\"time\";d:0.059999999999999998;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8883;s:10:\"size_after\";i:8883;s:4:\"time\";d:0.059999999999999998;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27094;s:10:\"size_after\";i:27094;s:4:\"time\";d:0.25;}}}'),(19100,3856,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:128810;s:10:\"size_after\";i:128810;s:4:\"time\";d:1.3;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2527;s:10:\"size_after\";i:2527;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6161;s:10:\"size_after\";i:6161;s:4:\"time\";d:0.050000000000000003;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31886;s:10:\"size_after\";i:31886;s:4:\"time\";d:0.31;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25953;s:10:\"size_after\";i:25953;s:4:\"time\";d:0.34000000000000002;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10927;s:10:\"size_after\";i:10927;s:4:\"time\";d:0.070000000000000007;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7072;s:10:\"size_after\";i:7072;s:4:\"time\";d:0.10000000000000001;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3348;s:10:\"size_after\";i:3348;s:4:\"time\";d:0.02;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7407;s:10:\"size_after\";i:7407;s:4:\"time\";d:0.050000000000000003;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9022;s:10:\"size_after\";i:9022;s:4:\"time\";d:0.070000000000000007;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24507;s:10:\"size_after\";i:24507;s:4:\"time\";d:0.27000000000000002;}}}'),(19101,3855,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:144698;s:10:\"size_after\";i:144698;s:4:\"time\";d:2.0600000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2802;s:10:\"size_after\";i:2802;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6938;s:10:\"size_after\";i:6938;s:4:\"time\";d:0.11;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:37104;s:10:\"size_after\";i:37104;s:4:\"time\";d:0.29999999999999999;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28533;s:10:\"size_after\";i:28533;s:4:\"time\";d:0.34000000000000002;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12401;s:10:\"size_after\";i:12401;s:4:\"time\";d:0.14000000000000001;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7675;s:10:\"size_after\";i:7675;s:4:\"time\";d:0.050000000000000003;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3629;s:10:\"size_after\";i:3629;s:4:\"time\";d:0.029999999999999999;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8149;s:10:\"size_after\";i:8149;s:4:\"time\";d:0.059999999999999998;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10169;s:10:\"size_after\";i:10169;s:4:\"time\";d:0.059999999999999998;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27298;s:10:\"size_after\";i:27298;s:4:\"time\";d:0.94999999999999996;}}}'),(19102,3853,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.667091024824954;s:5:\"bytes\";i:398;s:11:\"size_before\";i:3142;s:10:\"size_after\";i:2744;s:4:\"time\";d:0.040000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:569;s:10:\"size_after\";i:569;s:4:\"time\";d:0.01;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:620;s:10:\"size_after\";i:620;s:4:\"time\";d:0.01;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.379999999999999;s:5:\"bytes\";i:398;s:11:\"size_before\";i:1953;s:10:\"size_after\";i:1555;s:4:\"time\";d:0.02;}}}'),(19103,3852,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:23.683825893770646;s:5:\"bytes\";i:16204;s:11:\"size_before\";i:68418;s:10:\"size_after\";i:52214;s:4:\"time\";d:0.22000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.19;s:5:\"bytes\";i:330;s:11:\"size_before\";i:2325;s:10:\"size_after\";i:1995;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.07;s:5:\"bytes\";i:572;s:11:\"size_before\";i:3559;s:10:\"size_after\";i:2987;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.25;s:5:\"bytes\";i:3237;s:11:\"size_before\";i:11880;s:10:\"size_after\";i:8643;s:4:\"time\";d:0.050000000000000003;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.699999999999999;s:5:\"bytes\";i:5845;s:11:\"size_before\";i:18436;s:10:\"size_after\";i:12591;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.27;s:5:\"bytes\";i:2528;s:11:\"size_before\";i:10415;s:10:\"size_after\";i:7887;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.390000000000001;s:5:\"bytes\";i:1204;s:11:\"size_before\";i:6208;s:10:\"size_after\";i:5004;s:4:\"time\";d:0.02;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.370000000000001;s:5:\"bytes\";i:694;s:11:\"size_before\";i:3995;s:10:\"size_after\";i:3301;s:4:\"time\";d:0.02;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.84;s:5:\"bytes\";i:328;s:11:\"size_before\";i:2555;s:10:\"size_after\";i:2227;s:4:\"time\";d:0.040000000000000001;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.199999999999999;s:5:\"bytes\";i:686;s:11:\"size_before\";i:4234;s:10:\"size_after\";i:3548;s:4:\"time\";d:0.01;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.210000000000001;s:5:\"bytes\";i:780;s:11:\"size_before\";i:4811;s:10:\"size_after\";i:4031;s:4:\"time\";d:0.01;}}}'),(19104,3851,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:23.683825893770646;s:5:\"bytes\";i:16204;s:11:\"size_before\";i:68418;s:10:\"size_after\";i:52214;s:4:\"time\";d:0.23000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.19;s:5:\"bytes\";i:330;s:11:\"size_before\";i:2325;s:10:\"size_after\";i:1995;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.07;s:5:\"bytes\";i:572;s:11:\"size_before\";i:3559;s:10:\"size_after\";i:2987;s:4:\"time\";d:0.029999999999999999;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.25;s:5:\"bytes\";i:3237;s:11:\"size_before\";i:11880;s:10:\"size_after\";i:8643;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.699999999999999;s:5:\"bytes\";i:5845;s:11:\"size_before\";i:18436;s:10:\"size_after\";i:12591;s:4:\"time\";d:0.070000000000000007;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.27;s:5:\"bytes\";i:2528;s:11:\"size_before\";i:10415;s:10:\"size_after\";i:7887;s:4:\"time\";d:0.029999999999999999;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.390000000000001;s:5:\"bytes\";i:1204;s:11:\"size_before\";i:6208;s:10:\"size_after\";i:5004;s:4:\"time\";d:0.01;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.370000000000001;s:5:\"bytes\";i:694;s:11:\"size_before\";i:3995;s:10:\"size_after\";i:3301;s:4:\"time\";d:0.02;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.84;s:5:\"bytes\";i:328;s:11:\"size_before\";i:2555;s:10:\"size_after\";i:2227;s:4:\"time\";d:0.01;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.199999999999999;s:5:\"bytes\";i:686;s:11:\"size_before\";i:4234;s:10:\"size_after\";i:3548;s:4:\"time\";d:0.02;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.210000000000001;s:5:\"bytes\";i:780;s:11:\"size_before\";i:4811;s:10:\"size_after\";i:4031;s:4:\"time\";d:0.01;}}}'),(19105,3850,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:46.679438058748403;s:5:\"bytes\";i:731;s:11:\"size_before\";i:1566;s:10:\"size_after\";i:835;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:46.68;s:5:\"bytes\";i:731;s:11:\"size_before\";i:1566;s:10:\"size_after\";i:835;s:4:\"time\";d:0.02;}}}'),(19106,3849,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:23.683825893770646;s:5:\"bytes\";i:16204;s:11:\"size_before\";i:68418;s:10:\"size_after\";i:52214;s:4:\"time\";d:0.22;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.19;s:5:\"bytes\";i:330;s:11:\"size_before\";i:2325;s:10:\"size_after\";i:1995;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.07;s:5:\"bytes\";i:572;s:11:\"size_before\";i:3559;s:10:\"size_after\";i:2987;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.25;s:5:\"bytes\";i:3237;s:11:\"size_before\";i:11880;s:10:\"size_after\";i:8643;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.699999999999999;s:5:\"bytes\";i:5845;s:11:\"size_before\";i:18436;s:10:\"size_after\";i:12591;s:4:\"time\";d:0.059999999999999998;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.27;s:5:\"bytes\";i:2528;s:11:\"size_before\";i:10415;s:10:\"size_after\";i:7887;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.390000000000001;s:5:\"bytes\";i:1204;s:11:\"size_before\";i:6208;s:10:\"size_after\";i:5004;s:4:\"time\";d:0.01;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.370000000000001;s:5:\"bytes\";i:694;s:11:\"size_before\";i:3995;s:10:\"size_after\";i:3301;s:4:\"time\";d:0.02;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.84;s:5:\"bytes\";i:328;s:11:\"size_before\";i:2555;s:10:\"size_after\";i:2227;s:4:\"time\";d:0.02;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.199999999999999;s:5:\"bytes\";i:686;s:11:\"size_before\";i:4234;s:10:\"size_after\";i:3548;s:4:\"time\";d:0.01;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.210000000000001;s:5:\"bytes\";i:780;s:11:\"size_before\";i:4811;s:10:\"size_after\";i:4031;s:4:\"time\";d:0.01;}}}'),(19107,3848,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:35.865710937618893;s:5:\"bytes\";i:47134;s:11:\"size_before\";i:131418;s:10:\"size_after\";i:84284;s:4:\"time\";d:1.2800000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.869999999999997;s:5:\"bytes\";i:1847;s:11:\"size_before\";i:5009;s:10:\"size_after\";i:3162;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.229999999999997;s:5:\"bytes\";i:4010;s:11:\"size_before\";i:11382;s:10:\"size_after\";i:7372;s:4:\"time\";d:0.080000000000000002;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.299999999999997;s:5:\"bytes\";i:19061;s:11:\"size_before\";i:49766;s:10:\"size_after\";i:30705;s:4:\"time\";d:0.41999999999999998;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.25;s:5:\"bytes\";i:6515;s:11:\"size_before\";i:18484;s:10:\"size_after\";i:11969;s:4:\"time\";d:0.14999999999999999;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.07;s:5:\"bytes\";i:4153;s:11:\"size_before\";i:11204;s:10:\"size_after\";i:7051;s:4:\"time\";d:0.19;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.560000000000002;s:5:\"bytes\";i:1425;s:11:\"size_before\";i:4246;s:10:\"size_after\";i:2821;s:4:\"time\";d:0.040000000000000001;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.170000000000002;s:5:\"bytes\";i:4704;s:11:\"size_before\";i:12654;s:10:\"size_after\";i:7950;s:4:\"time\";d:0.10000000000000001;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.710000000000001;s:5:\"bytes\";i:5419;s:11:\"size_before\";i:15611;s:10:\"size_after\";i:10192;s:4:\"time\";d:0.10000000000000001;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3062;s:10:\"size_after\";i:3062;s:4:\"time\";d:0.17000000000000001;}}}'),(19108,3847,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.364011818152937;s:5:\"bytes\";i:10016;s:11:\"size_before\";i:157385;s:10:\"size_after\";i:147369;s:4:\"time\";d:0.28000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9800000000000004;s:5:\"bytes\";i:320;s:11:\"size_before\";i:4009;s:10:\"size_after\";i:3689;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6900000000000004;s:5:\"bytes\";i:347;s:11:\"size_before\";i:5187;s:10:\"size_after\";i:4840;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3899999999999997;s:5:\"bytes\";i:1640;s:11:\"size_before\";i:25678;s:10:\"size_after\";i:24038;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.29;s:5:\"bytes\";i:2694;s:11:\"size_before\";i:42804;s:10:\"size_after\";i:40110;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0499999999999998;s:5:\"bytes\";i:1885;s:11:\"size_before\";i:31138;s:10:\"size_after\";i:29253;s:4:\"time\";d:0.080000000000000002;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4400000000000004;s:5:\"bytes\";i:966;s:11:\"size_before\";i:15000;s:10:\"size_after\";i:14034;s:4:\"time\";d:0.040000000000000001;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3300000000000001;s:5:\"bytes\";i:562;s:11:\"size_before\";i:8876;s:10:\"size_after\";i:8314;s:4:\"time\";d:0.02;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4199999999999999;s:5:\"bytes\";i:320;s:11:\"size_before\";i:4314;s:10:\"size_after\";i:3994;s:4:\"time\";d:0.01;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3899999999999997;s:5:\"bytes\";i:595;s:11:\"size_before\";i:9312;s:10:\"size_after\";i:8717;s:4:\"time\";d:0.02;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.21;s:5:\"bytes\";i:687;s:11:\"size_before\";i:11067;s:10:\"size_after\";i:10380;s:4:\"time\";d:0.040000000000000001;}}}'),(19109,3846,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.213371266002845;s:5:\"bytes\";i:359;s:11:\"size_before\";i:3515;s:10:\"size_after\";i:3156;s:4:\"time\";d:0.040000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:669;s:10:\"size_after\";i:669;s:4:\"time\";d:0.02;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:740;s:10:\"size_after\";i:740;s:4:\"time\";d:0.01;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.050000000000001;s:5:\"bytes\";i:359;s:11:\"size_before\";i:2106;s:10:\"size_after\";i:1747;s:4:\"time\";d:0.01;}}}'),(19110,3845,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:28.452871072589382;s:5:\"bytes\";i:13131;s:11:\"size_before\";i:46150;s:10:\"size_after\";i:33019;s:4:\"time\";d:0.73000000000000009;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.030000000000001;s:5:\"bytes\";i:1109;s:11:\"size_before\";i:3820;s:10:\"size_after\";i:2711;s:4:\"time\";d:0.059999999999999998;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.260000000000002;s:5:\"bytes\";i:1857;s:11:\"size_before\";i:5940;s:10:\"size_after\";i:4083;s:4:\"time\";d:0.059999999999999998;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1423;s:10:\"size_after\";i:1423;s:4:\"time\";d:0.080000000000000002;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1076;s:10:\"size_after\";i:1076;s:4:\"time\";d:0.10000000000000001;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.390000000000001;s:5:\"bytes\";i:3057;s:11:\"size_before\";i:9439;s:10:\"size_after\";i:6382;s:4:\"time\";d:0.14999999999999999;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.920000000000002;s:5:\"bytes\";i:1008;s:11:\"size_before\";i:3485;s:10:\"size_after\";i:2477;s:4:\"time\";d:0.029999999999999999;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.520000000000003;s:5:\"bytes\";i:2962;s:11:\"size_before\";i:9109;s:10:\"size_after\";i:6147;s:4:\"time\";d:0.089999999999999997;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.07;s:5:\"bytes\";i:3138;s:11:\"size_before\";i:9488;s:10:\"size_after\";i:6350;s:4:\"time\";d:0.070000000000000007;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2370;s:10:\"size_after\";i:2370;s:4:\"time\";d:0.089999999999999997;}}}'),(19111,3844,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:36.544516018941167;s:5:\"bytes\";i:42832;s:11:\"size_before\";i:117205;s:10:\"size_after\";i:74373;s:4:\"time\";d:1.0800000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.57;s:5:\"bytes\";i:1207;s:11:\"size_before\";i:3393;s:10:\"size_after\";i:2186;s:4:\"time\";d:0.040000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.859999999999999;s:5:\"bytes\";i:5188;s:11:\"size_before\";i:13015;s:10:\"size_after\";i:7827;s:4:\"time\";d:0.10000000000000001;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.659999999999997;s:5:\"bytes\";i:14539;s:11:\"size_before\";i:38605;s:10:\"size_after\";i:24066;s:4:\"time\";d:0.34000000000000002;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.560000000000002;s:5:\"bytes\";i:6909;s:11:\"size_before\";i:18393;s:10:\"size_after\";i:11484;s:4:\"time\";d:0.13;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.659999999999997;s:5:\"bytes\";i:3591;s:11:\"size_before\";i:9535;s:10:\"size_after\";i:5944;s:4:\"time\";d:0.070000000000000007;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.859999999999999;s:5:\"bytes\";i:1771;s:11:\"size_before\";i:4557;s:10:\"size_after\";i:2786;s:4:\"time\";d:0.029999999999999999;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";d:39.210000000000001;s:5:\"bytes\";i:4304;s:11:\"size_before\";i:10978;s:10:\"size_after\";i:6674;s:4:\"time\";d:0.080000000000000002;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.350000000000001;s:5:\"bytes\";i:5323;s:11:\"size_before\";i:13879;s:10:\"size_after\";i:8556;s:4:\"time\";d:0.080000000000000002;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4850;s:10:\"size_after\";i:4850;s:4:\"time\";d:0.20999999999999999;}}}'),(19112,3843,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:32.807017543859651;s:5:\"bytes\";i:1870;s:11:\"size_before\";i:5700;s:10:\"size_after\";i:3830;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.810000000000002;s:5:\"bytes\";i:1870;s:11:\"size_before\";i:5700;s:10:\"size_after\";i:3830;s:4:\"time\";d:0.02;}}}'),(19113,3842,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:35.865710937618893;s:5:\"bytes\";i:47134;s:11:\"size_before\";i:131418;s:10:\"size_after\";i:84284;s:4:\"time\";d:1.1400000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.869999999999997;s:5:\"bytes\";i:1847;s:11:\"size_before\";i:5009;s:10:\"size_after\";i:3162;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.229999999999997;s:5:\"bytes\";i:4010;s:11:\"size_before\";i:11382;s:10:\"size_after\";i:7372;s:4:\"time\";d:0.10000000000000001;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:38.299999999999997;s:5:\"bytes\";i:19061;s:11:\"size_before\";i:49766;s:10:\"size_after\";i:30705;s:4:\"time\";d:0.33000000000000002;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.25;s:5:\"bytes\";i:6515;s:11:\"size_before\";i:18484;s:10:\"size_after\";i:11969;s:4:\"time\";d:0.20000000000000001;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.07;s:5:\"bytes\";i:4153;s:11:\"size_before\";i:11204;s:10:\"size_after\";i:7051;s:4:\"time\";d:0.080000000000000002;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.560000000000002;s:5:\"bytes\";i:1425;s:11:\"size_before\";i:4246;s:10:\"size_after\";i:2821;s:4:\"time\";d:0.029999999999999999;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.170000000000002;s:5:\"bytes\";i:4704;s:11:\"size_before\";i:12654;s:10:\"size_after\";i:7950;s:4:\"time\";d:0.089999999999999997;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.710000000000001;s:5:\"bytes\";i:5419;s:11:\"size_before\";i:15611;s:10:\"size_after\";i:10192;s:4:\"time\";d:0.14000000000000001;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3062;s:10:\"size_after\";i:3062;s:4:\"time\";d:0.14000000000000001;}}}'),(19114,3841,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.0037292025243838;s:5:\"bytes\";i:9766;s:11:\"size_before\";i:139440;s:10:\"size_after\";i:129674;s:4:\"time\";d:0.18000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9299999999999997;s:5:\"bytes\";i:319;s:11:\"size_before\";i:4022;s:10:\"size_after\";i:3703;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6900000000000004;s:5:\"bytes\";i:442;s:11:\"size_before\";i:6606;s:10:\"size_after\";i:6164;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4500000000000002;s:5:\"bytes\";i:1547;s:11:\"size_before\";i:23969;s:10:\"size_after\";i:22422;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9699999999999998;s:5:\"bytes\";i:2585;s:11:\"size_before\";i:37110;s:10:\"size_after\";i:34525;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6600000000000001;s:5:\"bytes\";i:1828;s:11:\"size_before\";i:23879;s:10:\"size_after\";i:22051;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.29;s:5:\"bytes\";i:924;s:11:\"size_before\";i:12682;s:10:\"size_after\";i:11758;s:4:\"time\";d:0.01;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0700000000000003;s:5:\"bytes\";i:572;s:11:\"size_before\";i:8086;s:10:\"size_after\";i:7514;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.04;s:5:\"bytes\";i:320;s:11:\"size_before\";i:4548;s:10:\"size_after\";i:4228;s:4:\"time\";d:0.01;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3799999999999999;s:5:\"bytes\";i:540;s:11:\"size_before\";i:8458;s:10:\"size_after\";i:7918;s:4:\"time\";d:0.01;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8399999999999999;s:5:\"bytes\";i:689;s:11:\"size_before\";i:10080;s:10:\"size_after\";i:9391;s:4:\"time\";d:0.01;}}}'),(19115,3840,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.6635728002363486;s:5:\"bytes\";i:7577;s:11:\"size_before\";i:162472;s:10:\"size_after\";i:154895;s:4:\"time\";d:0.29000000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3099999999999996;s:5:\"bytes\";i:161;s:11:\"size_before\";i:2553;s:10:\"size_after\";i:2392;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3600000000000003;s:5:\"bytes\";i:339;s:11:\"size_before\";i:6321;s:10:\"size_after\";i:5982;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.7699999999999996;s:5:\"bytes\";i:3075;s:11:\"size_before\";i:31470;s:10:\"size_after\";i:28395;s:4:\"time\";d:0.10000000000000001;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3200000000000003;s:5:\"bytes\";i:1024;s:11:\"size_before\";i:16214;s:10:\"size_after\";i:15190;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6399999999999997;s:5:\"bytes\";i:374;s:11:\"size_before\";i:8067;s:10:\"size_after\";i:7693;s:4:\"time\";d:0.02;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8399999999999999;s:5:\"bytes\";i:194;s:11:\"size_before\";i:5057;s:10:\"size_after\";i:4863;s:4:\"time\";d:0.01;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4000000000000004;s:5:\"bytes\";i:155;s:11:\"size_before\";i:2872;s:10:\"size_after\";i:2717;s:4:\"time\";d:0.01;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2000000000000002;s:5:\"bytes\";i:220;s:11:\"size_before\";i:5243;s:10:\"size_after\";i:5023;s:4:\"time\";d:0.01;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.79;s:5:\"bytes\";i:234;s:11:\"size_before\";i:6169;s:10:\"size_after\";i:5935;s:4:\"time\";d:0.029999999999999999;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.29;s:5:\"bytes\";i:1801;s:11:\"size_before\";i:78506;s:10:\"size_after\";i:76705;s:4:\"time\";d:0.070000000000000007;}}}'),(19116,3839,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:18.647156402622556;s:5:\"bytes\";i:68458;s:11:\"size_before\";i:367123;s:10:\"size_after\";i:298665;s:4:\"time\";d:2.1699999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.969999999999999;s:5:\"bytes\";i:1877;s:11:\"size_before\";i:8172;s:10:\"size_after\";i:6295;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.969999999999999;s:5:\"bytes\";i:4195;s:11:\"size_before\";i:19092;s:10:\"size_after\";i:14897;s:4:\"time\";d:0.17000000000000001;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.260000000000002;s:5:\"bytes\";i:19218;s:11:\"size_before\";i:94849;s:10:\"size_after\";i:75631;s:4:\"time\";d:0.56999999999999995;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.899999999999999;s:5:\"bytes\";i:15978;s:11:\"size_before\";i:69759;s:10:\"size_after\";i:53781;s:4:\"time\";d:0.34000000000000002;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.829999999999998;s:5:\"bytes\";i:7561;s:11:\"size_before\";i:33124;s:10:\"size_after\";i:25563;s:4:\"time\";d:0.12;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.289999999999999;s:5:\"bytes\";i:5051;s:11:\"size_before\";i:20795;s:10:\"size_after\";i:15744;s:4:\"time\";d:0.17999999999999999;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.09;s:5:\"bytes\";i:2421;s:11:\"size_before\";i:10050;s:10:\"size_after\";i:7629;s:4:\"time\";d:0.040000000000000001;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.43;s:5:\"bytes\";i:5351;s:11:\"size_before\";i:21899;s:10:\"size_after\";i:16548;s:4:\"time\";d:0.070000000000000007;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.190000000000001;s:5:\"bytes\";i:6806;s:11:\"size_before\";i:27021;s:10:\"size_after\";i:20215;s:4:\"time\";d:0.10000000000000001;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:62362;s:10:\"size_after\";i:62362;s:4:\"time\";d:0.55000000000000004;}}}'),(19117,3838,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:15.275534906539189;s:5:\"bytes\";i:52310;s:11:\"size_before\";i:342443;s:10:\"size_after\";i:290133;s:4:\"time\";d:2.1299999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.649999999999999;s:5:\"bytes\";i:1468;s:11:\"size_before\";i:7469;s:10:\"size_after\";i:6001;s:4:\"time\";d:0.059999999999999998;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.370000000000001;s:5:\"bytes\";i:3304;s:11:\"size_before\";i:17988;s:10:\"size_after\";i:14684;s:4:\"time\";d:0.080000000000000002;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6;s:5:\"bytes\";i:11807;s:11:\"size_before\";i:86843;s:10:\"size_after\";i:75036;s:4:\"time\";d:0.37;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.649999999999999;s:5:\"bytes\";i:12120;s:11:\"size_before\";i:64992;s:10:\"size_after\";i:52872;s:4:\"time\";d:0.25;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.129999999999999;s:5:\"bytes\";i:6498;s:11:\"size_before\";i:30755;s:10:\"size_after\";i:24257;s:4:\"time\";d:0.17000000000000001;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.809999999999999;s:5:\"bytes\";i:4452;s:11:\"size_before\";i:19520;s:10:\"size_after\";i:15068;s:4:\"time\";d:0.070000000000000007;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.960000000000001;s:5:\"bytes\";i:2037;s:11:\"size_before\";i:9275;s:10:\"size_after\";i:7238;s:4:\"time\";d:0.029999999999999999;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.629999999999999;s:5:\"bytes\";i:4643;s:11:\"size_before\";i:20513;s:10:\"size_after\";i:15870;s:4:\"time\";d:0.070000000000000007;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.399999999999999;s:5:\"bytes\";i:5981;s:11:\"size_before\";i:25557;s:10:\"size_after\";i:19576;s:4:\"time\";d:0.17999999999999999;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:59531;s:10:\"size_after\";i:59531;s:4:\"time\";d:0.84999999999999998;}}}'),(19118,3837,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:15.733714780205233;s:5:\"bytes\";i:48727;s:11:\"size_before\";i:309698;s:10:\"size_after\";i:260971;s:4:\"time\";d:1.54;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.75;s:5:\"bytes\";i:1322;s:11:\"size_before\";i:6694;s:10:\"size_after\";i:5372;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.719999999999999;s:5:\"bytes\";i:3194;s:11:\"size_before\";i:16200;s:10:\"size_after\";i:13006;s:4:\"time\";d:0.070000000000000007;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.109999999999999;s:5:\"bytes\";i:11843;s:11:\"size_before\";i:78380;s:10:\"size_after\";i:66537;s:4:\"time\";d:0.47999999999999998;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.539999999999999;s:5:\"bytes\";i:11500;s:11:\"size_before\";i:58867;s:10:\"size_after\";i:47367;s:4:\"time\";d:0.26000000000000001;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.84;s:5:\"bytes\";i:5695;s:11:\"size_before\";i:27324;s:10:\"size_after\";i:21629;s:4:\"time\";d:0.12;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.780000000000001;s:5:\"bytes\";i:3945;s:11:\"size_before\";i:17318;s:10:\"size_after\";i:13373;s:4:\"time\";d:0.059999999999999998;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.73;s:5:\"bytes\";i:1807;s:11:\"size_before\";i:8317;s:10:\"size_after\";i:6510;s:4:\"time\";d:0.029999999999999999;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.43;s:5:\"bytes\";i:4102;s:11:\"size_before\";i:18289;s:10:\"size_after\";i:14187;s:4:\"time\";d:0.070000000000000007;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.449999999999999;s:5:\"bytes\";i:5319;s:11:\"size_before\";i:22684;s:10:\"size_after\";i:17365;s:4:\"time\";d:0.080000000000000002;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:55625;s:10:\"size_after\";i:55625;s:4:\"time\";d:0.34999999999999998;}}}'),(19119,3836,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:23.375343194765296;s:5:\"bytes\";i:38653;s:11:\"size_before\";i:165358;s:10:\"size_after\";i:126705;s:4:\"time\";d:1.1100000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.629999999999999;s:5:\"bytes\";i:1111;s:11:\"size_before\";i:3513;s:10:\"size_after\";i:2402;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.780000000000001;s:5:\"bytes\";i:2320;s:11:\"size_before\";i:8062;s:10:\"size_after\";i:5742;s:4:\"time\";d:0.050000000000000003;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.440000000000001;s:5:\"bytes\";i:7169;s:11:\"size_before\";i:36880;s:10:\"size_after\";i:29711;s:4:\"time\";d:0.25;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.079999999999998;s:5:\"bytes\";i:9829;s:11:\"size_before\";i:35003;s:10:\"size_after\";i:25174;s:4:\"time\";d:0.20000000000000001;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.5;s:5:\"bytes\";i:4854;s:11:\"size_before\";i:15411;s:10:\"size_after\";i:10557;s:4:\"time\";d:0.070000000000000007;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.740000000000002;s:5:\"bytes\";i:3423;s:11:\"size_before\";i:10146;s:10:\"size_after\";i:6723;s:4:\"time\";d:0.040000000000000001;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.07;s:5:\"bytes\";i:1752;s:11:\"size_before\";i:4996;s:10:\"size_after\";i:3244;s:4:\"time\";d:0.02;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.299999999999997;s:5:\"bytes\";i:3582;s:11:\"size_before\";i:10757;s:10:\"size_after\";i:7175;s:4:\"time\";d:0.12;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.18;s:5:\"bytes\";i:4613;s:11:\"size_before\";i:13496;s:10:\"size_after\";i:8883;s:4:\"time\";d:0.089999999999999997;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27094;s:10:\"size_after\";i:27094;s:4:\"time\";d:0.25;}}}'),(19120,3835,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:24.026069774985992;s:5:\"bytes\";i:40735;s:11:\"size_before\";i:169545;s:10:\"size_after\";i:128810;s:4:\"time\";d:1.2400000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.060000000000002;s:5:\"bytes\";i:1248;s:11:\"size_before\";i:3775;s:10:\"size_after\";i:2527;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.690000000000001;s:5:\"bytes\";i:2602;s:11:\"size_before\";i:8763;s:10:\"size_after\";i:6161;s:4:\"time\";d:0.089999999999999997;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.100000000000001;s:5:\"bytes\";i:7530;s:11:\"size_before\";i:39416;s:10:\"size_after\";i:31886;s:4:\"time\";d:0.34000000000000002;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.640000000000001;s:5:\"bytes\";i:10417;s:11:\"size_before\";i:36370;s:10:\"size_after\";i:25953;s:4:\"time\";d:0.17999999999999999;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.800000000000001;s:5:\"bytes\";i:5094;s:11:\"size_before\";i:16021;s:10:\"size_after\";i:10927;s:4:\"time\";d:0.12;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.939999999999998;s:5:\"bytes\";i:3473;s:11:\"size_before\";i:10545;s:10:\"size_after\";i:7072;s:4:\"time\";d:0.050000000000000003;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.460000000000001;s:5:\"bytes\";i:1760;s:11:\"size_before\";i:5108;s:10:\"size_after\";i:3348;s:4:\"time\";d:0.02;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.979999999999997;s:5:\"bytes\";i:3812;s:11:\"size_before\";i:11219;s:10:\"size_after\";i:7407;s:4:\"time\";d:0.050000000000000003;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.719999999999999;s:5:\"bytes\";i:4799;s:11:\"size_before\";i:13821;s:10:\"size_after\";i:9022;s:4:\"time\";d:0.10000000000000001;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24507;s:10:\"size_after\";i:24507;s:4:\"time\";d:0.27000000000000002;}}}'),(19121,3834,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:21.404633225604954;s:5:\"bytes\";i:39407;s:11:\"size_before\";i:184105;s:10:\"size_after\";i:144698;s:4:\"time\";d:1.21;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.770000000000003;s:5:\"bytes\";i:1429;s:11:\"size_before\";i:4231;s:10:\"size_after\";i:2802;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.93;s:5:\"bytes\";i:2689;s:11:\"size_before\";i:9627;s:10:\"size_after\";i:6938;s:4:\"time\";d:0.040000000000000001;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.890000000000001;s:5:\"bytes\";i:6492;s:11:\"size_before\";i:43596;s:10:\"size_after\";i:37104;s:4:\"time\";d:0.28000000000000003;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.100000000000001;s:5:\"bytes\";i:9562;s:11:\"size_before\";i:38095;s:10:\"size_after\";i:28533;s:4:\"time\";d:0.20999999999999999;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.960000000000001;s:5:\"bytes\";i:5056;s:11:\"size_before\";i:17457;s:10:\"size_after\";i:12401;s:4:\"time\";d:0.080000000000000002;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.560000000000002;s:5:\"bytes\";i:3706;s:11:\"size_before\";i:11381;s:10:\"size_after\";i:7675;s:4:\"time\";d:0.050000000000000003;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.149999999999999;s:5:\"bytes\";i:1967;s:11:\"size_before\";i:5596;s:10:\"size_after\";i:3629;s:4:\"time\";d:0.050000000000000003;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.109999999999999;s:5:\"bytes\";i:3855;s:11:\"size_before\";i:12004;s:10:\"size_after\";i:8149;s:4:\"time\";d:0.050000000000000003;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.379999999999999;s:5:\"bytes\";i:4651;s:11:\"size_before\";i:14820;s:10:\"size_after\";i:10169;s:4:\"time\";d:0.070000000000000007;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27298;s:10:\"size_after\";i:27298;s:4:\"time\";d:0.35999999999999999;}}}'),(19122,3833,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:38.565832245158781;s:5:\"bytes\";i:13881;s:11:\"size_before\";i:35993;s:10:\"size_after\";i:22112;s:4:\"time\";d:0.18000000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.489999999999998;s:5:\"bytes\";i:407;s:11:\"size_before\";i:1380;s:10:\"size_after\";i:973;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.690000000000001;s:5:\"bytes\";i:550;s:11:\"size_before\";i:1792;s:10:\"size_after\";i:1242;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.770000000000003;s:5:\"bytes\";i:2341;s:11:\"size_before\";i:5605;s:10:\"size_after\";i:3264;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:42.210000000000001;s:5:\"bytes\";i:3785;s:11:\"size_before\";i:8967;s:10:\"size_after\";i:5182;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:42.770000000000003;s:5:\"bytes\";i:2603;s:11:\"size_before\";i:6086;s:10:\"size_after\";i:3483;s:4:\"time\";d:0.070000000000000007;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.460000000000001;s:5:\"bytes\";i:1277;s:11:\"size_before\";i:3409;s:10:\"size_after\";i:2132;s:4:\"time\";d:0.01;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.740000000000002;s:5:\"bytes\";i:766;s:11:\"size_before\";i:2270;s:10:\"size_after\";i:1504;s:4:\"time\";d:0.01;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.890000000000001;s:5:\"bytes\";i:442;s:11:\"size_before\";i:1479;s:10:\"size_after\";i:1037;s:4:\"time\";d:0.01;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.899999999999999;s:5:\"bytes\";i:799;s:11:\"size_before\";i:2357;s:10:\"size_after\";i:1558;s:4:\"time\";d:0.01;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.399999999999999;s:5:\"bytes\";i:911;s:11:\"size_before\";i:2648;s:10:\"size_after\";i:1737;s:4:\"time\";d:0.01;}}}'),(19123,3832,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:63.13617606602476;s:5:\"bytes\";i:918;s:11:\"size_before\";i:1454;s:10:\"size_after\";i:536;s:4:\"time\";d:0.01;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:63.140000000000001;s:5:\"bytes\";i:918;s:11:\"size_before\";i:1454;s:10:\"size_after\";i:536;s:4:\"time\";d:0.01;}}}'),(19124,3831,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.667091024824954;s:5:\"bytes\";i:398;s:11:\"size_before\";i:3142;s:10:\"size_after\";i:2744;s:4:\"time\";d:0.070000000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:569;s:10:\"size_after\";i:569;s:4:\"time\";d:0.02;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:620;s:10:\"size_after\";i:620;s:4:\"time\";d:0.02;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.379999999999999;s:5:\"bytes\";i:398;s:11:\"size_before\";i:1953;s:10:\"size_after\";i:1555;s:4:\"time\";d:0.029999999999999999;}}}'),(19125,3830,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.6841621455993945;s:5:\"bytes\";i:7446;s:11:\"size_before\";i:277405;s:10:\"size_after\";i:269959;s:4:\"time\";d:0.31000000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3499999999999996;s:5:\"bytes\";i:380;s:11:\"size_before\";i:7100;s:10:\"size_after\";i:6720;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8700000000000001;s:5:\"bytes\";i:552;s:11:\"size_before\";i:14270;s:10:\"size_after\";i:13718;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1800000000000002;s:5:\"bytes\";i:1195;s:11:\"size_before\";i:54714;s:10:\"size_after\";i:53519;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.8500000000000001;s:5:\"bytes\";i:1553;s:11:\"size_before\";i:83768;s:10:\"size_after\";i:82215;s:4:\"time\";d:0.089999999999999997;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3399999999999999;s:5:\"bytes\";i:951;s:11:\"size_before\";i:40604;s:10:\"size_after\";i:39653;s:4:\"time\";d:0.059999999999999998;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0499999999999998;s:5:\"bytes\";i:683;s:11:\"size_before\";i:22380;s:10:\"size_after\";i:21697;s:4:\"time\";d:0.02;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8900000000000001;s:5:\"bytes\";i:565;s:11:\"size_before\";i:14507;s:10:\"size_after\";i:13942;s:4:\"time\";d:0.02;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3200000000000003;s:5:\"bytes\";i:409;s:11:\"size_before\";i:7684;s:10:\"size_after\";i:7275;s:4:\"time\";d:0.02;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5299999999999998;s:5:\"bytes\";i:531;s:11:\"size_before\";i:15050;s:10:\"size_after\";i:14519;s:4:\"time\";d:0.02;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6200000000000001;s:5:\"bytes\";i:627;s:11:\"size_before\";i:17328;s:10:\"size_after\";i:16701;s:4:\"time\";d:0.01;}}}'),(19126,3829,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:74.469889737065316;s:5:\"bytes\";i:878;s:11:\"size_before\";i:1179;s:10:\"size_after\";i:301;s:4:\"time\";d:0.01;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:74.469999999999999;s:5:\"bytes\";i:878;s:11:\"size_before\";i:1179;s:10:\"size_after\";i:301;s:4:\"time\";d:0.01;}}}'),(19127,3828,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:53.812771233725975;s:5:\"bytes\";i:868;s:11:\"size_before\";i:1613;s:10:\"size_after\";i:745;s:4:\"time\";d:0.10999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:84;s:10:\"size_after\";i:84;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4299999999999997;s:5:\"bytes\";i:7;s:11:\"size_before\";i:129;s:10:\"size_after\";i:122;s:4:\"time\";d:0.01;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2999999999999998;s:5:\"bytes\";i:4;s:11:\"size_before\";i:93;s:10:\"size_after\";i:89;s:4:\"time\";d:0.01;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.2000000000000002;s:5:\"bytes\";i:2;s:11:\"size_before\";i:91;s:10:\"size_after\";i:89;s:4:\"time\";d:0.01;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:86;s:10:\"size_after\";i:86;s:4:\"time\";d:0.01;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1699999999999999;s:5:\"bytes\";i:2;s:11:\"size_before\";i:92;s:10:\"size_after\";i:90;s:4:\"time\";d:0.040000000000000001;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2599999999999998;s:5:\"bytes\";i:4;s:11:\"size_before\";i:94;s:10:\"size_after\";i:90;s:4:\"time\";d:0.01;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:89.939999999999998;s:5:\"bytes\";i:849;s:11:\"size_before\";i:944;s:10:\"size_after\";i:95;s:4:\"time\";d:0.01;}}}'),(19128,3827,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:46.679438058748403;s:5:\"bytes\";i:731;s:11:\"size_before\";i:1566;s:10:\"size_after\";i:835;s:4:\"time\";d:0.040000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:46.68;s:5:\"bytes\";i:731;s:11:\"size_before\";i:1566;s:10:\"size_after\";i:835;s:4:\"time\";d:0.040000000000000001;}}}'),(19129,3826,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:34.850510024621876;s:5:\"bytes\";i:4954;s:11:\"size_before\";i:14215;s:10:\"size_after\";i:9261;s:4:\"time\";d:0.49999999999999994;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:41.93;s:5:\"bytes\";i:1372;s:11:\"size_before\";i:3272;s:10:\"size_after\";i:1900;s:4:\"time\";d:0.080000000000000002;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.960000000000001;s:5:\"bytes\";i:184;s:11:\"size_before\";i:768;s:10:\"size_after\";i:584;s:4:\"time\";d:0.050000000000000003;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2000000000000002;s:5:\"bytes\";i:65;s:11:\"size_before\";i:1249;s:10:\"size_after\";i:1184;s:4:\"time\";d:0.12;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3499999999999996;s:5:\"bytes\";i:54;s:11:\"size_before\";i:850;s:10:\"size_after\";i:796;s:4:\"time\";d:0.050000000000000003;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9900000000000002;s:5:\"bytes\";i:39;s:11:\"size_before\";i:651;s:10:\"size_after\";i:612;s:4:\"time\";d:0.040000000000000001;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.93;s:5:\"bytes\";i:1348;s:11:\"size_before\";i:3973;s:10:\"size_after\";i:2625;s:4:\"time\";d:0.029999999999999999;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4000000000000004;s:5:\"bytes\";i:43;s:11:\"size_before\";i:672;s:10:\"size_after\";i:629;s:4:\"time\";d:0.040000000000000001;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6399999999999997;s:5:\"bytes\";i:47;s:11:\"size_before\";i:708;s:10:\"size_after\";i:661;s:4:\"time\";d:0.040000000000000001;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:86.969999999999999;s:5:\"bytes\";i:1802;s:11:\"size_before\";i:2072;s:10:\"size_after\";i:270;s:4:\"time\";d:0.050000000000000003;}}}'),(19130,3825,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:26.277996607343091;s:5:\"bytes\";i:36559;s:11:\"size_before\";i:139124;s:10:\"size_after\";i:102565;s:4:\"time\";d:1.2600000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.600000000000001;s:5:\"bytes\";i:695;s:11:\"size_before\";i:3374;s:10:\"size_after\";i:2679;s:4:\"time\";d:0.050000000000000003;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.329999999999998;s:5:\"bytes\";i:6660;s:11:\"size_before\";i:18330;s:10:\"size_after\";i:11670;s:4:\"time\";d:0.10000000000000001;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.899999999999999;s:5:\"bytes\";i:6399;s:11:\"size_before\";i:26772;s:10:\"size_after\";i:20373;s:4:\"time\";d:0.14999999999999999;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.690000000000001;s:5:\"bytes\";i:7001;s:11:\"size_before\";i:22093;s:10:\"size_after\";i:15092;s:4:\"time\";d:0.28000000000000003;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.210000000000001;s:5:\"bytes\";i:3988;s:11:\"size_before\";i:13202;s:10:\"size_after\";i:9214;s:4:\"time\";d:0.080000000000000002;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.420000000000002;s:5:\"bytes\";i:2078;s:11:\"size_before\";i:6038;s:10:\"size_after\";i:3960;s:4:\"time\";d:0.029999999999999999;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.469999999999999;s:5:\"bytes\";i:4094;s:11:\"size_before\";i:13894;s:10:\"size_after\";i:9800;s:4:\"time\";d:0.12;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.859999999999999;s:5:\"bytes\";i:2970;s:11:\"size_before\";i:10660;s:10:\"size_after\";i:7690;s:4:\"time\";d:0.17000000000000001;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.800000000000001;s:5:\"bytes\";i:2674;s:11:\"size_before\";i:24761;s:10:\"size_after\";i:22087;s:4:\"time\";d:0.28000000000000003;}}}'),(19131,3824,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:28.610489299241692;s:5:\"bytes\";i:36937;s:11:\"size_before\";i:129103;s:10:\"size_after\";i:92166;s:4:\"time\";d:1.1599999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.800000000000001;s:5:\"bytes\";i:785;s:11:\"size_before\";i:3043;s:10:\"size_after\";i:2258;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:42.299999999999997;s:5:\"bytes\";i:7017;s:11:\"size_before\";i:16588;s:10:\"size_after\";i:9571;s:4:\"time\";d:0.11;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:23.969999999999999;s:5:\"bytes\";i:6028;s:11:\"size_before\";i:25146;s:10:\"size_after\";i:19118;s:4:\"time\";d:0.35999999999999999;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.460000000000001;s:5:\"bytes\";i:6922;s:11:\"size_before\";i:21326;s:10:\"size_after\";i:14404;s:4:\"time\";d:0.13;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.549999999999997;s:5:\"bytes\";i:4128;s:11:\"size_before\";i:12682;s:10:\"size_after\";i:8554;s:4:\"time\";d:0.070000000000000007;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";d:37.75;s:5:\"bytes\";i:2184;s:11:\"size_before\";i:5785;s:10:\"size_after\";i:3601;s:4:\"time\";d:0.059999999999999998;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.309999999999999;s:5:\"bytes\";i:4162;s:11:\"size_before\";i:13294;s:10:\"size_after\";i:9132;s:4:\"time\";d:0.080000000000000002;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.670000000000002;s:5:\"bytes\";i:2794;s:11:\"size_before\";i:10096;s:10:\"size_after\";i:7302;s:4:\"time\";d:0.089999999999999997;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.800000000000001;s:5:\"bytes\";i:2917;s:11:\"size_before\";i:21143;s:10:\"size_after\";i:18226;s:4:\"time\";d:0.23000000000000001;}}}'),(19132,3823,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:18.342909305697255;s:5:\"bytes\";i:10248;s:11:\"size_before\";i:55869;s:10:\"size_after\";i:45621;s:4:\"time\";d:0.13999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.129999999999999;s:5:\"bytes\";i:318;s:11:\"size_before\";i:1505;s:10:\"size_after\";i:1187;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.029999999999999;s:5:\"bytes\";i:313;s:11:\"size_before\";i:2601;s:10:\"size_after\";i:2288;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.06;s:5:\"bytes\";i:1600;s:11:\"size_before\";i:10621;s:10:\"size_after\";i:9021;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.25;s:5:\"bytes\";i:2828;s:11:\"size_before\";i:17402;s:10:\"size_after\";i:14574;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.210000000000001;s:5:\"bytes\";i:2052;s:11:\"size_before\";i:8475;s:10:\"size_after\";i:6423;s:4:\"time\";d:0.01;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.280000000000001;s:5:\"bytes\";i:997;s:11:\"size_before\";i:4474;s:10:\"size_after\";i:3477;s:4:\"time\";d:0.01;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.530000000000001;s:5:\"bytes\";i:578;s:11:\"size_before\";i:2816;s:10:\"size_after\";i:2238;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.91;s:5:\"bytes\";i:312;s:11:\"size_before\";i:1650;s:10:\"size_after\";i:1338;s:4:\"time\";d:0.01;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.649999999999999;s:5:\"bytes\";i:579;s:11:\"size_before\";i:2947;s:10:\"size_after\";i:2368;s:4:\"time\";d:0.01;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.859999999999999;s:5:\"bytes\";i:671;s:11:\"size_before\";i:3378;s:10:\"size_after\";i:2707;s:4:\"time\";d:0.01;}}}'),(19133,3806,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.643093481951453;s:5:\"bytes\";i:40562;s:11:\"size_before\";i:381111;s:10:\"size_after\";i:340549;s:4:\"time\";d:0.28000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.130000000000001;s:5:\"bytes\";i:1002;s:11:\"size_before\";i:9892;s:10:\"size_after\";i:8890;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.17;s:5:\"bytes\";i:1982;s:11:\"size_before\";i:19492;s:10:\"size_after\";i:17510;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.24;s:5:\"bytes\";i:8299;s:11:\"size_before\";i:73818;s:10:\"size_after\";i:65519;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.31;s:5:\"bytes\";i:11947;s:11:\"size_before\";i:105667;s:10:\"size_after\";i:93720;s:4:\"time\";d:0.050000000000000003;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.9700000000000006;s:5:\"bytes\";i:5925;s:11:\"size_before\";i:59432;s:10:\"size_after\";i:53507;s:4:\"time\";d:0.029999999999999999;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3699999999999992;s:5:\"bytes\";i:3023;s:11:\"size_before\";i:32266;s:10:\"size_after\";i:29243;s:4:\"time\";d:0.080000000000000002;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.800000000000001;s:5:\"bytes\";i:2301;s:11:\"size_before\";i:21310;s:10:\"size_after\";i:19009;s:4:\"time\";d:0.02;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4100000000000001;s:5:\"bytes\";i:1003;s:11:\"size_before\";i:10656;s:10:\"size_after\";i:9653;s:4:\"time\";d:0.01;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.52;s:5:\"bytes\";i:2345;s:11:\"size_before\";i:22283;s:10:\"size_after\";i:19938;s:4:\"time\";d:0.01;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.4;s:5:\"bytes\";i:2735;s:11:\"size_before\";i:26295;s:10:\"size_after\";i:23560;s:4:\"time\";d:0.02;}}}'),(19134,989,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:39047;s:10:\"size_after\";i:39047;s:4:\"time\";d:0.029999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:39047;s:10:\"size_after\";i:39047;s:4:\"time\";d:0.029999999999999999;}}}'),(19135,988,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:82438;s:10:\"size_after\";i:82438;s:4:\"time\";d:0.040000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:82438;s:10:\"size_after\";i:82438;s:4:\"time\";d:0.040000000000000001;}}}'),(19136,987,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:48478;s:10:\"size_after\";i:48478;s:4:\"time\";d:0.029999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:48478;s:10:\"size_after\";i:48478;s:4:\"time\";d:0.029999999999999999;}}}'),(19137,986,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:57406;s:10:\"size_after\";i:57406;s:4:\"time\";d:0.040000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:57406;s:10:\"size_after\";i:57406;s:4:\"time\";d:0.040000000000000001;}}}'),(19138,985,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:53725;s:10:\"size_after\";i:53725;s:4:\"time\";d:0.029999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:53725;s:10:\"size_after\";i:53725;s:4:\"time\";d:0.029999999999999999;}}}'),(19139,984,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:72733;s:10:\"size_after\";i:72733;s:4:\"time\";d:0.050000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:72733;s:10:\"size_after\";i:72733;s:4:\"time\";d:0.050000000000000003;}}}'),(19140,983,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:62086;s:10:\"size_after\";i:62086;s:4:\"time\";d:0.040000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:62086;s:10:\"size_after\";i:62086;s:4:\"time\";d:0.040000000000000001;}}}'),(19141,982,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:37843;s:10:\"size_after\";i:37843;s:4:\"time\";d:0.029999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:37843;s:10:\"size_after\";i:37843;s:4:\"time\";d:0.029999999999999999;}}}'),(19142,981,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:48665;s:10:\"size_after\";i:48665;s:4:\"time\";d:0.029999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:48665;s:10:\"size_after\";i:48665;s:4:\"time\";d:0.029999999999999999;}}}'),(19143,980,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25452;s:10:\"size_after\";i:25452;s:4:\"time\";d:0.040000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25452;s:10:\"size_after\";i:25452;s:4:\"time\";d:0.040000000000000001;}}}'),(19144,977,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:37918;s:10:\"size_after\";i:37918;s:4:\"time\";d:0.029999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:37918;s:10:\"size_after\";i:37918;s:4:\"time\";d:0.029999999999999999;}}}'),(19145,975,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30208;s:10:\"size_after\";i:30208;s:4:\"time\";d:0.029999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30208;s:10:\"size_after\";i:30208;s:4:\"time\";d:0.029999999999999999;}}}'),(19146,968,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:135784;s:10:\"size_after\";i:135784;s:4:\"time\";d:0.089999999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:135784;s:10:\"size_after\";i:135784;s:4:\"time\";d:0.089999999999999997;}}}'),(19147,964,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:46833;s:10:\"size_after\";i:46833;s:4:\"time\";d:0.059999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:46833;s:10:\"size_after\";i:46833;s:4:\"time\";d:0.059999999999999998;}}}'),(19148,962,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:102395;s:10:\"size_after\";i:102395;s:4:\"time\";d:0.070000000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:102395;s:10:\"size_after\";i:102395;s:4:\"time\";d:0.070000000000000007;}}}'),(19149,958,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26073;s:10:\"size_after\";i:26073;s:4:\"time\";d:0.029999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:26073;s:10:\"size_after\";i:26073;s:4:\"time\";d:0.029999999999999999;}}}'),(19150,957,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24040;s:10:\"size_after\";i:24040;s:4:\"time\";d:0.029999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24040;s:10:\"size_after\";i:24040;s:4:\"time\";d:0.029999999999999999;}}}'),(19151,956,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20086;s:10:\"size_after\";i:20086;s:4:\"time\";d:0.029999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20086;s:10:\"size_after\";i:20086;s:4:\"time\";d:0.029999999999999999;}}}'),(19152,948,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:107210;s:10:\"size_after\";i:107210;s:4:\"time\";d:0.14999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:107210;s:10:\"size_after\";i:107210;s:4:\"time\";d:0.14999999999999999;}}}'),(19153,947,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:117698;s:10:\"size_after\";i:117698;s:4:\"time\";d:0.14999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:117698;s:10:\"size_after\";i:117698;s:4:\"time\";d:0.14999999999999999;}}}'),(19154,946,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:197854;s:10:\"size_after\";i:197854;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:197854;s:10:\"size_after\";i:197854;s:4:\"time\";d:0.16;}}}'),(19155,942,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:115238;s:10:\"size_after\";i:115238;s:4:\"time\";d:0.059999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:115238;s:10:\"size_after\";i:115238;s:4:\"time\";d:0.059999999999999998;}}}'),(19156,940,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22478;s:10:\"size_after\";i:22478;s:4:\"time\";d:0.029999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:22478;s:10:\"size_after\";i:22478;s:4:\"time\";d:0.029999999999999999;}}}'),(19157,939,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31486;s:10:\"size_after\";i:31486;s:4:\"time\";d:0.050000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:31486;s:10:\"size_after\";i:31486;s:4:\"time\";d:0.050000000000000003;}}}'),(19158,938,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30914;s:10:\"size_after\";i:30914;s:4:\"time\";d:0.029999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30914;s:10:\"size_after\";i:30914;s:4:\"time\";d:0.029999999999999999;}}}'),(19159,936,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:58200;s:10:\"size_after\";i:58200;s:4:\"time\";d:0.059999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:58200;s:10:\"size_after\";i:58200;s:4:\"time\";d:0.059999999999999998;}}}'),(19160,935,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:76638;s:10:\"size_after\";i:76638;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:76638;s:10:\"size_after\";i:76638;s:4:\"time\";d:0.11;}}}'),(19161,930,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30610;s:10:\"size_after\";i:30610;s:4:\"time\";d:0.029999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30610;s:10:\"size_after\";i:30610;s:4:\"time\";d:0.029999999999999999;}}}'),(19162,929,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14140;s:10:\"size_after\";i:14140;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14140;s:10:\"size_after\";i:14140;s:4:\"time\";d:0.02;}}}'),(19163,928,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14674;s:10:\"size_after\";i:14674;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14674;s:10:\"size_after\";i:14674;s:4:\"time\";d:0.02;}}}'),(19164,927,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:41700;s:10:\"size_after\";i:41700;s:4:\"time\";d:0.050000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:41700;s:10:\"size_after\";i:41700;s:4:\"time\";d:0.050000000000000003;}}}'),(19165,926,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:62244;s:10:\"size_after\";i:62244;s:4:\"time\";d:0.10000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:62244;s:10:\"size_after\";i:62244;s:4:\"time\";d:0.10000000000000001;}}}'),(19166,925,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:55209;s:10:\"size_after\";i:55209;s:4:\"time\";d:0.050000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:55209;s:10:\"size_after\";i:55209;s:4:\"time\";d:0.050000000000000003;}}}'),(19167,924,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:72572;s:10:\"size_after\";i:72572;s:4:\"time\";d:0.050000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:72572;s:10:\"size_after\";i:72572;s:4:\"time\";d:0.050000000000000003;}}}'),(19168,923,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:38103;s:10:\"size_after\";i:38103;s:4:\"time\";d:0.050000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:38103;s:10:\"size_after\";i:38103;s:4:\"time\";d:0.050000000000000003;}}}'),(19169,922,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:47471;s:10:\"size_after\";i:47471;s:4:\"time\";d:0.050000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:47471;s:10:\"size_after\";i:47471;s:4:\"time\";d:0.050000000000000003;}}}'),(19170,921,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:64610;s:10:\"size_after\";i:64610;s:4:\"time\";d:0.10000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:64610;s:10:\"size_after\";i:64610;s:4:\"time\";d:0.10000000000000001;}}}'),(19171,920,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:65890;s:10:\"size_after\";i:65890;s:4:\"time\";d:0.050000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:65890;s:10:\"size_after\";i:65890;s:4:\"time\";d:0.050000000000000003;}}}'),(19172,919,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:66072;s:10:\"size_after\";i:66072;s:4:\"time\";d:0.050000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:66072;s:10:\"size_after\";i:66072;s:4:\"time\";d:0.050000000000000003;}}}'),(19173,918,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:46091;s:10:\"size_after\";i:46091;s:4:\"time\";d:0.040000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:46091;s:10:\"size_after\";i:46091;s:4:\"time\";d:0.040000000000000001;}}}'),(19174,917,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:60031;s:10:\"size_after\";i:60031;s:4:\"time\";d:0.050000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:60031;s:10:\"size_after\";i:60031;s:4:\"time\";d:0.050000000000000003;}}}'),(19175,916,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:32347;s:10:\"size_after\";i:32347;s:4:\"time\";d:0.050000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:32347;s:10:\"size_after\";i:32347;s:4:\"time\";d:0.050000000000000003;}}}'),(19176,915,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40868;s:10:\"size_after\";i:40868;s:4:\"time\";d:0.059999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40868;s:10:\"size_after\";i:40868;s:4:\"time\";d:0.059999999999999998;}}}'),(19177,914,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:57025;s:10:\"size_after\";i:57025;s:4:\"time\";d:0.050000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:57025;s:10:\"size_after\";i:57025;s:4:\"time\";d:0.050000000000000003;}}}'),(19178,913,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:52267;s:10:\"size_after\";i:52267;s:4:\"time\";d:0.10000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:52267;s:10:\"size_after\";i:52267;s:4:\"time\";d:0.10000000000000001;}}}'),(19179,912,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:62189;s:10:\"size_after\";i:62189;s:4:\"time\";d:0.070000000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:62189;s:10:\"size_after\";i:62189;s:4:\"time\";d:0.070000000000000007;}}}'),(19180,869,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1637;s:10:\"size_after\";i:1637;s:4:\"time\";d:0.01;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1637;s:10:\"size_after\";i:1637;s:4:\"time\";d:0.01;}}}'),(19181,868,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1122;s:10:\"size_after\";i:1122;s:4:\"time\";d:0.01;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1122;s:10:\"size_after\";i:1122;s:4:\"time\";d:0.01;}}}'),(19182,867,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1422;s:10:\"size_after\";i:1422;s:4:\"time\";d:0.01;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1422;s:10:\"size_after\";i:1422;s:4:\"time\";d:0.01;}}}'),(19183,866,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1579;s:10:\"size_after\";i:1579;s:4:\"time\";d:0.01;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1579;s:10:\"size_after\";i:1579;s:4:\"time\";d:0.01;}}}'),(19184,865,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1888;s:10:\"size_after\";i:1888;s:4:\"time\";d:0.01;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1888;s:10:\"size_after\";i:1888;s:4:\"time\";d:0.01;}}}'),(19185,864,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1287;s:10:\"size_after\";i:1287;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1287;s:10:\"size_after\";i:1287;s:4:\"time\";d:0.02;}}}'),(19186,863,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1226;s:10:\"size_after\";i:1226;s:4:\"time\";d:0.059999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1226;s:10:\"size_after\";i:1226;s:4:\"time\";d:0.059999999999999998;}}}'),(19187,810,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23561;s:10:\"size_after\";i:23561;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23561;s:10:\"size_after\";i:23561;s:4:\"time\";d:0.02;}}}'),(19188,809,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16591;s:10:\"size_after\";i:16591;s:4:\"time\";d:0.029999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16591;s:10:\"size_after\";i:16591;s:4:\"time\";d:0.029999999999999999;}}}'),(19189,807,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13191;s:10:\"size_after\";i:13191;s:4:\"time\";d:0.050000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13191;s:10:\"size_after\";i:13191;s:4:\"time\";d:0.050000000000000003;}}}'),(19190,802,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:187583;s:10:\"size_after\";i:187583;s:4:\"time\";d:0.14000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:187583;s:10:\"size_after\";i:187583;s:4:\"time\";d:0.14000000000000001;}}}'),(19191,800,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:130515;s:10:\"size_after\";i:130515;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:130515;s:10:\"size_after\";i:130515;s:4:\"time\";d:0.11;}}}'),(19192,799,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:261137;s:10:\"size_after\";i:261137;s:4:\"time\";d:0.31;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:261137;s:10:\"size_after\";i:261137;s:4:\"time\";d:0.31;}}}'),(19193,796,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23650;s:10:\"size_after\";i:23650;s:4:\"time\";d:0.029999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23650;s:10:\"size_after\";i:23650;s:4:\"time\";d:0.029999999999999999;}}}'),(19194,795,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:99332;s:10:\"size_after\";i:99332;s:4:\"time\";d:0.059999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:99332;s:10:\"size_after\";i:99332;s:4:\"time\";d:0.059999999999999998;}}}'),(19195,793,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:90601;s:10:\"size_after\";i:90601;s:4:\"time\";d:0.16;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:90601;s:10:\"size_after\";i:90601;s:4:\"time\";d:0.16;}}}'),(19196,792,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:89334;s:10:\"size_after\";i:89334;s:4:\"time\";d:0.050000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:89334;s:10:\"size_after\";i:89334;s:4:\"time\";d:0.050000000000000003;}}}'),(19197,790,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33336;s:10:\"size_after\";i:33336;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:33336;s:10:\"size_after\";i:33336;s:4:\"time\";d:0.02;}}}'),(19198,789,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16738;s:10:\"size_after\";i:16738;s:4:\"time\";d:0.029999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16738;s:10:\"size_after\";i:16738;s:4:\"time\";d:0.029999999999999999;}}}'),(19199,787,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:44063;s:10:\"size_after\";i:44063;s:4:\"time\";d:0.050000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:44063;s:10:\"size_after\";i:44063;s:4:\"time\";d:0.050000000000000003;}}}'),(19200,786,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:43520;s:10:\"size_after\";i:43520;s:4:\"time\";d:0.029999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:43520;s:10:\"size_after\";i:43520;s:4:\"time\";d:0.029999999999999999;}}}'),(19201,783,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:104372;s:10:\"size_after\";i:104372;s:4:\"time\";d:0.070000000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:104372;s:10:\"size_after\";i:104372;s:4:\"time\";d:0.070000000000000007;}}}'),(19202,781,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10424;s:10:\"size_after\";i:10424;s:4:\"time\";d:0.040000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10424;s:10:\"size_after\";i:10424;s:4:\"time\";d:0.040000000000000001;}}}'),(19203,780,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5373;s:10:\"size_after\";i:5373;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5373;s:10:\"size_after\";i:5373;s:4:\"time\";d:0.02;}}}'),(19204,752,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11996;s:10:\"size_after\";i:11996;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11996;s:10:\"size_after\";i:11996;s:4:\"time\";d:0.02;}}}'),(19205,741,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:76105;s:10:\"size_after\";i:76105;s:4:\"time\";d:0.059999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:76105;s:10:\"size_after\";i:76105;s:4:\"time\";d:0.059999999999999998;}}}'),(19206,740,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:104092;s:10:\"size_after\";i:104092;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:104092;s:10:\"size_after\";i:104092;s:4:\"time\";d:0.11;}}}'),(19207,708,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7429;s:10:\"size_after\";i:7429;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7429;s:10:\"size_after\";i:7429;s:4:\"time\";d:0.02;}}}'),(19208,707,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3440;s:10:\"size_after\";i:3440;s:4:\"time\";d:0.01;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3440;s:10:\"size_after\";i:3440;s:4:\"time\";d:0.01;}}}'),(19209,477,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:446562;s:10:\"size_after\";i:446562;s:4:\"time\";d:0.41999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:446562;s:10:\"size_after\";i:446562;s:4:\"time\";d:0.41999999999999998;}}}'),(19210,462,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:79408;s:10:\"size_after\";i:79408;s:4:\"time\";d:0.10000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:79408;s:10:\"size_after\";i:79408;s:4:\"time\";d:0.10000000000000001;}}}'),(19211,447,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.274530547474213;s:5:\"bytes\";i:172;s:11:\"size_before\";i:7562;s:10:\"size_after\";i:7390;s:4:\"time\";d:0.029999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.27;s:5:\"bytes\";i:172;s:11:\"size_before\";i:7562;s:10:\"size_after\";i:7390;s:4:\"time\";d:0.029999999999999999;}}}'),(19212,434,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:629747;s:10:\"size_after\";i:629747;s:4:\"time\";d:0.20000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:629747;s:10:\"size_after\";i:629747;s:4:\"time\";d:0.20000000000000001;}}}'),(19213,419,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:54057;s:10:\"size_after\";i:54057;s:4:\"time\";d:0.050000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:54057;s:10:\"size_after\";i:54057;s:4:\"time\";d:0.050000000000000003;}}}'),(19214,413,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10523;s:10:\"size_after\";i:10523;s:4:\"time\";d:0.040000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10523;s:10:\"size_after\";i:10523;s:4:\"time\";d:0.040000000000000001;}}}'),(19215,412,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4157;s:10:\"size_after\";i:4157;s:4:\"time\";d:0.01;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4157;s:10:\"size_after\";i:4157;s:4:\"time\";d:0.01;}}}'),(19216,402,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:230726;s:10:\"size_after\";i:230726;s:4:\"time\";d:0.14999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:230726;s:10:\"size_after\";i:230726;s:4:\"time\";d:0.14999999999999999;}}}'),(19217,401,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5126;s:10:\"size_after\";i:5126;s:4:\"time\";d:0.01;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5126;s:10:\"size_after\";i:5126;s:4:\"time\";d:0.01;}}}'),(19218,388,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:39290;s:10:\"size_after\";i:39290;s:4:\"time\";d:0.050000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:39290;s:10:\"size_after\";i:39290;s:4:\"time\";d:0.050000000000000003;}}}'),(19219,387,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34416;s:10:\"size_after\";i:34416;s:4:\"time\";d:0.040000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34416;s:10:\"size_after\";i:34416;s:4:\"time\";d:0.040000000000000001;}}}'),(19220,386,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:65421;s:10:\"size_after\";i:65421;s:4:\"time\";d:0.029999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:65421;s:10:\"size_after\";i:65421;s:4:\"time\";d:0.029999999999999999;}}}'),(19221,385,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:41865;s:10:\"size_after\";i:41865;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:41865;s:10:\"size_after\";i:41865;s:4:\"time\";d:0.02;}}}'),(19222,383,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:221497;s:10:\"size_after\";i:221497;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:221497;s:10:\"size_after\";i:221497;s:4:\"time\";d:0.13;}}}'),(19223,379,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:322425;s:10:\"size_after\";i:322425;s:4:\"time\";d:0.20000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:322425;s:10:\"size_after\";i:322425;s:4:\"time\";d:0.20000000000000001;}}}'),(19224,377,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:188794;s:10:\"size_after\";i:188794;s:4:\"time\";d:0.10000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:188794;s:10:\"size_after\";i:188794;s:4:\"time\";d:0.10000000000000001;}}}'),(19225,246,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1074;s:10:\"size_after\";i:1074;s:4:\"time\";d:0.02;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1074;s:10:\"size_after\";i:1074;s:4:\"time\";d:0.02;}}}'),(19226,120,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:346008;s:10:\"size_after\";i:346008;s:4:\"time\";d:0.23000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:346008;s:10:\"size_after\";i:346008;s:4:\"time\";d:0.23000000000000001;}}}'),(19227,90,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:939;s:10:\"size_after\";i:939;s:4:\"time\";d:0.040000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:939;s:10:\"size_after\";i:939;s:4:\"time\";d:0.040000000000000001;}}}'),(19228,88,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:113492;s:10:\"size_after\";i:113492;s:4:\"time\";d:0.35999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:113492;s:10:\"size_after\";i:113492;s:4:\"time\";d:0.35999999999999999;}}}'),(19229,57,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:113504;s:10:\"size_after\";i:113504;s:4:\"time\";d:0.10000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:113504;s:10:\"size_after\";i:113504;s:4:\"time\";d:0.10000000000000001;}}}'),(19230,55,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:320179;s:10:\"size_after\";i:320179;s:4:\"time\";d:0.23000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:320179;s:10:\"size_after\";i:320179;s:4:\"time\";d:0.23000000000000001;}}}'),(19231,52,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:307807;s:10:\"size_after\";i:307807;s:4:\"time\";d:0.20999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:307807;s:10:\"size_after\";i:307807;s:4:\"time\";d:0.20999999999999999;}}}'),(19232,47,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:80964;s:10:\"size_after\";i:80964;s:4:\"time\";d:0.19;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:80964;s:10:\"size_after\";i:80964;s:4:\"time\";d:0.19;}}}'),(19233,43,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:662219;s:10:\"size_after\";i:662219;s:4:\"time\";d:0.62;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:662219;s:10:\"size_after\";i:662219;s:4:\"time\";d:0.62;}}}'),(19234,41,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:153682;s:10:\"size_after\";i:153682;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:153682;s:10:\"size_after\";i:153682;s:4:\"time\";d:0.12;}}}'),(19235,38,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:100702;s:10:\"size_after\";i:100702;s:4:\"time\";d:0.089999999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:100702;s:10:\"size_after\";i:100702;s:4:\"time\";d:0.089999999999999997;}}}'),(19236,4,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.5935506851144829;s:5:\"bytes\";i:20634;s:11:\"size_before\";i:449195;s:10:\"size_after\";i:428561;s:4:\"time\";d:0.48999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5599999999999996;s:5:\"bytes\";i:534;s:11:\"size_before\";i:8140;s:10:\"size_after\";i:7606;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7000000000000002;s:5:\"bytes\";i:1142;s:11:\"size_before\";i:20021;s:10:\"size_after\";i:18879;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4900000000000002;s:5:\"bytes\";i:4098;s:11:\"size_before\";i:91341;s:10:\"size_after\";i:87243;s:4:\"time\";d:0.10000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3099999999999996;s:5:\"bytes\";i:6370;s:11:\"size_before\";i:147736;s:10:\"size_after\";i:141366;s:4:\"time\";d:0.070000000000000007;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0700000000000003;s:5:\"bytes\";i:3068;s:11:\"size_before\";i:60539;s:10:\"size_after\";i:57471;s:4:\"time\";d:0.029999999999999999;}s:25:\"twentyfourteen-full-width\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4699999999999998;s:5:\"bytes\";i:5422;s:11:\"size_before\";i:121418;s:10:\"size_after\";i:115996;s:4:\"time\";d:0.25;}}}'),(19237,4222,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:530893;s:10:\"size_after\";i:530893;s:4:\"time\";d:0.77000000000000013;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5046;s:10:\"size_after\";i:5046;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9132;s:10:\"size_after\";i:9132;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:41955;s:10:\"size_after\";i:41955;s:4:\"time\";d:0.089999999999999997;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:67271;s:10:\"size_after\";i:67271;s:4:\"time\";d:0.10000000000000001;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2369;s:10:\"size_after\";i:2369;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20915;s:10:\"size_after\";i:20915;s:4:\"time\";d:0.040000000000000001;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20915;s:10:\"size_after\";i:20915;s:4:\"time\";d:0.02;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25490;s:10:\"size_after\";i:25490;s:4:\"time\";d:0.040000000000000001;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11048;s:10:\"size_after\";i:11048;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:46270;s:10:\"size_after\";i:46270;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21388;s:10:\"size_after\";i:21388;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20187;s:10:\"size_after\";i:20187;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10980;s:10:\"size_after\";i:10980;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5381;s:10:\"size_after\";i:5381;s:4:\"time\";d:0.02;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40052;s:10:\"size_after\";i:40052;s:4:\"time\";d:0.080000000000000002;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1711;s:10:\"size_after\";i:1711;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4892;s:10:\"size_after\";i:4892;s:4:\"time\";d:0.040000000000000001;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14339;s:10:\"size_after\";i:14339;s:4:\"time\";d:0.01;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:28122;s:10:\"size_after\";i:28122;s:4:\"time\";d:0.029999999999999999;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:45289;s:10:\"size_after\";i:45289;s:4:\"time\";d:0.040000000000000001;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:88141;s:10:\"size_after\";i:88141;s:4:\"time\";d:0.12;}}}'),(19238,4025,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.3550600343053167;s:5:\"bytes\";i:35546;s:11:\"size_before\";i:816200;s:10:\"size_after\";i:780654;s:4:\"time\";d:0.82000000000000006;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2000000000000002;s:5:\"bytes\";i:588;s:11:\"size_before\";i:8172;s:10:\"size_after\";i:7584;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4000000000000004;s:5:\"bytes\";i:975;s:11:\"size_before\";i:15236;s:10:\"size_after\";i:14261;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3200000000000003;s:5:\"bytes\";i:2757;s:11:\"size_before\";i:63837;s:10:\"size_after\";i:61080;s:4:\"time\";d:0.11;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7400000000000002;s:5:\"bytes\";i:3648;s:11:\"size_before\";i:97520;s:10:\"size_after\";i:93872;s:4:\"time\";d:0.070000000000000007;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1500000000000004;s:5:\"bytes\";i:316;s:11:\"size_before\";i:3876;s:10:\"size_after\";i:3560;s:4:\"time\";d:0.029999999999999999;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3099999999999996;s:5:\"bytes\";i:1806;s:11:\"size_before\";i:33987;s:10:\"size_after\";i:32181;s:4:\"time\";d:0.059999999999999998;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:32181;s:10:\"size_after\";i:32181;s:4:\"time\";d:0.02;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9000000000000004;s:5:\"bytes\";i:2082;s:11:\"size_before\";i:42469;s:10:\"size_after\";i:40387;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8099999999999996;s:5:\"bytes\";i:1088;s:11:\"size_before\";i:18713;s:10:\"size_after\";i:17625;s:4:\"time\";d:0.02;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.04;s:5:\"bytes\";i:2940;s:11:\"size_before\";i:72728;s:10:\"size_after\";i:69788;s:4:\"time\";d:0.040000000000000001;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9500000000000002;s:5:\"bytes\";i:1770;s:11:\"size_before\";i:35792;s:10:\"size_after\";i:34022;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9800000000000004;s:5:\"bytes\";i:1636;s:11:\"size_before\";i:32834;s:10:\"size_after\";i:31198;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0700000000000003;s:5:\"bytes\";i:1099;s:11:\"size_before\";i:18115;s:10:\"size_after\";i:17016;s:4:\"time\";d:0.02;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6699999999999999;s:5:\"bytes\";i:590;s:11:\"size_before\";i:8850;s:10:\"size_after\";i:8260;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1799999999999997;s:5:\"bytes\";i:2558;s:11:\"size_before\";i:61255;s:10:\"size_after\";i:58697;s:4:\"time\";d:0.12;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8200000000000003;s:5:\"bytes\";i:243;s:11:\"size_before\";i:2756;s:10:\"size_after\";i:2513;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0599999999999996;s:5:\"bytes\";i:592;s:11:\"size_before\";i:8380;s:10:\"size_after\";i:7788;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6900000000000004;s:5:\"bytes\";i:1354;s:11:\"size_before\";i:23799;s:10:\"size_after\";i:22445;s:4:\"time\";d:0.02;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.96;s:5:\"bytes\";i:2198;s:11:\"size_before\";i:44346;s:10:\"size_after\";i:42148;s:4:\"time\";d:0.080000000000000002;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2800000000000002;s:5:\"bytes\";i:2908;s:11:\"size_before\";i:67953;s:10:\"size_after\";i:65045;s:4:\"time\";d:0.029999999999999999;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5600000000000001;s:5:\"bytes\";i:4398;s:11:\"size_before\";i:123401;s:10:\"size_after\";i:119003;s:4:\"time\";d:0.070000000000000007;}}}'),(19239,3956,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:354636;s:10:\"size_after\";i:354636;s:4:\"time\";d:0.5;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:21:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3689;s:10:\"size_after\";i:3689;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4840;s:10:\"size_after\";i:4840;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24038;s:10:\"size_after\";i:24038;s:4:\"time\";d:0.059999999999999998;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40110;s:10:\"size_after\";i:40110;s:4:\"time\";d:0.040000000000000001;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1441;s:10:\"size_after\";i:1441;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11392;s:10:\"size_after\";i:11392;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11392;s:10:\"size_after\";i:11392;s:4:\"time\";d:0.01;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20933;s:10:\"size_after\";i:20933;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8751;s:10:\"size_after\";i:8751;s:4:\"time\";d:0.02;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40273;s:10:\"size_after\";i:40273;s:4:\"time\";d:0.040000000000000001;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17590;s:10:\"size_after\";i:17590;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16693;s:10:\"size_after\";i:16693;s:4:\"time\";d:0.040000000000000001;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8819;s:10:\"size_after\";i:8819;s:4:\"time\";d:0.02;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4119;s:10:\"size_after\";i:4119;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:34344;s:10:\"size_after\";i:34344;s:4:\"time\";d:0.029999999999999999;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1306;s:10:\"size_after\";i:1306;s:4:\"time\";i:0;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2651;s:10:\"size_after\";i:2651;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7817;s:10:\"size_after\";i:7817;s:4:\"time\";d:0.01;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15530;s:10:\"size_after\";i:15530;s:4:\"time\";d:0.01;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25764;s:10:\"size_after\";i:25764;s:4:\"time\";d:0.050000000000000003;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:53144;s:10:\"size_after\";i:53144;s:4:\"time\";d:0.050000000000000003;}}}'),(19240,3905,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.212556583349734;s:5:\"bytes\";i:5189;s:11:\"size_before\";i:50810;s:10:\"size_after\";i:45621;s:4:\"time\";d:0.20000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1187;s:10:\"size_after\";i:1187;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2288;s:10:\"size_after\";i:2288;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9021;s:10:\"size_after\";i:9021;s:4:\"time\";d:0.02;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14574;s:10:\"size_after\";i:14574;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.210000000000001;s:5:\"bytes\";i:2052;s:11:\"size_before\";i:8475;s:10:\"size_after\";i:6423;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:22.280000000000001;s:5:\"bytes\";i:997;s:11:\"size_before\";i:4474;s:10:\"size_after\";i:3477;s:4:\"time\";d:0.02;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.530000000000001;s:5:\"bytes\";i:578;s:11:\"size_before\";i:2816;s:10:\"size_after\";i:2238;s:4:\"time\";d:0.01;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.91;s:5:\"bytes\";i:312;s:11:\"size_before\";i:1650;s:10:\"size_after\";i:1338;s:4:\"time\";d:0.01;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.649999999999999;s:5:\"bytes\";i:579;s:11:\"size_before\";i:2947;s:10:\"size_after\";i:2368;s:4:\"time\";d:0.040000000000000001;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.859999999999999;s:5:\"bytes\";i:671;s:11:\"size_before\";i:3378;s:10:\"size_after\";i:2707;s:4:\"time\";d:0.029999999999999999;}}}'),(19241,3854,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:30191;s:10:\"size_after\";i:30191;s:4:\"time\";d:0.28000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1170;s:10:\"size_after\";i:1170;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1699;s:10:\"size_after\";i:1699;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5151;s:10:\"size_after\";i:5151;s:4:\"time\";d:0.089999999999999997;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7982;s:10:\"size_after\";i:7982;s:4:\"time\";d:0.080000000000000002;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4461;s:10:\"size_after\";i:4461;s:4:\"time\";d:0.029999999999999999;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2674;s:10:\"size_after\";i:2674;s:4:\"time\";d:0.01;}s:14:\"portfolio-four\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1833;s:10:\"size_after\";i:1833;s:4:\"time\";d:0.01;}s:13:\"portfolio-six\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1238;s:10:\"size_after\";i:1238;s:4:\"time\";d:0.02;}s:16:\"portfolio-recent\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1888;s:10:\"size_after\";i:1888;s:4:\"time\";d:0.01;}s:10:\"flex-thumb\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:2095;s:10:\"size_after\";i:2095;s:4:\"time\";d:0.01;}}}'),(19242,949,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:183160;s:10:\"size_after\";i:183160;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:183160;s:10:\"size_after\";i:183160;s:4:\"time\";d:0.13;}}}'),(19243,782,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:69906;s:10:\"size_after\";i:69906;s:4:\"time\";d:0.050000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:69906;s:10:\"size_after\";i:69906;s:4:\"time\";d:0.050000000000000003;}}}'),(19244,4488,'_wp_attached_file','2017/02/img_1584-3.jpg'),(19245,4488,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1310;s:6:\"height\";i:983;s:4:\"file\";s:22:\"2017/02/img_1584-3.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"img_1584-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:22:\"img_1584-3-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:22:\"img_1584-3-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:23:\"img_1584-3-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:22:\"img_1584-3-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:22:\"img_1584-3-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:22:\"img_1584-3-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:22:\"img_1584-3-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:22:\"img_1584-3-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:22:\"img_1584-3-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:22:\"img_1584-3-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:22:\"img_1584-3-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:20:\"img_1584-3-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:22:\"img_1584-3-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:22:\"img_1584-3-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:22:\"img_1584-3-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:22:\"img_1584-3-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:23:\"img_1584-3-1200x900.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:900;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:0:\"\";s:6:\"camera\";s:9:\"iPhone 6s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1478286682\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19278,4489,'_wp_attached_file','2015/05/img_1855-2.jpg'),(19279,4489,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1411;s:6:\"height\";i:1058;s:4:\"file\";s:22:\"2015/05/img_1855-2.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"img_1855-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:\"img_1855-2-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:22:\"img_1855-2-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:23:\"img_1855-2-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:22:\"img_1855-2-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:22:\"img_1855-2-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:22:\"img_1855-2-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:22:\"img_1855-2-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:22:\"img_1855-2-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:22:\"img_1855-2-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:22:\"img_1855-2-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:22:\"img_1855-2-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:20:\"img_1855-2-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:22:\"img_1855-2-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:22:\"img_1855-2-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:22:\"img_1855-2-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:22:\"img_1855-2-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:23:\"img_1855-2-1200x900.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:900;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:0:\"\";s:6:\"camera\";s:9:\"iPhone 6s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1479408440\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19280,4489,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.895101897673694;s:5:\"bytes\";i:29988;s:11:\"size_before\";i:769890;s:10:\"size_after\";i:739902;s:4:\"time\";d:0.57000000000000006;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6399999999999997;s:5:\"bytes\";i:399;s:11:\"size_before\";i:7075;s:10:\"size_after\";i:6676;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4800000000000004;s:5:\"bytes\";i:736;s:11:\"size_before\";i:16423;s:10:\"size_after\";i:15687;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5499999999999998;s:5:\"bytes\";i:2504;s:11:\"size_before\";i:70608;s:10:\"size_after\";i:68104;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4900000000000002;s:5:\"bytes\";i:3884;s:11:\"size_before\";i:111446;s:10:\"size_after\";i:107562;s:4:\"time\";d:0.059999999999999998;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4800000000000004;s:5:\"bytes\";i:1654;s:11:\"size_before\";i:36881;s:10:\"size_after\";i:35227;s:4:\"time\";d:0.050000000000000003;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.96;s:5:\"bytes\";i:825;s:11:\"size_before\";i:16637;s:10:\"size_after\";i:15812;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9700000000000002;s:5:\"bytes\";i:2604;s:11:\"size_before\";i:65609;s:10:\"size_after\";i:63005;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4900000000000002;s:5:\"bytes\";i:1428;s:11:\"size_before\";i:31773;s:10:\"size_after\";i:30345;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1900000000000004;s:5:\"bytes\";i:1232;s:11:\"size_before\";i:29378;s:10:\"size_after\";i:28146;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5999999999999996;s:5:\"bytes\";i:730;s:11:\"size_before\";i:15877;s:10:\"size_after\";i:15147;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9500000000000002;s:5:\"bytes\";i:459;s:11:\"size_before\";i:7714;s:10:\"size_after\";i:7255;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5800000000000001;s:5:\"bytes\";i:2010;s:11:\"size_before\";i:56217;s:10:\"size_after\";i:54207;s:4:\"time\";d:0.040000000000000001;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5199999999999996;s:5:\"bytes\";i:182;s:11:\"size_before\";i:2421;s:10:\"size_after\";i:2239;s:4:\"time\";d:0.02;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4100000000000001;s:5:\"bytes\";i:471;s:11:\"size_before\";i:8699;s:10:\"size_after\";i:8228;s:4:\"time\";d:0.02;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3200000000000003;s:5:\"bytes\";i:1091;s:11:\"size_before\";i:25279;s:10:\"size_after\";i:24188;s:4:\"time\";d:0.02;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7799999999999998;s:5:\"bytes\";i:1820;s:11:\"size_before\";i:48111;s:10:\"size_after\";i:46291;s:4:\"time\";d:0.040000000000000001;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5099999999999998;s:5:\"bytes\";i:2648;s:11:\"size_before\";i:75389;s:10:\"size_after\";i:72741;s:4:\"time\";d:0.050000000000000003;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6800000000000002;s:5:\"bytes\";i:5311;s:11:\"size_before\";i:144353;s:10:\"size_after\";i:139042;s:4:\"time\";d:0.089999999999999997;}}}'),(19281,4490,'_wp_attached_file','2015/05/img_1855-2-1.jpg'); INSERT INTO `wp_postmeta` VALUES (19282,4490,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1411;s:6:\"height\";i:1058;s:4:\"file\";s:24:\"2015/05/img_1855-2-1.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"img_1855-2-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:24:\"img_1855-2-1-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:24:\"img_1855-2-1-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:25:\"img_1855-2-1-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:24:\"img_1855-2-1-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:24:\"img_1855-2-1-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:24:\"img_1855-2-1-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:24:\"img_1855-2-1-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:24:\"img_1855-2-1-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:24:\"img_1855-2-1-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:24:\"img_1855-2-1-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:24:\"img_1855-2-1-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:22:\"img_1855-2-1-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:24:\"img_1855-2-1-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:24:\"img_1855-2-1-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:24:\"img_1855-2-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:24:\"img_1855-2-1-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:25:\"img_1855-2-1-1200x900.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:900;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:0:\"\";s:6:\"camera\";s:9:\"iPhone 6s\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1479408440\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(19283,4490,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.895101897673694;s:5:\"bytes\";i:29988;s:11:\"size_before\";i:769890;s:10:\"size_after\";i:739902;s:4:\"time\";d:0.62000000000000011;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6399999999999997;s:5:\"bytes\";i:399;s:11:\"size_before\";i:7075;s:10:\"size_after\";i:6676;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4800000000000004;s:5:\"bytes\";i:736;s:11:\"size_before\";i:16423;s:10:\"size_after\";i:15687;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5499999999999998;s:5:\"bytes\";i:2504;s:11:\"size_before\";i:70608;s:10:\"size_after\";i:68104;s:4:\"time\";d:0.080000000000000002;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4900000000000002;s:5:\"bytes\";i:3884;s:11:\"size_before\";i:111446;s:10:\"size_after\";i:107562;s:4:\"time\";d:0.059999999999999998;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4800000000000004;s:5:\"bytes\";i:1654;s:11:\"size_before\";i:36881;s:10:\"size_after\";i:35227;s:4:\"time\";d:0.040000000000000001;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.96;s:5:\"bytes\";i:825;s:11:\"size_before\";i:16637;s:10:\"size_after\";i:15812;s:4:\"time\";d:0.040000000000000001;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9700000000000002;s:5:\"bytes\";i:2604;s:11:\"size_before\";i:65609;s:10:\"size_after\";i:63005;s:4:\"time\";d:0.070000000000000007;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4900000000000002;s:5:\"bytes\";i:1428;s:11:\"size_before\";i:31773;s:10:\"size_after\";i:30345;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1900000000000004;s:5:\"bytes\";i:1232;s:11:\"size_before\";i:29378;s:10:\"size_after\";i:28146;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5999999999999996;s:5:\"bytes\";i:730;s:11:\"size_before\";i:15877;s:10:\"size_after\";i:15147;s:4:\"time\";d:0.02;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9500000000000002;s:5:\"bytes\";i:459;s:11:\"size_before\";i:7714;s:10:\"size_after\";i:7255;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5800000000000001;s:5:\"bytes\";i:2010;s:11:\"size_before\";i:56217;s:10:\"size_after\";i:54207;s:4:\"time\";d:0.040000000000000001;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5199999999999996;s:5:\"bytes\";i:182;s:11:\"size_before\";i:2421;s:10:\"size_after\";i:2239;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4100000000000001;s:5:\"bytes\";i:471;s:11:\"size_before\";i:8699;s:10:\"size_after\";i:8228;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3200000000000003;s:5:\"bytes\";i:1091;s:11:\"size_before\";i:25279;s:10:\"size_after\";i:24188;s:4:\"time\";d:0.029999999999999999;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7799999999999998;s:5:\"bytes\";i:1820;s:11:\"size_before\";i:48111;s:10:\"size_after\";i:46291;s:4:\"time\";d:0.02;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5099999999999998;s:5:\"bytes\";i:2648;s:11:\"size_before\";i:75389;s:10:\"size_after\";i:72741;s:4:\"time\";d:0.040000000000000001;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6800000000000002;s:5:\"bytes\";i:5311;s:11:\"size_before\";i:144353;s:10:\"size_after\";i:139042;s:4:\"time\";d:0.080000000000000002;}}}'),(19316,42,'_thumbnail_id','4490'),(19317,42,'pyre_type','image'),(19318,42,'pyre_youtube_id',''),(19319,42,'pyre_vimeo_id',''),(19320,42,'pyre_webm',''),(19321,42,'pyre_mp4',''),(19322,42,'pyre_ogv',''),(19323,42,'pyre_preview_image',''),(19324,42,'pyre_aspect_ratio',''),(19325,42,'pyre_video_display','cover'),(19326,42,'pyre_video_bg_color',''),(19327,42,'pyre_mute_video','yes'),(19328,42,'pyre_autoplay_video','yes'),(19329,42,'pyre_loop_video','yes'),(19330,42,'pyre_hide_video_controls','yes'),(19331,42,'pyre_content_alignment','center'),(19332,42,'pyre_heading','<span style=\"font-weight:700;\">THE COAST BIG BAND</span>'),(19333,42,'pyre_heading_separator','none'),(19334,42,'pyre_heading_font_size','70'),(19335,42,'pyre_heading_color','#ffffff'),(19336,42,'pyre_heading_bg','no'),(19337,42,'pyre_heading_bg_color',''),(19338,42,'pyre_caption','Fabulous music for any event'),(19339,42,'pyre_caption_separator','single solid'),(19340,42,'pyre_caption_font_size','30'),(19341,42,'pyre_caption_color','#ffffff'),(19342,42,'pyre_caption_bg','no'),(19343,42,'pyre_caption_bg_color',''),(19344,42,'pyre_link_type','full'),(19345,42,'pyre_slide_link',''),(19346,42,'pyre_slide_target','yes'),(19347,42,'pyre_button_1',''),(19348,42,'pyre_button_2',''),(19349,4488,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.3047735618115055;s:5:\"bytes\";i:9061;s:11:\"size_before\";i:694450;s:10:\"size_after\";i:685389;s:4:\"time\";d:0.63;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6499;s:10:\"size_after\";i:6499;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15215;s:10:\"size_after\";i:15215;s:4:\"time\";d:0.050000000000000003;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:65141;s:10:\"size_after\";i:65141;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:102817;s:10:\"size_after\";i:102817;s:4:\"time\";d:0.070000000000000007;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:29183;s:10:\"size_after\";i:29183;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14072;s:10:\"size_after\";i:14072;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:51500;s:10:\"size_after\";i:51500;s:4:\"time\";d:0.050000000000000003;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25689;s:10:\"size_after\";i:25689;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25111;s:10:\"size_after\";i:25111;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14357;s:10:\"size_after\";i:14357;s:4:\"time\";d:0.02;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7206;s:10:\"size_after\";i:7206;s:4:\"time\";d:0.029999999999999999;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:47270;s:10:\"size_after\";i:47270;s:4:\"time\";d:0.059999999999999998;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1699999999999999;s:5:\"bytes\";i:197;s:11:\"size_before\";i:2410;s:10:\"size_after\";i:2213;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1600000000000001;s:5:\"bytes\";i:443;s:11:\"size_before\";i:8587;s:10:\"size_after\";i:8144;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6099999999999999;s:5:\"bytes\";i:882;s:11:\"size_before\";i:24405;s:10:\"size_after\";i:23523;s:4:\"time\";d:0.029999999999999999;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9700000000000002;s:5:\"bytes\";i:1365;s:11:\"size_before\";i:45989;s:10:\"size_after\";i:44624;s:4:\"time\";d:0.02;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:2.71;s:5:\"bytes\";i:1933;s:11:\"size_before\";i:71419;s:10:\"size_after\";i:69486;s:4:\"time\";d:0.059999999999999998;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0800000000000001;s:5:\"bytes\";i:4241;s:11:\"size_before\";i:137580;s:10:\"size_after\";i:133339;s:4:\"time\";d:0.080000000000000002;}}}'),(19350,4434,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3390762;s:10:\"size_after\";i:3390762;s:4:\"time\";d:2.4400000000000008;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:49878;s:10:\"size_after\";i:49878;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:163695;s:10:\"size_after\";i:163695;s:4:\"time\";d:0.17999999999999999;}s:20:\"gg_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:195858;s:10:\"size_after\";i:195858;s:4:\"time\";d:0.19;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:287385;s:10:\"size_after\";i:287385;s:4:\"time\";d:0.19;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:123556;s:10:\"size_after\";i:123556;s:4:\"time\";d:0.070000000000000007;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:423222;s:10:\"size_after\";i:423222;s:4:\"time\";d:0.23000000000000001;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:242560;s:10:\"size_after\";i:242560;s:4:\"time\";d:0.14000000000000001;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:230088;s:10:\"size_after\";i:230088;s:4:\"time\";d:0.14000000000000001;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:124044;s:10:\"size_after\";i:124044;s:4:\"time\";d:0.070000000000000007;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:55901;s:10:\"size_after\";i:55901;s:4:\"time\";d:0.040000000000000001;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:449394;s:10:\"size_after\";i:449394;s:4:\"time\";d:0.42999999999999999;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11444;s:10:\"size_after\";i:11444;s:4:\"time\";d:0.029999999999999999;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:82203;s:10:\"size_after\";i:82203;s:4:\"time\";d:0.11;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:266040;s:10:\"size_after\";i:266040;s:4:\"time\";d:0.14000000000000001;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:521799;s:10:\"size_after\";i:521799;s:4:\"time\";d:0.33000000000000002;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:163695;s:10:\"size_after\";i:163695;s:4:\"time\";d:0.12;}}}'),(19351,4433,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.33064888037922457;s:5:\"bytes\";i:7557;s:11:\"size_before\";i:2285506;s:10:\"size_after\";i:2277949;s:4:\"time\";d:3.4399999999999995;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:44265;s:10:\"size_after\";i:44265;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:163947;s:10:\"size_after\";i:163947;s:4:\"time\";d:0.28000000000000003;}s:20:\"gg_gallery_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:178252;s:10:\"size_after\";i:178252;s:4:\"time\";d:0.40999999999999998;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:204087;s:10:\"size_after\";i:204087;s:4:\"time\";d:0.14000000000000001;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:111364;s:10:\"size_after\";i:111364;s:4:\"time\";d:0.20000000000000001;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:284695;s:10:\"size_after\";i:284695;s:4:\"time\";d:0.23999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:220883;s:10:\"size_after\";i:220883;s:4:\"time\";d:0.40000000000000002;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:209664;s:10:\"size_after\";i:209664;s:4:\"time\";d:0.63;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:112802;s:10:\"size_after\";i:112802;s:4:\"time\";d:0.10000000000000001;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4699999999999998;s:5:\"bytes\";i:2710;s:11:\"size_before\";i:49499;s:10:\"size_after\";i:46789;s:4:\"time\";d:0.040000000000000001;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:314591;s:10:\"size_after\";i:314591;s:4:\"time\";d:0.46000000000000002;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.24;s:5:\"bytes\";i:1059;s:11:\"size_before\";i:10341;s:10:\"size_after\";i:9282;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1499999999999999;s:5:\"bytes\";i:1707;s:11:\"size_before\";i:79546;s:10:\"size_after\";i:77839;s:4:\"time\";d:0.050000000000000003;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:269167;s:10:\"size_after\";i:269167;s:4:\"time\";d:0.41999999999999998;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4199999999999999;s:5:\"bytes\";i:2081;s:11:\"size_before\";i:32403;s:10:\"size_after\";i:30322;s:4:\"time\";d:0.029999999999999999;}}}'),(19880,4499,'_form','<label> Your Name (required)\n [text* your-name] </label>\n\n<label> Your Email (required)\n [email* your-email] </label>\n\n<label> Subject\n [text your-subject] </label>\n\n<label> Your Message\n [textarea your-message] </label>\n\n[submit \"Send\"]'),(19881,4499,'_mail','a:8:{s:7:\"subject\";s:31:\"Coast Big Band \"[your-subject]\"\";s:6:\"sender\";s:37:\"[your-name] <wordpress@daviddelk.net>\";s:4:\"body\";s:177:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Coast Big Band (http://daviddelk.net/band)\";s:9:\"recipient\";s:14:\"ammgpt@aol.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(19882,4499,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:31:\"Coast Big Band \"[your-subject]\"\";s:6:\"sender\";s:40:\"Coast Big Band <wordpress@daviddelk.net>\";s:4:\"body\";s:119:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Coast Big Band (http://daviddelk.net/band)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:29:\"Reply-To: david@abcrental.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(19883,4499,'_messages','a:23:{s:12:\"mail_sent_ok\";s:51:\"Thank you for your message. We\'ll contact you soon.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(19884,4499,'_additional_settings',''),(19885,4499,'_locale','en_US'),(19894,340,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(19895,340,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(19896,340,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(19897,340,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(19898,340,'pyre_slider_type','flex'),(19899,340,'pyre_slider','0'),(19900,340,'pyre_wooslider','contact'),(19901,340,'pyre_revslider','0'),(19902,340,'pyre_elasticslider','0'),(19903,340,'pyre_slider_position','default'),(19904,340,'pyre_avada_rev_styles','default'),(19905,340,'pyre_fallback',''),(19906,340,'pyre_demo_slider',''),(19907,340,'pyre_main_top_padding',''),(19908,340,'pyre_main_bottom_padding','0px'),(19909,340,'pyre_hundredp_padding',''),(19910,340,'pyre_show_first_featured_image','no'),(19911,340,'pyre_display_header','yes'),(19912,340,'pyre_header_100_width','default'),(19913,340,'pyre_header_bg_color',''),(19914,340,'pyre_header_bg_opacity','0'),(19915,340,'pyre_header_bg',''),(19916,340,'pyre_header_bg_full','no'),(19917,340,'pyre_header_bg_repeat','repeat'),(19918,340,'pyre_displayed_menu','default'),(19919,340,'pyre_display_footer','default'),(19920,340,'pyre_display_copyright','default'),(19921,340,'pyre_footer_100_width','default'),(19922,340,'pyre_sidebar_position','default'),(19923,340,'pyre_sidebar_bg_color',''),(19924,340,'pyre_page_bg_layout','default'),(19925,340,'pyre_page_bg_color',''),(19926,340,'pyre_page_bg',''),(19927,340,'pyre_page_bg_full','no'),(19928,340,'pyre_page_bg_repeat','repeat'),(19929,340,'pyre_wide_page_bg_color',''),(19930,340,'pyre_wide_page_bg',''),(19931,340,'pyre_wide_page_bg_full','no'),(19932,340,'pyre_wide_page_bg_repeat','repeat'),(19933,340,'pyre_page_title','no'),(19934,340,'pyre_page_title_breadcrumbs_search_bar','default'),(19935,340,'pyre_page_title_text','default'),(19936,340,'pyre_page_title_text_alignment','default'),(19937,340,'pyre_page_title_custom_text',''),(19938,340,'pyre_page_title_text_size',''),(19939,340,'pyre_page_title_custom_subheader',''),(19940,340,'pyre_page_title_custom_subheader_text_size',''),(19941,340,'pyre_page_title_font_color',''),(19942,340,'pyre_page_title_100_width','default'),(19943,340,'pyre_page_title_height',''),(19944,340,'pyre_page_title_mobile_height',''),(19945,340,'pyre_page_title_bar_bg_color',''),(19946,340,'pyre_page_title_bar_borders_color',''),(19947,340,'pyre_page_title_bar_bg',''),(19948,340,'pyre_page_title_bar_bg_retina',''),(19949,340,'pyre_page_title_bar_bg_full','default'),(19950,340,'pyre_page_title_bg_parallax','default'),(20513,4511,'_wp_attached_file','2016/09/47BAF120-51B9-4804-8F23-450EA048BEAA.JPG.jpeg'),(20514,4511,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:696;s:6:\"height\";i:885;s:4:\"file\";s:53:\"2016/09/47BAF120-51B9-4804-8F23-450EA048BEAA.JPG.jpeg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"47BAF120-51B9-4804-8F23-450EA048BEAA.JPG-150x150.jpeg\";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:\"47BAF120-51B9-4804-8F23-450EA048BEAA.JPG-236x300.jpeg\";s:5:\"width\";i:236;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:53:\"47BAF120-51B9-4804-8F23-450EA048BEAA.JPG-669x272.jpeg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:53:\"47BAF120-51B9-4804-8F23-450EA048BEAA.JPG-320x202.jpeg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:53:\"47BAF120-51B9-4804-8F23-450EA048BEAA.JPG-696x400.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:53:\"47BAF120-51B9-4804-8F23-450EA048BEAA.JPG-540x272.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:53:\"47BAF120-51B9-4804-8F23-450EA048BEAA.JPG-460x295.jpeg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:53:\"47BAF120-51B9-4804-8F23-450EA048BEAA.JPG-300x214.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:53:\"47BAF120-51B9-4804-8F23-450EA048BEAA.JPG-177x142.jpeg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:53:\"47BAF120-51B9-4804-8F23-450EA048BEAA.JPG-696x441.jpeg\";s:5:\"width\";i:696;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:51:\"47BAF120-51B9-4804-8F23-450EA048BEAA.JPG-66x66.jpeg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:53:\"47BAF120-51B9-4804-8F23-450EA048BEAA.JPG-200x254.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:254;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:53:\"47BAF120-51B9-4804-8F23-450EA048BEAA.JPG-400x509.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:53:\"47BAF120-51B9-4804-8F23-450EA048BEAA.JPG-600x763.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:763;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: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:{}}}'),(20515,4511,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.145113099233354;s:5:\"bytes\";i:46415;s:11:\"size_before\";i:353097;s:10:\"size_after\";i:306682;s:4:\"time\";d:0.29999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.5800000000000001;s:5:\"bytes\";i:510;s:11:\"size_before\";i:5326;s:10:\"size_after\";i:4816;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.289999999999999;s:5:\"bytes\";i:1661;s:11:\"size_before\";i:13517;s:10:\"size_after\";i:11856;s:4:\"time\";d:0.01;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.529999999999999;s:5:\"bytes\";i:2705;s:11:\"size_before\";i:20000;s:10:\"size_after\";i:17295;s:4:\"time\";d:0.029999999999999999;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.300000000000001;s:5:\"bytes\";i:1216;s:11:\"size_before\";i:10765;s:10:\"size_after\";i:9549;s:4:\"time\";d:0.02;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.48;s:5:\"bytes\";i:4159;s:11:\"size_before\";i:28713;s:10:\"size_after\";i:24554;s:4:\"time\";d:0.02;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.949999999999999;s:5:\"bytes\";i:2260;s:11:\"size_before\";i:17458;s:10:\"size_after\";i:15198;s:4:\"time\";d:0.01;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.029999999999999;s:5:\"bytes\";i:2055;s:11:\"size_before\";i:18627;s:10:\"size_after\";i:16572;s:4:\"time\";d:0.01;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.550000000000001;s:5:\"bytes\";i:1317;s:11:\"size_before\";i:10494;s:10:\"size_after\";i:9177;s:4:\"time\";d:0.02;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.6;s:5:\"bytes\";i:586;s:11:\"size_before\";i:5530;s:10:\"size_after\";i:4944;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.119999999999999;s:5:\"bytes\";i:4985;s:11:\"size_before\";i:35303;s:10:\"size_after\";i:30318;s:4:\"time\";d:0.029999999999999999;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.98;s:5:\"bytes\";i:195;s:11:\"size_before\";i:1776;s:10:\"size_after\";i:1581;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:11.17;s:5:\"bytes\";i:1080;s:11:\"size_before\";i:9666;s:10:\"size_after\";i:8586;s:4:\"time\";d:0.02;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:13.779999999999999;s:5:\"bytes\";i:4103;s:11:\"size_before\";i:29776;s:10:\"size_after\";i:25673;s:4:\"time\";d:0.02;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:15.35;s:5:\"bytes\";i:7834;s:11:\"size_before\";i:51021;s:10:\"size_after\";i:43187;s:4:\"time\";d:0.029999999999999999;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.35;s:5:\"bytes\";i:11749;s:11:\"size_before\";i:95125;s:10:\"size_after\";i:83376;s:4:\"time\";d:0.050000000000000003;}}}'),(20516,4428,'_wp_trash_meta_status','publish'),(20517,4428,'_wp_trash_meta_time','1486790462'),(20518,4428,'_wp_desired_post_slug','kabevent'),(20519,4512,'_wp_attached_file','2016/09/Bicentennial-STATE-JB-e1486791087618.jpg'),(20520,4512,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:427;s:4:\"file\";s:48:\"2016/09/Bicentennial-STATE-JB-e1486791087618.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Bicentennial-STATE-JB-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:33:\"Bicentennial-STATE-JB-300x256.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Bicentennial-STATE-JB-768x656.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:656;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Bicentennial-STATE-JB-1024x875.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:875;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:33:\"Bicentennial-STATE-JB-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:33:\"Bicentennial-STATE-JB-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:33:\"Bicentennial-STATE-JB-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:33:\"Bicentennial-STATE-JB-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:33:\"Bicentennial-STATE-JB-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:33:\"Bicentennial-STATE-JB-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:33:\"Bicentennial-STATE-JB-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:33:\"Bicentennial-STATE-JB-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:31:\"Bicentennial-STATE-JB-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:33:\"Bicentennial-STATE-JB-200x171.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:33:\"Bicentennial-STATE-JB-400x342.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:342;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:33:\"Bicentennial-STATE-JB-600x513.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:33:\"Bicentennial-STATE-JB-800x684.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:684;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:{}}}'),(20521,4512,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.1537369136383564;s:5:\"bytes\";i:70851;s:11:\"size_before\";i:868939;s:10:\"size_after\";i:798088;s:4:\"time\";d:0.70000000000000018;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:17:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0899999999999999;s:5:\"bytes\";i:733;s:11:\"size_before\";i:10334;s:10:\"size_after\";i:9601;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5;s:5:\"bytes\";i:1871;s:11:\"size_before\";i:24944;s:10:\"size_after\";i:23073;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4399999999999995;s:5:\"bytes\";i:8438;s:11:\"size_before\";i:99994;s:10:\"size_after\";i:91556;s:4:\"time\";d:0.23000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1999999999999993;s:5:\"bytes\";i:12048;s:11:\"size_before\";i:146886;s:10:\"size_after\";i:134838;s:4:\"time\";d:0.080000000000000002;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.7899999999999991;s:5:\"bytes\";i:4723;s:11:\"size_before\";i:53729;s:10:\"size_after\";i:49006;s:4:\"time\";d:0.040000000000000001;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2699999999999996;s:5:\"bytes\";i:1707;s:11:\"size_before\";i:23470;s:10:\"size_after\";i:21763;s:4:\"time\";d:0.02;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6900000000000004;s:5:\"bytes\";i:6532;s:11:\"size_before\";i:84971;s:10:\"size_after\";i:78439;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4600000000000009;s:5:\"bytes\";i:3772;s:11:\"size_before\";i:44609;s:10:\"size_after\";i:40837;s:4:\"time\";d:0.040000000000000001;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4299999999999997;s:5:\"bytes\";i:3455;s:11:\"size_before\";i:40978;s:10:\"size_after\";i:37523;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5800000000000001;s:5:\"bytes\";i:1751;s:11:\"size_before\";i:23095;s:10:\"size_after\";i:21344;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1699999999999999;s:5:\"bytes\";i:771;s:11:\"size_before\";i:10760;s:10:\"size_after\";i:9989;s:4:\"time\";d:0.02;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2599999999999998;s:5:\"bytes\";i:6130;s:11:\"size_before\";i:74218;s:10:\"size_after\";i:68088;s:4:\"time\";d:0.029999999999999999;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5700000000000003;s:5:\"bytes\";i:224;s:11:\"size_before\";i:2958;s:10:\"size_after\";i:2734;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0899999999999999;s:5:\"bytes\";i:943;s:11:\"size_before\";i:13305;s:10:\"size_after\";i:12362;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1300000000000008;s:5:\"bytes\";i:3171;s:11:\"size_before\";i:39025;s:10:\"size_after\";i:35854;s:4:\"time\";d:0.02;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3599999999999994;s:5:\"bytes\";i:5889;s:11:\"size_before\";i:70481;s:10:\"size_after\";i:64592;s:4:\"time\";d:0.059999999999999998;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2599999999999998;s:5:\"bytes\";i:8693;s:11:\"size_before\";i:105182;s:10:\"size_after\";i:96489;s:4:\"time\";d:0.050000000000000003;}}}'),(20522,4512,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1053;s:6:\"height\";i:900;s:4:\"file\";s:25:\"Bicentennial-STATE-JB.jpg\";}}'),(20523,4513,'_edit_last','1'),(20524,4513,'_thumbnail_id','4512'),(20525,4513,'ai1ec_banner_image',''),(20526,4513,'_ai1ec_cost_type','external'),(20591,4513,'_edit_lock','1486997919:1'),(20597,4513,'_dp_original','4412'),(20598,4513,'_wp_old_slug','big-bands-annual-christmas-concert'),(20603,4513,'_wp_old_slug','annual-christmas-concert-2'),(20822,4517,'_wp_old_slug','joeythomas02-6'),(20823,4518,'_wp_old_slug','event-entertainment_lg-7'),(20824,4516,'_edit_last','1'),(20825,4516,'_thumbnail_id','4540'),(20826,4516,'ai1ec_banner_image',''),(20827,4516,'_ai1ec_cost_type','external'),(20828,4516,'_edit_lock','1486999243:1'),(20830,4516,'_wp_old_slug','big-bands-annual-christmas-concert'),(20831,4516,'_wp_old_slug','annual-christmas-concert-2'),(20902,4516,'_dp_original','4513'),(20903,4516,'_wp_old_slug','bicentennial-celebration-south'),(20908,4516,'_wp_old_slug','bicentennial-2'),(21127,4519,'_wp_attached_file','2016/09/Ce1AzztUUAA7Qy6.jpg'),(21128,4519,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:27:\"2016/09/Ce1AzztUUAA7Qy6.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Ce1AzztUUAA7Qy6-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:\"Ce1AzztUUAA7Qy6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:27:\"Ce1AzztUUAA7Qy6-600x272.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:27:\"Ce1AzztUUAA7Qy6-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:27:\"Ce1AzztUUAA7Qy6-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:27:\"Ce1AzztUUAA7Qy6-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:27:\"Ce1AzztUUAA7Qy6-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:27:\"Ce1AzztUUAA7Qy6-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:27:\"Ce1AzztUUAA7Qy6-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:27:\"Ce1AzztUUAA7Qy6-600x441.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:25:\"Ce1AzztUUAA7Qy6-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:27:\"Ce1AzztUUAA7Qy6-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:27:\"Ce1AzztUUAA7Qy6-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:27:\"Ce1AzztUUAA7Qy6-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;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:{}}}'),(21129,4519,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.4402881458370764;s:5:\"bytes\";i:23117;s:11:\"size_before\";i:244876;s:10:\"size_after\";i:221759;s:4:\"time\";d:0.35000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4800000000000004;s:5:\"bytes\";i:550;s:11:\"size_before\";i:6488;s:10:\"size_after\";i:5938;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.039999999999999;s:5:\"bytes\";i:1658;s:11:\"size_before\";i:16517;s:10:\"size_after\";i:14859;s:4:\"time\";d:0.01;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.17;s:5:\"bytes\";i:1590;s:11:\"size_before\";i:11221;s:10:\"size_after\";i:9631;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.02;s:5:\"bytes\";i:845;s:11:\"size_before\";i:8430;s:10:\"size_after\";i:7585;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.16;s:5:\"bytes\";i:2365;s:11:\"size_before\";i:19443;s:10:\"size_after\";i:17078;s:4:\"time\";d:0.040000000000000001;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.640000000000001;s:5:\"bytes\";i:1379;s:11:\"size_before\";i:10907;s:10:\"size_after\";i:9528;s:4:\"time\";d:0.01;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.18;s:5:\"bytes\";i:1442;s:11:\"size_before\";i:12903;s:10:\"size_after\";i:11461;s:4:\"time\";d:0.01;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.8900000000000006;s:5:\"bytes\";i:992;s:11:\"size_before\";i:10034;s:10:\"size_after\";i:9042;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3100000000000005;s:5:\"bytes\";i:538;s:11:\"size_before\";i:6477;s:10:\"size_after\";i:5939;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.65;s:5:\"bytes\";i:3128;s:11:\"size_before\";i:26849;s:10:\"size_after\";i:23721;s:4:\"time\";d:0.059999999999999998;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7300000000000004;s:5:\"bytes\";i:177;s:11:\"size_before\";i:2289;s:10:\"size_after\";i:2112;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5800000000000001;s:5:\"bytes\";i:807;s:11:\"size_before\";i:9401;s:10:\"size_after\";i:8594;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:10.130000000000001;s:5:\"bytes\";i:2324;s:11:\"size_before\";i:22935;s:10:\"size_after\";i:20611;s:4:\"time\";d:0.050000000000000003;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:11.369999999999999;s:5:\"bytes\";i:4780;s:11:\"size_before\";i:42036;s:10:\"size_after\";i:37256;s:4:\"time\";d:0.029999999999999999;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.3899999999999999;s:5:\"bytes\";i:542;s:11:\"size_before\";i:38946;s:10:\"size_after\";i:38404;s:4:\"time\";d:0.059999999999999998;}}}'),(21204,4521,'_wp_trash_meta_status','publish'),(21205,4521,'_wp_trash_meta_time','1486961761'),(21206,4524,'_wp_trash_meta_status','publish'),(21207,4524,'_wp_trash_meta_time','1486962027'),(21208,4527,'_wp_trash_meta_status','publish'),(21209,4527,'_wp_trash_meta_time','1486963563'),(21210,4529,'_wp_trash_meta_status','publish'),(21211,4529,'_wp_trash_meta_time','1486963671'),(21216,4516,'_hide_featured','1'),(21291,4513,'_hide_featured','1'),(21292,4513,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(21293,4513,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(21294,4513,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(21295,4513,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(21296,4513,'pyre_show_first_featured_image','no'),(21297,4513,'pyre_fimg_width',''),(21298,4513,'pyre_fimg_height',''),(21299,4513,'pyre_portfolio_width_100','default'),(21300,4513,'pyre_video',''),(21301,4513,'pyre_image_rollover_icons','default'),(21302,4513,'pyre_link_icon_url',''),(21303,4513,'pyre_post_links_target','no'),(21304,4513,'pyre_related_posts','default'),(21305,4513,'pyre_share_box','default'),(21306,4513,'pyre_post_pagination','default'),(21307,4513,'pyre_author_info','default'),(21308,4513,'pyre_post_meta','default'),(21309,4513,'pyre_post_comments','default'),(21310,4513,'pyre_main_top_padding',''),(21311,4513,'pyre_main_bottom_padding',''),(21312,4513,'pyre_hundredp_padding',''),(21313,4513,'pyre_slider_type','no'),(21314,4513,'pyre_slider','0'),(21315,4513,'pyre_wooslider','0'),(21316,4513,'pyre_revslider','0'),(21317,4513,'pyre_elasticslider','0'),(21318,4513,'pyre_slider_position','default'),(21319,4513,'pyre_avada_rev_styles','default'),(21320,4513,'pyre_fallback',''),(21321,4513,'pyre_demo_slider',''),(21322,4513,'pyre_display_header','yes'),(21323,4513,'pyre_header_100_width','default'),(21324,4513,'pyre_header_bg_color',''),(21325,4513,'pyre_header_bg_opacity',''),(21326,4513,'pyre_header_bg',''),(21327,4513,'pyre_header_bg_full','no'),(21328,4513,'pyre_header_bg_repeat','repeat'),(21329,4513,'pyre_displayed_menu','default'),(21330,4513,'pyre_display_footer','default'),(21331,4513,'pyre_display_copyright','default'),(21332,4513,'pyre_footer_100_width','default'),(21333,4513,'pyre_sidebar_position','default'),(21334,4513,'pyre_sidebar_bg_color',''),(21335,4513,'pyre_page_bg_layout','default'),(21336,4513,'pyre_page_bg_color',''),(21337,4513,'pyre_page_bg',''),(21338,4513,'pyre_page_bg_full','no'),(21339,4513,'pyre_page_bg_repeat','repeat'),(21340,4513,'pyre_wide_page_bg_color',''),(21341,4513,'pyre_wide_page_bg',''),(21342,4513,'pyre_wide_page_bg_full','no'),(21343,4513,'pyre_wide_page_bg_repeat','repeat'),(21344,4513,'pyre_page_title','default'),(21345,4513,'pyre_page_title_breadcrumbs_search_bar','default'),(21346,4513,'pyre_page_title_text','default'),(21347,4513,'pyre_page_title_text_alignment','default'),(21348,4513,'pyre_page_title_custom_text',''),(21349,4513,'pyre_page_title_text_size',''),(21350,4513,'pyre_page_title_custom_subheader',''),(21351,4513,'pyre_page_title_custom_subheader_text_size',''),(21352,4513,'pyre_page_title_font_color',''),(21353,4513,'pyre_page_title_100_width','default'),(21354,4513,'pyre_page_title_height',''),(21355,4513,'pyre_page_title_mobile_height',''),(21356,4513,'pyre_page_title_bar_bg_color',''),(21357,4513,'pyre_page_title_bar_borders_color',''),(21358,4513,'pyre_page_title_bar_bg',''),(21359,4513,'pyre_page_title_bar_bg_retina',''),(21360,4513,'pyre_page_title_bar_bg_full','default'),(21361,4513,'pyre_page_title_bg_parallax','default'),(21366,4446,'_hide_featured','1'),(21515,4446,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(21516,4446,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(21517,4446,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(21518,4446,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(21519,4446,'pyre_show_first_featured_image','no'),(21520,4446,'pyre_fimg_width',''),(21521,4446,'pyre_fimg_height',''),(21522,4446,'pyre_portfolio_width_100','default'),(21523,4446,'pyre_video',''),(21524,4446,'pyre_image_rollover_icons','default'),(21525,4446,'pyre_link_icon_url',''),(21526,4446,'pyre_post_links_target','no'),(21527,4446,'pyre_related_posts','default'),(21528,4446,'pyre_share_box','default'),(21529,4446,'pyre_post_pagination','default'),(21530,4446,'pyre_author_info','default'),(21531,4446,'pyre_post_meta','default'),(21532,4446,'pyre_post_comments','default'),(21533,4446,'pyre_main_top_padding',''),(21534,4446,'pyre_main_bottom_padding',''),(21535,4446,'pyre_hundredp_padding',''),(21536,4446,'pyre_slider_type','no'),(21537,4446,'pyre_slider','0'),(21538,4446,'pyre_wooslider','0'),(21539,4446,'pyre_revslider','0'),(21540,4446,'pyre_elasticslider','0'),(21541,4446,'pyre_slider_position','default'),(21542,4446,'pyre_avada_rev_styles','default'),(21543,4446,'pyre_fallback',''),(21544,4446,'pyre_demo_slider',''),(21545,4446,'pyre_display_header','yes'),(21546,4446,'pyre_header_100_width','default'),(21547,4446,'pyre_header_bg_color',''),(21548,4446,'pyre_header_bg_opacity',''),(21549,4446,'pyre_header_bg',''),(21550,4446,'pyre_header_bg_full','no'),(21551,4446,'pyre_header_bg_repeat','repeat'),(21552,4446,'pyre_displayed_menu','default'),(21553,4446,'pyre_display_footer','default'),(21554,4446,'pyre_display_copyright','default'),(21555,4446,'pyre_footer_100_width','default'),(21556,4446,'pyre_sidebar_position','default'),(21557,4446,'pyre_sidebar_bg_color',''),(21558,4446,'pyre_page_bg_layout','default'),(21559,4446,'pyre_page_bg_color',''),(21560,4446,'pyre_page_bg',''),(21561,4446,'pyre_page_bg_full','no'),(21562,4446,'pyre_page_bg_repeat','repeat'),(21563,4446,'pyre_wide_page_bg_color',''),(21564,4446,'pyre_wide_page_bg',''),(21565,4446,'pyre_wide_page_bg_full','no'),(21566,4446,'pyre_wide_page_bg_repeat','repeat'),(21567,4446,'pyre_page_title','default'),(21568,4446,'pyre_page_title_breadcrumbs_search_bar','default'),(21569,4446,'pyre_page_title_text','default'),(21570,4446,'pyre_page_title_text_alignment','default'),(21571,4446,'pyre_page_title_custom_text',''),(21572,4446,'pyre_page_title_text_size',''),(21573,4446,'pyre_page_title_custom_subheader',''),(21574,4446,'pyre_page_title_custom_subheader_text_size',''),(21575,4446,'pyre_page_title_font_color',''),(21576,4446,'pyre_page_title_100_width','default'),(21577,4446,'pyre_page_title_height',''),(21578,4446,'pyre_page_title_mobile_height',''),(21579,4446,'pyre_page_title_bar_bg_color',''),(21580,4446,'pyre_page_title_bar_borders_color',''),(21581,4446,'pyre_page_title_bar_bg',''),(21582,4446,'pyre_page_title_bar_bg_retina',''),(21583,4446,'pyre_page_title_bar_bg_full','default'),(21584,4446,'pyre_page_title_bg_parallax','default'),(21585,4533,'_wp_old_slug','joeythomas02-6'),(21586,4534,'_wp_old_slug','event-entertainment_lg-7'),(21587,4532,'_edit_last','1'),(21588,4532,'_thumbnail_id','4541'),(21589,4532,'ai1ec_banner_image',''),(21590,4532,'_ai1ec_cost_type','external'),(21591,4532,'_edit_lock','1487012197:1'),(21593,4532,'_wp_old_slug','big-bands-annual-christmas-concert'),(21594,4532,'_wp_old_slug','annual-christmas-concert-2'),(21595,4532,'_hide_featured','1'),(21666,4532,'_dp_original','4513'),(21667,4532,'_wp_old_slug','bicentennial-celebration-south'),(21668,4513,'_wp_trash_meta_status','publish'),(21669,4513,'_wp_trash_meta_time','1486998067'),(21670,4513,'_wp_desired_post_slug','bicentennial'),(21671,4537,'_wp_old_slug','joeythomas02-6'),(21672,4538,'_wp_old_slug','event-entertainment_lg-7'),(21673,4535,'_edit_last','1'),(21674,4535,'_thumbnail_id','4542'),(21675,4535,'ai1ec_banner_image',''),(21676,4535,'_ai1ec_cost_type','external'),(21677,4535,'_edit_lock','1487001291:1'),(21678,4535,'_wp_old_slug','big-bands-annual-christmas-concert'),(21679,4535,'_wp_old_slug','annual-christmas-concert-2'),(21680,4535,'_wp_old_slug','bicentennial-celebration-south'),(21681,4535,'_wp_old_slug','bicentennial-2'),(21683,4535,'_hide_featured','1'),(21754,4535,'_dp_original','4516'),(21755,4535,'_wp_old_slug','casa-gala'),(21756,4539,'_wp_attached_file','2016/09/JAZZ-FEST.png-e1486998335606.jpg'),(21757,4539,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:40:\"2016/09/JAZZ-FEST.png-e1486998335606.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"JAZZ-FEST.png-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:25:\"JAZZ-FEST.png-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:25:\"JAZZ-FEST.png-600x272.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:25:\"JAZZ-FEST.png-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:25:\"JAZZ-FEST.png-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:25:\"JAZZ-FEST.png-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:25:\"JAZZ-FEST.png-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:25:\"JAZZ-FEST.png-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:25:\"JAZZ-FEST.png-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:25:\"JAZZ-FEST.png-600x441.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:23:\"JAZZ-FEST.png-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:25:\"JAZZ-FEST.png-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:25:\"JAZZ-FEST.png-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:25:\"JAZZ-FEST.png-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;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:\"1486976397\";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:{}}}'),(21758,4539,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.6038403706147371;s:5:\"bytes\";i:46642;s:11:\"size_before\";i:706286;s:10:\"size_after\";i:659644;s:4:\"time\";d:0.68999999999999995;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2000000000000002;s:5:\"bytes\";i:563;s:11:\"size_before\";i:9078;s:10:\"size_after\";i:8515;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9800000000000004;s:5:\"bytes\";i:1693;s:11:\"size_before\";i:28308;s:10:\"size_after\";i:26615;s:4:\"time\";d:0.040000000000000001;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4800000000000004;s:5:\"bytes\";i:2171;s:11:\"size_before\";i:39613;s:10:\"size_after\";i:37442;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8200000000000003;s:5:\"bytes\";i:1131;s:11:\"size_before\";i:19420;s:10:\"size_after\";i:18289;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6500000000000004;s:5:\"bytes\";i:3314;s:11:\"size_before\";i:58631;s:10:\"size_after\";i:55317;s:4:\"time\";d:0.059999999999999998;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9100000000000001;s:5:\"bytes\";i:1672;s:11:\"size_before\";i:34078;s:10:\"size_after\";i:32406;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3200000000000003;s:5:\"bytes\";i:1832;s:11:\"size_before\";i:34448;s:10:\"size_after\";i:32616;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9000000000000004;s:5:\"bytes\";i:1256;s:11:\"size_before\";i:21282;s:10:\"size_after\";i:20026;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6900000000000004;s:5:\"bytes\";i:666;s:11:\"size_before\";i:9960;s:10:\"size_after\";i:9294;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.21;s:5:\"bytes\";i:3388;s:11:\"size_before\";i:64998;s:10:\"size_after\";i:61610;s:4:\"time\";d:0.13;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3799999999999999;s:5:\"bytes\";i:172;s:11:\"size_before\";i:2696;s:10:\"size_after\";i:2524;s:4:\"time\";d:0.029999999999999999;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.96;s:5:\"bytes\";i:837;s:11:\"size_before\";i:14034;s:10:\"size_after\";i:13197;s:4:\"time\";d:0.059999999999999998;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5499999999999998;s:5:\"bytes\";i:2357;s:11:\"size_before\";i:42470;s:10:\"size_after\";i:40113;s:4:\"time\";d:0.02;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7000000000000002;s:5:\"bytes\";i:5011;s:11:\"size_before\";i:87869;s:10:\"size_after\";i:82858;s:4:\"time\";d:0.050000000000000003;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5999999999999996;s:5:\"bytes\";i:20579;s:11:\"size_before\";i:239401;s:10:\"size_after\";i:218822;s:4:\"time\";d:0.19;}}}'),(21759,4540,'_wp_attached_file','2016/09/JAZZ-FEST-WEBSITE-e1486998356717.jpg'),(21760,4540,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:44:\"2016/09/JAZZ-FEST-WEBSITE-e1486998356717.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"JAZZ-FEST-WEBSITE-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:\"JAZZ-FEST-WEBSITE-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:29:\"JAZZ-FEST-WEBSITE-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:31:\"JAZZ-FEST-WEBSITE-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:29:\"JAZZ-FEST-WEBSITE-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:29:\"JAZZ-FEST-WEBSITE-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:29:\"JAZZ-FEST-WEBSITE-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:29:\"JAZZ-FEST-WEBSITE-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:29:\"JAZZ-FEST-WEBSITE-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:29:\"JAZZ-FEST-WEBSITE-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:29:\"JAZZ-FEST-WEBSITE-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:29:\"JAZZ-FEST-WEBSITE-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:27:\"JAZZ-FEST-WEBSITE-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:29:\"JAZZ-FEST-WEBSITE-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:29:\"JAZZ-FEST-WEBSITE-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:29:\"JAZZ-FEST-WEBSITE-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:29:\"JAZZ-FEST-WEBSITE-800x801.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:801;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:31:\"JAZZ-FEST-WEBSITE-1200x1201.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:1201;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:\"1486976642\";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:{}}}'),(21761,4539,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:17:\"JAZZ-FEST.png.jpg\";}}'),(21762,4540,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1431;s:6:\"height\";i:1432;s:4:\"file\";s:21:\"JAZZ-FEST-WEBSITE.jpg\";}}'),(21841,4516,'_wp_old_slug','casa'),(21916,4516,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(21917,4516,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(21918,4516,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(21919,4516,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(21920,4516,'pyre_show_first_featured_image','no'),(21921,4516,'pyre_fimg_width',''),(21922,4516,'pyre_fimg_height',''),(21923,4516,'pyre_portfolio_width_100','default'),(21924,4516,'pyre_video',''),(21925,4516,'pyre_image_rollover_icons','default'),(21926,4516,'pyre_link_icon_url',''),(21927,4516,'pyre_post_links_target','no'),(21928,4516,'pyre_related_posts','default'),(21929,4516,'pyre_share_box','default'),(21930,4516,'pyre_post_pagination','default'),(21931,4516,'pyre_author_info','default'),(21932,4516,'pyre_post_meta','default'),(21933,4516,'pyre_post_comments','default'),(21934,4516,'pyre_main_top_padding',''),(21935,4516,'pyre_main_bottom_padding',''),(21936,4516,'pyre_hundredp_padding',''),(21937,4516,'pyre_slider_type','no'),(21938,4516,'pyre_slider','0'),(21939,4516,'pyre_wooslider','0'),(21940,4516,'pyre_revslider','0'),(21941,4516,'pyre_elasticslider','0'),(21942,4516,'pyre_slider_position','default'),(21943,4516,'pyre_avada_rev_styles','default'),(21944,4516,'pyre_fallback',''),(21945,4516,'pyre_demo_slider',''),(21946,4516,'pyre_display_header','yes'),(21947,4516,'pyre_header_100_width','default'),(21948,4516,'pyre_header_bg_color',''),(21949,4516,'pyre_header_bg_opacity',''),(21950,4516,'pyre_header_bg',''),(21951,4516,'pyre_header_bg_full','no'),(21952,4516,'pyre_header_bg_repeat','repeat'),(21953,4516,'pyre_displayed_menu','default'),(21954,4516,'pyre_display_footer','default'),(21955,4516,'pyre_display_copyright','default'),(21956,4516,'pyre_footer_100_width','default'),(21957,4516,'pyre_sidebar_position','default'),(21958,4516,'pyre_sidebar_bg_color',''),(21959,4516,'pyre_page_bg_layout','default'),(21960,4516,'pyre_page_bg_color',''),(21961,4516,'pyre_page_bg',''),(21962,4516,'pyre_page_bg_full','no'),(21963,4516,'pyre_page_bg_repeat','repeat'),(21964,4516,'pyre_wide_page_bg_color',''),(21965,4516,'pyre_wide_page_bg',''),(21966,4516,'pyre_wide_page_bg_full','no'),(21967,4516,'pyre_wide_page_bg_repeat','repeat'),(21968,4516,'pyre_page_title','default'),(21969,4516,'pyre_page_title_breadcrumbs_search_bar','default'),(21970,4516,'pyre_page_title_text','default'),(21971,4516,'pyre_page_title_text_alignment','default'),(21972,4516,'pyre_page_title_custom_text',''),(21973,4516,'pyre_page_title_text_size',''),(21974,4516,'pyre_page_title_custom_subheader',''),(21975,4516,'pyre_page_title_custom_subheader_text_size',''),(21976,4516,'pyre_page_title_font_color',''),(21977,4516,'pyre_page_title_100_width','default'),(21978,4516,'pyre_page_title_height',''),(21979,4516,'pyre_page_title_mobile_height',''),(21980,4516,'pyre_page_title_bar_bg_color',''),(21981,4516,'pyre_page_title_bar_borders_color',''),(21982,4516,'pyre_page_title_bar_bg',''),(21983,4516,'pyre_page_title_bar_bg_retina',''),(21984,4516,'pyre_page_title_bar_bg_full','default'),(21985,4516,'pyre_page_title_bg_parallax','default'),(21986,4541,'_wp_attached_file','2017/02/BICENTENNIAL-BUTTON-e1487000380462.jpg'),(21987,4541,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:46:\"2017/02/BICENTENNIAL-BUTTON-e1487000380462.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"BICENTENNIAL-BUTTON-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:31:\"BICENTENNIAL-BUTTON-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:31:\"BICENTENNIAL-BUTTON-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:33:\"BICENTENNIAL-BUTTON-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:31:\"BICENTENNIAL-BUTTON-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:31:\"BICENTENNIAL-BUTTON-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:31:\"BICENTENNIAL-BUTTON-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:31:\"BICENTENNIAL-BUTTON-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:31:\"BICENTENNIAL-BUTTON-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:31:\"BICENTENNIAL-BUTTON-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:31:\"BICENTENNIAL-BUTTON-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:31:\"BICENTENNIAL-BUTTON-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:29:\"BICENTENNIAL-BUTTON-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:31:\"BICENTENNIAL-BUTTON-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:31:\"BICENTENNIAL-BUTTON-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:31:\"BICENTENNIAL-BUTTON-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:31:\"BICENTENNIAL-BUTTON-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:33:\"BICENTENNIAL-BUTTON-1200x1201.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:1201;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:\"1486978533\";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:{}}}'),(21988,4541,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.1862064220780546;s:5:\"bytes\";i:88051;s:11:\"size_before\";i:1075602;s:10:\"size_after\";i:987551;s:4:\"time\";d:0.90000000000000024;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.71;s:5:\"bytes\";i:624;s:11:\"size_before\";i:9301;s:10:\"size_after\";i:8677;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.96;s:5:\"bytes\";i:2159;s:11:\"size_before\";i:27137;s:10:\"size_after\";i:24978;s:4:\"time\";d:0.059999999999999998;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5199999999999996;s:5:\"bytes\";i:8764;s:11:\"size_before\";i:102812;s:10:\"size_after\";i:94048;s:4:\"time\";d:0.059999999999999998;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4000000000000004;s:5:\"bytes\";i:13308;s:11:\"size_before\";i:158380;s:10:\"size_after\";i:145072;s:4:\"time\";d:0.059999999999999998;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2699999999999996;s:5:\"bytes\";i:3864;s:11:\"size_before\";i:46713;s:10:\"size_after\";i:42849;s:4:\"time\";d:0.059999999999999998;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5700000000000003;s:5:\"bytes\";i:1793;s:11:\"size_before\";i:23671;s:10:\"size_after\";i:21878;s:4:\"time\";d:0.02;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8499999999999996;s:5:\"bytes\";i:6171;s:11:\"size_before\";i:78628;s:10:\"size_after\";i:72457;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2799999999999994;s:5:\"bytes\";i:3442;s:11:\"size_before\";i:41569;s:10:\"size_after\";i:38127;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8700000000000001;s:5:\"bytes\";i:3125;s:11:\"size_before\";i:39701;s:10:\"size_after\";i:36576;s:4:\"time\";d:0.10000000000000001;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3600000000000003;s:5:\"bytes\";i:1733;s:11:\"size_before\";i:23541;s:10:\"size_after\";i:21808;s:4:\"time\";d:0.02;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2400000000000002;s:5:\"bytes\";i:798;s:11:\"size_before\";i:11018;s:10:\"size_after\";i:10220;s:4:\"time\";d:0.029999999999999999;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9800000000000004;s:5:\"bytes\";i:5677;s:11:\"size_before\";i:71174;s:10:\"size_after\";i:65497;s:4:\"time\";d:0.050000000000000003;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.75;s:5:\"bytes\";i:185;s:11:\"size_before\";i:2742;s:10:\"size_after\";i:2557;s:4:\"time\";d:0.040000000000000001;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5599999999999996;s:5:\"bytes\";i:1113;s:11:\"size_before\";i:14724;s:10:\"size_after\";i:13611;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1500000000000004;s:5:\"bytes\";i:3361;s:11:\"size_before\";i:41260;s:10:\"size_after\";i:37899;s:4:\"time\";d:0.10000000000000001;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5099999999999998;s:5:\"bytes\";i:6264;s:11:\"size_before\";i:73619;s:10:\"size_after\";i:67355;s:4:\"time\";d:0.050000000000000003;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5299999999999994;s:5:\"bytes\";i:9347;s:11:\"size_before\";i:109566;s:10:\"size_after\";i:100219;s:4:\"time\";d:0.050000000000000003;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1600000000000001;s:5:\"bytes\";i:16323;s:11:\"size_before\";i:200046;s:10:\"size_after\";i:183723;s:4:\"time\";d:0.12;}}}'),(21989,4541,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1646;s:6:\"height\";i:1647;s:4:\"file\";s:23:\"BICENTENNIAL-BUTTON.jpg\";}s:18:\"full-1487000380462\";a:3:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:38:\"BICENTENNIAL-BUTTON-e1487000373355.jpg\";}}'),(21990,4542,'_wp_attached_file','2017/02/CASA-BUTTON-e1487000456443.jpg'),(21991,4542,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:38:\"2017/02/CASA-BUTTON-e1487000456443.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"CASA-BUTTON-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:\"CASA-BUTTON-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:23:\"CASA-BUTTON-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:25:\"CASA-BUTTON-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:23:\"CASA-BUTTON-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:23:\"CASA-BUTTON-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:23:\"CASA-BUTTON-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:23:\"CASA-BUTTON-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:23:\"CASA-BUTTON-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:23:\"CASA-BUTTON-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:23:\"CASA-BUTTON-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:23:\"CASA-BUTTON-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:21:\"CASA-BUTTON-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:23:\"CASA-BUTTON-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:23:\"CASA-BUTTON-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:23:\"CASA-BUTTON-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:23:\"CASA-BUTTON-800x801.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:801;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:25:\"CASA-BUTTON-1200x1201.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:1201;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:\"1486978607\";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:{}}}'),(21992,4542,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.851947406461697;s:5:\"bytes\";i:62476;s:11:\"size_before\";i:527137;s:10:\"size_after\";i:464661;s:4:\"time\";d:1.0200000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8899999999999997;s:5:\"bytes\";i:492;s:11:\"size_before\";i:6232;s:10:\"size_after\";i:5740;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.2799999999999994;s:5:\"bytes\";i:1473;s:11:\"size_before\";i:15878;s:10:\"size_after\";i:14405;s:4:\"time\";d:0.029999999999999999;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.050000000000001;s:5:\"bytes\";i:6385;s:11:\"size_before\";i:52984;s:10:\"size_after\";i:46599;s:4:\"time\";d:0.23000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:13;s:5:\"bytes\";i:10211;s:11:\"size_before\";i:78571;s:10:\"size_after\";i:68360;s:4:\"time\";d:0.059999999999999998;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.609999999999999;s:5:\"bytes\";i:1792;s:11:\"size_before\";i:15440;s:10:\"size_after\";i:13648;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0899999999999999;s:5:\"bytes\";i:1120;s:11:\"size_before\";i:12316;s:10:\"size_after\";i:11196;s:4:\"time\";d:0.029999999999999999;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.289999999999999;s:5:\"bytes\";i:3402;s:11:\"size_before\";i:25602;s:10:\"size_after\";i:22200;s:4:\"time\";d:0.13;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.51;s:5:\"bytes\";i:1849;s:11:\"size_before\";i:17596;s:10:\"size_after\";i:15747;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.029999999999999;s:5:\"bytes\";i:1944;s:11:\"size_before\";i:19386;s:10:\"size_after\";i:17442;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8800000000000008;s:5:\"bytes\";i:1170;s:11:\"size_before\";i:13181;s:10:\"size_after\";i:12011;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2400000000000002;s:5:\"bytes\";i:622;s:11:\"size_before\";i:7549;s:10:\"size_after\";i:6927;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.76;s:5:\"bytes\";i:3470;s:11:\"size_before\";i:32258;s:10:\"size_after\";i:28788;s:4:\"time\";d:0.080000000000000002;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.7300000000000004;s:5:\"bytes\";i:194;s:11:\"size_before\";i:2221;s:10:\"size_after\";i:2027;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6300000000000008;s:5:\"bytes\";i:808;s:11:\"size_before\";i:9359;s:10:\"size_after\";i:8551;s:4:\"time\";d:0.029999999999999999;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:9.9800000000000004;s:5:\"bytes\";i:2299;s:11:\"size_before\";i:23032;s:10:\"size_after\";i:20733;s:4:\"time\";d:0.02;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:11.65;s:5:\"bytes\";i:4491;s:11:\"size_before\";i:38538;s:10:\"size_after\";i:34047;s:4:\"time\";d:0.040000000000000001;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:12.27;s:5:\"bytes\";i:6885;s:11:\"size_before\";i:56105;s:10:\"size_after\";i:49220;s:4:\"time\";d:0.040000000000000001;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:13.75;s:5:\"bytes\";i:13869;s:11:\"size_before\";i:100889;s:10:\"size_after\";i:87020;s:4:\"time\";d:0.22;}}}'),(21993,4542,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1411;s:6:\"height\";i:1412;s:4:\"file\";s:15:\"CASA-BUTTON.jpg\";}}'),(22072,4535,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(22073,4535,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(22074,4535,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(22075,4535,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(22076,4535,'pyre_show_first_featured_image','no'),(22077,4535,'pyre_fimg_width',''),(22078,4535,'pyre_fimg_height',''),(22079,4535,'pyre_portfolio_width_100','default'),(22080,4535,'pyre_video',''),(22081,4535,'pyre_image_rollover_icons','default'),(22082,4535,'pyre_link_icon_url',''),(22083,4535,'pyre_post_links_target','no'),(22084,4535,'pyre_related_posts','default'),(22085,4535,'pyre_share_box','default'),(22086,4535,'pyre_post_pagination','default'),(22087,4535,'pyre_author_info','default'),(22088,4535,'pyre_post_meta','default'),(22089,4535,'pyre_post_comments','default'),(22090,4535,'pyre_main_top_padding',''),(22091,4535,'pyre_main_bottom_padding',''),(22092,4535,'pyre_hundredp_padding',''),(22093,4535,'pyre_slider_type','no'),(22094,4535,'pyre_slider','0'),(22095,4535,'pyre_wooslider','0'),(22096,4535,'pyre_revslider','0'),(22097,4535,'pyre_elasticslider','0'),(22098,4535,'pyre_slider_position','default'),(22099,4535,'pyre_avada_rev_styles','default'),(22100,4535,'pyre_fallback',''),(22101,4535,'pyre_demo_slider',''),(22102,4535,'pyre_display_header','yes'),(22103,4535,'pyre_header_100_width','default'),(22104,4535,'pyre_header_bg_color',''),(22105,4535,'pyre_header_bg_opacity',''),(22106,4535,'pyre_header_bg',''),(22107,4535,'pyre_header_bg_full','no'),(22108,4535,'pyre_header_bg_repeat','repeat'),(22109,4535,'pyre_displayed_menu','default'),(22110,4535,'pyre_display_footer','default'),(22111,4535,'pyre_display_copyright','default'),(22112,4535,'pyre_footer_100_width','default'),(22113,4535,'pyre_sidebar_position','default'),(22114,4535,'pyre_sidebar_bg_color',''),(22115,4535,'pyre_page_bg_layout','default'),(22116,4535,'pyre_page_bg_color',''),(22117,4535,'pyre_page_bg',''),(22118,4535,'pyre_page_bg_full','no'),(22119,4535,'pyre_page_bg_repeat','repeat'),(22120,4535,'pyre_wide_page_bg_color',''),(22121,4535,'pyre_wide_page_bg',''),(22122,4535,'pyre_wide_page_bg_full','no'),(22123,4535,'pyre_wide_page_bg_repeat','repeat'),(22124,4535,'pyre_page_title','default'),(22125,4535,'pyre_page_title_breadcrumbs_search_bar','default'),(22126,4535,'pyre_page_title_text','default'),(22127,4535,'pyre_page_title_text_alignment','default'),(22128,4535,'pyre_page_title_custom_text',''),(22129,4535,'pyre_page_title_text_size',''),(22130,4535,'pyre_page_title_custom_subheader',''),(22131,4535,'pyre_page_title_custom_subheader_text_size',''),(22132,4535,'pyre_page_title_font_color',''),(22133,4535,'pyre_page_title_100_width','default'),(22134,4535,'pyre_page_title_height',''),(22135,4535,'pyre_page_title_mobile_height',''),(22136,4535,'pyre_page_title_bar_bg_color',''),(22137,4535,'pyre_page_title_bar_borders_color',''),(22138,4535,'pyre_page_title_bar_bg',''),(22139,4535,'pyre_page_title_bar_bg_retina',''),(22140,4535,'pyre_page_title_bar_bg_full','default'),(22141,4535,'pyre_page_title_bg_parallax','default'),(22145,4544,'_wp_attached_file','2015/05/2BAND-e1487010828988.jpg'),(22146,4544,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1201;s:4:\"file\";s:32:\"2015/05/2BAND-e1487010828988.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"2BAND-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:\"2BAND-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"2BAND-768x1153.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"2BAND-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:17:\"2BAND-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:17:\"2BAND-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:17:\"2BAND-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:17:\"2BAND-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:17:\"2BAND-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:17:\"2BAND-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:17:\"2BAND-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:17:\"2BAND-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:15:\"2BAND-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:17:\"2BAND-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:17:\"2BAND-400x601.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:601;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:17:\"2BAND-600x901.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:901;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:18:\"2BAND-800x1201.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:1201;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:19:\"2BAND-1200x1802.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:1802;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:\"1415908969\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:17:\"0.058823529411765\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22147,4544,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.024391783326811;s:5:\"bytes\";i:44633;s:11:\"size_before\";i:1109062;s:10:\"size_after\";i:1064429;s:4:\"time\";d:1.1500000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3799999999999999;s:5:\"bytes\";i:620;s:11:\"size_before\";i:8398;s:10:\"size_after\";i:7778;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6799999999999997;s:5:\"bytes\";i:936;s:11:\"size_before\";i:16465;s:10:\"size_after\";i:15529;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7400000000000002;s:5:\"bytes\";i:5019;s:11:\"size_before\";i:134245;s:10:\"size_after\";i:129226;s:4:\"time\";d:0.20999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0300000000000002;s:5:\"bytes\";i:4527;s:11:\"size_before\";i:112287;s:10:\"size_after\";i:107760;s:4:\"time\";d:0.089999999999999997;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8799999999999999;s:5:\"bytes\";i:1887;s:11:\"size_before\";i:38660;s:10:\"size_after\";i:36773;s:4:\"time\";d:0.050000000000000003;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2999999999999998;s:5:\"bytes\";i:1173;s:11:\"size_before\";i:18628;s:10:\"size_after\";i:17455;s:4:\"time\";d:0.02;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9100000000000001;s:5:\"bytes\";i:2554;s:11:\"size_before\";i:65322;s:10:\"size_after\";i:62768;s:4:\"time\";d:0.089999999999999997;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1399999999999997;s:5:\"bytes\";i:1721;s:11:\"size_before\";i:33489;s:10:\"size_after\";i:31768;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4199999999999999;s:5:\"bytes\";i:1757;s:11:\"size_before\";i:32432;s:10:\"size_after\";i:30675;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0999999999999996;s:5:\"bytes\";i:1116;s:11:\"size_before\";i:18296;s:10:\"size_after\";i:17180;s:4:\"time\";d:0.050000000000000003;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8300000000000001;s:5:\"bytes\";i:616;s:11:\"size_before\";i:9022;s:10:\"size_after\";i:8406;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4900000000000002;s:5:\"bytes\";i:2687;s:11:\"size_before\";i:59835;s:10:\"size_after\";i:57148;s:4:\"time\";d:0.050000000000000003;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3900000000000006;s:5:\"bytes\";i:225;s:11:\"size_before\";i:2682;s:10:\"size_after\";i:2457;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15529;s:10:\"size_after\";i:15529;s:4:\"time\";d:0.02;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.54;s:5:\"bytes\";i:2205;s:11:\"size_before\";i:48557;s:10:\"size_after\";i:46352;s:4:\"time\";d:0.040000000000000001;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1399999999999997;s:5:\"bytes\";i:3801;s:11:\"size_before\";i:91898;s:10:\"size_after\";i:88097;s:4:\"time\";d:0.050000000000000003;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.77;s:5:\"bytes\";i:5387;s:11:\"size_before\";i:142887;s:10:\"size_after\";i:137500;s:4:\"time\";d:0.070000000000000007;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.23;s:5:\"bytes\";i:8402;s:11:\"size_before\";i:260430;s:10:\"size_after\";i:252028;s:4:\"time\";d:0.32000000000000001;}}}'),(22148,4545,'_wp_attached_file','2015/05/4BAND-e1487010873939.jpg'),(22149,4544,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1615;s:6:\"height\";i:2425;s:4:\"file\";s:9:\"2BAND.jpg\";}}'),(22150,4545,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1203;s:4:\"file\";s:32:\"2015/05/4BAND-e1487010873939.jpg\";s:5:\"sizes\";a:18:{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-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"4BAND-768x1155.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"4BAND-681x1024.jpg\";s:5:\"width\";i:681;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:17:\"4BAND-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:17:\"4BAND-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:17:\"4BAND-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:17:\"4BAND-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:17:\"4BAND-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:17:\"4BAND-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:17:\"4BAND-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:17:\"4BAND-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:15:\"4BAND-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:17:\"4BAND-200x301.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:301;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:17:\"4BAND-400x601.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:601;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:17:\"4BAND-600x902.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:902;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:18:\"4BAND-800x1203.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:1203;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:19:\"4BAND-1200x1804.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:1804;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:{}}}'),(22151,4546,'_wp_attached_file','2015/05/5BAND-e1487010916231.jpg'),(22152,4545,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.5086125418538026;s:5:\"bytes\";i:23944;s:11:\"size_before\";i:682435;s:10:\"size_after\";i:658491;s:4:\"time\";d:0.66000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0899999999999999;s:5:\"bytes\";i:385;s:11:\"size_before\";i:6326;s:10:\"size_after\";i:5941;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2699999999999996;s:5:\"bytes\";i:496;s:11:\"size_before\";i:11605;s:10:\"size_after\";i:11109;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0299999999999998;s:5:\"bytes\";i:2393;s:11:\"size_before\";i:78879;s:10:\"size_after\";i:76486;s:4:\"time\";d:0.050000000000000003;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.7200000000000002;s:5:\"bytes\";i:1781;s:11:\"size_before\";i:65413;s:10:\"size_after\";i:63632;s:4:\"time\";d:0.040000000000000001;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3700000000000001;s:5:\"bytes\";i:514;s:11:\"size_before\";i:21661;s:10:\"size_after\";i:21147;s:4:\"time\";d:0.040000000000000001;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:4;s:5:\"bytes\";i:494;s:11:\"size_before\";i:12362;s:10:\"size_after\";i:11868;s:4:\"time\";d:0.02;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3900000000000001;s:5:\"bytes\";i:895;s:11:\"size_before\";i:37445;s:10:\"size_after\";i:36550;s:4:\"time\";d:0.040000000000000001;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9300000000000002;s:5:\"bytes\";i:587;s:11:\"size_before\";i:20024;s:10:\"size_after\";i:19437;s:4:\"time\";d:0.040000000000000001;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.21;s:5:\"bytes\";i:662;s:11:\"size_before\";i:20609;s:10:\"size_after\";i:19947;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3099999999999996;s:5:\"bytes\";i:541;s:11:\"size_before\";i:12542;s:10:\"size_after\";i:12001;s:4:\"time\";d:0.02;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3600000000000003;s:5:\"bytes\";i:364;s:11:\"size_before\";i:6789;s:10:\"size_after\";i:6425;s:4:\"time\";d:0.02;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5;s:5:\"bytes\";i:911;s:11:\"size_before\";i:36500;s:10:\"size_after\";i:35589;s:4:\"time\";d:0.040000000000000001;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6100000000000003;s:5:\"bytes\";i:183;s:11:\"size_before\";i:2406;s:10:\"size_after\";i:2223;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2000000000000002;s:5:\"bytes\";i:488;s:11:\"size_before\";i:11630;s:10:\"size_after\";i:11142;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1099999999999999;s:5:\"bytes\";i:942;s:11:\"size_before\";i:30249;s:10:\"size_after\";i:29307;s:4:\"time\";d:0.02;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:2.7599999999999998;s:5:\"bytes\";i:1487;s:11:\"size_before\";i:53946;s:10:\"size_after\";i:52459;s:4:\"time\";d:0.050000000000000003;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9900000000000002;s:5:\"bytes\";i:2518;s:11:\"size_before\";i:84123;s:10:\"size_after\";i:81605;s:4:\"time\";d:0.059999999999999998;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8899999999999997;s:5:\"bytes\";i:8303;s:11:\"size_before\";i:169926;s:10:\"size_after\";i:161623;s:4:\"time\";d:0.14999999999999999;}}}'),(22153,4545,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2586;s:6:\"height\";i:3888;s:4:\"file\";s:9:\"4BAND.jpg\";}}'),(22154,4546,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1199;s:4:\"file\";s:32:\"2015/05/5BAND-e1487010916231.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"5BAND-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:\"5BAND-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"5BAND-768x1151.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"5BAND-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:17:\"5BAND-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:17:\"5BAND-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:17:\"5BAND-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:17:\"5BAND-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:17:\"5BAND-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:17:\"5BAND-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:17:\"5BAND-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:17:\"5BAND-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:15:\"5BAND-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:17:\"5BAND-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:17:\"5BAND-400x599.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:599;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:17:\"5BAND-600x899.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:899;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:18:\"5BAND-800x1199.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:1199;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:19:\"5BAND-1200x1798.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:1798;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:\"1478286715\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22155,4547,'_wp_attached_file','2015/05/6BAND-e1487010985261.jpg'),(22156,4546,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2691;s:6:\"height\";i:4032;s:4:\"file\";s:9:\"5BAND.jpg\";}}'),(22157,4547,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1201;s:4:\"file\";s:32:\"2015/05/6BAND-e1487010985261.jpg\";s:5:\"sizes\";a:18:{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-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"6BAND-768x1153.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"6BAND-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:17:\"6BAND-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:17:\"6BAND-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:17:\"6BAND-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:17:\"6BAND-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:17:\"6BAND-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:17:\"6BAND-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:17:\"6BAND-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:17:\"6BAND-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:15:\"6BAND-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:17:\"6BAND-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:17:\"6BAND-400x601.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:601;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:17:\"6BAND-600x901.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:901;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:18:\"6BAND-800x1201.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:1201;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:19:\"6BAND-1200x1802.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:1802;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:{}}}'),(22158,4547,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.1987948721433361;s:5:\"bytes\";i:30599;s:11:\"size_before\";i:956579;s:10:\"size_after\";i:925980;s:4:\"time\";d:0.85000000000000009;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5800000000000001;s:5:\"bytes\";i:394;s:11:\"size_before\";i:7063;s:10:\"size_after\";i:6669;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7000000000000002;s:5:\"bytes\";i:690;s:11:\"size_before\";i:14683;s:10:\"size_after\";i:13993;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.4700000000000002;s:5:\"bytes\";i:2840;s:11:\"size_before\";i:115032;s:10:\"size_after\";i:112192;s:4:\"time\";d:0.070000000000000007;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.4199999999999999;s:5:\"bytes\";i:2311;s:11:\"size_before\";i:95591;s:10:\"size_after\";i:93280;s:4:\"time\";d:0.10000000000000001;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9500000000000002;s:5:\"bytes\";i:876;s:11:\"size_before\";i:29717;s:10:\"size_after\";i:28841;s:4:\"time\";d:0.059999999999999998;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2300000000000004;s:5:\"bytes\";i:603;s:11:\"size_before\";i:14257;s:10:\"size_after\";i:13654;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9100000000000001;s:5:\"bytes\";i:1518;s:11:\"size_before\";i:52191;s:10:\"size_after\";i:50673;s:4:\"time\";d:0.070000000000000007;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3599999999999999;s:5:\"bytes\";i:864;s:11:\"size_before\";i:25692;s:10:\"size_after\";i:24828;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4399999999999999;s:5:\"bytes\";i:854;s:11:\"size_before\";i:24829;s:10:\"size_after\";i:23975;s:4:\"time\";d:0.01;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3300000000000001;s:5:\"bytes\";i:629;s:11:\"size_before\";i:14540;s:10:\"size_after\";i:13911;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8600000000000003;s:5:\"bytes\";i:436;s:11:\"size_before\";i:7442;s:10:\"size_after\";i:7006;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8100000000000001;s:5:\"bytes\";i:1294;s:11:\"size_before\";i:46095;s:10:\"size_after\";i:44801;s:4:\"time\";d:0.029999999999999999;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7000000000000002;s:5:\"bytes\";i:189;s:11:\"size_before\";i:2453;s:10:\"size_after\";i:2264;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13993;s:10:\"size_after\";i:13993;s:4:\"time\";d:0.029999999999999999;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1699999999999999;s:5:\"bytes\";i:1339;s:11:\"size_before\";i:42231;s:10:\"size_after\";i:40892;s:4:\"time\";d:0.029999999999999999;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5600000000000001;s:5:\"bytes\";i:1997;s:11:\"size_before\";i:78116;s:10:\"size_after\";i:76119;s:4:\"time\";d:0.040000000000000001;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5499999999999998;s:5:\"bytes\";i:3131;s:11:\"size_before\";i:122736;s:10:\"size_after\";i:119605;s:4:\"time\";d:0.20999999999999999;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:10634;s:11:\"size_before\";i:249918;s:10:\"size_after\";i:239284;s:4:\"time\";d:0.12;}}}'),(22159,4548,'_wp_attached_file','2015/05/7BAND-e1487011015906.jpg'),(22160,4548,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1194;s:4:\"file\";s:32:\"2015/05/7BAND-e1487011015906.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"7BAND-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:\"7BAND-201x300.jpg\";s:5:\"width\";i:201;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"7BAND-768x1147.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"7BAND-686x1024.jpg\";s:5:\"width\";i:686;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:17:\"7BAND-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:17:\"7BAND-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:17:\"7BAND-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:17:\"7BAND-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:17:\"7BAND-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:17:\"7BAND-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:17:\"7BAND-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:17:\"7BAND-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:15:\"7BAND-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:17:\"7BAND-200x299.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:299;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:17:\"7BAND-400x597.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:597;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:17:\"7BAND-600x896.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:896;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:18:\"7BAND-800x1194.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:1194;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:19:\"7BAND-1200x1792.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:1792;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:\"1486981569\";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:{}}}'),(22161,4548,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.7655403749393281;s:5:\"bytes\";i:39178;s:11:\"size_before\";i:1040435;s:10:\"size_after\";i:1001257;s:4:\"time\";d:0.8600000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7999999999999998;s:5:\"bytes\";i:340;s:11:\"size_before\";i:7087;s:10:\"size_after\";i:6747;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6400000000000001;s:5:\"bytes\";i:512;s:11:\"size_before\";i:14057;s:10:\"size_after\";i:13545;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9300000000000002;s:5:\"bytes\";i:3413;s:11:\"size_before\";i:116417;s:10:\"size_after\";i:113004;s:4:\"time\";d:0.11;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9900000000000002;s:5:\"bytes\";i:2899;s:11:\"size_before\";i:96887;s:10:\"size_after\";i:93988;s:4:\"time\";d:0.080000000000000002;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6200000000000001;s:5:\"bytes\";i:2383;s:11:\"size_before\";i:42405;s:10:\"size_after\";i:40022;s:4:\"time\";d:0.029999999999999999;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0499999999999998;s:5:\"bytes\";i:924;s:11:\"size_before\";i:18315;s:10:\"size_after\";i:17391;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3099999999999996;s:5:\"bytes\";i:4160;s:11:\"size_before\";i:78313;s:10:\"size_after\";i:74153;s:4:\"time\";d:0.070000000000000007;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6500000000000004;s:5:\"bytes\";i:2063;s:11:\"size_before\";i:36481;s:10:\"size_after\";i:34418;s:4:\"time\";d:0.050000000000000003;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3300000000000001;s:5:\"bytes\";i:1812;s:11:\"size_before\";i:34026;s:10:\"size_after\";i:32214;s:4:\"time\";d:0.059999999999999998;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5899999999999999;s:5:\"bytes\";i:820;s:11:\"size_before\";i:17850;s:10:\"size_after\";i:17030;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8099999999999996;s:5:\"bytes\";i:391;s:11:\"size_before\";i:8127;s:10:\"size_after\";i:7736;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3099999999999996;s:5:\"bytes\";i:3608;s:11:\"size_before\";i:67938;s:10:\"size_after\";i:64330;s:4:\"time\";d:0.029999999999999999;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.25;s:5:\"bytes\";i:177;s:11:\"size_before\";i:2440;s:10:\"size_after\";i:2263;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9399999999999999;s:5:\"bytes\";i:547;s:11:\"size_before\";i:13874;s:10:\"size_after\";i:13327;s:4:\"time\";d:0.02;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3199999999999998;s:5:\"bytes\";i:1353;s:11:\"size_before\";i:40757;s:10:\"size_after\";i:39404;s:4:\"time\";d:0.029999999999999999;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0499999999999998;s:5:\"bytes\";i:2382;s:11:\"size_before\";i:77971;s:10:\"size_after\";i:75589;s:4:\"time\";d:0.070000000000000007;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9300000000000002;s:5:\"bytes\";i:3638;s:11:\"size_before\";i:124253;s:10:\"size_after\";i:120615;s:4:\"time\";d:0.070000000000000007;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1899999999999999;s:5:\"bytes\";i:7756;s:11:\"size_before\";i:243237;s:10:\"size_after\";i:235481;s:4:\"time\";d:0.17999999999999999;}}}'),(22162,4549,'_wp_attached_file','2015/05/IMG_2083-e1487011048332.jpg'),(22163,4547,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2685;s:6:\"height\";i:4032;s:4:\"file\";s:9:\"6BAND.jpg\";}}'),(22164,4549,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1203;s:4:\"file\";s:35:\"2015/05/IMG_2083-e1487011048332.jpg\";s:5:\"sizes\";a:18:{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-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"IMG_2083-768x1154.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_2083-681x1024.jpg\";s:5:\"width\";i:681;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"IMG_2083-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"IMG_2083-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:20:\"IMG_2083-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:20:\"IMG_2083-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:20:\"IMG_2083-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:20:\"IMG_2083-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:20:\"IMG_2083-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:20:\"IMG_2083-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:18:\"IMG_2083-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:20:\"IMG_2083-200x301.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:301;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:20:\"IMG_2083-400x601.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:601;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:20:\"IMG_2083-600x902.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:902;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:21:\"IMG_2083-800x1203.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:1203;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:22:\"IMG_2083-1200x1804.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:1804;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:{}}}'),(22165,4548,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1229;s:6:\"height\";i:1835;s:4:\"file\";s:9:\"7BAND.jpg\";}}'),(22166,4549,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.8328399675133031;s:5:\"bytes\";i:43558;s:11:\"size_before\";i:901292;s:10:\"size_after\";i:857734;s:4:\"time\";d:0.9800000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4900000000000002;s:5:\"bytes\";i:473;s:11:\"size_before\";i:7293;s:10:\"size_after\";i:6820;s:4:\"time\";d:0.050000000000000003;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0499999999999998;s:5:\"bytes\";i:673;s:11:\"size_before\";i:13317;s:10:\"size_after\";i:12644;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0199999999999996;s:5:\"bytes\";i:5567;s:11:\"size_before\";i:110834;s:10:\"size_after\";i:105267;s:4:\"time\";d:0.059999999999999998;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0899999999999999;s:5:\"bytes\";i:4680;s:11:\"size_before\";i:91951;s:10:\"size_after\";i:87271;s:4:\"time\";d:0.13;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1200000000000001;s:5:\"bytes\";i:1145;s:11:\"size_before\";i:27795;s:10:\"size_after\";i:26650;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9199999999999999;s:5:\"bytes\";i:739;s:11:\"size_before\";i:15024;s:10:\"size_after\";i:14285;s:4:\"time\";d:0.029999999999999999;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1399999999999997;s:5:\"bytes\";i:2005;s:11:\"size_before\";i:48439;s:10:\"size_after\";i:46434;s:4:\"time\";d:0.070000000000000007;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4199999999999999;s:5:\"bytes\";i:1102;s:11:\"size_before\";i:24944;s:10:\"size_after\";i:23842;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6399999999999997;s:5:\"bytes\";i:1208;s:11:\"size_before\";i:26033;s:10:\"size_after\";i:24825;s:4:\"time\";d:0.040000000000000001;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1900000000000004;s:5:\"bytes\";i:807;s:11:\"size_before\";i:15556;s:10:\"size_after\";i:14749;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1799999999999997;s:5:\"bytes\";i:499;s:11:\"size_before\";i:8080;s:10:\"size_after\";i:7581;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:2050;s:11:\"size_before\";i:48204;s:10:\"size_after\";i:46154;s:4:\"time\";d:0.050000000000000003;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2200000000000006;s:5:\"bytes\";i:205;s:11:\"size_before\";i:2495;s:10:\"size_after\";i:2290;s:4:\"time\";d:0.029999999999999999;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8499999999999996;s:5:\"bytes\";i:647;s:11:\"size_before\";i:13343;s:10:\"size_after\";i:12696;s:4:\"time\";d:0.040000000000000001;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.96;s:5:\"bytes\";i:1942;s:11:\"size_before\";i:39159;s:10:\"size_after\";i:37217;s:4:\"time\";d:0.02;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2000000000000002;s:5:\"bytes\";i:3915;s:11:\"size_before\";i:75268;s:10:\"size_after\";i:71353;s:4:\"time\";d:0.050000000000000003;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9699999999999998;s:5:\"bytes\";i:5855;s:11:\"size_before\";i:117762;s:10:\"size_after\";i:111907;s:4:\"time\";d:0.070000000000000007;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6600000000000001;s:5:\"bytes\";i:10046;s:11:\"size_before\";i:215795;s:10:\"size_after\";i:205749;s:4:\"time\";d:0.27000000000000002;}}}'),(22170,4549,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1405;s:6:\"height\";i:2112;s:4:\"file\";s:12:\"IMG_2083.jpg\";}}'),(22171,4551,'_wp_attached_file','2015/05/IMG_1605-e1487011367192.jpg'),(22172,4551,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1201;s:4:\"file\";s:35:\"2015/05/IMG_1605-e1487011367192.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1605-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_1605-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"IMG_1605-768x1153.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_1605-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"IMG_1605-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"IMG_1605-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:20:\"IMG_1605-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:20:\"IMG_1605-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:20:\"IMG_1605-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:20:\"IMG_1605-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:20:\"IMG_1605-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:20:\"IMG_1605-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:18:\"IMG_1605-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:20:\"IMG_1605-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:20:\"IMG_1605-400x601.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:601;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:20:\"IMG_1605-600x901.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:901;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:21:\"IMG_1605-800x1201.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:1201;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:22:\"IMG_1605-1200x1802.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:1802;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:\"1478292169\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.041666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22173,4551,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.0464686119814273;s:5:\"bytes\";i:42878;s:11:\"size_before\";i:1059640;s:10:\"size_after\";i:1016762;s:4:\"time\";d:1.4500000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8600000000000003;s:5:\"bytes\";i:424;s:11:\"size_before\";i:7241;s:10:\"size_after\";i:6817;s:4:\"time\";d:0.050000000000000003;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9700000000000002;s:5:\"bytes\";i:546;s:11:\"size_before\";i:13764;s:10:\"size_after\";i:13218;s:4:\"time\";d:0.070000000000000007;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3399999999999999;s:5:\"bytes\";i:5571;s:11:\"size_before\";i:128367;s:10:\"size_after\";i:122796;s:4:\"time\";d:0.12;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1600000000000001;s:5:\"bytes\";i:4354;s:11:\"size_before\";i:104622;s:10:\"size_after\";i:100268;s:4:\"time\";d:0.050000000000000003;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8599999999999999;s:5:\"bytes\";i:1372;s:11:\"size_before\";i:35581;s:10:\"size_after\";i:34209;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7400000000000002;s:5:\"bytes\";i:810;s:11:\"size_before\";i:17071;s:10:\"size_after\";i:16261;s:4:\"time\";d:0.02;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5800000000000001;s:5:\"bytes\";i:2256;s:11:\"size_before\";i:63013;s:10:\"size_after\";i:60757;s:4:\"time\";d:0.059999999999999998;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8500000000000001;s:5:\"bytes\";i:1203;s:11:\"size_before\";i:31210;s:10:\"size_after\";i:30007;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2199999999999998;s:5:\"bytes\";i:1300;s:11:\"size_before\";i:30823;s:10:\"size_after\";i:29523;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0700000000000003;s:5:\"bytes\";i:880;s:11:\"size_before\";i:17359;s:10:\"size_after\";i:16479;s:4:\"time\";d:0.02;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3600000000000003;s:5:\"bytes\";i:440;s:11:\"size_before\";i:8209;s:10:\"size_after\";i:7769;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6400000000000001;s:5:\"bytes\";i:2143;s:11:\"size_before\";i:58882;s:10:\"size_after\";i:56739;s:4:\"time\";d:0.14000000000000001;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5;s:5:\"bytes\";i:185;s:11:\"size_before\";i:2466;s:10:\"size_after\";i:2281;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13218;s:10:\"size_after\";i:13218;s:4:\"time\";d:0.02;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6400000000000001;s:5:\"bytes\";i:1518;s:11:\"size_before\";i:41754;s:10:\"size_after\";i:40236;s:4:\"time\";d:0.11;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";i:4;s:5:\"bytes\";i:3340;s:11:\"size_before\";i:83491;s:10:\"size_after\";i:80151;s:4:\"time\";d:0.080000000000000002;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3600000000000003;s:5:\"bytes\";i:6003;s:11:\"size_before\";i:137541;s:10:\"size_after\";i:131538;s:4:\"time\";d:0.13;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9700000000000002;s:5:\"bytes\";i:10533;s:11:\"size_before\";i:265028;s:10:\"size_after\";i:254495;s:4:\"time\";d:0.5;}}}'),(22174,4551,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1901;s:6:\"height\";i:2854;s:4:\"file\";s:12:\"IMG_1605.jpg\";}}'),(22179,7,'_hide_featured',NULL),(22245,4532,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(22246,4532,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(22247,4532,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(22248,4532,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(22249,4532,'pyre_show_first_featured_image','no'),(22250,4532,'pyre_fimg_width',''),(22251,4532,'pyre_fimg_height',''),(22252,4532,'pyre_portfolio_width_100','default'),(22253,4532,'pyre_video',''),(22254,4532,'pyre_image_rollover_icons','default'),(22255,4532,'pyre_link_icon_url',''),(22256,4532,'pyre_post_links_target','no'),(22257,4532,'pyre_related_posts','default'),(22258,4532,'pyre_share_box','default'),(22259,4532,'pyre_post_pagination','default'),(22260,4532,'pyre_author_info','default'),(22261,4532,'pyre_post_meta','default'),(22262,4532,'pyre_post_comments','default'),(22263,4532,'pyre_main_top_padding',''),(22264,4532,'pyre_main_bottom_padding',''),(22265,4532,'pyre_hundredp_padding',''),(22266,4532,'pyre_slider_type','no'),(22267,4532,'pyre_slider','0'),(22268,4532,'pyre_wooslider','0'),(22269,4532,'pyre_revslider','0'),(22270,4532,'pyre_elasticslider','0'),(22271,4532,'pyre_slider_position','default'),(22272,4532,'pyre_avada_rev_styles','default'),(22273,4532,'pyre_fallback',''),(22274,4532,'pyre_demo_slider',''),(22275,4532,'pyre_display_header','yes'),(22276,4532,'pyre_header_100_width','default'),(22277,4532,'pyre_header_bg_color',''),(22278,4532,'pyre_header_bg_opacity',''),(22279,4532,'pyre_header_bg',''),(22280,4532,'pyre_header_bg_full','no'),(22281,4532,'pyre_header_bg_repeat','repeat'),(22282,4532,'pyre_displayed_menu','default'),(22283,4532,'pyre_display_footer','default'),(22284,4532,'pyre_display_copyright','default'),(22285,4532,'pyre_footer_100_width','default'),(22286,4532,'pyre_sidebar_position','default'),(22287,4532,'pyre_sidebar_bg_color',''),(22288,4532,'pyre_page_bg_layout','default'),(22289,4532,'pyre_page_bg_color',''),(22290,4532,'pyre_page_bg',''),(22291,4532,'pyre_page_bg_full','no'),(22292,4532,'pyre_page_bg_repeat','repeat'),(22293,4532,'pyre_wide_page_bg_color',''),(22294,4532,'pyre_wide_page_bg',''),(22295,4532,'pyre_wide_page_bg_full','no'),(22296,4532,'pyre_wide_page_bg_repeat','repeat'),(22297,4532,'pyre_page_title','default'),(22298,4532,'pyre_page_title_breadcrumbs_search_bar','default'),(22299,4532,'pyre_page_title_text','default'),(22300,4532,'pyre_page_title_text_alignment','default'),(22301,4532,'pyre_page_title_custom_text',''),(22302,4532,'pyre_page_title_text_size',''),(22303,4532,'pyre_page_title_custom_subheader',''),(22304,4532,'pyre_page_title_custom_subheader_text_size',''),(22305,4532,'pyre_page_title_font_color',''),(22306,4532,'pyre_page_title_100_width','default'),(22307,4532,'pyre_page_title_height',''),(22308,4532,'pyre_page_title_mobile_height',''),(22309,4532,'pyre_page_title_bar_bg_color',''),(22310,4532,'pyre_page_title_bar_borders_color',''),(22311,4532,'pyre_page_title_bar_bg',''),(22312,4532,'pyre_page_title_bar_bg_retina',''),(22313,4532,'pyre_page_title_bar_bg_full','default'),(22314,4532,'pyre_page_title_bg_parallax','default'),(22315,4553,'_wp_attached_file','2017/02/2BAND-e1487014984416.jpg'),(22316,4553,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1201;s:4:\"file\";s:32:\"2017/02/2BAND-e1487014984416.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"2BAND-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:\"2BAND-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"2BAND-768x1153.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"2BAND-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:17:\"2BAND-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:17:\"2BAND-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:17:\"2BAND-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:17:\"2BAND-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:17:\"2BAND-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:17:\"2BAND-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:17:\"2BAND-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:17:\"2BAND-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:15:\"2BAND-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:17:\"2BAND-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:17:\"2BAND-400x601.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:601;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:17:\"2BAND-600x901.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:901;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:18:\"2BAND-800x1201.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:1201;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:19:\"2BAND-1200x1802.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:1802;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:\"1415908969\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:17:\"0.058823529411765\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22317,4554,'_wp_attached_file','2017/02/4BAND-e1487014962926.jpg'),(22318,4553,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.0361154247575879;s:5:\"bytes\";i:41533;s:11:\"size_before\";i:1029034;s:10:\"size_after\";i:987501;s:4:\"time\";d:1.2200000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8200000000000003;s:5:\"bytes\";i:517;s:11:\"size_before\";i:7580;s:10:\"size_after\";i:7063;s:4:\"time\";d:0.059999999999999998;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2599999999999998;s:5:\"bytes\";i:784;s:11:\"size_before\";i:14913;s:10:\"size_after\";i:14129;s:4:\"time\";d:0.040000000000000001;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8100000000000001;s:5:\"bytes\";i:4750;s:11:\"size_before\";i:124762;s:10:\"size_after\";i:120012;s:4:\"time\";d:0.14999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0300000000000002;s:5:\"bytes\";i:4199;s:11:\"size_before\";i:104311;s:10:\"size_after\";i:100112;s:4:\"time\";d:0.080000000000000002;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6299999999999999;s:5:\"bytes\";i:1652;s:11:\"size_before\";i:35696;s:10:\"size_after\";i:34044;s:4:\"time\";d:0.059999999999999998;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9100000000000001;s:5:\"bytes\";i:1009;s:11:\"size_before\";i:17074;s:10:\"size_after\";i:16065;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6899999999999999;s:5:\"bytes\";i:2231;s:11:\"size_before\";i:60508;s:10:\"size_after\";i:58277;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9000000000000004;s:5:\"bytes\";i:1513;s:11:\"size_before\";i:30887;s:10:\"size_after\";i:29374;s:4:\"time\";d:0.050000000000000003;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0999999999999996;s:5:\"bytes\";i:1519;s:11:\"size_before\";i:29806;s:10:\"size_after\";i:28287;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8099999999999996;s:5:\"bytes\";i:973;s:11:\"size_before\";i:16744;s:10:\"size_after\";i:15771;s:4:\"time\";d:0.050000000000000003;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5999999999999996;s:5:\"bytes\";i:542;s:11:\"size_before\";i:8212;s:10:\"size_after\";i:7670;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1900000000000004;s:5:\"bytes\";i:2314;s:11:\"size_before\";i:55290;s:10:\"size_after\";i:52976;s:4:\"time\";d:0.089999999999999997;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6300000000000008;s:5:\"bytes\";i:211;s:11:\"size_before\";i:2444;s:10:\"size_after\";i:2233;s:4:\"time\";d:0.02;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:14129;s:10:\"size_after\";i:14129;s:4:\"time\";d:0.029999999999999999;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2300000000000004;s:5:\"bytes\";i:1883;s:11:\"size_before\";i:44543;s:10:\"size_after\";i:42660;s:4:\"time\";d:0.040000000000000001;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1100000000000003;s:5:\"bytes\";i:3495;s:11:\"size_before\";i:85074;s:10:\"size_after\";i:81579;s:4:\"time\";d:0.17999999999999999;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9399999999999999;s:5:\"bytes\";i:5232;s:11:\"size_before\";i:132948;s:10:\"size_after\";i:127716;s:4:\"time\";d:0.070000000000000007;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5699999999999998;s:5:\"bytes\";i:8709;s:11:\"size_before\";i:244113;s:10:\"size_after\";i:235404;s:4:\"time\";d:0.23000000000000001;}}}'),(22319,4554,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1203;s:4:\"file\";s:32:\"2017/02/4BAND-e1487014962926.jpg\";s:5:\"sizes\";a:18:{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-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"4BAND-768x1155.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"4BAND-681x1024.jpg\";s:5:\"width\";i:681;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:17:\"4BAND-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:17:\"4BAND-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:17:\"4BAND-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:17:\"4BAND-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:17:\"4BAND-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:17:\"4BAND-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:17:\"4BAND-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:17:\"4BAND-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:15:\"4BAND-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:17:\"4BAND-200x301.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:301;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:17:\"4BAND-400x601.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:601;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:17:\"4BAND-600x902.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:902;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:18:\"4BAND-800x1203.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:1203;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:19:\"4BAND-1200x1804.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:1804;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:{}}}'),(22320,4554,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.5279132722523885;s:5:\"bytes\";i:28535;s:11:\"size_before\";i:630202;s:10:\"size_after\";i:601667;s:4:\"time\";d:0.72000000000000008;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3799999999999999;s:5:\"bytes\";i:376;s:11:\"size_before\";i:5895;s:10:\"size_after\";i:5519;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6799999999999997;s:5:\"bytes\";i:501;s:11:\"size_before\";i:10696;s:10:\"size_after\";i:10195;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.98;s:5:\"bytes\";i:2894;s:11:\"size_before\";i:72739;s:10:\"size_after\";i:69845;s:4:\"time\";d:0.070000000000000007;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6699999999999999;s:5:\"bytes\";i:2206;s:11:\"size_before\";i:60171;s:10:\"size_after\";i:57965;s:4:\"time\";d:0.050000000000000003;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0299999999999998;s:5:\"bytes\";i:601;s:11:\"size_before\";i:19862;s:10:\"size_after\";i:19261;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3700000000000001;s:5:\"bytes\";i:501;s:11:\"size_before\";i:11470;s:10:\"size_after\";i:10969;s:4:\"time\";d:0.02;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5600000000000001;s:5:\"bytes\";i:1223;s:11:\"size_before\";i:34349;s:10:\"size_after\";i:33126;s:4:\"time\";d:0.040000000000000001;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3900000000000001;s:5:\"bytes\";i:624;s:11:\"size_before\";i:18389;s:10:\"size_after\";i:17765;s:4:\"time\";d:0.01;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6899999999999999;s:5:\"bytes\";i:699;s:11:\"size_before\";i:18930;s:10:\"size_after\";i:18231;s:4:\"time\";d:0.01;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8300000000000001;s:5:\"bytes\";i:562;s:11:\"size_before\";i:11633;s:10:\"size_after\";i:11071;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9000000000000004;s:5:\"bytes\";i:374;s:11:\"size_before\";i:6340;s:10:\"size_after\";i:5966;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2200000000000002;s:5:\"bytes\";i:1077;s:11:\"size_before\";i:33462;s:10:\"size_after\";i:32385;s:4:\"time\";d:0.029999999999999999;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0399999999999991;s:5:\"bytes\";i:184;s:11:\"size_before\";i:2288;s:10:\"size_after\";i:2104;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5;s:5:\"bytes\";i:482;s:11:\"size_before\";i:10704;s:10:\"size_after\";i:10222;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5499999999999998;s:5:\"bytes\";i:985;s:11:\"size_before\";i:27715;s:10:\"size_after\";i:26730;s:4:\"time\";d:0.029999999999999999;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6200000000000001;s:5:\"bytes\";i:1795;s:11:\"size_before\";i:49589;s:10:\"size_after\";i:47794;s:4:\"time\";d:0.089999999999999997;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0899999999999999;s:5:\"bytes\";i:3176;s:11:\"size_before\";i:77611;s:10:\"size_after\";i:74435;s:4:\"time\";d:0.17000000000000001;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4900000000000002;s:5:\"bytes\";i:10275;s:11:\"size_before\";i:158359;s:10:\"size_after\";i:148084;s:4:\"time\";d:0.11;}}}'),(22321,4555,'_wp_attached_file','2017/02/5BAND-e1487014948608.jpg'),(22322,4555,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1199;s:4:\"file\";s:32:\"2017/02/5BAND-e1487014948608.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"5BAND-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:\"5BAND-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"5BAND-768x1151.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"5BAND-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:17:\"5BAND-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:17:\"5BAND-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:17:\"5BAND-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:17:\"5BAND-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:17:\"5BAND-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:17:\"5BAND-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:17:\"5BAND-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:17:\"5BAND-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:15:\"5BAND-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:17:\"5BAND-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:17:\"5BAND-400x599.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:599;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:17:\"5BAND-600x899.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:899;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:18:\"5BAND-800x1199.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:1199;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:19:\"5BAND-1200x1798.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:1798;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:\"1478286715\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22323,4556,'_wp_attached_file','2017/02/6BAND-e1487014921991.jpg'),(22324,4555,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.5197720263887264;s:5:\"bytes\";i:52318;s:11:\"size_before\";i:947829;s:10:\"size_after\";i:895511;s:4:\"time\";d:0.99000000000000021;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3300000000000001;s:5:\"bytes\";i:462;s:11:\"size_before\";i:7303;s:10:\"size_after\";i:6841;s:4:\"time\";d:0.040000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7199999999999998;s:5:\"bytes\";i:615;s:11:\"size_before\";i:13024;s:10:\"size_after\";i:12409;s:4:\"time\";d:0.029999999999999999;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9000000000000004;s:5:\"bytes\";i:6866;s:11:\"size_before\";i:116406;s:10:\"size_after\";i:109540;s:4:\"time\";d:0.070000000000000007;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5199999999999996;s:5:\"bytes\";i:5266;s:11:\"size_before\";i:95347;s:10:\"size_after\";i:90081;s:4:\"time\";d:0.059999999999999998;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5999999999999996;s:5:\"bytes\";i:1574;s:11:\"size_before\";i:28128;s:10:\"size_after\";i:26554;s:4:\"time\";d:0.029999999999999999;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9100000000000001;s:5:\"bytes\";i:695;s:11:\"size_before\";i:14149;s:10:\"size_after\";i:13454;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5700000000000003;s:5:\"bytes\";i:2893;s:11:\"size_before\";i:51979;s:10:\"size_after\";i:49086;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1799999999999997;s:5:\"bytes\";i:1316;s:11:\"size_before\";i:25425;s:10:\"size_after\";i:24109;s:4:\"time\";d:0.040000000000000001;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9900000000000002;s:5:\"bytes\";i:1257;s:11:\"size_before\";i:25192;s:10:\"size_after\";i:23935;s:4:\"time\";d:0.040000000000000001;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0499999999999998;s:5:\"bytes\";i:742;s:11:\"size_before\";i:14687;s:10:\"size_after\";i:13945;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6500000000000004;s:5:\"bytes\";i:507;s:11:\"size_before\";i:7622;s:10:\"size_after\";i:7115;s:4:\"time\";d:0.029999999999999999;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5199999999999996;s:5:\"bytes\";i:2731;s:11:\"size_before\";i:49488;s:10:\"size_after\";i:46757;s:4:\"time\";d:0.029999999999999999;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6300000000000008;s:5:\"bytes\";i:215;s:11:\"size_before\";i:2492;s:10:\"size_after\";i:2277;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12409;s:10:\"size_after\";i:12409;s:4:\"time\";d:0.02;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3799999999999999;s:5:\"bytes\";i:1672;s:11:\"size_before\";i:38181;s:10:\"size_after\";i:36509;s:4:\"time\";d:0.02;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1699999999999999;s:5:\"bytes\";i:3924;s:11:\"size_before\";i:75884;s:10:\"size_after\";i:71960;s:4:\"time\";d:0.040000000000000001;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9500000000000002;s:5:\"bytes\";i:7447;s:11:\"size_before\";i:125154;s:10:\"size_after\";i:117707;s:4:\"time\";d:0.17000000000000001;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7699999999999996;s:5:\"bytes\";i:14136;s:11:\"size_before\";i:244959;s:10:\"size_after\";i:230823;s:4:\"time\";d:0.31;}}}'),(22325,4556,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1201;s:4:\"file\";s:32:\"2017/02/6BAND-e1487014921991.jpg\";s:5:\"sizes\";a:18:{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-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"6BAND-768x1153.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"6BAND-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:17:\"6BAND-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:17:\"6BAND-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:17:\"6BAND-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:17:\"6BAND-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:17:\"6BAND-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:17:\"6BAND-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:17:\"6BAND-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:17:\"6BAND-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:15:\"6BAND-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:17:\"6BAND-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:17:\"6BAND-400x601.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:601;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:17:\"6BAND-600x901.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:901;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:18:\"6BAND-800x1201.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:1201;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:19:\"6BAND-1200x1802.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:1802;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:{}}}'),(22326,4556,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.2762595378537798;s:5:\"bytes\";i:30271;s:11:\"size_before\";i:923950;s:10:\"size_after\";i:893679;s:4:\"time\";d:1.0300000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5199999999999996;s:5:\"bytes\";i:374;s:11:\"size_before\";i:6781;s:10:\"size_after\";i:6407;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.79;s:5:\"bytes\";i:675;s:11:\"size_before\";i:14084;s:10:\"size_after\";i:13409;s:4:\"time\";d:0.029999999999999999;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.48;s:5:\"bytes\";i:2752;s:11:\"size_before\";i:110807;s:10:\"size_after\";i:108055;s:4:\"time\";d:0.17999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.3799999999999999;s:5:\"bytes\";i:2194;s:11:\"size_before\";i:92082;s:10:\"size_after\";i:89888;s:4:\"time\";d:0.059999999999999998;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.96;s:5:\"bytes\";i:850;s:11:\"size_before\";i:28761;s:10:\"size_after\";i:27911;s:4:\"time\";d:0.050000000000000003;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1699999999999999;s:5:\"bytes\";i:572;s:11:\"size_before\";i:13723;s:10:\"size_after\";i:13151;s:4:\"time\";d:0.02;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0099999999999998;s:5:\"bytes\";i:1525;s:11:\"size_before\";i:50653;s:10:\"size_after\";i:49128;s:4:\"time\";d:0.040000000000000001;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2000000000000002;s:5:\"bytes\";i:795;s:11:\"size_before\";i:24838;s:10:\"size_after\";i:24043;s:4:\"time\";d:0.050000000000000003;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5800000000000001;s:5:\"bytes\";i:860;s:11:\"size_before\";i:24021;s:10:\"size_after\";i:23161;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2999999999999998;s:5:\"bytes\";i:602;s:11:\"size_before\";i:13989;s:10:\"size_after\";i:13387;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7000000000000002;s:5:\"bytes\";i:409;s:11:\"size_before\";i:7171;s:10:\"size_after\";i:6762;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.73;s:5:\"bytes\";i:1215;s:11:\"size_before\";i:44563;s:10:\"size_after\";i:43348;s:4:\"time\";d:0.070000000000000007;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7699999999999996;s:5:\"bytes\";i:184;s:11:\"size_before\";i:2368;s:10:\"size_after\";i:2184;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13409;s:10:\"size_after\";i:13409;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1200000000000001;s:5:\"bytes\";i:1265;s:11:\"size_before\";i:40536;s:10:\"size_after\";i:39271;s:4:\"time\";d:0.029999999999999999;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:2.46;s:5:\"bytes\";i:1848;s:11:\"size_before\";i:75133;s:10:\"size_after\";i:73285;s:4:\"time\";d:0.040000000000000001;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5899999999999999;s:5:\"bytes\";i:3061;s:11:\"size_before\";i:118368;s:10:\"size_after\";i:115307;s:4:\"time\";d:0.13;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5700000000000003;s:5:\"bytes\";i:11090;s:11:\"size_before\";i:242663;s:10:\"size_after\";i:231573;s:4:\"time\";d:0.25;}}}'),(22327,4557,'_wp_attached_file','2017/02/7BAND-e1487014891700.jpg'),(22328,4557,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1194;s:4:\"file\";s:32:\"2017/02/7BAND-e1487014891700.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"7BAND-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:\"7BAND-201x300.jpg\";s:5:\"width\";i:201;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"7BAND-768x1147.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"7BAND-686x1024.jpg\";s:5:\"width\";i:686;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:17:\"7BAND-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:17:\"7BAND-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:17:\"7BAND-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:17:\"7BAND-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:17:\"7BAND-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:17:\"7BAND-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:17:\"7BAND-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:17:\"7BAND-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:15:\"7BAND-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:17:\"7BAND-200x299.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:299;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:17:\"7BAND-400x597.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:597;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:17:\"7BAND-600x896.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:896;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:18:\"7BAND-800x1194.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:1194;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:19:\"7BAND-1200x1792.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:1792;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:\"1486981569\";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:{}}}'),(22329,4557,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.2404952486421781;s:5:\"bytes\";i:41661;s:11:\"size_before\";i:982456;s:10:\"size_after\";i:940795;s:4:\"time\";d:1.0700000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7800000000000002;s:5:\"bytes\";i:319;s:11:\"size_before\";i:6669;s:10:\"size_after\";i:6350;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4500000000000002;s:5:\"bytes\";i:449;s:11:\"size_before\";i:13032;s:10:\"size_after\";i:12583;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5;s:5:\"bytes\";i:3835;s:11:\"size_before\";i:109610;s:10:\"size_after\";i:105775;s:4:\"time\";d:0.089999999999999997;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3999999999999999;s:5:\"bytes\";i:3091;s:11:\"size_before\";i:91026;s:10:\"size_after\";i:87935;s:4:\"time\";d:0.070000000000000007;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7599999999999998;s:5:\"bytes\";i:2317;s:11:\"size_before\";i:40208;s:10:\"size_after\";i:37891;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9500000000000002;s:5:\"bytes\";i:853;s:11:\"size_before\";i:17215;s:10:\"size_after\";i:16362;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6100000000000003;s:5:\"bytes\";i:4180;s:11:\"size_before\";i:74574;s:10:\"size_after\";i:70394;s:4:\"time\";d:0.10000000000000001;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9000000000000004;s:5:\"bytes\";i:2043;s:11:\"size_before\";i:34614;s:10:\"size_after\";i:32571;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3899999999999997;s:5:\"bytes\";i:1727;s:11:\"size_before\";i:32069;s:10:\"size_after\";i:30342;s:4:\"time\";d:0.050000000000000003;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8600000000000003;s:5:\"bytes\";i:816;s:11:\"size_before\";i:16791;s:10:\"size_after\";i:15975;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7599999999999998;s:5:\"bytes\";i:366;s:11:\"size_before\";i:7686;s:10:\"size_after\";i:7320;s:4:\"time\";d:0.02;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5999999999999996;s:5:\"bytes\";i:3614;s:11:\"size_before\";i:64503;s:10:\"size_after\";i:60889;s:4:\"time\";d:0.10000000000000001;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9299999999999997;s:5:\"bytes\";i:184;s:11:\"size_before\";i:2321;s:10:\"size_after\";i:2137;s:4:\"time\";d:0.029999999999999999;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5600000000000001;s:5:\"bytes\";i:457;s:11:\"size_before\";i:12848;s:10:\"size_after\";i:12391;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3300000000000001;s:5:\"bytes\";i:1259;s:11:\"size_before\";i:37837;s:10:\"size_after\";i:36578;s:4:\"time\";d:0.02;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4100000000000001;s:5:\"bytes\";i:2489;s:11:\"size_before\";i:72967;s:10:\"size_after\";i:70478;s:4:\"time\";d:0.10000000000000001;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4900000000000002;s:5:\"bytes\";i:4081;s:11:\"size_before\";i:117027;s:10:\"size_after\";i:112946;s:4:\"time\";d:0.070000000000000007;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1399999999999997;s:5:\"bytes\";i:9581;s:11:\"size_before\";i:231459;s:10:\"size_after\";i:221878;s:4:\"time\";d:0.32000000000000001;}}}'),(22330,4558,'_wp_attached_file','2017/02/IMG_1605-e1487014868443.jpg'),(22331,4558,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1201;s:4:\"file\";s:35:\"2017/02/IMG_1605-e1487014868443.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1605-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_1605-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"IMG_1605-768x1153.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_1605-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"IMG_1605-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"IMG_1605-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:20:\"IMG_1605-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:20:\"IMG_1605-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:20:\"IMG_1605-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:20:\"IMG_1605-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:20:\"IMG_1605-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:20:\"IMG_1605-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:18:\"IMG_1605-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:20:\"IMG_1605-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:20:\"IMG_1605-400x601.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:601;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:20:\"IMG_1605-600x901.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:901;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:21:\"IMG_1605-800x1201.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:1201;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:22:\"IMG_1605-1200x1802.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:1802;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:\"1478292169\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.041666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22332,4558,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.5386100904163804;s:5:\"bytes\";i:45664;s:11:\"size_before\";i:1006123;s:10:\"size_after\";i:960459;s:4:\"time\";d:0.88000000000000012;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.71;s:5:\"bytes\";i:383;s:11:\"size_before\";i:6708;s:10:\"size_after\";i:6325;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9199999999999999;s:5:\"bytes\";i:498;s:11:\"size_before\";i:12716;s:10:\"size_after\";i:12218;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9199999999999999;s:5:\"bytes\";i:6007;s:11:\"size_before\";i:122077;s:10:\"size_after\";i:116070;s:4:\"time\";d:0.070000000000000007;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6100000000000003;s:5:\"bytes\";i:4579;s:11:\"size_before\";i:99291;s:10:\"size_after\";i:94712;s:4:\"time\";d:0.059999999999999998;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1900000000000004;s:5:\"bytes\";i:1418;s:11:\"size_before\";i:33837;s:10:\"size_after\";i:32419;s:4:\"time\";d:0.050000000000000003;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.79;s:5:\"bytes\";i:766;s:11:\"size_before\";i:16007;s:10:\"size_after\";i:15241;s:4:\"time\";d:0.050000000000000003;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9300000000000002;s:5:\"bytes\";i:2363;s:11:\"size_before\";i:60101;s:10:\"size_after\";i:57738;s:4:\"time\";d:0.040000000000000001;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9700000000000002;s:5:\"bytes\";i:1173;s:11:\"size_before\";i:29522;s:10:\"size_after\";i:28349;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1799999999999997;s:5:\"bytes\";i:1211;s:11:\"size_before\";i:28974;s:10:\"size_after\";i:27763;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2599999999999998;s:5:\"bytes\";i:854;s:11:\"size_before\";i:16242;s:10:\"size_after\";i:15388;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5199999999999996;s:5:\"bytes\";i:421;s:11:\"size_before\";i:7629;s:10:\"size_after\";i:7208;s:4:\"time\";d:0.050000000000000003;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8900000000000001;s:5:\"bytes\";i:2174;s:11:\"size_before\";i:55826;s:10:\"size_after\";i:53652;s:4:\"time\";d:0.029999999999999999;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8600000000000003;s:5:\"bytes\";i:180;s:11:\"size_before\";i:2290;s:10:\"size_after\";i:2110;s:4:\"time\";d:0.029999999999999999;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12218;s:10:\"size_after\";i:12218;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8199999999999998;s:5:\"bytes\";i:1496;s:11:\"size_before\";i:39131;s:10:\"size_after\";i:37635;s:4:\"time\";d:0.059999999999999998;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.46;s:5:\"bytes\";i:3521;s:11:\"size_before\";i:78985;s:10:\"size_after\";i:75464;s:4:\"time\";d:0.050000000000000003;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9800000000000004;s:5:\"bytes\";i:6525;s:11:\"size_before\";i:130901;s:10:\"size_after\";i:124376;s:4:\"time\";d:0.059999999999999998;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7699999999999996;s:5:\"bytes\";i:12095;s:11:\"size_before\";i:253668;s:10:\"size_after\";i:241573;s:4:\"time\";d:0.25;}}}'),(22333,4559,'_wp_attached_file','2017/02/IMG_2083-e1487014839140.jpg'),(22334,4559,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1203;s:4:\"file\";s:35:\"2017/02/IMG_2083-e1487014839140.jpg\";s:5:\"sizes\";a:18:{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-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"IMG_2083-768x1154.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_2083-681x1024.jpg\";s:5:\"width\";i:681;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:20:\"IMG_2083-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:20:\"IMG_2083-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:20:\"IMG_2083-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:20:\"IMG_2083-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:20:\"IMG_2083-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:20:\"IMG_2083-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:20:\"IMG_2083-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:20:\"IMG_2083-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:18:\"IMG_2083-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:20:\"IMG_2083-200x301.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:301;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:20:\"IMG_2083-400x601.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:601;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:20:\"IMG_2083-600x902.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:902;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:21:\"IMG_2083-800x1203.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:1203;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:22:\"IMG_2083-1200x1804.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:1804;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:{}}}'),(22335,4559,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.5425296265694097;s:5:\"bytes\";i:48767;s:11:\"size_before\";i:879869;s:10:\"size_after\";i:831102;s:4:\"time\";d:0.80000000000000027;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6399999999999997;s:5:\"bytes\";i:468;s:11:\"size_before\";i:7051;s:10:\"size_after\";i:6583;s:4:\"time\";d:0.040000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4800000000000004;s:5:\"bytes\";i:705;s:11:\"size_before\";i:12866;s:10:\"size_after\";i:12161;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7699999999999996;s:5:\"bytes\";i:6246;s:11:\"size_before\";i:108327;s:10:\"size_after\";i:102081;s:4:\"time\";d:0.10000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7999999999999998;s:5:\"bytes\";i:5200;s:11:\"size_before\";i:89625;s:10:\"size_after\";i:84425;s:4:\"time\";d:0.11;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.75;s:5:\"bytes\";i:1289;s:11:\"size_before\";i:27125;s:10:\"size_after\";i:25836;s:4:\"time\";d:0.02;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.21;s:5:\"bytes\";i:758;s:11:\"size_before\";i:14535;s:10:\"size_after\";i:13777;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9500000000000002;s:5:\"bytes\";i:2347;s:11:\"size_before\";i:47436;s:10:\"size_after\";i:45089;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";i:5;s:5:\"bytes\";i:1214;s:11:\"size_before\";i:24294;s:10:\"size_after\";i:23080;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1299999999999999;s:5:\"bytes\";i:1293;s:11:\"size_before\";i:25201;s:10:\"size_after\";i:23908;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5099999999999998;s:5:\"bytes\";i:827;s:11:\"size_before\";i:15020;s:10:\"size_after\";i:14193;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.29;s:5:\"bytes\";i:491;s:11:\"size_before\";i:7809;s:10:\"size_after\";i:7318;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8899999999999997;s:5:\"bytes\";i:2290;s:11:\"size_before\";i:46878;s:10:\"size_after\";i:44588;s:4:\"time\";d:0.029999999999999999;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5600000000000005;s:5:\"bytes\";i:208;s:11:\"size_before\";i:2430;s:10:\"size_after\";i:2222;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3799999999999999;s:5:\"bytes\";i:696;s:11:\"size_before\";i:12926;s:10:\"size_after\";i:12230;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5199999999999996;s:5:\"bytes\";i:2093;s:11:\"size_before\";i:37917;s:10:\"size_after\";i:35824;s:4:\"time\";d:0.029999999999999999;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9500000000000002;s:5:\"bytes\";i:4360;s:11:\"size_before\";i:73291;s:10:\"size_after\";i:68931;s:4:\"time\";d:0.059999999999999998;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79;s:5:\"bytes\";i:6660;s:11:\"size_before\";i:115088;s:10:\"size_after\";i:108428;s:4:\"time\";d:0.080000000000000002;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4800000000000004;s:5:\"bytes\";i:11622;s:11:\"size_before\";i:212050;s:10:\"size_after\";i:200428;s:4:\"time\";d:0.19;}}}'),(22336,4559,'_edit_lock','1487014661:1'),(22337,4559,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1405;s:6:\"height\";i:2112;s:4:\"file\";s:12:\"IMG_2083.jpg\";}}'),(22338,4558,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1901;s:6:\"height\";i:2854;s:4:\"file\";s:12:\"IMG_1605.jpg\";}}'),(22339,4557,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1229;s:6:\"height\";i:1835;s:4:\"file\";s:9:\"7BAND.jpg\";}}'),(22340,4556,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2685;s:6:\"height\";i:4032;s:4:\"file\";s:9:\"6BAND.jpg\";}}'),(22341,4555,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2691;s:6:\"height\";i:4032;s:4:\"file\";s:9:\"5BAND.jpg\";}}'),(22342,4554,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2586;s:6:\"height\";i:3888;s:4:\"file\";s:9:\"4BAND.jpg\";}}'),(22343,4553,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1615;s:6:\"height\";i:2425;s:4:\"file\";s:9:\"2BAND.jpg\";}}'),(22417,7,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(22418,7,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(22419,7,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(22420,7,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(22421,7,'pyre_slider_type','flex'),(22422,7,'pyre_slider','0'),(22423,7,'pyre_wooslider','home'),(22424,7,'pyre_revslider','0'),(22425,7,'pyre_elasticslider','0'),(22426,7,'pyre_slider_position','default'),(22427,7,'pyre_avada_rev_styles','default'),(22428,7,'pyre_fallback',''),(22429,7,'pyre_demo_slider',''),(22430,7,'pyre_main_top_padding',''),(22431,7,'pyre_main_bottom_padding','0px'),(22432,7,'pyre_hundredp_padding',''),(22433,7,'pyre_show_first_featured_image','no'),(22434,7,'pyre_display_header','yes'),(22435,7,'pyre_header_100_width','default'),(22436,7,'pyre_header_bg_color',''),(22437,7,'pyre_header_bg_opacity','0'),(22438,7,'pyre_header_bg',''),(22439,7,'pyre_header_bg_full','no'),(22440,7,'pyre_header_bg_repeat','repeat'),(22441,7,'pyre_displayed_menu','default'),(22442,7,'pyre_display_footer','default'),(22443,7,'pyre_display_copyright','default'),(22444,7,'pyre_footer_100_width','default'),(22445,7,'pyre_sidebar_position','default'),(22446,7,'pyre_sidebar_bg_color',''),(22447,7,'pyre_page_bg_layout','default'),(22448,7,'pyre_page_bg_color',''),(22449,7,'pyre_page_bg',''),(22450,7,'pyre_page_bg_full','no'),(22451,7,'pyre_page_bg_repeat','repeat'),(22452,7,'pyre_wide_page_bg_color',''),(22453,7,'pyre_wide_page_bg',''),(22454,7,'pyre_wide_page_bg_full','no'),(22455,7,'pyre_wide_page_bg_repeat','repeat'),(22456,7,'pyre_page_title','no'),(22457,7,'pyre_page_title_breadcrumbs_search_bar','default'),(22458,7,'pyre_page_title_text','default'),(22459,7,'pyre_page_title_text_alignment','default'),(22460,7,'pyre_page_title_custom_text',''),(22461,7,'pyre_page_title_text_size',''),(22462,7,'pyre_page_title_custom_subheader',''),(22463,7,'pyre_page_title_custom_subheader_text_size',''),(22464,7,'pyre_page_title_font_color',''),(22465,7,'pyre_page_title_100_width','default'),(22466,7,'pyre_page_title_height',''),(22467,7,'pyre_page_title_mobile_height',''),(22468,7,'pyre_page_title_bar_bg_color',''),(22469,7,'pyre_page_title_bar_borders_color',''),(22470,7,'pyre_page_title_bar_bg',''),(22471,7,'pyre_page_title_bar_bg_retina',''),(22472,7,'pyre_page_title_bar_bg_full','default'),(22473,7,'pyre_page_title_bg_parallax','default'),(22474,4546,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.0387298508791893;s:5:\"bytes\";i:40815;s:11:\"size_before\";i:1010590;s:10:\"size_after\";i:969775;s:4:\"time\";d:1.0100000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7475;s:10:\"size_after\";i:7475;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13656;s:10:\"size_after\";i:13656;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:118560;s:10:\"size_after\";i:118560;s:4:\"time\";d:0.12;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7599999999999998;s:5:\"bytes\";i:4868;s:11:\"size_before\";i:102368;s:10:\"size_after\";i:97500;s:4:\"time\";d:0.050000000000000003;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0800000000000001;s:5:\"bytes\";i:1545;s:11:\"size_before\";i:30415;s:10:\"size_after\";i:28870;s:4:\"time\";d:0.050000000000000003;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8200000000000003;s:5:\"bytes\";i:745;s:11:\"size_before\";i:15451;s:10:\"size_after\";i:14706;s:4:\"time\";d:0.029999999999999999;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7400000000000002;s:5:\"bytes\";i:2645;s:11:\"size_before\";i:55806;s:10:\"size_after\";i:53161;s:4:\"time\";d:0.029999999999999999;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9699999999999998;s:5:\"bytes\";i:1370;s:11:\"size_before\";i:27562;s:10:\"size_after\";i:26192;s:4:\"time\";d:0.01;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7300000000000004;s:5:\"bytes\";i:1296;s:11:\"size_before\";i:27387;s:10:\"size_after\";i:26091;s:4:\"time\";d:0.02;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8399999999999999;s:5:\"bytes\";i:777;s:11:\"size_before\";i:16053;s:10:\"size_after\";i:15276;s:4:\"time\";d:0.029999999999999999;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5700000000000003;s:5:\"bytes\";i:549;s:11:\"size_before\";i:8362;s:10:\"size_after\";i:7813;s:4:\"time\";d:0.01;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.96;s:5:\"bytes\";i:2645;s:11:\"size_before\";i:53306;s:10:\"size_after\";i:50661;s:4:\"time\";d:0.080000000000000002;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3800000000000008;s:5:\"bytes\";i:227;s:11:\"size_before\";i:2709;s:10:\"size_after\";i:2482;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13656;s:10:\"size_after\";i:13656;s:4:\"time\";d:0.01;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9300000000000002;s:5:\"bytes\";i:1632;s:11:\"size_before\";i:41546;s:10:\"size_after\";i:39914;s:4:\"time\";d:0.040000000000000001;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5;s:5:\"bytes\";i:3684;s:11:\"size_before\";i:81784;s:10:\"size_after\";i:78100;s:4:\"time\";d:0.040000000000000001;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0099999999999998;s:5:\"bytes\";i:6720;s:11:\"size_before\";i:134052;s:10:\"size_after\";i:127332;s:4:\"time\";d:0.070000000000000007;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6500000000000004;s:5:\"bytes\";i:12112;s:11:\"size_before\";i:260442;s:10:\"size_after\";i:248330;s:4:\"time\";d:0.38;}}}'),(22475,4540,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.8741741624345636;s:5:\"bytes\";i:54860;s:11:\"size_before\";i:1125524;s:10:\"size_after\";i:1070664;s:4:\"time\";d:0.94000000000000006;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:18:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9127;s:10:\"size_after\";i:9127;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:27051;s:10:\"size_after\";i:27051;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1200000000000001;s:5:\"bytes\";i:6073;s:11:\"size_before\";i:118710;s:10:\"size_after\";i:112637;s:4:\"time\";d:0.28000000000000003;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6100000000000003;s:5:\"bytes\";i:8196;s:11:\"size_before\";i:177849;s:10:\"size_after\";i:169653;s:4:\"time\";d:0.070000000000000007;}s:10:\"blog-large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:5;s:5:\"bytes\";i:1967;s:11:\"size_before\";i:39378;s:10:\"size_after\";i:37411;s:4:\"time\";d:0.029999999999999999;}s:11:\"blog-medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0300000000000002;s:5:\"bytes\";i:1250;s:11:\"size_before\";i:20734;s:10:\"size_after\";i:19484;s:4:\"time\";d:0.01;}s:14:\"portfolio-full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8099999999999996;s:5:\"bytes\";i:3315;s:11:\"size_before\";i:68917;s:10:\"size_after\";i:65602;s:4:\"time\";d:0.040000000000000001;}s:13:\"portfolio-one\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2199999999999998;s:5:\"bytes\";i:1857;s:11:\"size_before\";i:35566;s:10:\"size_after\";i:33709;s:4:\"time\";d:0.02;}s:13:\"portfolio-two\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6200000000000001;s:5:\"bytes\";i:2045;s:11:\"size_before\";i:36391;s:10:\"size_after\";i:34346;s:4:\"time\";d:0.029999999999999999;}s:15:\"portfolio-three\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4100000000000001;s:5:\"bytes\";i:1400;s:11:\"size_before\";i:21824;s:10:\"size_after\";i:20424;s:4:\"time\";d:0.01;}s:14:\"portfolio-five\";O:8:\"stdClass\":5:{s:7:\"percent\";i:7;s:5:\"bytes\";i:763;s:11:\"size_before\";i:10906;s:10:\"size_after\";i:10143;s:4:\"time\";d:0.050000000000000003;}s:12:\"recent-posts\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0300000000000002;s:5:\"bytes\";i:3258;s:11:\"size_before\";i:64795;s:10:\"size_after\";i:61537;s:4:\"time\";d:0.040000000000000001;}s:22:\"recent-works-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.25;s:5:\"bytes\";i:211;s:11:\"size_before\";i:2909;s:10:\"size_after\";i:2698;s:4:\"time\";d:0.01;}i:200;O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4000000000000004;s:5:\"bytes\";i:958;s:11:\"size_before\";i:14967;s:10:\"size_after\";i:14009;s:4:\"time\";d:0.02;}i:400;O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0099999999999998;s:5:\"bytes\";i:2683;s:11:\"size_before\";i:44607;s:10:\"size_after\";i:41924;s:4:\"time\";d:0.040000000000000001;}i:600;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5499999999999998;s:5:\"bytes\";i:4535;s:11:\"size_before\";i:81695;s:10:\"size_after\";i:77160;s:4:\"time\";d:0.10000000000000001;}i:800;O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0999999999999996;s:5:\"bytes\";i:6427;s:11:\"size_before\";i:126080;s:10:\"size_after\";i:119653;s:4:\"time\";d:0.059999999999999998;}i:1200;O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4299999999999997;s:5:\"bytes\";i:9922;s:11:\"size_before\";i:224018;s:10:\"size_after\";i:214096;s:4:\"time\";d:0.10000000000000001;}}}'),(22480,288,'_hide_featured',NULL),(22734,4322,'_eg_has_gallery','a:1:{i:0;i:4565;}'),(22735,4565,'_eg_in_gallery','a:3:{i:0;i:4322;i:1;i:4323;i:2;i:4282;}'),(22736,4565,'_eg_gallery_data','a:3:{s:2:\"id\";i:4565;s:7:\"gallery\";a:3:{i:4322;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:97:\"http://daviddelk.net/band/wp-content/uploads/2016/08/250701_448797551856504_2051675630_n-1-1.jpeg\";s:5:\"title\";s:37:\"250701_448797551856504_2051675630_n 1\";s:4:\"link\";s:97:\"http://daviddelk.net/band/wp-content/uploads/2016/08/250701_448797551856504_2051675630_n-1-1.jpeg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:4323;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:125:\"http://daviddelk.net/band/wp-content/uploads/2016/08/10247432_10202483506901930_3030525015634078960_n-1-1-e1472093227625.jpeg\";s:5:\"title\";s:50:\"10247432_10202483506901930_3030525015634078960_n 1\";s:4:\"link\";s:125:\"http://daviddelk.net/band/wp-content/uploads/2016/08/10247432_10202483506901930_3030525015634078960_n-1-1-e1472093227625.jpeg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}i:4282;a:7:{s:6:\"status\";s:6:\"active\";s:3:\"src\";s:69:\"http://daviddelk.net/band/wp-content/uploads/2016/08/IMG_5630-2-1.jpg\";s:5:\"title\";s:10:\"IMG_5630-2\";s:4:\"link\";s:69:\"http://daviddelk.net/band/wp-content/uploads/2016/08/IMG_5630-2-1.jpg\";s:3:\"alt\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:5:\"thumb\";s:0:\"\";}}s:6:\"config\";a:19:{s:4:\"type\";s:7:\"default\";s:7:\"columns\";s:1:\"3\";s:13:\"gallery_theme\";s:4:\"base\";s:23:\"justified_gallery_theme\";s:6:\"normal\";s:6:\"gutter\";i:10;s:6:\"margin\";i:10;s:10:\"image_size\";s:7:\"default\";s:10:\"crop_width\";i:640;s:11:\"crop_height\";i:480;s:4:\"crop\";i:0;s:20:\"justified_row_height\";i:150;s:16:\"lightbox_enabled\";i:1;s:14:\"lightbox_theme\";s:4:\"base\";s:19:\"lightbox_image_size\";s:7:\"default\";s:13:\"title_display\";s:5:\"float\";s:7:\"classes\";a:1:{i:0;s:0:\"\";}s:3:\"rtl\";i:0;s:5:\"title\";s:5:\"TEST1\";s:4:\"slug\";s:5:\"test1\";}}'),(22737,4323,'_eg_has_gallery','a:1:{i:0;i:4565;}'),(22738,4282,'_eg_has_gallery','a:1:{i:0;i:4565;}'),(22739,4565,'_edit_last','1'),(22740,4565,'_hide_featured',NULL),(22741,4565,'_eg_just_published','1'),(22742,4565,'_edit_lock','1487041766:1'),(22808,1,'_eg_in_posts','a:1:{i:288;i:288;}'),(22809,4567,'_wp_attached_file','2017/02/envira-gallery.php'),(22810,4567,'_wp_attachment_context','upgrader'),(22819,288,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(22820,288,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(22821,288,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(22822,288,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(22823,288,'pyre_slider_type','flex'),(22824,288,'pyre_slider','0'),(22825,288,'pyre_wooslider','women-shop'),(22826,288,'pyre_revslider','0'),(22827,288,'pyre_elasticslider','0'),(22828,288,'pyre_slider_position','default'),(22829,288,'pyre_avada_rev_styles','default'),(22830,288,'pyre_fallback',''),(22831,288,'pyre_demo_slider',''),(22832,288,'pyre_main_top_padding','0px'),(22833,288,'pyre_main_bottom_padding','0px'),(22834,288,'pyre_hundredp_padding',''),(22835,288,'pyre_show_first_featured_image','no'),(22836,288,'pyre_display_header','yes'),(22837,288,'pyre_header_100_width','default'),(22838,288,'pyre_header_bg_color',''),(22839,288,'pyre_header_bg_opacity','0'),(22840,288,'pyre_header_bg',''),(22841,288,'pyre_header_bg_full','no'),(22842,288,'pyre_header_bg_repeat','repeat'),(22843,288,'pyre_displayed_menu','default'),(22844,288,'pyre_display_footer','default'),(22845,288,'pyre_display_copyright','default'),(22846,288,'pyre_footer_100_width','default'),(22847,288,'pyre_sidebar_position','default'),(22848,288,'pyre_sidebar_bg_color',''),(22849,288,'pyre_page_bg_layout','default'),(22850,288,'pyre_page_bg_color',''),(22851,288,'pyre_page_bg',''),(22852,288,'pyre_page_bg_full','no'),(22853,288,'pyre_page_bg_repeat','repeat'),(22854,288,'pyre_wide_page_bg_color',''),(22855,288,'pyre_wide_page_bg',''),(22856,288,'pyre_wide_page_bg_full','no'),(22857,288,'pyre_wide_page_bg_repeat','repeat'),(22858,288,'pyre_page_title','no'),(22859,288,'pyre_page_title_breadcrumbs_search_bar','default'),(22860,288,'pyre_page_title_text','default'),(22861,288,'pyre_page_title_text_alignment','default'),(22862,288,'pyre_page_title_custom_text',''),(22863,288,'pyre_page_title_text_size',''),(22864,288,'pyre_page_title_custom_subheader',''),(22865,288,'pyre_page_title_custom_subheader_text_size',''),(22866,288,'pyre_page_title_font_color',''),(22867,288,'pyre_page_title_100_width','default'),(22868,288,'pyre_page_title_height',''),(22869,288,'pyre_page_title_mobile_height',''),(22870,288,'pyre_page_title_bar_bg_color',''),(22871,288,'pyre_page_title_bar_borders_color',''),(22872,288,'pyre_page_title_bar_bg',''),(22873,288,'pyre_page_title_bar_bg_retina',''),(22874,288,'pyre_page_title_bar_bg_full','default'),(22875,288,'pyre_page_title_bg_parallax','default'),(22880,14,'_hide_featured',NULL),(22886,14,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(22887,14,'sbg_selected_sidebar_replacement','a:1:{i:0;s:0:\"\";}'),(22888,14,'sbg_selected_sidebar_2','a:1:{i:0;s:1:\"0\";}'),(22889,14,'sbg_selected_sidebar_2_replacement','a:1:{i:0;s:0:\"\";}'),(22890,14,'pyre_slider_type','flex'),(22891,14,'pyre_slider','0'),(22892,14,'pyre_wooslider','promotion'),(22893,14,'pyre_revslider','0'),(22894,14,'pyre_elasticslider','0'),(22895,14,'pyre_slider_position','default'),(22896,14,'pyre_avada_rev_styles','default'),(22897,14,'pyre_fallback',''),(22898,14,'pyre_demo_slider',''),(22899,14,'pyre_main_top_padding','0px'),(22900,14,'pyre_main_bottom_padding','0px'),(22901,14,'pyre_hundredp_padding',''),(22902,14,'pyre_show_first_featured_image','no'),(22903,14,'pyre_display_header','yes'),(22904,14,'pyre_header_100_width','default'),(22905,14,'pyre_header_bg_color',''),(22906,14,'pyre_header_bg_opacity','0'),(22907,14,'pyre_header_bg',''),(22908,14,'pyre_header_bg_full','no'),(22909,14,'pyre_header_bg_repeat','repeat'),(22910,14,'pyre_displayed_menu','default'),(22911,14,'pyre_display_footer','default'),(22912,14,'pyre_display_copyright','default'),(22913,14,'pyre_footer_100_width','default'),(22914,14,'pyre_sidebar_position','default'),(22915,14,'pyre_sidebar_bg_color',''),(22916,14,'pyre_page_bg_layout','default'),(22917,14,'pyre_page_bg_color',''),(22918,14,'pyre_page_bg',''),(22919,14,'pyre_page_bg_full','no'),(22920,14,'pyre_page_bg_repeat','repeat'),(22921,14,'pyre_wide_page_bg_color',''),(22922,14,'pyre_wide_page_bg',''),(22923,14,'pyre_wide_page_bg_full','no'),(22924,14,'pyre_wide_page_bg_repeat','repeat'),(22925,14,'pyre_page_title','no'),(22926,14,'pyre_page_title_breadcrumbs_search_bar','default'),(22927,14,'pyre_page_title_text','default'),(22928,14,'pyre_page_title_text_alignment','default'),(22929,14,'pyre_page_title_custom_text',''),(22930,14,'pyre_page_title_text_size',''),(22931,14,'pyre_page_title_custom_subheader',''),(22932,14,'pyre_page_title_custom_subheader_text_size',''),(22933,14,'pyre_page_title_font_color',''),(22934,14,'pyre_page_title_100_width','default'),(22935,14,'pyre_page_title_height',''),(22936,14,'pyre_page_title_mobile_height',''),(22937,14,'pyre_page_title_bar_bg_color',''),(22938,14,'pyre_page_title_bar_borders_color',''),(22939,14,'pyre_page_title_bar_bg',''),(22940,14,'pyre_page_title_bar_bg_retina',''),(22941,14,'pyre_page_title_bar_bg_full','default'),(22942,14,'pyre_page_title_bg_parallax','default'); /*!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=4572 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),(4,1,'2016-08-01 16:36:57','2016-08-01 16:36:57','','IMG_0219','','inherit','open','closed','','img_0219','','','2016-08-04 04:04:11','2016-08-04 04:04:11','',0,'http://daviddelk.net/band/wp-content/uploads/2016/08/IMG_0219.jpg',0,'attachment','image/jpeg',0),(7,1,'2015-05-08 16:55:28','2015-05-08 16:55:28','[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"125px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"text-align: center;\">WELCOME TO THE COAST BIG BAND WEBSITE</p>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"5\" bottom_margin=\"0\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\">The music spans big band classics from Basie and The Duke all the way to The Blues Brothers.</h4>\r\n[ai1ec]\r\n\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"20\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_images picture_size=\"auto\" hover_type=\"liftup\" autoplay=\"yes\" columns=\"4\" column_spacing=\"0\" scroll_items=\"1\" show_nav=\"yes\" mouse_scroll=\"no\" border=\"yes\" lightbox=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://daviddelk.net/band/wp-content/uploads/2017/02/IMG_1605-682x1024.jpg\" image_id=\"4558\" linktarget=\"_self\" /][fusion_image image=\"http://daviddelk.net/band/wp-content/uploads/2017/02/IMG_2083-681x1024.jpg\" image_id=\"4559\" linktarget=\"_self\" /][fusion_image image=\"http://daviddelk.net/band/wp-content/uploads/2017/02/7BAND-686x1024.jpg\" image_id=\"4557\" linktarget=\"_self\" /][fusion_image image=\"http://daviddelk.net/band/wp-content/uploads/2017/02/6BAND-682x1024.jpg\" image_id=\"4556\" linktarget=\"_self\" /][fusion_image image=\"http://daviddelk.net/band/wp-content/uploads/2017/02/4BAND-681x1024.jpg\" image_id=\"4554\" linktarget=\"_self\" /][fusion_image image=\"http://daviddelk.net/band/wp-content/uploads/2017/02/2BAND-682x1024.jpg\" image_id=\"4553\" linktarget=\"_self\" /][fusion_image image=\"http://daviddelk.net/band/wp-content/uploads/2017/02/5BAND-683x1024.jpg\" image_id=\"4555\" linktarget=\"_self\" /][/fusion_images][fusion_separator style_type=\"none\" top_margin=\"20\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Home','','publish','open','open','','home','','','2017-02-13 13:49:21','2017-02-13 19:49:21','',0,'http://avada.theme-fusion.com/modern-shop/?page_id=7',0,'page','',0),(14,1,'2015-05-08 17:00:38','2015-05-08 17:00:38','[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"10px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"text-align: center;\">A FEW OF OUR SONGS</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_5\" layout=\"1_5\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_5\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" icon=\"fa-music\" width=\"30px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Leap Frog\r\nIn the Mood\r\nA Salute to Glen Miller\r\nI\'m Getting Sentimental Over You\r\nTuxedo Junction\r\nPolka Dots and Moonbeams\r\nShiny Stockings\r\nI\'ve Got The World On A String\r\nNice and Easy\r\nWoodchopper\'s Ball\r\nEmily\r\nFeels So Good\r\nIt\'s Been A Long, Long Time\r\nAll of Me\r\nSong for My Father\r\nCome Rain or Come Shine\r\nTake The A Train\r\nNew York, New York\r\nKiller Joe\r\nMoon River\r\nJail House Rock\r\nHey There\r\nWitchcraft\r\nLil\' Darling\r\nWhere or When\r\nI\'ve Got You Under My Skin\r\nFever\r\nDreamsville\r\nSave the Last Dance For Me\r\nCan\'t Help Falling in Love\r\nTraces\r\nWhat\'s New</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_5\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" icon=\"fa-music\" width=\"30px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Cherry Point\r\nMy Kind of Town\r\nUnforgettable\r\nMoondance\r\nMoten Swing\r\nSatin Doll\r\nNow is the Time\r\nThe Best is Yet to Come\r\nSummer Wind\r\nMack the Knife\r\nI Lost My Heart in San Francisco\r\nKansas City\r\nI Got You\r\nNight Train\r\nRound Midnight\r\nBlue Moon\r\nMisty Josie\r\nSay You, Say Me\r\nPapa\'s Got A Brand New Bag\r\nYMCA\r\nKnock On Wood\r\nBlues Brothers Medley\r\nBrick House\r\nSmooth\r\nSoul Man\r\nNever My Love\r\nMidnight Hour\r\nWhen a Man Loves a Woman\r\nWhat a Wonderful World\r\nIt Had to be You\r\nThat\'s Amore Always and Forever Celebration\r\n25 or 6 to 4</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_5\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"25\" sep_color=\"#999999\" icon=\"fa-music\" width=\"30px\" alignment=\"center\" /][fusion_text]\r\n<p style=\"text-align: center;\">Stuck On You\r\nProud Mary\r\nMy Funny valentine\r\nSitting on the Dock of the Bay\r\nUnder the Boardwalk\r\nSummertime\r\nWonderland by Night\r\nGirl From Ipanema\r\nThe Look of Love\r\nTeach Me Tonight\r\nAlmost Like Being in Love\r\nI\'m In the Mood For Love\r\nAll the Way\r\nMemory\r\nSomewhere\r\nRespect\r\nNight Shift\r\nThe Lady is a Tramp\r\nMy Way\r\nAmerican Patrol\r\nBig Spender\r\nLaura\r\nI\'ve Never Been in Love Before\r\nSeptember Song\r\nAll the Things You Are\r\nThis Masquerade\r\nSo Rare\r\nCherry Pink and Apple Blossom\r\nWhite Saints\r\nTaste of Honey\r\nEvergreen\r\nArmed Forces Salute\r\nPeople</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_5\" layout=\"1_5\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\" background_color=\"rgba(255,255,255,0)\" padding_right=\"30px\" padding_left=\"30px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Song List','','publish','open','open','','promotions','','','2017-02-14 08:56:00','2017-02-14 14:56:00','',0,'http://avada.theme-fusion.com/modern-shop/?page_id=14',0,'page','',0),(16,1,'2015-05-08 17:00:47','2015-05-08 17:00:47','[fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"125px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][fusion_text]\r\n<p style=\"text-align: center;\">THE COAST BIG BAND</p>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"5\" bottom_margin=\"0\" sep_color=\"#999999\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" class=\"\" id=\"\"/][fusion_text]\r\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\">We love to see people smiling, tapping their toes to the music, or getting up to dance, dance, dance!</h4>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"http://daviddelk.net/band/wp-content/uploads/2016/08/IMG_2870-2-e1472094897319.jpeg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://avada.theme-fusion.com/modern-shop/full-shop/\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"#f0f0f0\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">A LITTLE ABOUT US</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"5\" bottom_margin=\"30\" sep_color=\"#999999\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" class=\"\" id=\"\"/][fusion_text]Originally formed in 1982, the Coast Big Band now consists of 20 professional and semi-professional musicians and vocalists. The band performs regularly throughout the Mississippi Gulf Coast area.\r\n\r\nThe Coast Big Band is ready to provide the big band sound to fit any occasion. We play public and private dances, weddings, corporate events, private parties, civic concerts and benefits.[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"yes\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"13%\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][fusion_text]\r\n<h2 style=\"text-align: center;\">WHAT WE DO</h2>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"5\" bottom_margin=\"30\" sep_color=\"#999999\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" class=\"\" id=\"\"/][fusion_text]\r\n<p style=\"text-align: left;\">The Coast Big Band strives to maintain the big band sound by playing the music of famous big bands from the 1940\'s to the present day, the early traditional swing sounds of Count Basie, Glenn Miller and Benny Goodman to the sounds of the Frank Sinatra, Diana Krall, and Micheal Buble.</p>\r\n<p style=\"text-align: center;\">We\'ve recently added an extensive collection of music from the 60\'s, 70\', and 80\'s and if you want a particular song for your event, we can find it.</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"http://daviddelk.net/band/wp-content/uploads/2016/08/COAST-BIG-BAND-1-2-1.jpeg\" background_repeat=\"no-repeat\" background_position=\"center center\" hover_type=\"zoomin\" link=\"http://avada.theme-fusion.com/modern-shop/full-shop/\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_button link=\"http://www.coastbigband.com\" color=\"default\" size=\"xlarge\" stretch=\"yes\" type=\"\" shape=\"\" target=\"_self\" title=\"\" gradient_colors=\"|\" gradient_hover_colors=\"|\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"0px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"bottom-in-view\" alignment=\"\" class=\"customButton\" id=\"\"]www.CoastBigBand.com[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','About','','publish','open','open','','about','','','2017-02-07 22:08:05','2017-02-08 04:08:05','',0,'http://avada.theme-fusion.com/modern-shop/?page_id=16',0,'page','',0),(22,1,'2015-02-02 21:05:34','2015-02-02 21:05:34','','CBB HOME','','publish','closed','closed','','home','','','2016-08-25 00:45:55','2016-08-25 00:45:55','',0,'http://avada.theme-fusion.com_demos/cafe/?post_type=slide&p=22',0,'slide','',0),(36,1,'2015-05-12 09:24:11','2015-05-12 09:24:11','','CBB ABOUT','','publish','closed','closed','','about-2','','','2016-08-30 02:14:19','2016-08-30 02:14:19','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=slide&p=36',0,'slide','',0),(38,1,'2015-05-12 09:25:38','2015-05-12 09:25:38','','about-us','','inherit','closed','open','','about-us-3','','','2015-05-12 09:25:38','2015-05-12 09:25:38','',36,'http://daviddelk.net/band/wp-content/uploads/2015/05/about-us.jpg',0,'attachment','image/jpeg',0),(39,1,'2015-05-12 09:28:05','2015-05-12 09:28:05','','CBB HOME1B','','publish','closed','closed','','home1b','','','2016-09-02 02:01:31','2016-09-02 02:01:31','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=slide&p=39',0,'slide','',0),(41,1,'2015-05-12 09:28:40','2015-05-12 09:28:40','','banner','','inherit','closed','open','','banner','','','2015-05-12 09:28:40','2015-05-12 09:28:40','',39,'http://daviddelk.net/band/wp-content/uploads/2015/05/banner.jpg',0,'attachment','image/jpeg',0),(42,1,'2015-05-12 09:31:06','2015-05-12 09:31:06','','CBB HOME1A','','publish','closed','closed','','home1a','','','2017-02-09 21:03:59','2017-02-10 03:03:59','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=slide&p=42',0,'slide','',0),(43,1,'2015-05-12 09:31:45','2015-05-12 09:31:45','','home-slide2','','inherit','closed','open','','home-slide2','','','2015-05-12 09:31:45','2015-05-12 09:31:45','',42,'http://daviddelk.net/band/wp-content/uploads/2015/05/home-slide2.jpg',0,'attachment','image/jpeg',0),(45,1,'2015-05-12 09:44:39','2015-05-12 09:44:39','','Cart','','publish','closed','closed','','cart','','','2015-05-12 09:44:39','2015-05-12 09:44:39','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=slide&p=45',0,'slide','',0),(47,1,'2015-05-12 09:46:40','2015-05-12 09:46:40','','cart-header','','inherit','closed','open','','cart-header','','','2015-05-12 09:46:40','2015-05-12 09:46:40','',45,'http://daviddelk.net/band/wp-content/uploads/2015/05/cart-header.jpg',0,'attachment','image/jpeg',0),(51,1,'2015-05-12 09:49:04','2015-05-12 09:49:04','','Shop','','publish','closed','closed','','shop','','','2015-05-12 09:49:04','2015-05-12 09:49:04','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=slide&p=51',0,'slide','',0),(52,1,'2015-05-12 10:07:36','2015-05-12 10:07:36','','shop-slider-700','','inherit','closed','open','','shop-slider-700','','','2015-05-12 10:07:36','2015-05-12 10:07:36','',51,'http://daviddelk.net/band/wp-content/uploads/2015/05/shop-slider-700.jpg',0,'attachment','image/jpeg',0),(54,1,'2015-05-12 10:11:44','2015-05-12 10:11:44','','CBB SONG LIST','','publish','closed','closed','','promotion','','','2016-09-02 01:48:38','2016-09-02 01:48:38','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=slide&p=54',0,'slide','',0),(55,1,'2015-05-12 10:12:54','2015-05-12 10:12:54','','promotion-slider','','inherit','closed','open','','promotion-slider','','','2015-05-12 10:12:54','2015-05-12 10:12:54','',54,'http://daviddelk.net/band/wp-content/uploads/2015/05/promotion-slider.jpg',0,'attachment','image/jpeg',0),(56,1,'2015-05-12 10:16:46','2015-05-12 10:16:46','','Checkout','','publish','closed','closed','','checkout','','','2015-05-12 10:16:46','2015-05-12 10:16:46','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=slide&p=56',0,'slide','',0),(57,1,'2015-05-12 10:15:01','2015-05-12 10:15:01','','check-out-slider','','inherit','closed','open','','check-out-slider','','','2015-05-12 10:15:01','2015-05-12 10:15:01','',56,'http://daviddelk.net/band/wp-content/uploads/2015/05/check-out-slider.jpg',0,'attachment','image/jpeg',0),(58,1,'2015-05-12 10:27:37','2015-05-12 10:27:37','','Account','','publish','closed','closed','','account','','','2015-05-12 10:27:37','2015-05-12 10:27:37','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=slide&p=58',0,'slide','',0),(59,1,'2015-05-12 10:49:21','2015-05-12 10:49:21','','Men\'s Product 1','','publish','closed','closed','','mens-product-1','','','2015-05-12 10:49:21','2015-05-12 10:49:21','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=slide&p=59',0,'slide','',0),(60,1,'2015-05-12 11:17:51','2015-05-12 11:17:51','Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil.','Twill Scarf','Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nam egestas quam vitae fringilla blandit. Nullam pretium sapien et varius convallis. Morbi venenatis egestas consequat. Nulla facilisi. Suspendisse potenti. Curabitur placerat imperdiet fermentum. \n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia sit.\n\n[checklist icon=\"fa-check\" iconcolor=\"\" circle=\"no\" circlecolor=\"\" size=\"15px\" class=\"\" id=\"\"]\n[li_item icon=\"\"]Lorem ipsum dolor sit amet[/li_item]\n[li_item icon=\"\"]Pellentesque nec tor ultrices[/li_item]\n[li_item icon=\"\"]Aliquam ac ligula aliquet[/li_item]\n[li_item icon=\"\"]In elementum lacus non leo[/li_item]\n[li_item icon=\"\"]Donec in risus sit amet[/li_item]\n[/checklist]','publish','open','closed','','twill-scarf','','','2015-05-12 11:17:51','2015-05-12 11:17:51','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=product&p=60',0,'product','',0),(61,1,'2015-05-12 11:24:41','2015-05-12 11:24:41','Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil.','Plush Sweater','Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nam egestas quam vitae fringilla blandit. Nullam pretium sapien et varius convallis. Morbi venenatis egestas consequat. Nulla facilisi. Suspendisse potenti. Curabitur placerat imperdiet fermentum. \n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia sit.\n\n[checklist icon=\"fa-check\" iconcolor=\"\" circle=\"no\" circlecolor=\"\" size=\"15px\" class=\"\" id=\"\"]\n[li_item icon=\"\"]Lorem ipsum dolor sit amet[/li_item]\n[li_item icon=\"\"]Pellentesque nec tor ultrices[/li_item]\n[li_item icon=\"\"]Aliquam ac ligula aliquet[/li_item]\n[li_item icon=\"\"]In elementum lacus non leo[/li_item]\n[li_item icon=\"\"]Donec in risus sit amet[/li_item]\n[/checklist]','publish','open','closed','','plush-sweater','','','2015-05-12 11:24:41','2015-05-12 11:24:41','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=product&p=61',0,'product','',0),(66,1,'2015-05-12 11:27:58','2015-05-12 11:27:58','Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil.','Elegant Gown','Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nam egestas quam vitae fringilla blandit. Nullam pretium sapien et varius convallis. Morbi venenatis egestas consequat. Nulla facilisi. Suspendisse potenti. Curabitur placerat imperdiet fermentum. \n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia sit.\n\n[checklist icon=\"fa-check\" iconcolor=\"\" circle=\"no\" circlecolor=\"\" size=\"15px\" class=\"\" id=\"\"]\n[li_item icon=\"\"]Lorem ipsum dolor sit amet[/li_item]\n[li_item icon=\"\"]Pellentesque nec tor ultrices[/li_item]\n[li_item icon=\"\"]Aliquam ac ligula aliquet[/li_item]\n[li_item icon=\"\"]In elementum lacus non leo[/li_item]\n[li_item icon=\"\"]Donec in risus sit amet[/li_item]\n[/checklist]','publish','open','closed','','elegant-gown','','','2015-05-12 11:27:58','2015-05-12 11:27:58','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=product&p=66',0,'product','',0),(68,1,'2015-05-12 11:28:41','2015-05-12 11:28:41','Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil.','Sleek Jumper','Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nam egestas quam vitae fringilla blandit. Nullam pretium sapien et varius convallis. Morbi venenatis egestas consequat. Nulla facilisi. Suspendisse potenti. Curabitur placerat imperdiet fermentum. \n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia sit.\n\n[checklist icon=\"fa-check\" iconcolor=\"\" circle=\"no\" circlecolor=\"\" size=\"15px\" class=\"\" id=\"\"]\n[li_item icon=\"\"]Lorem ipsum dolor sit amet[/li_item]\n[li_item icon=\"\"]Pellentesque nec tor ultrices[/li_item]\n[li_item icon=\"\"]Aliquam ac ligula aliquet[/li_item]\n[li_item icon=\"\"]In elementum lacus non leo[/li_item]\n[li_item icon=\"\"]Donec in risus sit amet[/li_item]\n[/checklist]','publish','open','closed','','sleek-jumper','','','2015-05-12 11:28:41','2015-05-12 11:28:41','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=product&p=68',0,'product','',0),(70,1,'2015-05-12 11:29:46','2015-05-12 11:29:46','Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil.','Casual Jacket','Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nam egestas quam vitae fringilla blandit. Nullam pretium sapien et varius convallis. Morbi venenatis egestas consequat. Nulla facilisi. Suspendisse potenti. Curabitur placerat imperdiet fermentum. \n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia sit.\n\n[checklist icon=\"fa-check\" iconcolor=\"\" circle=\"no\" circlecolor=\"\" size=\"15px\" class=\"\" id=\"\"]\n[li_item icon=\"\"]Lorem ipsum dolor sit amet[/li_item]\n[li_item icon=\"\"]Pellentesque nec tor ultrices[/li_item]\n[li_item icon=\"\"]Aliquam ac ligula aliquet[/li_item]\n[li_item icon=\"\"]In elementum lacus non leo[/li_item]\n[li_item icon=\"\"]Donec in risus sit amet[/li_item]\n[/checklist]','publish','open','closed','','casual-jacket','','','2015-05-12 11:29:46','2015-05-12 11:29:46','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=product&p=70',0,'product','',0),(72,1,'2015-05-12 11:31:16','2015-05-12 11:31:16','Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil.','Suede Cardigan','Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nam egestas quam vitae fringilla blandit. Nullam pretium sapien et varius convallis. Morbi venenatis egestas consequat. Nulla facilisi. Suspendisse potenti. Curabitur placerat imperdiet fermentum. \n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia sit.\n\n[checklist icon=\"fa-check\" iconcolor=\"\" circle=\"no\" circlecolor=\"\" size=\"15px\" class=\"\" id=\"\"]\n[li_item icon=\"\"]Lorem ipsum dolor sit amet[/li_item]\n[li_item icon=\"\"]Pellentesque nec tor ultrices[/li_item]\n[li_item icon=\"\"]Aliquam ac ligula aliquet[/li_item]\n[li_item icon=\"\"]In elementum lacus non leo[/li_item]\n[li_item icon=\"\"]Donec in risus sit amet[/li_item]\n[/checklist]','publish','open','closed','','suede-cardigan','','','2015-05-12 11:31:16','2015-05-12 11:31:16','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=product&p=72',0,'product','',0),(74,1,'2015-05-12 11:31:51','2015-05-12 11:31:51','Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil.','Casual V-Neck Shirt','Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nam egestas quam vitae fringilla blandit. Nullam pretium sapien et varius convallis. Morbi venenatis egestas consequat. Nulla facilisi. Suspendisse potenti. Curabitur placerat imperdiet fermentum. \n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia sit.\n\n[checklist icon=\"fa-check\" iconcolor=\"\" circle=\"no\" circlecolor=\"\" size=\"15px\" class=\"\" id=\"\"]\n[li_item icon=\"\"]Lorem ipsum dolor sit amet[/li_item]\n[li_item icon=\"\"]Pellentesque nec tor ultrices[/li_item]\n[li_item icon=\"\"]Aliquam ac ligula aliquet[/li_item]\n[li_item icon=\"\"]In elementum lacus non leo[/li_item]\n[li_item icon=\"\"]Donec in risus sit amet[/li_item]\n[/checklist]','publish','open','closed','','casual-v-neck-shirt','','','2015-05-12 11:31:51','2015-05-12 11:31:51','',76,'http://avada.theme-fusion.com/modern-shop/?post_type=product&p=74',0,'product','',0),(76,1,'2015-05-12 11:32:15','2015-05-12 11:32:15','Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil.','Summertime Set','Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo nam egestas uns. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. \n\n[checklist icon=\"fa-check\" iconcolor=\"\" circle=\"no\" circlecolor=\"\" size=\"15px\" class=\"\" id=\"\"]\n[li_item icon=\"\"]Lorem ipsum dolor sit amet[/li_item]\n[li_item icon=\"\"]Pellentesque nec tor ultrices[/li_item]\n[li_item icon=\"\"]Aliquam ac ligula aliquet[/li_item]\n[li_item icon=\"\"]In elementum lacus non leo[/li_item]\n[/checklist]\n','publish','open','closed','','summertime-set','','','2015-05-12 11:32:15','2015-05-12 11:32:15','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=product&p=76',0,'product','',0),(78,1,'2015-05-12 11:33:04','2015-05-12 11:33:04','Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil.','X-Ray Software','Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nam egestas quam vitae fringilla blandit. Nullam pretium sapien et varius convallis. Morbi venenatis egestas consequat. \n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia sit.\n\n[checklist icon=\"fa-check\" iconcolor=\"\" circle=\"no\" circlecolor=\"\" size=\"15px\" class=\"\" id=\"\"]\n[li_item icon=\"\"]Lorem ipsum dolor sit amet[/li_item]\n[li_item icon=\"\"]Pellentesque nec tor ultrices[/li_item]\n[li_item icon=\"\"]Aliquam ac ligula aliquet[/li_item]\n[li_item icon=\"\"]In elementum lacus non leo[/li_item]\n[li_item icon=\"\"]Donec in risus sit amet[/li_item]\n[/checklist]','publish','open','closed','','x-ray-software','','','2015-05-12 11:33:04','2015-05-12 11:33:04','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=product&p=78',0,'product','',0),(88,1,'2015-05-12 12:19:03','2015-05-12 12:19:03','','call-to-action','','inherit','closed','open','','call-to-action','','','2015-05-12 12:19:03','2015-05-12 12:19:03','',0,'http://daviddelk.net/band/wp-content/uploads/2015/05/call-to-action.jpg',0,'attachment','image/jpeg',0),(90,1,'2015-05-12 12:20:34','2015-05-12 12:20:34','','marker','','inherit','closed','open','','marker','','','2015-05-12 12:20:34','2015-05-12 12:20:34','',0,'http://daviddelk.net/band/wp-content/uploads/2015/05/marker.png',0,'attachment','image/png',0),(120,1,'2015-05-12 13:06:41','2015-05-12 13:06:41','','my-account-header','','inherit','closed','open','','my-account-header','','','2015-05-12 13:06:41','2015-05-12 13:06:41','',58,'http://daviddelk.net/band/wp-content/uploads/2015/05/my-account-header.jpg',0,'attachment','image/jpeg',0),(126,1,'2015-02-04 14:51:37','2015-02-04 14:51:37','','About','','publish','closed','closed','','about','','','2015-02-04 14:51:37','2015-02-04 14:51:37','',0,'http://avada.theme-fusion.com_demos/cafe/?post_type=slide&p=126',0,'slide','',0),(162,1,'2015-02-04 18:10:25','2015-02-04 18:10:25','','Story','','publish','closed','closed','','story','','','2015-02-04 18:10:25','2015-02-04 18:10:25','',0,'http://avada.theme-fusion.com_demos/cafe/?post_type=slide&p=162',0,'slide','',0),(173,1,'2015-02-04 19:09:25','2015-02-04 19:09:25','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum sollicitudin eu magna ut sollicitudin. Maecenas eu turpis enim. Phasellus sapien ligula, suscipit non urna elementum, dignissim accumsan mauris. Duis bibendum purus vitae purus scelerisque, ut mollis purus luctus. Vestibulum at auctor urna. Nam facilisis, justo ac pellentesque faucibus, libero magna congue tortor, eu varius ante nisi ac risus. \n\n<blockquote>\nCras feugiat, nisi non auctor eleifend, elit lorem laoreet erat, facilisis suscipit neque sadips ipsum sem eu ex.</blockquote>\n\n\nCurabitur quam lorem, cursus in convallis at, pulvinar quis sem. Integer porttitor ornare purus, vel efficitur ligula cursus vitae. Aliquam erat volutpat. Nulla eu tortor a dolor sodales suscipit. Donec interdum magna ut orci tempus, non porttitor nulla dapibus. Praesent in tristique ex. Suspendisse ut lacinia orci, ut feugiat lorem. Sed rhoncus, lorem et sodales accumsan, urna ipsum cursus mauris, aliquam tincidunt nisl mauris at mi. Quisque elit nisi, auctor id lectus et, ultricies auctor ligula. Vivamus semper quam id eros semper finibus. Fusce rutrum id nibh vitae dapibus. Sed lacus massa, dictum eget nulla iaculis, vehicula volutpat metus. Morbi mattis aliquet tincidunt. Suspendisse cursus interdum felise ultrices. \n\nInteger eu velit efficitur, placerat magna ac, malesuada risus. Interdum et malesuada fames ac ante ipsum primis in faucibus. Morbi rutrum augue orci, non bibendum nisi ultricies at. Pellentesque pharetra, nibh vel faucibus elementum, ligula magna congue lacus, et interdum est purus a ligula. Aliquam maximus, eros tincidunt convallis euismod, magna tellus placerat arcu, et consectetur lacus ipsum ac arcu. Maecenas ultrices lectus risus, eget sollicitudin erat facilisis in. Nullam fermentum eget sem sit amet pellentesque. Nunc rhoncus interdum lorem ac lobortis.','PACIFIC OPENING','','publish','open','open','','ho-chi-minh-opening','','','2015-02-04 19:09:25','2015-02-04 19:09:25','',0,'http://avada.theme-fusion.com_demos/cafe/?p=173',0,'post','',0),(176,1,'2015-01-04 19:22:25','2015-01-04 19:22:25','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum sollicitudin eu magna ut sollicitudin. Maecenas eu turpis enim. Phasellus sapien ligula, suscipit non urna elementum, dignissim accumsan mauris. Duis bibendum purus vitae purus scelerisque, ut mollis purus luctus. Vestibulum at auctor urna. Nam facilisis, justo ac pellentesque faucibus, libero magna congue tortor, eu varius ante nisi ac risus.\n<blockquote>Cras feugiat, nisi non auctor eleifend, elit lorem laoreet erat, facilisis suscipit neque sadips ipsum sem eu ex.</blockquote>\nCurabitur quam lorem, cursus in convallis at, pulvinar quis sem. Integer porttitor ornare purus, vel efficitur ligula cursus vitae. Aliquam erat volutpat. Nulla eu tortor a dolor sodales suscipit. Donec interdum magna ut orci tempus, non porttitor nulla dapibus. Praesent in tristique ex. Suspendisse ut lacinia orci, ut feugiat lorem. Sed rhoncus, lorem et sodales accumsan, urna ipsum cursus mauris, aliquam tincidunt nisl mauris at mi. Quisque elit nisi, auctor id lectus et, ultricies auctor ligula. Vivamus semper quam id eros semper finibus. Fusce rutrum id nibh vitae dapibus. Sed lacus massa, dictum eget nulla iaculis, vehicula volutpat metus. Morbi mattis aliquet tincidunt. Suspendisse cursus interdum felise ultrices.\n\nInteger eu velit efficitur, placerat magna ac, malesuada risus. Interdum et malesuada fames ac ante ipsum primis in faucibus. Morbi rutrum augue orci, non bibendum nisi ultricies at. Pellentesque pharetra, nibh vel faucibus elementum, ligula magna congue lacus, et interdum est purus a ligula. Aliquam maximus, eros tincidunt convallis euismod, magna tellus placerat arcu, et consectetur lacus ipsum ac arcu. Maecenas ultrices lectus risus, eget sollicitudin erat facilisis in. Nullam fermentum eget sem sit amet pellentesque. Nunc rhoncus interdum lorem ac lobortis.','LONDON OPENING','','publish','open','open','','london-opening','','','2015-01-04 19:22:25','2015-01-04 19:22:25','',0,'http://avada.theme-fusion.com_demos/cafe/?p=176',0,'post','',0),(182,1,'2015-01-04 19:24:21','2015-01-04 19:24:21','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum sollicitudin eu magna ut sollicitudin. Maecenas eu turpis enim. Phasellus sapien ligula, suscipit non urna elementum, dignissim accumsan mauris. Duis bibendum purus vitae purus scelerisque, ut mollis purus luctus. Vestibulum at auctor urna. Nam facilisis, justo ac pellentesque faucibus, libero magna congue tortor, eu varius ante nisi ac risus.\n<blockquote>Cras feugiat, nisi non auctor eleifend, elit lorem laoreet erat, facilisis suscipit neque sadips ipsum sem eu ex.</blockquote>\nCurabitur quam lorem, cursus in convallis at, pulvinar quis sem. Integer porttitor ornare purus, vel efficitur ligula cursus vitae. Aliquam erat volutpat. Nulla eu tortor a dolor sodales suscipit. Donec interdum magna ut orci tempus, non porttitor nulla dapibus. Praesent in tristique ex. Suspendisse ut lacinia orci, ut feugiat lorem. Sed rhoncus, lorem et sodales accumsan, urna ipsum cursus mauris, aliquam tincidunt nisl mauris at mi. Quisque elit nisi, auctor id lectus et, ultricies auctor ligula. Vivamus semper quam id eros semper finibus. Fusce rutrum id nibh vitae dapibus. Sed lacus massa, dictum eget nulla iaculis, vehicula volutpat metus. Morbi mattis aliquet tincidunt. Suspendisse cursus interdum felise ultrices.\n\nInteger eu velit efficitur, placerat magna ac, malesuada risus. Interdum et malesuada fames ac ante ipsum primis in faucibus. Morbi rutrum augue orci, non bibendum nisi ultricies at. Pellentesque pharetra, nibh vel faucibus elementum, ligula magna congue lacus, et interdum est purus a ligula. Aliquam maximus, eros tincidunt convallis euismod, magna tellus placerat arcu, et consectetur lacus ipsum ac arcu. Maecenas ultrices lectus risus, eget sollicitudin erat facilisis in. Nullam fermentum eget sem sit amet pellentesque. Nunc rhoncus interdum lorem ac lobortis.','SYDNEY OPENING','','publish','open','open','','2nd-london-location','','','2015-01-04 19:24:21','2015-01-04 19:24:21','',0,'http://avada.theme-fusion.com_demos/cafe/?p=182',0,'post','',0),(185,1,'2015-02-04 19:25:28','2015-02-04 19:25:28','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum sollicitudin eu magna ut sollicitudin. Maecenas eu turpis enim. Phasellus sapien ligula, suscipit non urna elementum, dignissim accumsan mauris. Duis bibendum purus vitae purus scelerisque, ut mollis purus luctus. Vestibulum at auctor urna. Nam facilisis, justo ac pellentesque faucibus, libero magna congue tortor, eu varius ante nisi ac risus. \n\n<blockquote>\nCras feugiat, nisi non auctor eleifend, elit lorem laoreet erat, facilisis suscipit neque sadips ipsum sem eu ex.</blockquote>\n\n\nCurabitur quam lorem, cursus in convallis at, pulvinar quis sem. Integer porttitor ornare purus, vel efficitur ligula cursus vitae. Aliquam erat volutpat. Nulla eu tortor a dolor sodales suscipit. Donec interdum magna ut orci tempus, non porttitor nulla dapibus. Praesent in tristique ex. Suspendisse ut lacinia orci, ut feugiat lorem. Sed rhoncus, lorem et sodales accumsan, urna ipsum cursus mauris, aliquam tincidunt nisl mauris at mi. Quisque elit nisi, auctor id lectus et, ultricies auctor ligula. Vivamus semper quam id eros semper finibus. Fusce rutrum id nibh vitae dapibus. Sed lacus massa, dictum eget nulla iaculis, vehicula volutpat metus. Morbi mattis aliquet tincidunt. Suspendisse cursus interdum felise ultrices. \n\nInteger eu velit efficitur, placerat magna ac, malesuada risus. Interdum et malesuada fames ac ante ipsum primis in faucibus. Morbi rutrum augue orci, non bibendum nisi ultricies at. Pellentesque pharetra, nibh vel faucibus elementum, ligula magna congue lacus, et interdum est purus a ligula. Aliquam maximus, eros tincidunt convallis euismod, magna tellus placerat arcu, et consectetur lacus ipsum ac arcu. Maecenas ultrices lectus risus, eget sollicitudin erat facilisis in. Nullam fermentum eget sem sit amet pellentesque. Nunc rhoncus interdum lorem ac lobortis.','EXCLUSIVE COFFEE','','publish','open','open','','exclusive-coffee-deal','','','2015-02-04 19:25:28','2015-02-04 19:25:28','',0,'http://avada.theme-fusion.com_demos/cafe/?p=185',0,'post','',0),(188,1,'2015-02-04 19:26:19','2015-02-04 19:26:19','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum sollicitudin eu magna ut sollicitudin. Maecenas eu turpis enim. Phasellus sapien ligula, suscipit non urna elementum, dignissim accumsan mauris. Duis bibendum purus vitae purus scelerisque, ut mollis purus luctus. Vestibulum at auctor urna. Nam facilisis, justo ac pellentesque faucibus, libero magna congue tortor, eu varius ante nisi ac risus. \n\n<blockquote>\nCras feugiat, nisi non auctor eleifend, elit lorem laoreet erat, facilisis suscipit neque sadips ipsum sem eu ex.</blockquote>\n\n\nCurabitur quam lorem, cursus in convallis at, pulvinar quis sem. Integer porttitor ornare purus, vel efficitur ligula cursus vitae. Aliquam erat volutpat. Nulla eu tortor a dolor sodales suscipit. Donec interdum magna ut orci tempus, non porttitor nulla dapibus. Praesent in tristique ex. Suspendisse ut lacinia orci, ut feugiat lorem. Sed rhoncus, lorem et sodales accumsan, urna ipsum cursus mauris, aliquam tincidunt nisl mauris at mi. Quisque elit nisi, auctor id lectus et, ultricies auctor ligula. Vivamus semper quam id eros semper finibus. Fusce rutrum id nibh vitae dapibus. Sed lacus massa, dictum eget nulla iaculis, vehicula volutpat metus. Morbi mattis aliquet tincidunt. Suspendisse cursus interdum felise ultrices. \n\nInteger eu velit efficitur, placerat magna ac, malesuada risus. Interdum et malesuada fames ac ante ipsum primis in faucibus. Morbi rutrum augue orci, non bibendum nisi ultricies at. Pellentesque pharetra, nibh vel faucibus elementum, ligula magna congue lacus, et interdum est purus a ligula. Aliquam maximus, eros tincidunt convallis euismod, magna tellus placerat arcu, et consectetur lacus ipsum ac arcu. Maecenas ultrices lectus risus, eget sollicitudin erat facilisis in. Nullam fermentum eget sem sit amet pellentesque. Nunc rhoncus interdum lorem ac lobortis.','1,000,000 VISITS','','publish','open','open','','1000000-visits','','','2015-02-04 19:26:19','2015-02-04 19:26:19','',0,'http://avada.theme-fusion.com_demos/cafe/?p=188',0,'post','',0),(191,1,'2015-02-04 19:27:59','2015-02-04 19:27:59','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum sollicitudin eu magna ut sollicitudin. Maecenas eu turpis enim. Phasellus sapien ligula, suscipit non urna elementum, dignissim accumsan mauris. Duis bibendum purus vitae purus scelerisque, ut mollis purus luctus. Vestibulum at auctor urna. Nam facilisis, justo ac pellentesque faucibus, libero magna congue tortor, eu varius ante nisi ac risus. \n\n<blockquote>\nCras feugiat, nisi non auctor eleifend, elit lorem laoreet erat, facilisis suscipit neque sadips ipsum sem eu ex.</blockquote>\n\n\nCurabitur quam lorem, cursus in convallis at, pulvinar quis sem. Integer porttitor ornare purus, vel efficitur ligula cursus vitae. Aliquam erat volutpat. Nulla eu tortor a dolor sodales suscipit. Donec interdum magna ut orci tempus, non porttitor nulla dapibus. Praesent in tristique ex. Suspendisse ut lacinia orci, ut feugiat lorem. Sed rhoncus, lorem et sodales accumsan, urna ipsum cursus mauris, aliquam tincidunt nisl mauris at mi. Quisque elit nisi, auctor id lectus et, ultricies auctor ligula. Vivamus semper quam id eros semper finibus. Fusce rutrum id nibh vitae dapibus. Sed lacus massa, dictum eget nulla iaculis, vehicula volutpat metus. Morbi mattis aliquet tincidunt. Suspendisse cursus interdum felise ultrices. \n\nInteger eu velit efficitur, placerat magna ac, malesuada risus. Interdum et malesuada fames ac ante ipsum primis in faucibus. Morbi rutrum augue orci, non bibendum nisi ultricies at. Pellentesque pharetra, nibh vel faucibus elementum, ligula magna congue lacus, et interdum est purus a ligula. Aliquam maximus, eros tincidunt convallis euismod, magna tellus placerat arcu, et consectetur lacus ipsum ac arcu. Maecenas ultrices lectus risus, eget sollicitudin erat facilisis in. Nullam fermentum eget sem sit amet pellentesque. Nunc rhoncus interdum lorem ac lobortis.','NEW YORK OPENING','','publish','open','open','','new-york-opening-2','','','2015-02-04 19:27:59','2015-02-04 19:27:59','',0,'http://avada.theme-fusion.com_demos/cafe/?p=191',0,'post','',0),(246,1,'2015-02-05 18:53:05','2015-02-05 18:53:05','','map-pin','','inherit','closed','open','','map-pin','','','2015-02-05 18:53:05','2015-02-05 18:53:05','',0,'http://daviddelk.net/band/wp-content/uploads/2015/02/map-pin.png',0,'attachment','image/png',0),(252,1,'2015-02-05 19:21:37','2015-02-05 19:21:37','','Food & Drink','','publish','closed','closed','','food-drink','','','2015-02-05 19:21:37','2015-02-05 19:21:37','',0,'http://avada.theme-fusion.com_demos/cafe/?post_type=slide&p=252',0,'slide','',0),(280,1,'2015-11-25 20:20:08','2015-11-26 02:20:08','[fusion_builder_container background_color=\"#f7f7f7\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"75px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">OUR SCHEDULE</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"5\" bottom_margin=\"20\" sep_color=\"#999999\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"30px\" alignment=\"center\" class=\"\" id=\"\"/][fusion_text]\r\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\">Come hear the band!</h4>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Schedule','','publish','closed','closed','','schedule','','','2017-02-07 22:08:05','2017-02-08 04:08:05','',0,'http://avada.theme-fusion.com/modern-shop/?page_id=280',0,'page','',0),(288,1,'2015-11-25 20:23:52','2015-11-25 20:23:52','[fusion_builder_container background_color=\"#f7f7f7\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"75px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"text-align: center;\">SMILE!</p>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"5\" bottom_margin=\"20\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\">A few events that we\'re proud of!</h4>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#212121\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"120px\" padding_bottom=\"110px\" padding_left=\"0\" padding_right=\"0\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<p style=\"text-align: center;\">PHOTOGRAPHS ARE COMING SOON!</p>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Images','','publish','closed','closed','','images','','','2017-02-13 22:24:44','2017-02-14 04:24:44','',0,'http://avada.theme-fusion.com/modern-shop/?page_id=288',0,'page','',0),(305,1,'2015-11-25 20:49:25','2015-11-25 20:49:25','[fusion_builder_container background_color=\"#f7f7f7\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100\" padding_bottom=\"20\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_recent_posts layout=\"default\" hover_type=\"liftup\" columns=\"3\" number_posts=\"3\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" excerpt=\"yes\" excerpt_length=\"20\" strip_html=\"yes\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\"][/fusion_recent_posts][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100\" padding_bottom=\"0\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][fusion_recent_posts layout=\"default\" hover_type=\"liftup\" columns=\"1\" number_posts=\"1\" offset=\"3\" cat_slug=\"\" exclude_cats=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" excerpt=\"yes\" excerpt_length=\"30\" strip_html=\"yes\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\"][/fusion_recent_posts][/fusion_builder_column][fusion_builder_column type=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][fusion_recent_posts layout=\"thumbnails-on-side\" hover_type=\"liftup\" columns=\"1\" number_posts=\"3\" offset=\"4\" cat_slug=\"\" exclude_cats=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" excerpt=\"yes\" excerpt_length=\"17\" strip_html=\"yes\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\"][/fusion_recent_posts][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f7f7f7\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100\" padding_bottom=\"20\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_recent_posts layout=\"default\" hover_type=\"liftup\" columns=\"3\" number_posts=\"3\" offset=\"7\" cat_slug=\"\" exclude_cats=\"\" thumbnail=\"yes\" title=\"yes\" meta=\"yes\" excerpt=\"yes\" excerpt_length=\"20\" strip_html=\"yes\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"top-into-view\" class=\"\" id=\"\"][/fusion_recent_posts][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"http://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/call-to-action.jpg\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"110px\" padding_bottom=\"115px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,.15)\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"6% 7% 10% 7%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][fusion_text]\n<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">The Glamour Collection Sale!</span></h1>\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"-20\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][fusion_title size=\"4\" content_align=\"center\" style_type=\"single solid\" sep_color=\"#ffffff\" margin_top=\"\" margin_bottom=\"\" class=\"\" id=\"\"]<span style=\"color: #ffffff; font-size: 33px; line-height: 50px;\">High fashion looks at high street prices</span>[/fusion_title][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\"/][fusion_countdown countdown_end=\"2016-04-19 12:30:00\" timezone=\"\" show_weeks=\"\" background_color=\"\" background_image=\"\" background_repeat=\"\" background_position=\"\" border_radius=\"\" counter_box_color=\"\" counter_text_color=\"\" heading_text=\"\" heading_text_color=\"\" subheading_text=\"\" subheading_text_color=\"\" link_text=\"\" link_text_color=\"\" link_url=\"\" link_target=\"_self\" class=\"\" id=\"\"][/fusion_countdown][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" last=\"no\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][fusion_map address=\"Oxford\" type=\"roadmap\" map_style=\"custom\" overlay_color=\"#232323\" infobox=\"default\" infobox_background_color=\"\" infobox_text_color=\"\" infobox_content=\"\" icon=\"http://avada.theme-fusion.com/modern-shop/wp-content/uploads/sites/27/2015/05/marker.png\" width=\"100%\" height=\"580px\" zoom=\"14\" scrollwheel=\"no\" scale=\"no\" zoom_pancontrol=\"no\" animation=\"yes\" popup=\"no\" class=\"\" id=\"\"][/fusion_map][/fusion_builder_column][fusion_builder_column type=\"1_2\" last=\"yes\" spacing=\"no\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#282828\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"70px 100px\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\"][fusion_text]\n<h5 style=\"text-align: center; color: #78bca1; font-size: 20px; line-height: 30px; letter-spacing: 3px;\">OPENING TIMES</h5>\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"40\" sep_color=\"#333333\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"50%\" alignment=\"center\" class=\"\" id=\"\"/][fusion_text]\n<p style=\"text-align: center; margin-bottom: 0px;\"><span style=\"color: #ffffff; letter-spacing: 3px;\">MONDAY - FRIDAY</span></p>\n<p style=\"text-align: center; font-family: \'Playfair Display\', serif !important;\">09:00 ~ 19.00</p>\n<p style=\"text-align: center; margin-bottom: 0px;\"><span style=\"color: #ffffff; letter-spacing: 3px;\">SATURDAY - SUNDAY</span></p>\n<p style=\"text-align: center; font-family: \'Playfair Display\', serif !important;\">09:00 ~ 21.00</p>\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"25\" bottom_margin=\"\" sep_color=\"transparent\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" class=\"\" id=\"\"/][fusion_separator style_type=\"single solid\" top_margin=\"0\" bottom_margin=\"40\" sep_color=\"#333333\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"50%\" alignment=\"center\" class=\"\" id=\"\"/][fusion_text]\n<p style=\"text-align: center; letter-spacing: 2px;\"><a style=\"color: #78bca1;\" href=\"http://avada.theme-fusion.com/modern-shop/contact\">CONTACT</a></p>\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','News','','publish','closed','closed','','news','','','2017-02-07 22:08:04','2017-02-08 04:08:04','',0,'http://avada.theme-fusion.com/modern-shop/?page_id=305',0,'page','',0),(340,1,'2015-11-25 21:23:23','2015-11-25 21:23:23','[fusion_builder_container background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"0px\" padding_bottom=\"100px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">CONTACT US NOW</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"5\" bottom_margin=\"0\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\">For more information on The Coast Big Band, to leave a comment, or to inquire about bookings, please contact us here</h4>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" top_margin=\"20\" sep_color=\"transparent\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"3\" icon_align=\"left\" animation_offset=\"top-into-view\" animation_direction=\"left\" animation_speed=\"0.1\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"ADDRESS\" icon=\"fa-map-marker\" iconspin=\"no\" image_width=\"35\" image_height=\"35\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"0.1\"]\r\n<p style=\"text-align: center;\">PO Box 2278\r\nGulfport, MS 39505</p>\r\n[/fusion_content_box][fusion_content_box title=\"EMAIL\" icon=\"fa-envelope-o\" iconspin=\"no\" image_width=\"35\" image_height=\"35\" animation_direction=\"left\" animation_speed=\"0.1\"]\r\n<p style=\"text-align: center;\">Email Us\r\nammgpt@aol.com</p>\r\n[/fusion_content_box][fusion_content_box title=\"PHONE\" icon=\"fa-phone\" iconspin=\"no\" image_width=\"35\" image_height=\"35\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"0.1\"]\r\n<p style=\"text-align: center;\">Call Us\r\n<a href=\"tel:2288617741\" target=\"_blank\">1.228.861.7741</a></p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f7f7f7\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_aspect_ratio=\"16:9\" overlay_opacity=\"0.5\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"100px\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\r\n<h5 style=\"text-align: center;\">QUESTIONS OR COMMENTS?</h5>\r\n[/fusion_text][fusion_separator style_type=\"single solid\" top_margin=\"5\" bottom_margin=\"0\" sep_color=\"#999999\" width=\"30px\" alignment=\"center\" /][fusion_text]\r\n<h4 style=\"text-align: center; font-size: 33px; line-height: 50px;\">Fill out the form below and we\'ll be in touch!</h4>\r\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"10\" bottom_margin=\"10\" alignment=\"center\" /][fusion_text]\r\n\r\n[contact-form-7 id=\"4499\" title=\"FEB17FORM\"]\r\n\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" class=\"\" id=\"\" element_content=\"\" min_height=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Contact','','publish','closed','closed','','contact','','','2017-02-09 22:44:29','2017-02-10 04:44:29','',0,'http://avada.theme-fusion.com/modern-shop/?page_id=340',0,'page','',0),(377,1,'2015-02-09 18:46:27','2015-02-09 18:46:27','','about-1','','inherit','closed','open','','about-1-2','','','2015-02-09 18:46:27','2015-02-09 18:46:27','',0,'http://daviddelk.net/band/wp-content/uploads/2015/02/about-11.jpg',0,'attachment','image/jpeg',0),(379,1,'2015-02-09 18:47:30','2015-02-09 18:47:30','','about-2','','inherit','closed','open','','about-2-2','','','2015-02-09 18:47:30','2015-02-09 18:47:30','',0,'http://daviddelk.net/band/wp-content/uploads/2015/02/about-21.jpg',0,'attachment','image/jpeg',0),(383,1,'2015-02-09 18:57:06','2015-02-09 18:57:06','','about-3-1','','inherit','closed','open','','about-3-1','','','2015-02-09 18:57:06','2015-02-09 18:57:06','',0,'http://daviddelk.net/band/wp-content/uploads/2015/02/about-3-1.jpg',0,'attachment','image/jpeg',0),(385,1,'2015-02-09 19:02:44','2015-02-09 19:02:44','','footer-1','','inherit','closed','open','','footer-1-2','','','2015-02-09 19:02:44','2015-02-09 19:02:44','',0,'http://daviddelk.net/band/wp-content/uploads/2015/02/footer-11.jpg',0,'attachment','image/jpeg',0),(386,1,'2015-02-09 19:03:03','2015-02-09 19:03:03','','footer-2','','inherit','closed','open','','footer-2-2','','','2015-02-09 19:03:03','2015-02-09 19:03:03','',0,'http://daviddelk.net/band/wp-content/uploads/2015/02/footer-21.jpg',0,'attachment','image/jpeg',0),(387,1,'2015-02-09 19:03:22','2015-02-09 19:03:22','','footer-3','','inherit','closed','open','','footer-3-2','','','2015-02-09 19:03:22','2015-02-09 19:03:22','',0,'http://daviddelk.net/band/wp-content/uploads/2015/02/footer-31.jpg',0,'attachment','image/jpeg',0),(388,1,'2015-02-09 19:03:44','2015-02-09 19:03:44','','footer-4','','inherit','closed','open','','footer-4-2','','','2015-02-09 19:03:44','2015-02-09 19:03:44','',0,'http://daviddelk.net/band/wp-content/uploads/2015/02/footer-41.jpg',0,'attachment','image/jpeg',0),(401,1,'2015-11-30 16:22:43','2015-11-30 16:22:43','','quote_img_1-compressor','','inherit','closed','closed','','quote_img_1-compressor','','','2015-11-30 16:22:43','2015-11-30 16:22:43','',0,'http://daviddelk.net/band/wp-content/uploads/2015/05/quote_img_1-compressor.jpg',0,'attachment','image/jpeg',0),(402,1,'2015-02-09 19:38:36','2015-02-09 19:38:36','','about-us-banner','','inherit','closed','open','','about-us-banner','','','2015-02-09 19:38:36','2015-02-09 19:38:36','',126,'http://daviddelk.net/band/wp-content/uploads/2015/02/about-us-banner.jpg',0,'attachment','image/jpeg',0),(412,1,'2015-11-30 17:27:14','2015-11-30 17:27:14','','modern_logo_1x','','inherit','closed','closed','','modern_logo_1x','','','2015-11-30 17:27:14','2015-11-30 17:27:14','',0,'http://daviddelk.net/band/wp-content/uploads/2015/11/modern_logo_1x.png',0,'attachment','image/png',0),(413,1,'2015-11-30 17:27:16','2015-11-30 17:27:16','','modern_logo_2x','','inherit','closed','closed','','modern_logo_2x','','','2015-11-30 17:27:16','2015-11-30 17:27:16','',0,'http://daviddelk.net/band/wp-content/uploads/2015/11/modern_logo_2x.png',0,'attachment','image/png',0),(419,1,'2015-11-30 17:49:09','2015-11-30 17:49:09','','sidebar_ad-compressor-2','','inherit','closed','closed','','sidebar_ad-compressor-2','','','2015-11-30 17:49:09','2015-11-30 17:49:09','',0,'http://daviddelk.net/band/wp-content/uploads/2015/11/sidebar_ad-compressor-2.jpg',0,'attachment','image/jpeg',0),(434,1,'2015-02-09 20:24:21','2015-02-09 20:24:21','','our-story','','inherit','closed','open','','our-story-2','','','2015-02-09 20:24:21','2015-02-09 20:24:21','',162,'http://daviddelk.net/band/wp-content/uploads/2015/02/our-story.jpg',0,'attachment','image/jpeg',0),(447,1,'2015-02-09 20:51:04','2015-02-09 20:51:04','','avada-cafe-logo-footer','','inherit','closed','open','','avada-cafe-logo-footer','','','2015-02-09 20:51:04','2015-02-09 20:51:04','',0,'http://daviddelk.net/band/wp-content/uploads/2015/02/avada-cafe-logo-footer.png',0,'attachment','image/png',0),(462,1,'2015-02-09 21:03:26','2015-02-09 21:03:26','','about-background','','inherit','closed','open','','about-background-3','','','2015-02-09 21:03:26','2015-02-09 21:03:26','',0,'http://daviddelk.net/band/wp-content/uploads/2015/02/about-background2.jpg',0,'attachment','image/jpeg',0),(477,1,'2015-02-11 20:34:47','2015-02-11 20:34:47','','parallax-image','','inherit','closed','open','','parallax-image','','','2015-02-11 20:34:47','2015-02-11 20:34:47','',0,'http://daviddelk.net/band/wp-content/uploads/2015/02/parallax-image.jpg',0,'attachment','image/jpeg',0),(526,1,'2015-11-30 19:40:21','2015-11-30 19:40:21','','News','','publish','closed','closed','','news','','','2015-11-30 19:40:21','2015-11-30 19:40:21','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=slide&p=526',0,'slide','',0),(528,1,'2015-11-30 19:51:04','2015-11-30 19:51:04','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]L[/fusion_dropcap]orem 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<blockquote>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. Contrary to popular belief, Lorem Ipsum is not simply random text.</blockquote>\nIt has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.\n\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, or non-characteristic words.[/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Last year\'s trends','','publish','open','open','','last-years-trends','','','2017-02-07 22:08:07','2017-02-08 04:08:07','',0,'http://avada.theme-fusion.com/modern-shop/?p=528',0,'post','',0),(549,1,'2015-11-30 20:55:43','2015-11-30 20:55:43','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]L[/fusion_dropcap]orem 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<blockquote>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. Contrary to popular belief, Lorem Ipsum is not simply random text.</blockquote>\nIt has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.\n\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, or non-characteristic words.[/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Storewide clearance sale','','publish','open','open','','storewide-clearance-sale','','','2017-02-07 22:08:07','2017-02-08 04:08:07','',0,'http://avada.theme-fusion.com/modern-shop/?p=549',0,'post','',0),(551,1,'2015-11-30 20:56:34','2015-11-30 20:56:34','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]L[/fusion_dropcap]orem 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<blockquote>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. Contrary to popular belief, Lorem Ipsum is not simply random text.</blockquote>\nIt has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.\n\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, or non-characteristic words.[/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','How we are creating trends','','publish','open','open','','how-we-are-creating-trends','','','2017-02-07 22:08:07','2017-02-08 04:08:07','',0,'http://avada.theme-fusion.com/modern-shop/?p=551',0,'post','',0),(553,1,'2015-11-30 20:57:57','2015-11-30 20:57:57','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]L[/fusion_dropcap]orem 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<blockquote>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. Contrary to popular belief, Lorem Ipsum is not simply random text.</blockquote>\nIt has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.\n\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, or non-characteristic words.[/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','New design styles coming in 2016','','publish','open','open','','new-design-styles-coming-in-2016','','','2017-02-07 22:08:06','2017-02-08 04:08:06','',0,'http://avada.theme-fusion.com/modern-shop/?p=553',0,'post','',0),(554,1,'2015-11-30 20:58:24','2015-11-30 20:58:24','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]L[/fusion_dropcap]orem 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<blockquote>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. Contrary to popular belief, Lorem Ipsum is not simply random text.</blockquote>\nIt has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.\n\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, or non-characteristic words.[/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Only the best materials','','publish','open','open','','only-the-best-materials','','','2017-02-07 22:08:06','2017-02-08 04:08:06','',0,'http://avada.theme-fusion.com/modern-shop/?p=554',0,'post','',0),(555,1,'2015-11-30 20:59:01','2015-11-30 20:59:01','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]L[/fusion_dropcap]orem 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<blockquote>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. Contrary to popular belief, Lorem Ipsum is not simply random text.</blockquote>\nIt has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.\n\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, or non-characteristic words.[/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','New 2016 Accessories','','publish','open','open','','new-2016-accessories','','','2017-02-07 22:08:06','2017-02-08 04:08:06','',0,'http://avada.theme-fusion.com/modern-shop/?p=555',0,'post','',0),(556,1,'2015-11-30 21:00:09','2015-11-30 21:00:09','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]L[/fusion_dropcap]orem 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<blockquote>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. Contrary to popular belief, Lorem Ipsum is not simply random text.</blockquote>\nIt has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.\n\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, or non-characteristic words.[/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Why the best brands succeed','','publish','open','open','','why-the-best-brands-succeed','','','2017-02-07 22:08:06','2017-02-08 04:08:06','',0,'http://avada.theme-fusion.com/modern-shop/?p=556',0,'post','',0),(557,1,'2015-11-30 21:00:53','2015-11-30 21:00:53','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]L[/fusion_dropcap]orem 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<blockquote>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. Contrary to popular belief, Lorem Ipsum is not simply random text.</blockquote>\nIt has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.\n\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, or non-characteristic words.[/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Good signs when trends change','','publish','open','open','','good-signs-when-trends-change','','','2017-02-07 22:08:06','2017-02-08 04:08:06','',0,'http://avada.theme-fusion.com/modern-shop/?p=557',0,'post','',0),(558,1,'2015-11-30 21:01:55','2015-11-30 21:01:55','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]L[/fusion_dropcap]orem 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<blockquote>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. Contrary to popular belief, Lorem Ipsum is not simply random text.</blockquote>\nIt has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.\n\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, or non-characteristic words.[/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','2015 Holiday sale Is here','','publish','open','open','','2015-holiday-sale-is-here','','','2017-02-07 22:08:06','2017-02-08 04:08:06','',0,'http://avada.theme-fusion.com/modern-shop/?p=558',0,'post','',0),(582,1,'2015-11-30 21:15:09','2015-11-30 21:15:09','[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][fusion_dropcap color=\"\" boxed=\"yes\" boxed_radius=\"50%\" class=\"\" id=\"\"]L[/fusion_dropcap]orem 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<blockquote>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. Contrary to popular belief, Lorem Ipsum is not simply random text.</blockquote>\nIt has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.\n\nThere are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don\'t look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, or non-characteristic words.[/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Modern shop charity event 2016','','publish','open','open','','modern-shop-charity-event-2016','','','2017-02-07 22:08:06','2017-02-08 04:08:06','',0,'http://avada.theme-fusion.com/modern-shop/?p=582',0,'post','',0),(595,1,'2012-08-11 07:41:55','2012-08-11 07:41:55','This is an example of the Video Post Format:\n\nhttp://vimeo.com/33670490\n\n[fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\"][fusion_builder_row][fusion_builder_column type=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\"][box class=\"note\"]Tip: for Vimeo videos please remember about using the HTTP (not HTTPS) protocol and the “www.” prefix.[/box][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]','Video Post','','publish','open','open','','video-post','','\nhttp://vimeo.com/33670490','2017-02-07 22:08:07','2017-02-08 04:08:07','',0,'http://localhost/gavick/gavern_wp/?p=595',0,'post','',0),(599,1,'2012-08-11 07:49:20','2012-08-11 07:49:20','This is an example of the Link Post Format:\n\n<a href=\"http://themeforest.net/user/dynamicpress\" target=\"_blank\">DynamicPress</a>\n\n<a href=\"http://themeforest.net/user/atifport\" target=\"_blank\">Okathemes</a>','Link Post','','publish','open','open','','link-post','','','2012-08-11 07:49:20','2012-08-11 07:49:20','',0,'http://localhost/gavick/gavern_wp/?p=599',0,'post','',0),(603,1,'2012-08-11 07:51:47','2012-08-11 07:51:47','This is an example of the Quote Post Format:\n\n[blockquote3] Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. [/blockquote3]','Quote Post','','publish','open','open','','quote-post','','','2012-08-11 07:51:47','2012-08-11 07:51:47','',0,'http://localhost/gavick/gavern_wp/?p=603',0,'post','',0),(607,1,'2012-08-11 07:54:24','2012-08-11 07:54:24','This is an example of the Aside Post Format, which can be used to show less important posts.\n\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Sed posuere consectetur est at lobortis. Nullam id dolor id nibh ultricies vehicula ut id elit. Curabitur blandit tempus porttitor.','Aside Post','','publish','open','open','','aside-post','','','2012-08-11 07:54:24','2012-08-11 07:54:24','',0,'http://localhost/gavick/gavern_wp/?p=607',0,'post','',0),(609,1,'2012-11-11 07:57:14','2012-11-11 07:57:14','This is an example of the Image Post Format:\n<img src=\"http://www.spartacusinstall.dynamicpress.eu/wp-content/uploads/2013/02/pic7.jpg\" alt=\"pic7\" width=\"770\" height=\"308\" class=\"alignnone size-full wp-image-3537\" />\n','Image Post','','publish','open','open','','image-post','','','2017-02-07 22:08:07','2017-02-08 04:08:07','',0,'http://localhost/gavick/gavern_wp/?p=609',0,'post','',0),(634,1,'2015-12-01 00:38:03','2015-12-01 00:38:03','','CBB CONTACT','','publish','closed','closed','','contact','','','2016-08-25 00:44:49','2016-08-25 00:44:49','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=slide&p=634',0,'slide','',0),(650,1,'2012-04-01 16:13:45','2012-04-01 16:13:45','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus rutrum metus nec augue vulputate iaculis. Nunc hendrerit consequat ipsum, vel rutrum augue varius vel. Proin ut purus erat. Nam pellentesque enim at urna luctus nec rutrum tellus vehicula. Sed quis viverra orci. Nunc consectetur facilisis nulla, id ornare augue tempus in. Phasellus lorem est, rhoncus vel venenatis at, varius in nisl. Suspendisse potenti. Cras ut mollis nisi. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Curabitur luctus consectetur porttitor. Praesent vehicula velit id nisi ultricies eget porttitor lectus hendrerit. Proin accumsan, orci vitae dictum interdum, diam lacus faucibus lectus, a feugiat urna mi ut turpis. Etiam rhoncus viverra velit eget gravida. Nam elit lacus, placerat ac ullamcorper sed, commodo sed massa.','Phasellus rutrum metus','','publish','open','open','','phasellus-rutrum-metus','','','2012-04-01 16:13:45','2012-04-01 16:13:45','',0,'http://localhost/cameleon/cameleon1/?p=650',0,'post','',0),(652,1,'2013-01-03 16:15:23','2013-01-03 16:15:23','Quisque quis leo erat, quis ornare sem. Donec vulputate accumsan massa quis lacinia. Curabitur aliquam vestibulum nunc, ut malesuada arcu ultricies at. Proin a arcu in felis condimentum viverra. Integer scelerisque pulvinar lobortis. Pellentesque vitae iaculis enim. Quisque consectetur orci quis risus porttitor quis feugiat eros placerat. Nulla magna eros, pulvinar at cursus at, dapibus quis tellus. Nullam malesuada massa non nisl ullamcorper sed commodo orci venenatis. Etiam gravida lectus eget risus volutpat ornare. Phasellus luctus porta nunc, non venenatis libero placerat at. Sed egestas felis sem, in rhoncus dolor. Duis aliquam facilisis turpis ac egestas.','Sed egestas felis','','publish','open','open','','sed-egestas-felis','','','2013-01-03 16:15:23','2013-01-03 16:15:23','',0,'http://localhost/cameleon/cameleon1/?p=652',0,'post','',0),(654,1,'2013-01-05 14:16:36','2013-01-05 14:16:36','Morbi placerat iaculis volutpat. Mauris mattis, dui a auctor tristique, neque orci auctor orci, sed sodales tortor libero sit amet orci. Morbi auctor aliquam sagittis. Vestibulum convallis hendrerit porta. Pellentesque in diam erat, vel consectetur neque. Proin vel euismod eros. Proin sed diam sed leo bibendum congue. In hac habitasse platea dictumst.','Proin sed diam','','publish','open','open','','proin-sed-diam','','','2013-01-05 14:16:36','2013-01-05 14:16:36','',0,'http://localhost/cameleon/cameleon1/?p=654',0,'post','',0),(707,1,'2015-04-06 17:29:02','2015-04-06 17:29:02','','cafe_mobile_logo1x','','inherit','closed','open','','cafe_mobile_logo1x','','','2015-04-06 17:29:02','2015-04-06 17:29:02','',0,'http://daviddelk.net/band/wp-content/uploads/2015/04/cafe_mobile_logo1x.png',0,'attachment','image/png',0),(708,1,'2015-04-06 17:29:02','2015-04-06 17:29:02','','cafe_mobile_logo2x','','inherit','closed','open','','cafe_mobile_logo2x','','','2015-04-06 17:29:02','2015-04-06 17:29:02','',0,'http://daviddelk.net/band/wp-content/uploads/2015/04/cafe_mobile_logo2x.png',0,'attachment','image/png',0),(740,1,'2015-04-06 18:22:46','2015-04-06 18:22:46','','ptb_image','','inherit','closed','open','','ptb_image','','','2015-04-06 18:22:46','2015-04-06 18:22:46','',0,'http://daviddelk.net/band/wp-content/uploads/2015/04/ptb_image.jpg',0,'attachment','image/jpeg',0),(741,1,'2015-04-06 18:26:41','2015-04-06 18:26:41','','ptb_image2','','inherit','closed','open','','ptb_image2','','','2015-04-06 18:26:41','2015-04-06 18:26:41','',0,'http://daviddelk.net/band/wp-content/uploads/2015/04/ptb_image2.jpg',0,'attachment','image/jpeg',0),(752,1,'2015-04-06 19:13:10','2015-04-06 19:13:10','','widget_image','','inherit','open','open','','widget_image','','','2015-04-06 19:13:10','2015-04-06 19:13:10','',0,'http://daviddelk.net/band/wp-content/uploads/2015/04/widget_image.jpg',0,'attachment','image/jpeg',0),(757,1,'2015-12-01 17:31:11','2015-12-01 17:31:11','Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil.','Summer Frock Dress','Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nam egestas quam vitae fringilla blandit. Nullam pretium sapien et varius convallis. Morbi venenatis egestas consequat. Nulla facilisi. Suspendisse potenti. Curabitur placerat imperdiet fermentum. \n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia sit.\n\n[checklist icon=\"fa-check\" iconcolor=\"\" circle=\"no\" circlecolor=\"\" size=\"15px\" class=\"\" id=\"\"]\n[li_item icon=\"\"]Lorem ipsum dolor sit amet[/li_item]\n[li_item icon=\"\"]Pellentesque nec tor ultrices[/li_item]\n[li_item icon=\"\"]Aliquam ac ligula aliquet[/li_item]\n[li_item icon=\"\"]In elementum lacus non leo[/li_item]\n[li_item icon=\"\"]Donec in risus sit amet[/li_item]\n[/checklist]','publish','open','closed','','summer-frock-dress','','','2015-12-01 17:31:11','2015-12-01 17:31:11','',76,'http://avada.theme-fusion.com/modern-shop/product/product-10-copy/',0,'product','',0),(758,1,'2015-12-01 17:31:27','2015-12-01 17:31:27','Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil.','Casual Slip Dress','Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nam egestas quam vitae fringilla blandit. Nullam pretium sapien et varius convallis. Morbi venenatis egestas consequat. Nulla facilisi. Suspendisse potenti. Curabitur placerat imperdiet fermentum. \n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia sit.\n\n[checklist icon=\"fa-check\" iconcolor=\"\" circle=\"no\" circlecolor=\"\" size=\"15px\" class=\"\" id=\"\"]\n[li_item icon=\"\"]Lorem ipsum dolor sit amet[/li_item]\n[li_item icon=\"\"]Pellentesque nec tor ultrices[/li_item]\n[li_item icon=\"\"]Aliquam ac ligula aliquet[/li_item]\n[li_item icon=\"\"]In elementum lacus non leo[/li_item]\n[li_item icon=\"\"]Donec in risus sit amet[/li_item]\n[/checklist]','publish','open','closed','','casual-slip-dress','','','2015-12-01 17:31:27','2015-12-01 17:31:27','',0,'http://avada.theme-fusion.com/modern-shop/product/product-12/',0,'product','',0),(759,1,'2015-12-01 17:31:28','2015-12-01 17:31:28','Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil.','Infinity Scarf','Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nam egestas quam vitae fringilla blandit. Nullam pretium sapien et varius convallis. Morbi venenatis egestas consequat. Nulla facilisi. Suspendisse potenti. Curabitur placerat imperdiet fermentum. \n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia sit.\n\n[checklist icon=\"fa-check\" iconcolor=\"\" circle=\"no\" circlecolor=\"\" size=\"15px\" class=\"\" id=\"\"]\n[li_item icon=\"\"]Lorem ipsum dolor sit amet[/li_item]\n[li_item icon=\"\"]Pellentesque nec tor ultrices[/li_item]\n[li_item icon=\"\"]Aliquam ac ligula aliquet[/li_item]\n[li_item icon=\"\"]In elementum lacus non leo[/li_item]\n[li_item icon=\"\"]Donec in risus sit amet[/li_item]\n[/checklist]','publish','open','closed','','infinity-scarf','','','2015-12-01 17:31:28','2015-12-01 17:31:28','',0,'http://avada.theme-fusion.com/modern-shop/product/product-13/',0,'product','',0),(760,1,'2015-12-01 17:31:29','2015-12-01 17:31:29','Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil.','Button Down Shirt','Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nam egestas quam vitae fringilla blandit. Nullam pretium sapien et varius convallis. Morbi venenatis egestas consequat. Nulla facilisi. Suspendisse potenti. Curabitur placerat imperdiet fermentum. \n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia sit.\n\n[checklist icon=\"fa-check\" iconcolor=\"\" circle=\"no\" circlecolor=\"\" size=\"15px\" class=\"\" id=\"\"]\n[li_item icon=\"\"]Lorem ipsum dolor sit amet[/li_item]\n[li_item icon=\"\"]Pellentesque nec tor ultrices[/li_item]\n[li_item icon=\"\"]Aliquam ac ligula aliquet[/li_item]\n[li_item icon=\"\"]In elementum lacus non leo[/li_item]\n[li_item icon=\"\"]Donec in risus sit amet[/li_item]\n[/checklist]','publish','open','closed','','button-down-shirt','','','2015-12-01 17:31:29','2015-12-01 17:31:29','',76,'http://avada.theme-fusion.com/modern-shop/product/product-14/',0,'product','',0),(761,1,'2015-12-01 17:31:30','2015-12-01 17:31:30','Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil.','Dinner Jacket','Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nam egestas quam vitae fringilla blandit. Nullam pretium sapien et varius convallis. Morbi venenatis egestas consequat. Nulla facilisi. Suspendisse potenti. Curabitur placerat imperdiet fermentum. \n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia sit.\n\n[checklist icon=\"fa-check\" iconcolor=\"\" circle=\"no\" circlecolor=\"\" size=\"15px\" class=\"\" id=\"\"]\n[li_item icon=\"\"]Lorem ipsum dolor sit amet[/li_item]\n[li_item icon=\"\"]Pellentesque nec tor ultrices[/li_item]\n[li_item icon=\"\"]Aliquam ac ligula aliquet[/li_item]\n[li_item icon=\"\"]In elementum lacus non leo[/li_item]\n[li_item icon=\"\"]Donec in risus sit amet[/li_item]\n[/checklist]','publish','open','closed','','dinner-jacket','','','2015-12-01 17:31:30','2015-12-01 17:31:30','',0,'http://avada.theme-fusion.com/modern-shop/product/product-15/',0,'product','',0),(780,1,'2015-04-08 20:27:31','2015-04-08 20:27:31','','cafe_logo2','','inherit','open','open','','cafe_logo2','','','2015-04-08 20:27:31','2015-04-08 20:27:31','',0,'http://daviddelk.net/band/wp-content/uploads/2015/04/cafe_logo2.png',0,'attachment','image/png',0),(781,1,'2015-04-08 20:27:32','2015-04-08 20:27:32','','insignia','','inherit','open','open','','insignia-2','','','2015-04-08 20:27:32','2015-04-08 20:27:32','',0,'http://daviddelk.net/band/wp-content/uploads/2015/04/insignia.png',0,'attachment','image/png',0),(782,1,'2015-04-09 19:41:21','2015-04-09 19:41:21','','main-menu','','inherit','open','open','','main-menu-2','','','2015-04-09 19:41:21','2015-04-09 19:41:21','',0,'http://daviddelk.net/band/wp-content/uploads/2015/02/main-menu1.jpg',0,'attachment','image/jpeg',0),(783,1,'2015-04-09 19:41:23','2015-04-09 19:41:23','','starter-menu','','inherit','open','open','','starter-menu-2','','','2015-04-09 19:41:23','2015-04-09 19:41:23','',0,'http://daviddelk.net/band/wp-content/uploads/2015/02/starter-menu1.jpg',0,'attachment','image/jpeg',0),(786,1,'2015-04-09 19:43:14','2015-04-09 19:43:14','','location-21','','inherit','open','open','','location-21','','','2015-04-09 19:43:14','2015-04-09 19:43:14','',0,'http://daviddelk.net/band/wp-content/uploads/2015/02/location-211.jpg',0,'attachment','image/jpeg',0),(787,1,'2015-04-09 19:43:14','2015-04-09 19:43:14','','location-31','','inherit','open','open','','location-31','','','2015-04-09 19:43:14','2015-04-09 19:43:14','',0,'http://daviddelk.net/band/wp-content/uploads/2015/02/location-311.jpg',0,'attachment','image/jpeg',0),(789,1,'2015-04-09 19:45:21','2015-04-09 19:45:21','','location-11-2','','inherit','open','open','','location-11-2','','','2015-04-09 19:45:21','2015-04-09 19:45:21','',0,'http://daviddelk.net/band/wp-content/uploads/2015/02/location-11-2.jpg',0,'attachment','image/jpeg',0),(790,1,'2015-04-09 19:46:01','2015-04-09 19:46:01','','location-4','','inherit','open','open','','location-4-2','','','2015-04-09 19:46:01','2015-04-09 19:46:01','',0,'http://daviddelk.net/band/wp-content/uploads/2015/02/location-41.jpg',0,'attachment','image/jpeg',0),(792,1,'2015-04-09 19:47:33','2015-04-09 19:47:33','','blog-1','','inherit','open','open','','blog-1-2','','','2015-04-09 19:47:33','2015-04-09 19:47:33','',191,'http://daviddelk.net/band/wp-content/uploads/2015/02/blog-11.jpg',0,'attachment','image/jpeg',0),(793,1,'2015-04-09 19:47:34','2015-04-09 19:47:34','','blog-2','','inherit','open','open','','blog-2-2','','','2015-04-09 19:47:34','2015-04-09 19:47:34','',191,'http://daviddelk.net/band/wp-content/uploads/2015/02/blog-21.jpg',0,'attachment','image/jpeg',0),(795,1,'2015-04-09 19:47:35','2015-04-09 19:47:35','','blog-5','','inherit','open','open','','blog-5-2','','','2015-04-09 19:47:35','2015-04-09 19:47:35','',191,'http://daviddelk.net/band/wp-content/uploads/2015/02/blog-51.jpg',0,'attachment','image/jpeg',0),(796,1,'2015-04-09 19:49:31','2015-04-09 19:49:31','','blog-31','','inherit','open','open','','blog-31','','','2015-04-09 19:49:31','2015-04-09 19:49:31','',185,'http://daviddelk.net/band/wp-content/uploads/2015/02/blog-311.jpg',0,'attachment','image/jpeg',0),(799,1,'2015-04-10 13:26:50','2015-04-10 13:26:50','','food-drink-banner','','inherit','open','open','','food-drink-banner-2','','','2015-04-10 13:26:50','2015-04-10 13:26:50','',252,'http://daviddelk.net/band/wp-content/uploads/2015/02/food-drink-banner1.jpg',0,'attachment','image/jpeg',0),(800,1,'2015-04-10 16:56:17','2015-04-10 16:56:17','','parallax-1','','inherit','open','open','','parallax-1-2','','','2015-04-10 16:56:17','2015-04-10 16:56:17','',0,'http://daviddelk.net/band/wp-content/uploads/2015/02/parallax-11.jpg',0,'attachment','image/jpeg',0),(802,1,'2015-04-10 17:04:29','2015-04-10 17:04:29','','banner-image','','inherit','open','open','','banner-image-3','','','2015-04-10 17:04:29','2015-04-10 17:04:29','',22,'http://daviddelk.net/band/wp-content/uploads/2015/02/banner-image1.jpg',0,'attachment','image/jpeg',0),(807,1,'2015-04-17 16:20:44','2015-04-17 16:20:44','','cafe_logo2x','','inherit','open','open','','cafe_logo2x','','','2015-04-17 16:20:44','2015-04-17 16:20:44','',0,'http://daviddelk.net/band/wp-content/uploads/2015/04/cafe_logo2x.png',0,'attachment','image/png',0),(809,1,'2016-02-17 22:08:41','2016-02-17 22:08:41','','about-12','','inherit','open','closed','','about-12','','','2016-02-17 22:08:41','2016-02-17 22:08:41','',0,'http://daviddelk.net/band/wp-content/uploads/2016/02/about-12.jpg',0,'attachment','image/jpeg',0),(810,1,'2016-02-17 22:08:41','2016-02-17 22:08:41','','about-22','','inherit','open','closed','','about-22','','','2016-02-17 22:08:41','2016-02-17 22:08:41','',0,'http://daviddelk.net/band/wp-content/uploads/2016/02/about-22.jpg',0,'attachment','image/jpeg',0),(829,1,'2015-12-01 22:46:30','2015-12-01 22:46:30','','CBB SCHEDULE','','publish','closed','closed','','mens-shop','','','2016-09-02 01:32:28','2016-09-02 01:32:28','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=slide&p=829',0,'slide','',0),(837,1,'2015-12-01 23:13:08','2015-12-01 23:13:08','','CBB IMAGES','','publish','closed','closed','','concerts','','','2016-09-02 01:46:43','2016-09-02 01:46:43','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=slide&p=837',0,'slide','',0),(863,1,'2015-12-02 03:11:39','2015-12-02 03:11:39','','brand_logo_6','','inherit','open','closed','','brand_logo_6','','','2015-12-02 03:11:39','2015-12-02 03:11:39','',0,'http://daviddelk.net/band/wp-content/uploads/2015/11/brand_logo_6.png',0,'attachment','image/png',0),(864,1,'2015-12-02 03:11:40','2015-12-02 03:11:40','','brand_logo_7','','inherit','open','closed','','brand_logo_7','','','2015-12-02 03:11:40','2015-12-02 03:11:40','',0,'http://daviddelk.net/band/wp-content/uploads/2015/11/brand_logo_7.png',0,'attachment','image/png',0),(865,1,'2015-12-02 03:11:42','2015-12-02 03:11:42','','brand_logo_1','','inherit','open','closed','','brand_logo_1','','','2015-12-02 03:11:42','2015-12-02 03:11:42','',0,'http://daviddelk.net/band/wp-content/uploads/2015/11/brand_logo_1.png',0,'attachment','image/png',0),(866,1,'2015-12-02 03:11:43','2015-12-02 03:11:43','','brand_logo_2','','inherit','open','closed','','brand_logo_2','','','2015-12-02 03:11:43','2015-12-02 03:11:43','',0,'http://daviddelk.net/band/wp-content/uploads/2015/11/brand_logo_2.png',0,'attachment','image/png',0),(867,1,'2015-12-02 03:11:45','2015-12-02 03:11:45','','brand_logo_3','','inherit','open','closed','','brand_logo_3','','','2015-12-02 03:11:45','2015-12-02 03:11:45','',0,'http://daviddelk.net/band/wp-content/uploads/2015/11/brand_logo_3.png',0,'attachment','image/png',0),(868,1,'2015-12-02 03:11:46','2015-12-02 03:11:46','','brand_logo_4','','inherit','open','closed','','brand_logo_4','','','2015-12-02 03:11:46','2015-12-02 03:11:46','',0,'http://daviddelk.net/band/wp-content/uploads/2015/11/brand_logo_4.png',0,'attachment','image/png',0),(869,1,'2015-12-02 03:11:47','2015-12-02 03:11:47','','brand_logo_5','','inherit','open','closed','','brand_logo_5','','','2015-12-02 03:11:47','2015-12-02 03:11:47','',0,'http://daviddelk.net/band/wp-content/uploads/2015/11/brand_logo_5.png',0,'attachment','image/png',0),(879,1,'2015-12-02 05:01:46','2015-12-02 05:01:46','','Accessory Shop','','publish','closed','closed','','accessory-shop','','','2015-12-02 05:01:46','2015-12-02 05:01:46','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=slide&p=879',0,'slide','',0),(912,1,'2015-12-02 18:26:51','2015-12-02 18:26:51','','button_shirt','','inherit','open','closed','','button_shirt','','','2015-12-02 18:26:51','2015-12-02 18:26:51','',0,'http://daviddelk.net/band/wp-content/uploads/2015/12/button_shirt.jpg',0,'attachment','image/jpeg',0),(913,1,'2015-12-02 18:44:43','2015-12-02 18:44:43','','casual_jacket','','inherit','open','closed','','casual_jacket','','','2015-12-02 18:44:43','2015-12-02 18:44:43','',0,'http://daviddelk.net/band/wp-content/uploads/2015/12/casual_jacket.jpg',0,'attachment','image/jpeg',0),(914,1,'2015-12-02 18:44:45','2015-12-02 18:44:45','','casual_vneck','','inherit','open','closed','','casual_vneck','','','2015-12-02 18:44:45','2015-12-02 18:44:45','',0,'http://daviddelk.net/band/wp-content/uploads/2015/12/casual_vneck.jpg',0,'attachment','image/jpeg',0),(915,1,'2015-12-02 18:44:46','2015-12-02 18:44:46','','dinner_jacket','','inherit','open','closed','','dinner_jacket','','','2015-12-02 18:44:46','2015-12-02 18:44:46','',0,'http://daviddelk.net/band/wp-content/uploads/2015/12/dinner_jacket.jpg',0,'attachment','image/jpeg',0),(916,1,'2015-12-02 18:44:48','2015-12-02 18:44:48','','elegant_gown','','inherit','open','closed','','elegant_gown','','','2015-12-02 18:44:48','2015-12-02 18:44:48','',0,'http://daviddelk.net/band/wp-content/uploads/2015/12/elegant_gown.jpg',0,'attachment','image/jpeg',0),(917,1,'2015-12-02 18:44:50','2015-12-02 18:44:50','','infinity_scarf','','inherit','open','closed','','infinity_scarf','','','2015-12-02 18:44:50','2015-12-02 18:44:50','',0,'http://daviddelk.net/band/wp-content/uploads/2015/12/infinity_scarf.jpg',0,'attachment','image/jpeg',0),(918,1,'2015-12-02 18:44:51','2015-12-02 18:44:51','','plush_sweater','','inherit','open','closed','','plush_sweater','','','2015-12-02 18:44:51','2015-12-02 18:44:51','',0,'http://daviddelk.net/band/wp-content/uploads/2015/12/plush_sweater.jpg',0,'attachment','image/jpeg',0),(919,1,'2015-12-02 18:44:53','2015-12-02 18:44:53','','sleek_jumper','','inherit','open','closed','','sleek_jumper','','','2015-12-02 18:44:53','2015-12-02 18:44:53','',0,'http://daviddelk.net/band/wp-content/uploads/2015/12/sleek_jumper.jpg',0,'attachment','image/jpeg',0),(920,1,'2015-12-02 18:44:55','2015-12-02 18:44:55','','slip_dress','','inherit','open','closed','','slip_dress','','','2015-12-02 18:44:55','2015-12-02 18:44:55','',0,'http://daviddelk.net/band/wp-content/uploads/2015/12/slip_dress.jpg',0,'attachment','image/jpeg',0),(921,1,'2015-12-02 18:44:57','2015-12-02 18:44:57','','suede_cardigan','','inherit','open','closed','','suede_cardigan','','','2015-12-02 18:44:57','2015-12-02 18:44:57','',0,'http://daviddelk.net/band/wp-content/uploads/2015/12/suede_cardigan.jpg',0,'attachment','image/jpeg',0),(922,1,'2015-12-02 18:44:58','2015-12-02 18:44:58','','suede_jacket','','inherit','open','closed','','suede_jacket','','','2015-12-02 18:44:58','2015-12-02 18:44:58','',0,'http://daviddelk.net/band/wp-content/uploads/2015/12/suede_jacket.jpg',0,'attachment','image/jpeg',0),(923,1,'2015-12-02 18:45:00','2015-12-02 18:45:00','','summer_frock','','inherit','open','closed','','summer_frock','','','2015-12-02 18:45:00','2015-12-02 18:45:00','',0,'http://daviddelk.net/band/wp-content/uploads/2015/12/summer_frock.jpg',0,'attachment','image/jpeg',0),(924,1,'2015-12-02 18:45:02','2015-12-02 18:45:02','','summer_set','','inherit','open','closed','','summer_set','','','2015-12-02 18:45:02','2015-12-02 18:45:02','',0,'http://daviddelk.net/band/wp-content/uploads/2015/12/summer_set.jpg',0,'attachment','image/jpeg',0),(925,1,'2015-12-02 18:45:03','2015-12-02 18:45:03','','twill_scarf','','inherit','open','closed','','twill_scarf','','','2015-12-02 18:45:03','2015-12-02 18:45:03','',0,'http://daviddelk.net/band/wp-content/uploads/2015/12/twill_scarf.jpg',0,'attachment','image/jpeg',0),(926,1,'2015-12-02 18:45:05','2015-12-02 18:45:05','','xray_software','','inherit','open','closed','','xray_software','','','2015-12-02 18:45:05','2015-12-02 18:45:05','',0,'http://daviddelk.net/band/wp-content/uploads/2015/12/xray_software.jpg',0,'attachment','image/jpeg',0),(927,1,'2015-12-02 19:15:37','2015-12-02 19:15:37','','carousel_1','','inherit','open','closed','','carousel_1','','','2015-12-02 19:15:37','2015-12-02 19:15:37','',0,'http://daviddelk.net/band/wp-content/uploads/2015/05/carousel_1.jpg',0,'attachment','image/jpeg',0),(928,1,'2015-12-02 19:15:38','2015-12-02 19:15:38','','carousel_2','','inherit','open','closed','','carousel_2','','','2015-12-02 19:15:38','2015-12-02 19:15:38','',0,'http://daviddelk.net/band/wp-content/uploads/2015/05/carousel_2.jpg',0,'attachment','image/jpeg',0),(929,1,'2015-12-02 19:15:40','2015-12-02 19:15:40','','carousel_3','','inherit','open','closed','','carousel_3','','','2015-12-02 19:15:40','2015-12-02 19:15:40','',0,'http://daviddelk.net/band/wp-content/uploads/2015/05/carousel_3.jpg',0,'attachment','image/jpeg',0),(930,1,'2015-12-02 19:15:41','2015-12-02 19:15:41','','carousel_4','','inherit','open','closed','','carousel_4','','','2015-12-02 19:15:41','2015-12-02 19:15:41','',0,'http://daviddelk.net/band/wp-content/uploads/2015/05/carousel_4.jpg',0,'attachment','image/jpeg',0),(935,1,'2015-12-02 19:25:53','2015-12-02 19:25:53','','col_bkgd_1-compressor','','inherit','open','closed','','col_bkgd_1-compressor-2','','','2015-12-02 19:25:53','2015-12-02 19:25:53','',0,'http://daviddelk.net/band/wp-content/uploads/2015/05/col_bkgd_1-compressor1.jpg',0,'attachment','image/jpeg',0),(936,1,'2015-12-02 19:25:55','2015-12-02 19:25:55','','col_bkgd_2-compressor','','inherit','open','closed','','col_bkgd_2-compressor-2','','','2015-12-02 19:25:55','2015-12-02 19:25:55','',0,'http://daviddelk.net/band/wp-content/uploads/2015/05/col_bkgd_2-compressor1.jpg',0,'attachment','image/jpeg',0),(938,1,'2015-12-02 19:32:41','2015-12-02 19:32:41','','col_bkgd_3-compressor','','inherit','open','closed','','col_bkgd_3-compressor','','','2015-12-02 19:32:41','2015-12-02 19:32:41','',0,'http://daviddelk.net/band/wp-content/uploads/2015/05/col_bkgd_3-compressor.jpg',0,'attachment','image/jpeg',0),(939,1,'2015-12-02 19:32:43','2015-12-02 19:32:43','','col_bkgd_4-compressor','','inherit','open','closed','','col_bkgd_4-compressor','','','2015-12-02 19:32:43','2015-12-02 19:32:43','',0,'http://daviddelk.net/band/wp-content/uploads/2015/05/col_bkgd_4-compressor.jpg',0,'attachment','image/jpeg',0),(940,1,'2015-12-02 19:32:44','2015-12-02 19:32:44','','col_bkgd_5-compressor','','inherit','open','closed','','col_bkgd_5-compressor','','','2015-12-02 19:32:44','2015-12-02 19:32:44','',0,'http://daviddelk.net/band/wp-content/uploads/2015/05/col_bkgd_5-compressor.jpg',0,'attachment','image/jpeg',0),(942,1,'2015-12-02 19:38:28','2015-12-02 19:38:28','','promo_image-compressor-2','','inherit','open','closed','','promo_image-compressor-2','','','2015-12-02 19:38:28','2015-12-02 19:38:28','',0,'http://daviddelk.net/band/wp-content/uploads/2015/05/promo_image-compressor-2.jpg',0,'attachment','image/jpeg',0),(945,1,'2015-12-02 20:15:23','2015-12-02 20:15:23','','Home2a','','publish','closed','closed','','home2a','','','2015-12-02 20:15:23','2015-12-02 20:15:23','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=slide&p=945',0,'slide','',0),(946,1,'2015-12-02 20:14:08','2015-12-02 20:14:08','','home_slide_1-compressor','','inherit','open','closed','','home_slide_1-compressor','','','2015-12-02 20:14:08','2015-12-02 20:14:08','',945,'http://daviddelk.net/band/wp-content/uploads/2015/12/home_slide_1-compressor.jpg',0,'attachment','image/jpeg',0),(947,1,'2015-12-02 20:14:10','2015-12-02 20:14:10','','home_slide_2-compressor','','inherit','open','closed','','home_slide_2-compressor','','','2015-12-02 20:14:10','2015-12-02 20:14:10','',945,'http://daviddelk.net/band/wp-content/uploads/2015/12/home_slide_2-compressor.jpg',0,'attachment','image/jpeg',0),(948,1,'2015-12-02 20:14:13','2015-12-02 20:14:13','','home_slide_3-compressor','','inherit','open','closed','','home_slide_3-compressor','','','2015-12-02 20:14:13','2015-12-02 20:14:13','',945,'http://daviddelk.net/band/wp-content/uploads/2015/12/home_slide_3-compressor.jpg',0,'attachment','image/jpeg',0),(949,1,'2015-12-02 20:14:15','2015-12-02 20:14:15','','home_slide_4-compressor','','inherit','open','closed','','home_slide_4-compressor','','','2015-12-02 20:14:15','2015-12-02 20:14:15','',945,'http://daviddelk.net/band/wp-content/uploads/2015/12/home_slide_4-compressor.jpg',0,'attachment','image/jpeg',0),(950,1,'2015-12-02 20:16:10','2015-12-02 20:16:10','','Home2b','','publish','closed','closed','','950','','','2015-12-02 20:16:10','2015-12-02 20:16:10','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=slide&p=950',0,'slide','',0),(951,1,'2015-12-02 20:17:21','2015-12-02 20:17:21','','Home3a','','publish','closed','closed','','home3a','','','2015-12-02 20:17:21','2015-12-02 20:17:21','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=slide&p=951',0,'slide','',0),(952,1,'2015-12-02 20:18:10','2015-12-02 20:18:10','','Home3b','','publish','closed','closed','','home3b','','','2015-12-02 20:18:10','2015-12-02 20:18:10','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=slide&p=952',0,'slide','',0),(956,1,'2015-12-02 20:26:59','2015-12-02 20:26:59','','col_bkgd_6-compressor','','inherit','open','closed','','col_bkgd_6-compressor','','','2015-12-02 20:26:59','2015-12-02 20:26:59','',0,'http://daviddelk.net/band/wp-content/uploads/2015/12/col_bkgd_6-compressor.jpg',0,'attachment','image/jpeg',0),(957,1,'2015-12-02 20:27:01','2015-12-02 20:27:01','','col_bkgd_7-compressor','','inherit','open','closed','','col_bkgd_7-compressor','','','2015-12-02 20:27:01','2015-12-02 20:27:01','',0,'http://daviddelk.net/band/wp-content/uploads/2015/12/col_bkgd_7-compressor.jpg',0,'attachment','image/jpeg',0),(958,1,'2015-12-02 20:27:02','2015-12-02 20:27:02','','col_bkgd_8-compressor','','inherit','open','closed','','col_bkgd_8-compressor','','','2015-12-02 20:27:02','2015-12-02 20:27:02','',0,'http://daviddelk.net/band/wp-content/uploads/2015/12/col_bkgd_8-compressor.jpg',0,'attachment','image/jpeg',0),(962,1,'2015-12-02 20:31:28','2015-12-02 20:31:28','','col_bkgd_9-compressor','','inherit','open','closed','','col_bkgd_9-compressor','','','2015-12-02 20:31:28','2015-12-02 20:31:28','',0,'http://daviddelk.net/band/wp-content/uploads/2015/12/col_bkgd_9-compressor.jpg',0,'attachment','image/jpeg',0),(964,1,'2015-12-02 20:34:35','2015-12-02 20:34:35','','col_bkgd_10-compressor','','inherit','open','closed','','col_bkgd_10-compressor','','','2015-12-02 20:34:35','2015-12-02 20:34:35','',0,'http://daviddelk.net/band/wp-content/uploads/2015/12/col_bkgd_10-compressor.jpg',0,'attachment','image/jpeg',0),(968,1,'2015-12-02 20:55:53','2015-12-02 20:55:53','','col_bkgd_11-compressor','','inherit','open','closed','','col_bkgd_11-compressor','','','2015-12-02 20:55:53','2015-12-02 20:55:53','',0,'http://daviddelk.net/band/wp-content/uploads/2015/05/col_bkgd_11-compressor.jpg',0,'attachment','image/jpeg',0),(975,1,'2015-12-02 21:02:38','2015-12-02 21:02:38','','col_bkgd_12-compressor-3','','inherit','open','closed','','col_bkgd_12-compressor-3','','','2015-12-02 21:02:38','2015-12-02 21:02:38','',0,'http://daviddelk.net/band/wp-content/uploads/2015/05/col_bkgd_12-compressor-3.jpg',0,'attachment','image/jpeg',0),(977,1,'2015-12-02 21:03:59','2015-12-02 21:03:59','','col_bkgd_13-compressor','','inherit','open','closed','','col_bkgd_13-compressor','','','2015-12-02 21:03:59','2015-12-02 21:03:59','',0,'http://daviddelk.net/band/wp-content/uploads/2015/05/col_bkgd_13-compressor.jpg',0,'attachment','image/jpeg',0),(980,1,'2015-12-02 21:14:06','2015-12-02 21:14:06','','post_1-compressor','','inherit','open','closed','','post_1-compressor','','','2015-12-02 21:14:06','2015-12-02 21:14:06','',0,'http://daviddelk.net/band/wp-content/uploads/2015/12/post_1-compressor.jpg',0,'attachment','image/jpeg',0),(981,1,'2015-12-02 21:14:08','2015-12-02 21:14:08','','post_2-compressor','','inherit','open','closed','','post_2-compressor','','','2015-12-02 21:14:08','2015-12-02 21:14:08','',0,'http://daviddelk.net/band/wp-content/uploads/2015/12/post_2-compressor.jpg',0,'attachment','image/jpeg',0),(982,1,'2015-12-02 21:14:10','2015-12-02 21:14:10','','post_3-compressor','','inherit','open','closed','','post_3-compressor','','','2015-12-02 21:14:10','2015-12-02 21:14:10','',0,'http://daviddelk.net/band/wp-content/uploads/2015/12/post_3-compressor.jpg',0,'attachment','image/jpeg',0),(983,1,'2015-12-02 21:14:12','2015-12-02 21:14:12','','post_4-compressor','','inherit','open','closed','','post_4-compressor','','','2015-12-02 21:14:12','2015-12-02 21:14:12','',0,'http://daviddelk.net/band/wp-content/uploads/2015/12/post_4-compressor.jpg',0,'attachment','image/jpeg',0),(984,1,'2015-12-02 21:14:14','2015-12-02 21:14:14','','post_5-compressor','','inherit','open','closed','','post_5-compressor','','','2015-12-02 21:14:14','2015-12-02 21:14:14','',0,'http://daviddelk.net/band/wp-content/uploads/2015/12/post_5-compressor.jpg',0,'attachment','image/jpeg',0),(985,1,'2015-12-02 21:14:16','2015-12-02 21:14:16','','post_6-compressor','','inherit','open','closed','','post_6-compressor','','','2015-12-02 21:14:16','2015-12-02 21:14:16','',0,'http://daviddelk.net/band/wp-content/uploads/2015/12/post_6-compressor.jpg',0,'attachment','image/jpeg',0),(986,1,'2015-12-02 21:14:19','2015-12-02 21:14:19','','post_7-compressor','','inherit','open','closed','','post_7-compressor','','','2015-12-02 21:14:19','2015-12-02 21:14:19','',0,'http://daviddelk.net/band/wp-content/uploads/2015/12/post_7-compressor.jpg',0,'attachment','image/jpeg',0),(987,1,'2015-12-02 21:14:22','2015-12-02 21:14:22','','post_8-compressor','','inherit','open','closed','','post_8-compressor','','','2015-12-02 21:14:22','2015-12-02 21:14:22','',0,'http://daviddelk.net/band/wp-content/uploads/2015/12/post_8-compressor.jpg',0,'attachment','image/jpeg',0),(988,1,'2015-12-02 21:14:24','2015-12-02 21:14:24','','post_9-compressor','','inherit','open','closed','','post_9-compressor','','','2015-12-02 21:14:24','2015-12-02 21:14:24','',0,'http://daviddelk.net/band/wp-content/uploads/2015/12/post_9-compressor.jpg',0,'attachment','image/jpeg',0),(989,1,'2015-12-02 21:14:26','2015-12-02 21:14:26','','post_10-compressor','','inherit','open','closed','','post_10-compressor','','','2015-12-02 21:14:26','2015-12-02 21:14:26','',0,'http://daviddelk.net/band/wp-content/uploads/2015/12/post_10-compressor.jpg',0,'attachment','image/jpeg',0),(1016,1,'2015-05-12 11:16:08','2015-05-12 11:16:08','Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil.','Twill Cardigan','Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nam egestas quam vitae fringilla blandit. Nullam pretium sapien et varius convallis. Morbi venenatis egestas consequat. Nulla facilisi. Suspendisse potenti. Curabitur placerat imperdiet fermentum.\n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia sit.\n\n[checklist icon=\"fa-check\" iconcolor=\"\" circle=\"no\" circlecolor=\"\" size=\"15px\" class=\"\" id=\"\"]\n[li_item icon=\"\"]Lorem ipsum dolor sit amet[/li_item]\n[li_item icon=\"\"]Pellentesque nec tor ultrices[/li_item]\n[li_item icon=\"\"]Aliquam ac ligula aliquet[/li_item]\n[li_item icon=\"\"]In elementum lacus non leo[/li_item]\n[li_item icon=\"\"]Donec in risus sit amet[/li_item]\n[/checklist]','publish','open','closed','','twill-cardigan','','','2015-05-12 11:16:08','2015-05-12 11:16:08','',0,'http://avada.theme-fusion.com/modern-shop/product/twill-cardigan/',0,'product','',0),(1030,1,'2015-12-02 22:45:47','2015-12-02 22:45:47','','WOMENS PRODUCT1','','publish','closed','closed','','womens-product-1','','','2016-08-25 00:34:14','2016-08-25 00:34:14','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=slide&p=1030',0,'slide','',0),(1032,1,'2015-12-03 14:26:25','2015-12-03 14:26:25','','Womens Product 2','','publish','closed','closed','','womens-product-2','','','2015-12-03 14:26:25','2015-12-03 14:26:25','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=slide&p=1032',0,'slide','',0),(1034,1,'2015-12-03 14:50:14','2015-12-03 14:50:14','','Womens Product 3','','publish','closed','closed','','womens-product-3','','','2015-12-03 14:50:14','2015-12-03 14:50:14','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=slide&p=1034',0,'slide','',0),(1035,1,'2015-12-03 14:52:32','2015-12-03 14:52:32','','Mens Product 2','','publish','closed','closed','','mens-product-2','','','2015-12-03 14:52:32','2015-12-03 14:52:32','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=slide&p=1035',0,'slide','',0),(1036,1,'2015-12-03 14:53:17','2015-12-03 14:53:17','','Mens Product 3','','publish','closed','closed','','mens-product-3','','','2016-08-16 02:50:33','2016-08-16 02:50:33','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=slide&p=1036',0,'slide','',0),(1094,1,'2015-12-19 15:12:25','2015-12-19 15:12:25','','Order – December 19, 2015 @ 03:12 PM','','wc-on-hold','open','closed','order_567573d91a9fc','order-dec-19-2015-0312-pm','','','2015-12-19 15:12:25','2015-12-19 15:12:25','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=shop_order&p=1094',0,'shop_order','',0),(1095,1,'2015-12-19 19:30:03','2015-12-19 19:30:03','','Order – December 19, 2015 @ 07:30 PM','Vbjjj','wc-on-hold','open','closed','order_5675b03be303e','order-dec-19-2015-0730-pm','','','2015-12-19 19:30:03','2015-12-19 19:30:03','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=shop_order&p=1095',0,'shop_order','',0),(1097,1,'2015-12-22 19:13:07','2015-12-22 19:13:07','','Order – December 22, 2015 @ 07:13 PM','','wc-cancelled','open','closed','order_5679a0c3c82c9','order-dec-22-2015-0713-pm','','','2015-12-22 19:13:07','2015-12-22 19:13:07','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=shop_order&p=1097',0,'shop_order','',0),(1098,1,'2015-12-30 04:23:57','2015-12-30 04:23:57','','Order – December 30, 2015 @ 04:23 AM','','wc-on-hold','open','closed','order_56835c5d294b2','order-dec-30-2015-0423-am','','','2015-12-30 04:23:57','2015-12-30 04:23:57','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=shop_order&p=1098',0,'shop_order','',0),(1099,1,'2015-12-30 10:16:08','2015-12-30 10:16:08','','Order – December 30, 2015 @ 10:16 AM','','wc-on-hold','open','closed','order_5683aee88801a','order-dec-30-2015-1016-am','','','2015-12-30 10:16:08','2015-12-30 10:16:08','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=shop_order&p=1099',0,'shop_order','',0),(1100,1,'2015-12-30 10:19:56','2015-12-30 10:19:56','','Order – December 30, 2015 @ 10:19 AM','','wc-on-hold','open','closed','order_5683afcce7326','order-dec-30-2015-1019-am','','','2015-12-30 10:19:56','2015-12-30 10:19:56','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=shop_order&p=1100',0,'shop_order','',0),(1101,1,'2015-12-31 01:22:11','2015-12-31 01:22:11','','Order – December 31, 2015 @ 01:22 AM','','wc-on-hold','open','closed','order_568483435d5a7','order-dec-31-2015-0122-am','','','2015-12-31 01:22:11','2015-12-31 01:22:11','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=shop_order&p=1101',0,'shop_order','',0),(1103,1,'2016-02-25 02:18:04','2016-02-25 02:18:04','','Order – February 25, 2016 @ 02:18 AM','tkhtrpo´k','wc-on-hold','open','closed','order_56ce645c0da13','order-feb-25-2016-0218-am','','','2016-02-25 02:18:04','2016-02-25 02:18:04','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=shop_order&p=1103',0,'shop_order','',0),(1105,1,'2016-02-27 00:48:03','2016-02-27 00:48:03','','Order – February 27, 2016 @ 12:48 AM','kirim rapi','wc-on-hold','open','closed','order_56d0f243e92cd','order-feb-27-2016-1248-am','','','2016-02-27 00:48:03','2016-02-27 00:48:03','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=shop_order&p=1105',0,'shop_order','',0),(1112,1,'2016-03-03 09:21:48','2016-03-03 09:21:48','','Order – March 3, 2016 @ 09:21 AM','','wc-cancelled','open','closed','order_56d8022c8d0ce','order-mar-03-2016-0921-am','','','2016-03-03 09:21:48','2016-03-03 09:21:48','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=shop_order&p=1112',0,'shop_order','',0),(1113,1,'2016-03-04 20:15:08','2016-03-04 20:15:08','','Order – March 4, 2016 @ 08:15 PM','','wc-cancelled','open','closed','order_56d9ecccdadf2','order-mar-04-2016-0815-pm','','','2016-03-04 20:15:08','2016-03-04 20:15:08','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=shop_order&p=1113',0,'shop_order','',0),(1114,1,'2016-03-04 23:41:52','2016-03-04 23:41:52','','Order – March 4, 2016 @ 11:41 PM','','wc-cancelled','open','closed','order_56da1d405bfdd','order-mar-04-2016-1141-pm','','','2016-03-04 23:41:52','2016-03-04 23:41:52','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=shop_order&p=1114',0,'shop_order','',0),(1115,1,'2016-03-04 23:44:20','2016-03-04 23:44:20','','Order – March 4, 2016 @ 11:44 PM','','wc-cancelled','open','closed','order_56da1dd4726a6','order-mar-04-2016-1144-pm','','','2016-03-04 23:44:20','2016-03-04 23:44:20','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=shop_order&p=1115',0,'shop_order','',0),(1116,1,'2016-03-05 10:12:38','2016-03-05 10:12:38','','Order – March 5, 2016 @ 10:12 AM','Må gerne sættes i garagen','wc-on-hold','open','closed','order_56dab116f1cf0','order-mar-05-2016-1012-am','','','2016-03-05 10:12:38','2016-03-05 10:12:38','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=shop_order&p=1116',0,'shop_order','',0),(1118,1,'2016-03-07 05:51:46','2016-03-07 05:51:46','','Order – March 7, 2016 @ 05:51 AM','','wc-on-hold','open','closed','order_56dd16f26ff99','order-mar-07-2016-0551-am','','','2016-03-07 05:51:46','2016-03-07 05:51:46','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=shop_order&p=1118',0,'shop_order','',0),(1119,1,'2016-03-16 13:12:06','2016-03-16 13:12:06','','Order – March 16, 2016 @ 01:12 PM','','wc-on-hold','open','closed','order_56e95ba64ce1f','order-mar-16-2016-0112-pm','','','2016-03-16 13:12:06','2016-03-16 13:12:06','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=shop_order&p=1119',0,'shop_order','',0),(1120,1,'2016-03-18 13:10:02','2016-03-18 13:10:02','','Order – March 18, 2016 @ 01:10 PM','','wc-on-hold','open','closed','order_56ebfe2adbca0','order-mar-18-2016-0110-pm','','','2016-03-18 13:10:02','2016-03-18 13:10:02','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=shop_order&p=1120',0,'shop_order','',0),(1121,1,'2016-03-19 13:12:58','2016-03-19 13:12:58','','Order – March 19, 2016 @ 01:12 PM','none','wc-cancelled','open','closed','order_56ed505a46c22','order-mar-19-2016-0112-pm','','','2016-03-19 13:12:58','2016-03-19 13:12:58','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=shop_order&p=1121',0,'shop_order','',0),(1122,1,'2016-03-29 16:08:56','2016-03-29 16:08:56','','Order – March 29, 2016 @ 04:08 PM','','wc-on-hold','open','closed','order_56faa89829efe','order-mar-29-2016-0408-pm','','','2016-03-29 16:08:56','2016-03-29 16:08:56','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=shop_order&p=1122',0,'shop_order','',0),(1123,1,'2016-03-30 12:16:00','2016-03-30 12:16:00','','Order – March 30, 2016 @ 12:16 PM','','wc-on-hold','open','closed','order_56fbc380afbda','order-mar-30-2016-1216-pm','','','2016-03-30 12:16:00','2016-03-30 12:16:00','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=shop_order&p=1123',0,'shop_order','',0),(1124,1,'2016-04-05 11:04:18','2016-04-05 11:04:18','','Order – April 5, 2016 @ 11:04 AM','','wc-cancelled','open','closed','order_57039bb231dea','order-apr-05-2016-1104-am','','','2016-04-05 11:04:18','2016-04-05 11:04:18','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=shop_order&p=1124',0,'shop_order','',0),(1126,1,'2016-04-06 14:51:59','2016-04-06 14:51:59','','Order – April 6, 2016 @ 02:51 PM','1111','wc-on-hold','open','closed','order_5705228f0d226','order-apr-06-2016-0251-pm','','','2016-04-06 14:51:59','2016-04-06 14:51:59','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=shop_order&p=1126',0,'shop_order','',0),(1140,1,'2016-04-10 17:45:36','2016-04-10 17:45:36','','Order – April 10, 2016 @ 05:45 PM','','wc-on-hold','open','closed','order_570a9140c7690','order-apr-10-2016-0545-pm','','','2016-04-10 17:45:36','2016-04-10 17:45:36','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=shop_order&p=1140',0,'shop_order','',0),(1144,1,'2016-04-13 16:53:55','2016-04-13 16:53:55','','Order – April 13, 2016 @ 04:53 PM','Prefiero entrega el sábado','wc-on-hold','open','closed','order_570e79a3914f7','order-apr-13-2016-0453-pm','','','2016-04-13 16:53:55','2016-04-13 16:53:55','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=shop_order&p=1144',0,'shop_order','',0),(1145,1,'2016-04-13 17:45:49','2016-04-13 17:45:49','','Order – April 13, 2016 @ 05:45 PM','','wc-on-hold','open','closed','order_570e85cdc314a','order-apr-13-2016-0545-pm','','','2016-04-13 17:45:49','2016-04-13 17:45:49','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=shop_order&p=1145',0,'shop_order','',0),(1146,1,'2016-04-13 21:22:52','2016-04-13 21:22:52','','Order – April 13, 2016 @ 09:22 PM','','wc-cancelled','open','closed','order_570eb8acba4ed','order-apr-13-2016-0922-pm','','','2016-04-13 21:22:52','2016-04-13 21:22:52','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=shop_order&p=1146',0,'shop_order','',0),(1147,1,'2016-04-14 04:32:49','2016-04-14 04:32:49','','Order – April 14, 2016 @ 04:32 AM','','wc-cancelled','open','closed','order_570f1d71c5d68','order-apr-14-2016-0432-am','','','2016-04-14 04:32:49','2016-04-14 04:32:49','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=shop_order&p=1147',0,'shop_order','',0),(1150,1,'2016-04-19 08:44:35','2016-04-19 08:44:35','','Order – April 19, 2016 @ 08:44 AM','','wc-on-hold','open','closed','order_5715eff2eb371','order-apr-19-2016-0844-am','','','2016-04-19 08:44:35','2016-04-19 08:44:35','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=shop_order&p=1150',0,'shop_order','',0),(1151,1,'2016-04-20 12:45:20','2016-04-20 12:45:20','','Order – April 20, 2016 @ 12:45 PM','','wc-on-hold','open','closed','order_571779dfea994','order-apr-20-2016-1245-pm','','','2016-04-20 12:45:20','2016-04-20 12:45:20','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=shop_order&p=1151',0,'shop_order','',0),(1152,1,'2016-04-20 14:02:45','2016-04-20 14:02:45','','Order – April 20, 2016 @ 02:02 PM','','wc-on-hold','open','closed','order_57178c049a32c','order-apr-20-2016-0202-pm','','','2016-04-20 14:02:45','2016-04-20 14:02:45','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=shop_order&p=1152',0,'shop_order','',0),(1153,1,'2016-04-20 23:09:54','2016-04-20 23:09:54','','Order – April 20, 2016 @ 11:09 PM','no but this is a test','wc-cancelled','open','closed','order_5717f94f146b9','order-apr-20-2016-0949-pm','','','2016-04-20 23:09:54','2016-04-20 23:09:54','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=shop_order&p=1153',0,'shop_order','',0),(1154,1,'2016-04-20 23:45:44','2016-04-20 23:45:44','','Order – April 20, 2016 @ 11:45 PM','','wc-on-hold','open','closed','order_571814a7dd45e','order-apr-20-2016-1145-pm','','','2016-04-20 23:45:44','2016-04-20 23:45:44','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=shop_order&p=1154',0,'shop_order','',0),(1155,1,'2016-04-25 04:49:01','2016-04-25 04:49:01','','Order – April 25, 2016 @ 04:49 AM','','wc-cancelled','open','closed','order_571d919fb693b','order-apr-25-2016-0340-am','','','2016-04-25 04:49:01','2016-04-25 04:49:01','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=shop_order&p=1155',0,'shop_order','',0),(1156,1,'2016-04-25 11:53:05','2016-04-25 11:53:05','','Order – April 25, 2016 @ 11:53 AM','','wc-cancelled','open','closed','order_571df5632bf6c','order-apr-25-2016-1045-am','','','2016-04-25 11:53:05','2016-04-25 11:53:05','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=shop_order&p=1156',0,'shop_order','',0),(1157,1,'2016-05-02 15:52:01','2016-05-02 15:52:01','','Order – May 2, 2016 @ 03:52 PM','lo','wc-on-hold','open','closed','order_572777a12cd60','order-may-02-2016-0352-pm','','','2016-05-02 15:52:01','2016-05-02 15:52:01','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=shop_order&p=1157',0,'shop_order','',0),(1159,1,'2016-05-07 05:26:12','2016-05-07 05:26:12','','Order – May 7, 2016 @ 05:26 AM','','wc-on-hold','open','closed','order_572d7c7415c79','order-may-07-2016-0526-am','','','2016-05-07 05:26:12','2016-05-07 05:26:12','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=shop_order&p=1159',0,'shop_order','',0),(1160,1,'2016-05-07 05:30:37','2016-05-07 05:30:37','','Order – May 7, 2016 @ 05:30 AM','','wc-on-hold','open','closed','order_572d7d7da5199','order-may-07-2016-0530-am','','','2016-05-07 05:30:37','2016-05-07 05:30:37','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=shop_order&p=1160',0,'shop_order','',0),(1161,1,'2016-05-09 11:06:10','2016-05-09 11:06:10','','Order – May 9, 2016 @ 11:06 AM','','wc-cancelled','open','closed','order_573057ac74e6d','order-may-09-2016-0926-am','','','2016-05-09 11:06:10','2016-05-09 11:06:10','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=shop_order&p=1161',0,'shop_order','',0),(1162,1,'2016-05-09 18:09:40','2016-05-09 18:09:40','','Order – May 9, 2016 @ 06:09 PM','dadadadada','wc-cancelled','open','closed','order_5730b6639df6c','order-may-09-2016-0410-pm','','','2016-05-09 18:09:40','2016-05-09 18:09:40','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=shop_order&p=1162',0,'shop_order','',0),(1163,1,'2016-05-11 13:48:04','2016-05-11 13:48:04','','Order – May 11, 2016 @ 01:48 PM','','wc-on-hold','open','closed','order_57333814adf19','order-may-11-2016-0148-pm','','','2016-05-11 13:48:04','2016-05-11 13:48:04','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=shop_order&p=1163',0,'shop_order','',0),(1164,1,'2016-05-11 23:31:15','2016-05-11 23:31:15','','Order – May 11, 2016 @ 11:31 PM','','wc-cancelled','open','closed','order_5733af9accc5f','order-may-11-2016-1018-pm','','','2016-05-11 23:31:15','2016-05-11 23:31:15','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=shop_order&p=1164',0,'shop_order','',0),(1165,1,'2016-05-12 06:34:39','2016-05-12 06:34:39','','Order – May 12, 2016 @ 06:34 AM','wer','wc-cancelled','open','closed','order_573408581fbac','order-may-12-2016-0436-am','','','2016-05-12 06:34:39','2016-05-12 06:34:39','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=shop_order&p=1165',0,'shop_order','',0),(1166,1,'2016-05-12 09:16:58','2016-05-12 09:16:58','','Order – May 12, 2016 @ 09:16 AM','','wc-on-hold','open','closed','order_57344a0a685f6','order-may-12-2016-0916-am','','','2016-05-12 09:16:58','2016-05-12 09:16:58','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=shop_order&p=1166',0,'shop_order','',0),(1168,1,'2016-05-13 17:32:48','2016-05-13 17:32:48','','Order – May 13, 2016 @ 05:32 PM','','wc-on-hold','open','closed','order_57360fc0a2dab','order-may-13-2016-0532-pm','','','2016-05-13 17:32:48','2016-05-13 17:32:48','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=shop_order&p=1168',0,'shop_order','',0),(1172,1,'2016-05-19 20:13:09','2016-05-19 20:13:09','','Order – May 19, 2016 @ 08:13 PM','','wc-cancelled','open','closed','order_573e0b07397a4','order-may-19-2016-0650-pm','','','2016-05-19 20:13:09','2016-05-19 20:13:09','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=shop_order&p=1172',0,'shop_order','',0),(1173,1,'2016-05-20 15:20:55','2016-05-20 15:20:55','','Order – May 20, 2016 @ 03:20 PM','Entregar na portaria','wc-on-hold','open','closed','order_573f2b578db9e','order-may-20-2016-0320-pm','','','2016-05-20 15:20:55','2016-05-20 15:20:55','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=shop_order&p=1173',0,'shop_order','',0),(1174,1,'2016-05-21 17:37:12','2016-05-21 17:37:12','','Order – May 21, 2016 @ 05:37 PM','','wc-cancelled','open','closed','order_57408e8c5d651','order-may-21-2016-0436-pm','','','2016-05-21 17:37:12','2016-05-21 17:37:12','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=shop_order&p=1174',0,'shop_order','',0),(1175,1,'2016-05-25 09:44:49','2016-05-25 09:44:49','','Order – May 25, 2016 @ 09:44 AM','Gift for my brother','wc-on-hold','open','closed','order_5745741113b8f','order-may-25-2016-0944-am','','','2016-05-25 09:44:49','2016-05-25 09:44:49','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=shop_order&p=1175',0,'shop_order','',0),(1176,1,'2016-05-25 10:10:10','2016-05-25 10:10:10','','Order – May 25, 2016 @ 10:10 AM','','wc-on-hold','open','closed','order_57457a0267dd1','order-may-25-2016-1010-am','','','2016-05-25 10:10:10','2016-05-25 10:10:10','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=shop_order&p=1176',0,'shop_order','',0),(1177,1,'2016-05-26 05:55:42','2016-05-26 05:55:42','','Order – May 26, 2016 @ 05:55 AM','','wc-on-hold','open','closed','order_57468fab79fe7','order-may-26-2016-0554-am','','','2016-05-26 05:55:42','2016-05-26 05:55:42','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=shop_order&p=1177',0,'shop_order','',0),(1178,1,'2016-05-26 09:36:58','2016-05-26 09:36:58','','Order – May 26, 2016 @ 09:36 AM','','wc-on-hold','open','closed','order_5746c3ba459b5','order-may-26-2016-0936-am','','','2016-05-26 09:36:58','2016-05-26 09:36:58','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=shop_order&p=1178',0,'shop_order','',0),(1179,1,'2016-05-28 01:55:59','2016-05-28 01:55:59','','Order – May 28, 2016 @ 01:55 AM','','wc-cancelled','open','closed','order_5748fa647ed0f','order-may-28-2016-0154-am','','','2016-05-28 01:55:59','2016-05-28 01:55:59','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=shop_order&p=1179',0,'shop_order','',0),(1181,1,'2016-05-30 12:26:51','2016-05-30 12:26:51','Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil.','Suede Jacket','Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo nam egestas. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.\n\n[checklist icon=\"fa-check\" iconcolor=\"\" circle=\"no\" circlecolor=\"\" size=\"15px\" class=\"\" id=\"\"]\n[li_item icon=\"\"]Lorem ipsum dolor sit amet[/li_item]\n[li_item icon=\"\"]Pellentesque nec tor ultrices[/li_item]\n[li_item icon=\"\"]Aliquam ac ligula aliquet[/li_item]\n[li_item icon=\"\"]In elementum lacus non leo[/li_item]\n[/checklist]','publish','open','closed','','suede-jacket','','','2016-05-30 12:26:51','2016-05-30 12:26:51','',0,'http://avada.theme-fusion.com/modern-shop/?post_type=product&p=1181',0,'product','',0),(1182,1,'2016-05-30 12:27:41','2016-05-30 12:27:41','','Variation #1182 of Suede Jacket','','publish','closed','closed','','product-1181-variation','','','2016-05-30 12:27:41','2016-05-30 12:27:41','',1181,'http://avada.theme-fusion.com/modern-shop/product_variation/product-1181-variation/',1,'product_variation','',0),(1183,1,'2016-05-30 12:28:20','2016-05-30 12:28:20','','Variation #1183 of Suede Jacket','','publish','closed','closed','','product-1181-variation-2','','','2016-05-30 12:28:20','2016-05-30 12:28:20','',1181,'http://avada.theme-fusion.com/modern-shop/product_variation/product-1181-variation-2/',1,'product_variation','',0),(1184,1,'2016-05-30 12:28:55','2016-05-30 12:28:55','','Variation #1184 of Suede Jacket','','publish','closed','closed','','product-1181-variation-3','','','2016-05-30 12:28:55','2016-05-30 12:28:55','',1181,'http://avada.theme-fusion.com/modern-shop/product_variation/product-1181-variation-3/',1,'product_variation','',0),(2403,1,'2012-11-18 18:11:50','2012-11-18 18:11:50','Proin sem nulla, posuere sit amet tincidunt nec, facilisis vel ipsum. Proin mi lorem, mollis at tincidunt id, tincidunt nec ligula. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Praesent semper sapien eget justo gravida eget euismod lectus ultrices. Suspendisse ante sapien, cursus id tempus in, malesuada at libero. Quisque feugiat tortor sit amet justo facilisis pellentesque. Donec ultricies nulla sapien. Donec eu nisl tortor. Nam volutpat, mauris non rhoncus pulvinar, nibh purus posuere odio, sed eleifend dui odio at est. Suspendisse id lacus diam, a semper elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Mauris vitae velit dapibus felis dapibus vulputate. Morbi sem ante, pulvinar vitae consequat at, elementum vel lorem. Donec et suscipit tellus.\n\nCras odio lectus, lobortis varius hendrerit a, viverra auctor purus. Sed molestie urna vitae neque porta sed condimentum turpis suscipit. Integer id velit ac eros vehicula pulvinar id sagittis metus. Aliquam erat volutpat. Sed cursus, sapien sit amet cursus pellentesque, felis mi hendrerit risus, vitae interdum urna lectus in felis. Quisque at eros quam, non sagittis elit. Vestibulum diam risus, placerat at varius vel, semper ac nulla.\n\nDonec hendrerit viverra dignissim. Suspendisse non arcu at ligula auctor ultricies. Nunc quis nulla turpis, ut dictum purus. Praesent pulvinar tincidunt libero, eget bibendum arcu placerat non. Nunc dolor ante, scelerisque sed pulvinar vulputate, mattis vel dui. Etiam nec luctus neque. Mauris placerat arcu sit amet tortor malesuada sit amet auctor nulla malesuada. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus sed eros nec justo hendrerit sodales. Aliquam justo ligula, pharetra tristique malesuada commodo, dictum ut ligula. Nunc accumsan malesuada vestibulum. Vestibulum sit amet faucibus lorem. Mauris viverra lectus ut tellus imperdiet iaculis. Nulla tristique ipsum at purus scelerisque luctus.','Class aptent taciti sociosqu','','publish','closed','open','','sample-project-2','','','2012-11-18 18:11:50','2012-11-18 18:11:50','',0,'http://localhost/openspace/openspace20/?p=2403',0,'post','',0),(2424,1,'2013-01-01 21:25:02','2013-01-01 21:25:02','Cras odio lectus, lobortis varius hendrerit a, viverra auctor purus. Sed molestie urna vitae neque porta sed condimentum turpis suscipit. Integer id velit ac eros vehicula pulvinar id sagittis metus. Aliquam erat volutpat. Sed cursus, sapien sit amet cursus pellentesque, felis mi hendrerit risus, vitae interdum urna lectus in felis. Quisque at eros quam, non sagittis elit. Vestibulum diam risus, placerat at varius vel, semper ac nulla.<!--more-->\n\nDonec hendrerit viverra dignissim. Suspendisse non arcu at ligula auctor ultricies. Nunc quis nulla turpis, ut dictum purus. Praesent pulvinar tincidunt libero, eget bibendum arcu placerat non. Nunc dolor ante, scelerisque sed pulvinar vulputate, mattis vel dui. Etiam nec luctus neque. Mauris placerat arcu sit amet tortor malesuada sit amet auctor nulla malesuada. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus sed eros nec justo hendrerit sodales. Aliquam justo ligula, pharetra tristique malesuada commodo, dictum ut ligula. Nunc accumsan malesuada vestibulum. Vestibulum sit amet faucibus lorem. Mauris viverra lectus ut tellus imperdiet iaculis. Nulla tristique ipsum at purus scelerisque luctus.\n\nCurabitur facilisis libero id nibh cursus at semper lectus facilisis. Pellentesque neque enim, vestibulum a malesuada condimentum, luctus non leo. In quis neque fringilla dui eleifend ullamcorper. Morbi eu libero ligula, in fermentum urna. Sed scelerisque vehicula justo non luctus. Vivamus scelerisque, massa tristique aliquam suscipit, dolor nulla mattis purus, sed euismod lacus ligula eget elit. Vestibulum iaculis velit facilisis libero blandit ornare. Donec interdum libero nisl, vel rutrum quam. Nulla sit amet odio eu mi blandit aliquet ut vitae enim.','In quis neque fringilla','','publish','closed','open','','sample-project-3','','','2013-01-01 21:25:02','2013-01-01 21:25:02','',0,'http://localhost/openspace/openspace20/?p=2424',0,'post','',0),(2428,1,'2012-11-18 21:26:00','2012-11-18 21:26:00','Cras odio lectus, lobortis varius hendrerit a, viverra auctor purus. Sed molestie urna vitae neque porta sed condimentum turpis suscipit. Integer id velit ac eros vehicula pulvinar id sagittis metus.<!--more--> Aliquam erat volutpat. Sed cursus, sapien sit amet cursus pellentesque, felis mi hendrerit risus, vitae interdum urna lectus in felis. Quisque at eros quam, non sagittis elit. Vestibulum diam risus, placerat at varius vel, semper ac nulla.\n\nDonec hendrerit viverra dignissim. Suspendisse non arcu at ligula auctor ultricies. Nunc quis nulla turpis, ut dictum purus. Praesent pulvinar tincidunt libero, eget bibendum arcu placerat non. Nunc dolor ante, scelerisque sed pulvinar vulputate, mattis vel dui. Etiam nec luctus neque. Mauris placerat arcu sit amet tortor malesuada sit amet auctor nulla malesuada. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus sed eros nec justo hendrerit sodales. Aliquam justo ligula, pharetra tristique malesuada commodo, dictum ut ligula. Nunc accumsan malesuada vestibulum. Vestibulum sit amet faucibus lorem. Mauris viverra lectus ut tellus imperdiet iaculis. Nulla tristique ipsum at purus scelerisque luctus.\n\nCurabitur facilisis libero id nibh cursus at semper lectus facilisis. Pellentesque neque enim, vestibulum a malesuada condimentum, luctus non leo. In quis neque fringilla dui eleifend ullamcorper. Morbi eu libero ligula, in fermentum urna. Sed scelerisque vehicula justo non luctus. Vivamus scelerisque, massa tristique aliquam suscipit, dolor nulla mattis purus, sed euismod lacus ligula eget elit. Vestibulum iaculis velit facilisis libero blandit ornare. Donec interdum libero nisl, vel rutrum quam. Nulla sit amet odio eu mi blandit aliquet ut vitae enim.','Praesent pulvinar tincidunt','','publish','closed','open','','sample-project-4','','','2012-11-18 21:26:00','2012-11-18 21:26:00','',0,'http://localhost/openspace/openspace20/?p=2428',0,'post','',0),(2461,1,'2012-10-19 10:36:25','2012-10-19 10:36:25','Example of SoundCloud playlist implementation\nhttp://soundcloud.com/smoothjazz1987/sets/smooth-jazz-compilation','Audio Post','','publish','closed','open','','audio','','','2017-02-07 22:08:07','2017-02-08 04:08:07','',0,'http://localhost/openspace/openspace20/?p=2461',0,'post','',0),(2496,1,'2012-10-19 15:20:29','2012-10-19 15:20:29','Sample single SoundCloud track.\nhttp://soundcloud.com/coolmo/railroad-worksong-theme','Audio Post','','publish','closed','open','','audio-post','','','2017-02-07 22:08:07','2017-02-08 04:08:07','',0,'http://localhost/openspace/openspace20/?p=2496',0,'post','',0),(3440,1,'2013-01-27 07:45:33','2013-01-27 07:45:33','<div class=\"accented toprow left\">\n<h2 class=\"font_heading\">Awesome Idea\'s</h2>\n</div>\n<div class=\"white bottomrow left\">\n<h2 class=\"font_heading\">we’ll design experiences</h2>\n</div>','AWESOME IDEA\'S','','publish','closed','closed','','awesome-ideas','','','2013-01-27 07:45:33','2013-01-27 07:45:33','',0,'http://localhost/spartan/spartan11/?post_type=slide&p=3440',1,'slide','',0),(3442,1,'2013-01-27 18:47:32','2013-01-27 18:47:32','<div class=\"black toprow right\"><h2 class=\"font_heading\">Clean Approach</h2></div><div class=\"white bottomrow right\"><h2 class=\"font_heading\">we’ll design experiences</h2></div>\n','CLEAN APPROACH','','publish','closed','closed','','clean-approach','','','2013-01-27 18:47:32','2013-01-27 18:47:32','',0,'http://localhost/spartan/spartan11/?post_type=slide&p=3442',2,'slide','',0),(3444,1,'2013-01-28 05:39:11','2013-01-28 05:39:11','<div class=\"white toprow left\"><h2 class=\"font_heading\">Responsive Design</h2></div><div class=\"black bottomrow left\"><h2 class=\"font_heading\">we’ll design experiences</h2></div>','RESPONSIVE DESIGN','','publish','closed','closed','','responsive-design','','','2013-01-28 05:39:11','2013-01-28 05:39:11','',0,'http://localhost/spartan/spartan11/?post_type=slide&p=3444',3,'slide','',0),(3446,1,'2013-01-28 05:41:25','2013-01-28 05:41:25','<div class=\"accented toprow right\"><h2 class=\"font_heading\">Excellent Support</h2></div><div class=\"black bottomrow right\"><h2 class=\"font_heading\">we’ll design experiences</h2></div>','EXCELLENT SUPPORT','','publish','closed','closed','','excellent-support','','','2013-01-28 05:41:25','2013-01-28 05:41:25','',0,'http://localhost/spartan/spartan11/?post_type=slide&p=3446',4,'slide','',0),(3448,1,'2013-01-28 07:24:01','2013-01-28 07:24:01','<div class=\"accented toprow left\"><h2 class=\"font_heading\">The best theme</h2></div><div class=\"white bottomrow left\"><h2 class=\"font_heading\">for your website</h2></div>','SPARTAN THEME','','publish','closed','closed','','lorem-ipsum','','','2013-01-28 07:24:01','2013-01-28 07:24:01','',0,'http://localhost/spartan/spartan11/?post_type=slide&p=3448',5,'slide','',0),(3455,1,'2013-01-30 12:10:03','2013-01-30 12:10:03','[two_third]<iframe id=\"player_2\" src=\"http://player.vimeo.com/video/51232549?api=1&player_id=video\" frameborder=\"0\" width=\"500\" height=\"281\"></iframe>[/two_third] [one_third_last]\n<div class=\"space50\"></div>\n<h2 class=\"accented\">Aliquam a massa</h2>\n<p style=\"font-size:13px; font-weight:bold\">Feugiat elit tincidunt aliquam. Aliquam a massa ac enim tincidunt ultricies. Ut ac pulvinar turpis. Integer et gravida tellus. Vestibulum placerat dolor eleifend quam molestie eu ullamcorper neque dignissim. Cras tellus nunc, pellentesque a feugiat id, semper id massa.</p>\n<div>\n<a class=\"button\" href=\"#\">Read more</a></div>\n[/one_third_last] [clearboth]','Content slide 1','','publish','closed','closed','','3455-2','','','2013-01-30 12:10:03','2013-01-30 12:10:03','',0,'http://localhost/spartan/spartan11/?post_type=slide&p=3455',22,'slide','',0),(3456,1,'2013-01-30 13:22:43','2013-01-30 13:22:43','','Lorem ipsum dolor','','publish','closed','closed','','lorm-ipsum-dolor','','','2013-01-30 13:22:43','2013-01-30 13:22:43','',0,'http://localhost/spartan/spartan11/?post_type=slide&p=3456',21,'slide','',0),(3463,1,'2013-01-30 19:07:46','2013-01-30 19:07:46','','Suspendisse luctus','','publish','closed','closed','','3463-2','','','2013-01-30 19:07:46','2013-01-30 19:07:46','',0,'http://localhost/spartan/spartan11/?post_type=slide&p=3463',22,'slide','',0),(3464,1,'2013-01-30 19:10:21','2013-01-30 19:10:21','','Vestibulum ante','','publish','closed','closed','','3464-2','','','2013-01-30 19:10:21','2013-01-30 19:10:21','',0,'http://localhost/spartan/spartan11/?post_type=slide&p=3464',23,'slide','',0),(3466,1,'2013-01-30 19:35:41','2013-01-30 19:35:41','[one_half]\n<div class=\"space50\"></div>\n<h2 class=\"accented\">Integer eget leo </h2>\n<p style=\"font-size:13px; font-weight:bold\">Sed at lorem nibh. Suspendisse luctus, massa luctus euismod sagittis, lorem velit sodales risus, vitae interdum lectus libero id magna. Vestibulum vel libero sed lacus vulputate tempor. Vestibulum feugiat feugiat aliquam. Sed pharetra malesuada risus sit amet imperdiet. Cras ultricies mattis euismod.</p><p style=\"font-size:14px; font-weight:bold\">Curabitur nunc nisl, ultrices vitae mattis eu, ullamcorper ac enim. Maecenas fermentum enim facilisis ipsum consequat venenatis. Nullam orci dui, consectetur a tempus sit amet, ornare eget diam. Fusce et blandit velit. In hac habitasse platea dictumst. Aliquam eget tortor lorem, fermentum rhoncus tellus. </p>\n<div>\n<a class=\"button\" href=\"#\">Read more</a></div>\n[/one_half]\n[one_half_last]<img src=\"http://www.spartacusinstall.dynamicpress.eu/wp-content/uploads/2013/01/flex2-4.jpg\" alt=\"\" />[/one_half_last] [clearboth]','Content slide 2','','publish','closed','closed','','3466-2','','','2013-01-30 19:35:41','2013-01-30 19:35:41','',0,'http://localhost/spartan/spartan11/?post_type=slide&p=3466',25,'slide','',0),(3516,1,'2013-02-04 00:57:18','2013-02-04 00:57:18','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam nec mi lorem. Praesent a sapien in ligula ullamcorper lobortis. Quisque tempor placerat ultrices. Nam scelerisque cursus lectus, at vestibulum est aliquam eu. Nulla facilisi. Etiam luctus, diam a faucibus viverra, neque ligula malesuada sem, id consequat augue diam sit amet risus. Nulla ac lorem nisl. Integer condimentum condimentum neque at rutrum. Aenean magna elit, euismod eget auctor sit amet, feugiat ut est. Nulla eget metus quam, ac viverra turpis. Quisque pulvinar leo in mauris ultrices nec vehicula elit gravida. Aenean vulputate nibh nec dolor porttitor quis accumsan ante consequat. Donec sodales laoreet suscipit. Sed mauris mi, tempus at pulvinar viverra, vestibulum sit amet felis. Nunc sed dui nec ante tristique blandit. Sed eget nisi augue.\n\nProin sem nulla, posuere sit amet tincidunt nec, facilisis vel ipsum. Proin mi lorem, mollis at tincidunt id, tincidunt nec ligula. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Praesent semper sapien eget justo gravida eget euismod lectus ultrices. Suspendisse ante sapien, cursus id tempus in, malesuada at libero. Quisque feugiat tortor sit amet justo facilisis pellentesque. Donec ultricies nulla sapien. Donec eu nisl tortor. Nam volutpat, mauris non rhoncus pulvinar, nibh purus posuere odio, sed eleifend dui odio at est. Suspendisse id lacus diam, a semper elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Mauris vitae velit dapibus felis dapibus vulputate. Morbi sem ante, pulvinar vitae consequat at, elementum vel lorem. <a href=\"#\">Donec et suscipit tellus.</a>\n\nCras odio lectus, lobortis varius hendrerit a, viverra auctor purus. Sed molestie urna vitae neque porta sed condimentum turpis suscipit. Integer id velit ac eros vehicula pulvinar id sagittis metus. Aliquam erat volutpat. Sed cursus, sapien sit amet cursus pellentesque, felis mi hendrerit risus, vitae interdum urna lectus in felis. Quisque at eros quam, non sagittis elit. Vestibulum diam risus, placerat at varius vel, semper ac nulla.','SED MOLESTIE URNA VITAE','','publish','open','open','','sed-molestie-urna-vitae','','','2013-02-04 00:57:18','2013-02-04 00:57:18','',0,'http://localhost/spartan/spartan11/?p=3516',0,'post','',0),(3542,1,'2013-02-06 11:31:29','2013-02-06 11:31:29','In sodales augue id orci rhoncus eu imperdiet lorem ultricies. Vestibulum elit felis, accumsan ut faucibus ut, tristique non lacus. Duis sit amet ligula metus, sed facilisis nibh. Quisque in est id lectus mattis sagittis sit amet a odio. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Fusce varius pulvinar ligula, sed egestas nisl faucibus id. Etiam volutpat lectus odio. Integer feugiat ultricies leo, in ornare augue faucibus vel. Pellentesque libero neque, vehicula sed tempus non, auctor ut justo. Curabitur ut convallis sapien. Duis eget felis in mauris mattis ornare vel pretium quam. Quisque ornare metus id dolor feugiat non volutpat magna blandit. Nulla vitae nulla non nulla pharetra posuere.','Branding 1','','publish','closed','closed','','branding-1','','','2013-02-06 11:31:29','2013-02-06 11:31:29','',0,'http://localhost/spartan/spartan11/?post_type=portfolio&p=3542',0,'portfolio','',0),(3544,1,'2013-02-06 11:35:59','2013-02-06 11:35:59','Cras sed ligula eu nulla varius commodo. Donec in mi sit amet diam varius egestas sit amet in orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tempor nibh ut justo pretium dignissim. Suspendisse posuere gravida nulla at adipiscing. Maecenas et magna eu libero semper imperdiet. Nam in dui non purus dignissim condimentum. Duis blandit, ipsum a semper tristique, velit mi auctor libero, sed rutrum nisl odio vitae enim. ','Branding 2','','publish','closed','closed','','branding-2','','','2013-02-06 11:35:59','2013-02-06 11:35:59','',0,'http://localhost/spartan/spartan11/?post_type=portfolio&p=3544',0,'portfolio','',0),(3568,1,'2013-02-06 13:17:00','2013-02-06 13:17:00','Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\nDonec seid odio dui. Nullalit libero, alea pharetra augue. Nullam id dolor ideacto vehicula SockMonkee lorem dolor.','Video 1','','publish','closed','closed','','video-1','','','2013-02-06 13:17:00','2013-02-06 13:17:00','',0,'http://localhost/spartan/spartan11/?post_type=portfolio&p=3568',0,'portfolio','',0),(3571,1,'2013-02-06 15:14:22','2013-02-06 15:14:22','Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\nDonec seid odio dui. Nullalit libero, alea pharetra augue. Nullam id dolor ideacto vehicula SockMonkee lorem dolor.','Video 2','','publish','closed','closed','','video-2','','','2013-02-06 15:14:22','2013-02-06 15:14:22','',0,'http://localhost/spartan/spartan11/?post_type=portfolio&p=3571',0,'portfolio','',0),(3573,1,'2013-02-06 15:25:24','2013-02-06 15:25:24','Aliquam non justo a eros adipiscing sollicitudin ut non leo. Nunc molestie interdum ipsum tincidunt sollicitudin. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Pellentesque massa felis, pretium id hendrerit sed, vulputate in felis. Etiam quis leo et justo tincidunt tristique eu non diam. Integer quis augue sed nisi sodales eleifend vel sit amet dui. In hendrerit pulvinar aliquam. Pellentesque ultrices dui a velit hendrerit imperdiet. Donec placerat purus ac lacus convallis ac venenatis enim eleifend.','Models 1','','publish','closed','closed','','models-1','','','2013-02-06 15:25:24','2013-02-06 15:25:24','',0,'http://localhost/spartan/spartan11/?post_type=portfolio&p=3573',0,'portfolio','',0),(3574,1,'2013-02-06 15:28:17','2013-02-06 15:28:17','Etiam ut ligula ac turpis fringilla congue non feugiat neque. Cras adipiscing, urna ac pellentesque tincidunt, justo purus tristique ante, vel feugiat velit ante at turpis. Pellentesque quis mi nulla. Nunc ac tortor vel lectus iaculis venenatis. Quisque sit amet iaculis metus. Donec venenatis ultrices accumsan. Nulla viverra sollicitudin tristique. Donec sed consectetur metus. Quisque erat dolor, varius quis mollis non, tincidunt eu tortor.','Models 2','','publish','closed','closed','','models-2','','','2013-02-06 15:28:17','2013-02-06 15:28:17','',0,'http://localhost/spartan/spartan11/?post_type=portfolio&p=3574',0,'portfolio','',0),(3579,1,'2013-02-07 08:34:23','2013-02-07 08:34:23','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin lacinia odio vel nisl adipiscing dictum. \nInteger bibendum auctor odio nec suscipit. Nullam convallis lorem vel neque sollicitudin ut tincidunt lorem vulputate. Suspendisse dictum cursus mauris, non cursus quam consectetur quis. Integer viverra adipiscing purus quis ullamcorper. Ut porta augue et elit convallis at ullamcorper orci tristique. Mauris nec diam nunc, sit amet tincidunt arcu. Maecenas commodo varius dolor nec blandit. ','Photography 1','','publish','closed','closed','','photography-1','','','2013-02-07 08:34:23','2013-02-07 08:34:23','',0,'http://localhost/spartan/spartan11/?post_type=portfolio&p=3579',0,'portfolio','',0),(3585,1,'2013-02-07 09:38:40','2013-02-07 09:38:40','Nullam quam neque, rhoncus id tincidunt eu, tincidunt id purus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Suspendisse nec quam sed odio pharetra tempor. \nDonec in mi tempor lacus luctus vulputate. Nullam vel urna et dolor dictum condimentum condimentum eget mauris. Suspendisse consequat imperdiet elit sed convallis. Aliquam eu augue vel orci euismod dignissim et sit amet dolor. Nulla facilisi. Nunc a turpis at nisi ullamcorper porta. Curabitur ultricies dolor non enim iaculis euismod. ','Photography 2','','publish','closed','closed','','photography-2','','','2013-02-07 09:38:40','2013-02-07 09:38:40','',0,'http://localhost/spartan/spartan11/?post_type=portfolio&p=3585',0,'portfolio','',0),(3591,1,'2013-02-07 09:55:27','2013-02-07 09:55:27','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Suspendisse nec quam sed odio pharetra tempor. Donec in mi tempor lacus luctus vulputate. Nullam vel urna et dolor dictum condimentum condimentum eget mauris. \nSuspendisse consequat imperdiet elit sed convallis. Aliquam eu augue vel orci euismod dignissim et sit amet dolor. Nulla facilisi. Nunc a turpis at nisi ullamcorper porta. Curabitur ultricies dolor non enim iaculis euismod. ','Models 3','','publish','closed','closed','','models-3','','','2013-02-07 09:55:27','2013-02-07 09:55:27','',0,'http://localhost/spartan/spartan11/?post_type=portfolio&p=3591',0,'portfolio','',0),(3593,1,'2013-02-07 10:00:21','2013-02-07 10:00:21',' Donec in mi tempor lacus luctus vulputate. Nullam vel urna et dolor dictum condimentum condimentum eget mauris. Suspendisse consequat imperdiet elit sed convallis. Aliquam eu augue vel orci euismod dignissim et sit amet dolor. Nulla facilisi. \nNunc a turpis at nisi ullamcorper porta. Curabitur ultricies dolor non enim iaculis euismod. Nullam quam neque, rhoncus id tincidunt eu, tincidunt id purus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Suspendisse nec quam sed odio pharetra tempor. Donec in mi tempor lacus luctus vulputate. ','Models 4','','publish','closed','closed','','models-4','','','2013-02-07 10:00:21','2013-02-07 10:00:21','',0,'http://localhost/spartan/spartan11/?post_type=portfolio&p=3593',0,'portfolio','',0),(3595,1,'2013-02-07 10:34:49','2013-02-07 10:34:49','Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Maecenas neque ligula, rhoncus eu placerat et, elementum vel libero. Nam vitae turpis augue. Phasellus vitae felis nulla. Quisque sem elit, bibendum a congue in, hendrerit id ipsum. Donec iaculis dictum consectetur. Fusce ut aliquam mauris. Vivamus ac magna in tellus vehicula venenatis nec eget felis. Ut volutpat nulla a massa varius semper. Nam in justo lectus, at fringilla nibh. Nam et metus quam, quis hendrerit tellus. Sed pharetra erat ut diam tempus ultrices ornare metus faucibus. Nulla leo risus, lacinia in vehicula non, feugiat ac quam. ','Fashion 1','','publish','closed','closed','','fashion-1','','','2013-02-07 10:34:49','2013-02-07 10:34:49','',0,'http://localhost/spartan/spartan11/?post_type=portfolio&p=3595',0,'portfolio','',0),(3597,1,'2013-02-07 10:39:35','2013-02-07 10:39:35','Maecenas neque ligula, rhoncus eu placerat et, elementum vel libero. Nam vitae turpis augue. Phasellus vitae felis nulla. Quisque sem elit, bibendum a congue in, hendrerit id ipsum. Donec iaculis dictum consectetur. Fusce ut aliquam mauris. Vivamus ac magna in tellus vehicula venenatis nec eget felis. Ut volutpat nulla a massa varius semper. Nam in justo lectus, at fringilla nibh. Nam et metus quam, quis hendrerit tellus. Sed pharetra erat ut diam tempus ultrices ornare metus faucibus. Nulla leo risus, lacinia in vehicula non, feugiat ac quam. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.','Fashion 2','','publish','closed','closed','','fashion-2','','','2013-02-07 10:39:35','2013-02-07 10:39:35','',0,'http://localhost/spartan/spartan11/?post_type=portfolio&p=3597',0,'portfolio','',0),(3599,1,'2013-02-07 10:40:57','2013-02-07 10:40:57','Suspendisse sem turpis, iaculis et euismod ac, molestie eu risus. Phasellus consequat, metus sed tincidunt ornare, odio magna feugiat risus, sed tincidunt lorem purus eu ipsum. Praesent condimentum dolor ut mi tincidunt non eleifend odio hendrerit. Sed in adipiscing elit. Morbi semper erat quis metus varius euismod. Nulla ultricies, tortor a dictum pellentesque, ante ligula tristique arcu, vel dictum justo eros a velit. \nInteger fermentum, nulla at commodo sagittis, arcu diam porttitor metus, sed lacinia tellus ante quis purus. In sem leo, dictum consequat dapibus ac, molestie eu arcu. Pellentesque metus eros, posuere ac vehicula vel, vulputate volutpat dui. Vivamus condimentum mi in orci cursus at consectetur ante eleifend. Quisque sodales, mauris ac ullamcorper dignissim, tellus justo auctor libero, non mollis nunc tellus vel orci.','Fashion 3','','publish','closed','closed','','fashion-3','','','2013-02-07 10:40:57','2013-02-07 10:40:57','',0,'http://localhost/spartan/spartan11/?post_type=portfolio&p=3599',0,'portfolio','',0),(3601,1,'2013-02-07 10:43:15','2013-02-07 10:43:15','Nulla ultricies, tortor a dictum pellentesque, ante ligula tristique arcu, vel dictum justo eros a velit. \nInteger fermentum, nulla at commodo sagittis. Mauris commodo mollis turpis, eu ultrices felis consectetur sed. \nPellentesque sem nisl, sodales sed hendrerit aliquet, posuere non lacus. \nInteger a elit eget ligula tempus auctor ac vitae urna. Donec nisi enim, varius a ultrices a, sagittis nec mi. Morbi at quam et elit placerat iaculis. Donec a ante nisl, sit amet laoreet sapien. Nullam ac metus mi. Donec lorem justo, malesuada a sodales in, tincidunt at quam. Quisque nec lacus id neque venenatis fermentum. Mauris ut erat lacus. Nam porta arcu vitae dolor vestibulum quis consequat libero blandit. Nulla mollis sodales eleifend. Vivamus commodo commodo nibh at gravida. ','Fashion 4','','publish','closed','closed','','fashion-4','','','2013-02-07 10:43:15','2013-02-07 10:43:15','',0,'http://localhost/spartan/spartan11/?post_type=portfolio&p=3601',0,'portfolio','',0),(3678,1,'2013-02-08 09:26:43','2013-02-08 09:26:43','','Our work 1','','publish','closed','closed','','our-work-1','','','2013-02-08 09:26:43','2013-02-08 09:26:43','',0,'http://localhost/spartan/spartan11/?post_type=slide&p=3678',41,'slide','',0),(3680,1,'2013-02-08 09:27:17','2013-02-08 09:27:17','','Our Work 2','','publish','closed','closed','','our-work-2','','','2013-02-08 09:27:17','2013-02-08 09:27:17','',0,'http://localhost/spartan/spartan11/?post_type=slide&p=3680',42,'slide','',0),(3682,1,'2013-02-08 09:32:35','2013-02-08 09:32:35','','Our work 3','','publish','closed','closed','','our-work-3','','','2013-02-08 09:32:35','2013-02-08 09:32:35','',0,'http://localhost/spartan/spartan11/?post_type=slide&p=3682',43,'slide','',0),(3684,1,'2013-02-08 09:33:09','2013-02-08 09:33:09','','Our work 4','','publish','closed','closed','','our-work-4','','','2013-02-08 09:33:09','2013-02-08 09:33:09','',0,'http://localhost/spartan/spartan11/?post_type=slide&p=3684',44,'slide','',0),(3686,1,'2013-02-08 09:37:26','2013-02-08 09:37:26','[bubble class1=\"rounded\" class=\"3\" author=\"John Doe\"]Aliquam in condimentum neque. Cras in hendrerit lorem. Maecenas non sem mi, eget lobortis metus. Etiam nec velit velit. Proin egestas sapien at ante faucibus et aliquam urna faucibus. Donec semper venenatis sagittis. Morbi sed malesuada dolor. Aliquam ante sem, dictum at ultricies et, euismod eu metus. Nunc porta placerat tristique. Aliquam consequat vestibulum eros id posuere. Donec laoreet enim sit amet dui ultricies consequat.[/bubble]<div class=\"space5\"></div>','Testimonials 1','','publish','closed','closed','','testimonials-1','','','2013-02-08 09:37:26','2013-02-08 09:37:26','',0,'http://localhost/spartan/spartan11/?post_type=slide&p=3686',51,'slide','',0),(3687,1,'2013-02-08 09:38:08','2013-02-08 09:38:08','[bubble class=\"3\" class1=\"rounded\" author=\"John Bull\"]Sed condimentum libero sit amet libero dictum convallis. Sed odio sem, lobortis eu posuere iaculis, faucibus eget tortor. Donec eu metus dolor, in adipiscing ipsum. Duis ipsum nisl, vehicula in auctor id, dapibus eu tortor. Vestibulum tellus purus, blandit ut pharetra quis, vehicula et odio. Aliquam ante sem, dictum at ultricies et, euismod eu metus. Nunc porta placerat tristique. Aliquam consequat vestibulum eros id posuere. Donec laoreet enim sit amet dui ultricies consequat. Phasellus id mi neque, at sagittis ante. [/bubble]<div class=\"space5\"></div>','Testimonials 2','','publish','closed','closed','','testimonials-2','','','2013-02-08 09:38:08','2013-02-08 09:38:08','',0,'http://localhost/spartan/spartan11/?post_type=slide&p=3687',52,'slide','',0),(3688,1,'2013-02-08 09:42:21','2013-02-08 09:42:21','[bubble class=\"3\" class1=\"rounded\" author=\"Kalle Svenson\"]Sed condimentum libero sit amet libero dictum convallis. Sed odio sem, lobortis eu posuere iaculis, faucibus eget tortor. Donec eu metus dolor, in adipiscing ipsum. Duis ipsum nisl, vehicula in auctor id, dapibus eu tortor. Vestibulum tellus purus, blandit ut pharetra quis, vehicula et odio. Ut at sapien nunc.[/bubble]<div class=\"space5\"></div>','Testimonials 3','','publish','closed','closed','','testimonials-3','','','2013-02-08 09:42:21','2013-02-08 09:42:21','',0,'http://localhost/spartan/spartan11/?post_type=slide&p=3688',53,'slide','',0),(3689,1,'2013-02-08 11:41:42','2013-02-08 11:41:42','','Partner 1','','publish','closed','closed','','partner-1','','','2013-02-08 11:41:42','2013-02-08 11:41:42','',0,'http://localhost/spartan/spartan11/?post_type=slide&p=3689',61,'slide','',0),(3691,1,'2013-02-08 11:42:50','2013-02-08 11:42:50','','Partner 2','','publish','closed','closed','','partner-2','','','2013-02-08 11:42:50','2013-02-08 11:42:50','',0,'http://localhost/spartan/spartan11/?post_type=slide&p=3691',62,'slide','',0),(3695,1,'2013-02-08 11:52:41','2013-02-08 11:52:41','','Partner 3','','publish','closed','closed','','partner-3','','','2013-02-08 11:52:41','2013-02-08 11:52:41','',0,'http://localhost/spartan/spartan11/?post_type=slide&p=3695',63,'slide','',0),(3697,1,'2013-02-08 12:01:00','2013-02-08 12:01:00','','Partner 4','','publish','closed','closed','','partner-4','','','2013-02-08 12:01:00','2013-02-08 12:01:00','',0,'http://localhost/spartan/spartan11/?post_type=slide&p=3697',64,'slide','',0),(3699,1,'2013-02-08 12:07:11','2013-02-08 12:07:11','','Partner 5','','publish','closed','closed','','partner-5','','','2013-02-08 12:07:11','2013-02-08 12:07:11','',0,'http://localhost/spartan/spartan11/?post_type=slide&p=3699',65,'slide','',0),(3701,1,'2013-02-08 12:08:18','2013-02-08 12:08:18','','Partner 6','','publish','closed','closed','','partner-6','','','2013-02-08 12:08:18','2013-02-08 12:08:18','',0,'http://localhost/spartan/spartan11/?post_type=slide&p=3701',66,'slide','',0),(3703,1,'2013-02-08 12:09:09','2013-02-08 12:09:09','','Partner 7','','publish','closed','closed','','partner-7','','','2013-02-08 12:09:09','2013-02-08 12:09:09','',0,'http://localhost/spartan/spartan11/?post_type=slide&p=3703',67,'slide','',0),(3705,1,'2013-02-08 12:10:10','2013-02-08 12:10:10','','Partner 8','','publish','closed','closed','','partner-8','','','2013-02-08 12:10:10','2013-02-08 12:10:10','',0,'http://localhost/spartan/spartan11/?post_type=slide&p=3705',68,'slide','',0),(3746,1,'2013-08-24 08:41:04','2013-08-24 08:41:04','','Morbi ipsum diam','','publish','closed','closed','','morbi-ipsum-diam','','','2013-08-24 08:41:04','2013-08-24 08:41:04','',0,'http://localhost/spartan/spartan11/?post_type=slide&p=3746',0,'slide','',0),(3806,1,'2016-08-02 22:43:54','2016-08-02 22:43:54','','-original_Coast-Big-Band-Logocolor','','inherit','open','closed','','original_coast-big-band-logocolor','','','2016-08-02 22:43:54','2016-08-02 22:43:54','',0,'http://daviddelk.net/band/wp-content/uploads/2016/08/original_Coast-Big-Band-Logocolor.jpg',0,'attachment','image/jpeg',0),(3823,1,'2016-08-05 19:42:10','2016-08-05 19:42:10','','slidebg1.jpg','','inherit','closed','closed','','slidebg1-jpg','','','2016-08-05 19:42:10','2016-08-05 19:42:10','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_boxed/slidebg1.jpg',0,'attachment','image/jpeg',0),(3824,1,'2016-08-05 19:42:14','2016-08-05 19:42:14','','plate2.png','','inherit','closed','closed','','plate2-png','','','2016-08-05 19:42:14','2016-08-05 19:42:14','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_boxed/plate2.png',0,'attachment','image/png',0),(3825,1,'2016-08-05 19:42:15','2016-08-05 19:42:15','','plate1.png','','inherit','closed','closed','','plate1-png','','','2016-08-05 19:42:15','2016-08-05 19:42:15','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_boxed/plate1.png',0,'attachment','image/png',0),(3826,1,'2016-08-05 19:42:17','2016-08-05 19:42:17','','woman1.png','','inherit','closed','closed','','woman1-png','','','2016-08-05 19:42:17','2016-08-05 19:42:17','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_boxed/woman1.png',0,'attachment','image/png',0),(3827,1,'2016-08-05 19:42:17','2016-08-05 19:42:17','','redbg.png','','inherit','closed','closed','','redbg-png','','','2016-08-05 19:42:17','2016-08-05 19:42:17','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_boxed/redbg.png',0,'attachment','image/png',0),(3828,1,'2016-08-05 19:42:17','2016-08-05 19:42:17','','greyline.png','','inherit','closed','closed','','greyline-png','','','2016-08-05 19:42:17','2016-08-05 19:42:17','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_boxed/greyline.png',0,'attachment','image/png',0),(3829,1,'2016-08-05 19:42:18','2016-08-05 19:42:18','','doublearrow2.png','','inherit','closed','closed','','doublearrow2-png','','','2016-08-05 19:42:18','2016-08-05 19:42:18','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_boxed/doublearrow2.png',0,'attachment','image/png',0),(3830,1,'2016-08-05 19:42:18','2016-08-05 19:42:18','','laptopmockup_sliderdy.jpg','','inherit','closed','closed','','laptopmockup-sliderdy-jpg','','','2016-08-05 19:42:18','2016-08-05 19:42:18','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_boxed/laptopmockup_sliderdy.jpg',0,'attachment','image/jpeg',0),(3831,1,'2016-08-05 19:42:26','2016-08-05 19:42:26','','redbg_big.png','','inherit','closed','closed','','redbg-big-png','','','2016-08-05 19:42:26','2016-08-05 19:42:26','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_boxed/redbg_big.png',0,'attachment','image/png',0),(3832,1,'2016-08-05 19:42:26','2016-08-05 19:42:26','','check.png','','inherit','closed','closed','','check-png','','','2016-08-05 19:42:26','2016-08-05 19:42:26','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_boxed/check.png',0,'attachment','image/png',0),(3833,1,'2016-08-05 19:42:26','2016-08-05 19:42:26','','3dbg.jpg','','inherit','closed','closed','','3dbg-jpg','','','2016-08-05 19:42:26','2016-08-05 19:42:26','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_boxed/3dbg.jpg',0,'attachment','image/jpeg',0),(3834,1,'2016-08-05 19:42:29','2016-08-05 19:42:29','','3dlayer_6.png','','inherit','closed','closed','','3dlayer-6-png','','','2016-08-05 19:42:29','2016-08-05 19:42:29','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_boxed/3dlayer_6.png',0,'attachment','image/png',0),(3835,1,'2016-08-05 19:42:31','2016-08-05 19:42:31','','3dlayer_5.png','','inherit','closed','closed','','3dlayer-5-png','','','2016-08-05 19:42:31','2016-08-05 19:42:31','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_boxed/3dlayer_5.png',0,'attachment','image/png',0),(3836,1,'2016-08-05 19:42:33','2016-08-05 19:42:33','','3dlayer_4.png','','inherit','closed','closed','','3dlayer-4-png','','','2016-08-05 19:42:33','2016-08-05 19:42:33','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_boxed/3dlayer_4.png',0,'attachment','image/png',0),(3837,1,'2016-08-05 19:42:36','2016-08-05 19:42:36','','3dlayer_3.png','','inherit','closed','closed','','3dlayer-3-png','','','2016-08-05 19:42:36','2016-08-05 19:42:36','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_boxed/3dlayer_3.png',0,'attachment','image/png',0),(3838,1,'2016-08-05 19:42:37','2016-08-05 19:42:37','','3dlayer_2.png','','inherit','closed','closed','','3dlayer-2-png','','','2016-08-05 19:42:37','2016-08-05 19:42:37','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_boxed/3dlayer_2.png',0,'attachment','image/png',0),(3839,1,'2016-08-05 19:42:40','2016-08-05 19:42:40','','3dlayer_1.png','','inherit','closed','closed','','3dlayer-1-png','','','2016-08-05 19:42:40','2016-08-05 19:42:40','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_boxed/3dlayer_1.png',0,'attachment','image/png',0),(3840,1,'2016-08-05 19:42:42','2016-08-05 19:42:42','','redbg.jpg','','inherit','closed','closed','','redbg-jpg','','','2016-08-05 19:42:42','2016-08-05 19:42:42','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_boxed/redbg.jpg',0,'attachment','image/jpeg',0),(3841,1,'2016-08-05 19:42:44','2016-08-05 19:42:44','','slidebg2.jpg','','inherit','closed','closed','','slidebg2-jpg','','','2016-08-05 19:42:44','2016-08-05 19:42:44','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_boxed/slidebg2.jpg',0,'attachment','image/jpeg',0),(3842,1,'2016-08-05 19:42:46','2016-08-05 19:42:46','','ipad2.png','','inherit','closed','closed','','ipad2-png','','','2016-08-05 19:42:46','2016-08-05 19:42:46','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_boxed/ipad2.png',0,'attachment','image/png',0),(3843,1,'2016-08-05 19:42:48','2016-08-05 19:42:48','','pulse1.png','','inherit','closed','closed','','pulse1-png','','','2016-08-05 19:42:48','2016-08-05 19:42:48','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_boxed/pulse1.png',0,'attachment','image/png',0),(3844,1,'2016-08-05 19:42:48','2016-08-05 19:42:48','','hand1.png','','inherit','closed','closed','','hand1-png','','','2016-08-05 19:42:48','2016-08-05 19:42:48','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_boxed/hand1.png',0,'attachment','image/png',0),(3845,1,'2016-08-05 19:42:49','2016-08-05 19:42:49','','iphone.png','','inherit','closed','closed','','iphone-png','','','2016-08-05 19:42:49','2016-08-05 19:42:49','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_boxed/iphone.png',0,'attachment','image/png',0),(3846,1,'2016-08-05 19:42:50','2016-08-05 19:42:50','','largegreen.png','','inherit','closed','closed','','largegreen-png','','','2016-08-05 19:42:50','2016-08-05 19:42:50','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_boxed/largegreen.png',0,'attachment','image/png',0),(3847,1,'2016-08-05 19:42:50','2016-08-05 19:42:50','','citybg.jpg','','inherit','closed','closed','','citybg-jpg','','','2016-08-05 19:42:50','2016-08-05 19:42:50','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_boxed/citybg.jpg',0,'attachment','image/jpeg',0),(3848,1,'2016-08-05 19:42:53','2016-08-05 19:42:53','','ipad_dark.png','','inherit','closed','closed','','ipad-dark-png','','','2016-08-05 19:42:53','2016-08-05 19:42:53','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_boxed/ipad_dark.png',0,'attachment','image/png',0),(3849,1,'2016-08-05 19:47:48','2016-08-05 19:47:48','','video_woman_cover3.jpg','','inherit','closed','closed','','video-woman-cover3-jpg','','','2016-08-05 19:47:48','2016-08-05 19:47:48','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/fullscreenvideo/video_woman_cover3.jpg',0,'attachment','image/jpeg',0),(3850,1,'2016-08-05 19:47:52','2016-08-05 19:47:52','','redbg.png','','inherit','closed','closed','','redbg-png-2','','','2016-08-05 19:47:52','2016-08-05 19:47:52','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/fullscreenvideo/redbg.png',0,'attachment','image/png',0),(3851,1,'2016-08-05 19:47:53','2016-08-05 19:47:53','','video_typing_cover.jpg','','inherit','closed','closed','','video-typing-cover-jpg','','','2016-08-05 19:47:53','2016-08-05 19:47:53','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/fullscreenvideo/video_typing_cover.jpg',0,'attachment','image/jpeg',0),(3852,1,'2016-08-05 19:47:56','2016-08-05 19:47:56','','video_space_cover.jpg','','inherit','closed','closed','','video-space-cover-jpg','','','2016-08-05 19:47:56','2016-08-05 19:47:56','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/fullscreenvideo/video_space_cover.jpg',0,'attachment','image/jpeg',0),(3853,1,'2016-08-05 19:48:01','2016-08-05 19:48:01','','redbg_big.png','','inherit','closed','closed','','redbg-big-png-2','','','2016-08-05 19:48:01','2016-08-05 19:48:01','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/fullscreenvideo/redbg_big.png',0,'attachment','image/png',0),(3854,1,'2016-08-05 19:52:56','2016-08-05 19:52:56','','greenbg.jpg','','inherit','closed','closed','','greenbg-jpg','','','2016-08-05 19:52:56','2016-08-05 19:52:56','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/parallax_scroll_slider/greenbg.jpg',0,'attachment','image/jpeg',0),(3855,1,'2016-08-05 19:53:00','2016-08-05 19:53:00','','3dlayer_6.png','','inherit','closed','closed','','3dlayer-6-png-2','','','2016-08-05 19:53:00','2016-08-05 19:53:00','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/parallax_scroll_slider/3dlayer_6.png',0,'attachment','image/png',0),(3856,1,'2016-08-05 19:53:02','2016-08-05 19:53:02','','3dlayer_5.png','','inherit','closed','closed','','3dlayer-5-png-2','','','2016-08-05 19:53:02','2016-08-05 19:53:02','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/parallax_scroll_slider/3dlayer_5.png',0,'attachment','image/png',0),(3857,1,'2016-08-05 19:53:03','2016-08-05 19:53:03','','3dlayer_4.png','','inherit','closed','closed','','3dlayer-4-png-2','','','2016-08-05 19:53:03','2016-08-05 19:53:03','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/parallax_scroll_slider/3dlayer_4.png',0,'attachment','image/png',0),(3858,1,'2016-08-05 19:53:05','2016-08-05 19:53:05','','3dlayer_3.png','','inherit','closed','closed','','3dlayer-3-png-2','','','2016-08-05 19:53:05','2016-08-05 19:53:05','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/parallax_scroll_slider/3dlayer_3.png',0,'attachment','image/png',0),(3859,1,'2016-08-05 19:53:07','2016-08-05 19:53:07','','3dlayer_2.png','','inherit','closed','closed','','3dlayer-2-png-2','','','2016-08-05 19:53:07','2016-08-05 19:53:07','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/parallax_scroll_slider/3dlayer_2.png',0,'attachment','image/png',0),(3860,1,'2016-08-05 19:53:09','2016-08-05 19:53:09','','3dlayer_1.png','','inherit','closed','closed','','3dlayer-1-png-2','','','2016-08-05 19:53:09','2016-08-05 19:53:09','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/parallax_scroll_slider/3dlayer_1.png',0,'attachment','image/png',0),(3861,1,'2016-08-05 19:53:12','2016-08-05 19:53:12','','forest1.jpg','','inherit','closed','closed','','forest1-jpg','','','2016-08-05 19:53:12','2016-08-05 19:53:12','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/parallax_scroll_slider/forest1.jpg',0,'attachment','image/jpeg',0),(3862,1,'2016-08-05 19:53:15','2016-08-05 19:53:15','','slidebg2.jpg','','inherit','closed','closed','','slidebg2-jpg-2','','','2016-08-05 19:53:15','2016-08-05 19:53:15','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/parallax_scroll_slider/slidebg2.jpg',0,'attachment','image/jpeg',0),(3863,1,'2016-08-05 19:53:18','2016-08-05 19:53:18','','ipad2.png','','inherit','closed','closed','','ipad2-png-2','','','2016-08-05 19:53:18','2016-08-05 19:53:18','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/parallax_scroll_slider/ipad2.png',0,'attachment','image/png',0),(3864,1,'2016-08-05 19:53:19','2016-08-05 19:53:19','','pulse1.png','','inherit','closed','closed','','pulse1-png-2','','','2016-08-05 19:53:19','2016-08-05 19:53:19','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/parallax_scroll_slider/pulse1.png',0,'attachment','image/png',0),(3865,1,'2016-08-05 19:53:19','2016-08-05 19:53:19','','hand1.png','','inherit','closed','closed','','hand1-png-2','','','2016-08-05 19:53:19','2016-08-05 19:53:19','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/parallax_scroll_slider/hand1.png',0,'attachment','image/png',0),(3866,1,'2016-08-05 19:53:20','2016-08-05 19:53:20','','iphone.png','','inherit','closed','closed','','iphone-png-2','','','2016-08-05 19:53:20','2016-08-05 19:53:20','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/parallax_scroll_slider/iphone.png',0,'attachment','image/png',0),(3867,1,'2016-08-05 19:53:21','2016-08-05 19:53:21','','largegreen.png','','inherit','closed','closed','','largegreen-png-2','','','2016-08-05 19:53:21','2016-08-05 19:53:21','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/parallax_scroll_slider/largegreen.png',0,'attachment','image/png',0),(3868,1,'2016-08-05 19:53:22','2016-08-05 19:53:22','','citybg.jpg','','inherit','closed','closed','','citybg-jpg-2','','','2016-08-05 19:53:22','2016-08-05 19:53:22','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/parallax_scroll_slider/citybg.jpg',0,'attachment','image/jpeg',0),(3869,1,'2016-08-05 19:53:24','2016-08-05 19:53:24','','redbg.png','','inherit','closed','closed','','redbg-png-3','','','2016-08-05 19:53:24','2016-08-05 19:53:24','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/parallax_scroll_slider/redbg.png',0,'attachment','image/png',0),(3870,1,'2016-08-05 19:53:24','2016-08-05 19:53:24','','ipad_dark.png','','inherit','closed','closed','','ipad-dark-png-2','','','2016-08-05 19:53:24','2016-08-05 19:53:24','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/parallax_scroll_slider/ipad_dark.png',0,'attachment','image/png',0),(3871,1,'2016-08-05 19:53:35','2016-08-05 19:53:35','','greenbg.jpg','','inherit','closed','closed','','greenbg-jpg-2','','','2016-08-05 19:53:35','2016-08-05 19:53:35','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/parallax_scroll_slider/greenbg.jpg',0,'attachment','image/jpeg',0),(3872,1,'2016-08-05 19:53:39','2016-08-05 19:53:39','','3dlayer_6.png','','inherit','closed','closed','','3dlayer-6-png-3','','','2016-08-05 19:53:39','2016-08-05 19:53:39','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/parallax_scroll_slider/3dlayer_6.png',0,'attachment','image/png',0),(3873,1,'2016-08-05 19:53:41','2016-08-05 19:53:41','','3dlayer_5.png','','inherit','closed','closed','','3dlayer-5-png-3','','','2016-08-05 19:53:41','2016-08-05 19:53:41','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/parallax_scroll_slider/3dlayer_5.png',0,'attachment','image/png',0),(3874,1,'2016-08-05 19:53:43','2016-08-05 19:53:43','','3dlayer_4.png','','inherit','closed','closed','','3dlayer-4-png-3','','','2016-08-05 19:53:43','2016-08-05 19:53:43','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/parallax_scroll_slider/3dlayer_4.png',0,'attachment','image/png',0),(3875,1,'2016-08-05 19:53:44','2016-08-05 19:53:44','','3dlayer_3.png','','inherit','closed','closed','','3dlayer-3-png-3','','','2016-08-05 19:53:44','2016-08-05 19:53:44','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/parallax_scroll_slider/3dlayer_3.png',0,'attachment','image/png',0),(3876,1,'2016-08-05 19:53:46','2016-08-05 19:53:46','','3dlayer_2.png','','inherit','closed','closed','','3dlayer-2-png-3','','','2016-08-05 19:53:46','2016-08-05 19:53:46','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/parallax_scroll_slider/3dlayer_2.png',0,'attachment','image/png',0),(3877,1,'2016-08-05 19:53:48','2016-08-05 19:53:48','','3dlayer_1.png','','inherit','closed','closed','','3dlayer-1-png-3','','','2016-08-05 19:53:48','2016-08-05 19:53:48','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/parallax_scroll_slider/3dlayer_1.png',0,'attachment','image/png',0),(3878,1,'2016-08-05 19:53:51','2016-08-05 19:53:51','','forest1.jpg','','inherit','closed','closed','','forest1-jpg-2','','','2016-08-05 19:53:51','2016-08-05 19:53:51','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/parallax_scroll_slider/forest1.jpg',0,'attachment','image/jpeg',0),(3879,1,'2016-08-05 19:53:55','2016-08-05 19:53:55','','slidebg2.jpg','','inherit','closed','closed','','slidebg2-jpg-3','','','2016-08-05 19:53:55','2016-08-05 19:53:55','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/parallax_scroll_slider/slidebg2.jpg',0,'attachment','image/jpeg',0),(3880,1,'2016-08-05 19:53:58','2016-08-05 19:53:58','','ipad2.png','','inherit','closed','closed','','ipad2-png-3','','','2016-08-05 19:53:58','2016-08-05 19:53:58','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/parallax_scroll_slider/ipad2.png',0,'attachment','image/png',0),(3881,1,'2016-08-05 19:54:00','2016-08-05 19:54:00','','pulse1.png','','inherit','closed','closed','','pulse1-png-3','','','2016-08-05 19:54:00','2016-08-05 19:54:00','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/parallax_scroll_slider/pulse1.png',0,'attachment','image/png',0),(3882,1,'2016-08-05 19:54:00','2016-08-05 19:54:00','','hand1.png','','inherit','closed','closed','','hand1-png-3','','','2016-08-05 19:54:00','2016-08-05 19:54:00','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/parallax_scroll_slider/hand1.png',0,'attachment','image/png',0),(3883,1,'2016-08-05 19:54:01','2016-08-05 19:54:01','','iphone.png','','inherit','closed','closed','','iphone-png-3','','','2016-08-05 19:54:01','2016-08-05 19:54:01','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/parallax_scroll_slider/iphone.png',0,'attachment','image/png',0),(3884,1,'2016-08-05 19:54:03','2016-08-05 19:54:03','','largegreen.png','','inherit','closed','closed','','largegreen-png-3','','','2016-08-05 19:54:03','2016-08-05 19:54:03','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/parallax_scroll_slider/largegreen.png',0,'attachment','image/png',0),(3885,1,'2016-08-05 19:54:03','2016-08-05 19:54:03','','citybg.jpg','','inherit','closed','closed','','citybg-jpg-3','','','2016-08-05 19:54:03','2016-08-05 19:54:03','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/parallax_scroll_slider/citybg.jpg',0,'attachment','image/jpeg',0),(3886,1,'2016-08-05 19:54:06','2016-08-05 19:54:06','','redbg.png','','inherit','closed','closed','','redbg-png-4','','','2016-08-05 19:54:06','2016-08-05 19:54:06','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/parallax_scroll_slider/redbg.png',0,'attachment','image/png',0),(3887,1,'2016-08-05 19:54:06','2016-08-05 19:54:06','','ipad_dark.png','','inherit','closed','closed','','ipad-dark-png-3','','','2016-08-05 19:54:06','2016-08-05 19:54:06','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/parallax_scroll_slider/ipad_dark.png',0,'attachment','image/png',0),(3888,1,'2016-08-05 19:54:12','2016-08-05 19:54:12','','greenbg.jpg','','inherit','closed','closed','','greenbg-jpg-3','','','2016-08-05 19:54:12','2016-08-05 19:54:12','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/parallax_scroll_slider/greenbg.jpg',0,'attachment','image/jpeg',0),(3889,1,'2016-08-05 19:54:17','2016-08-05 19:54:17','','3dlayer_6.png','','inherit','closed','closed','','3dlayer-6-png-4','','','2016-08-05 19:54:17','2016-08-05 19:54:17','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/parallax_scroll_slider/3dlayer_6.png',0,'attachment','image/png',0),(3890,1,'2016-08-05 19:54:19','2016-08-05 19:54:19','','3dlayer_5.png','','inherit','closed','closed','','3dlayer-5-png-4','','','2016-08-05 19:54:19','2016-08-05 19:54:19','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/parallax_scroll_slider/3dlayer_5.png',0,'attachment','image/png',0),(3891,1,'2016-08-05 19:54:22','2016-08-05 19:54:22','','3dlayer_4.png','','inherit','closed','closed','','3dlayer-4-png-4','','','2016-08-05 19:54:22','2016-08-05 19:54:22','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/parallax_scroll_slider/3dlayer_4.png',0,'attachment','image/png',0),(3892,1,'2016-08-05 19:54:24','2016-08-05 19:54:24','','3dlayer_3.png','','inherit','closed','closed','','3dlayer-3-png-4','','','2016-08-05 19:54:24','2016-08-05 19:54:24','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/parallax_scroll_slider/3dlayer_3.png',0,'attachment','image/png',0),(3893,1,'2016-08-05 19:54:27','2016-08-05 19:54:27','','3dlayer_2.png','','inherit','closed','closed','','3dlayer-2-png-4','','','2016-08-05 19:54:27','2016-08-05 19:54:27','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/parallax_scroll_slider/3dlayer_2.png',0,'attachment','image/png',0),(3894,1,'2016-08-05 19:54:29','2016-08-05 19:54:29','','3dlayer_1.png','','inherit','closed','closed','','3dlayer-1-png-4','','','2016-08-05 19:54:29','2016-08-05 19:54:29','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/parallax_scroll_slider/3dlayer_1.png',0,'attachment','image/png',0),(3895,1,'2016-08-05 19:54:32','2016-08-05 19:54:32','','forest1.jpg','','inherit','closed','closed','','forest1-jpg-3','','','2016-08-05 19:54:32','2016-08-05 19:54:32','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/parallax_scroll_slider/forest1.jpg',0,'attachment','image/jpeg',0),(3896,1,'2016-08-05 19:54:36','2016-08-05 19:54:36','','slidebg2.jpg','','inherit','closed','closed','','slidebg2-jpg-4','','','2016-08-05 19:54:36','2016-08-05 19:54:36','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/parallax_scroll_slider/slidebg2.jpg',0,'attachment','image/jpeg',0),(3897,1,'2016-08-05 19:54:39','2016-08-05 19:54:39','','ipad2.png','','inherit','closed','closed','','ipad2-png-4','','','2016-08-05 19:54:39','2016-08-05 19:54:39','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/parallax_scroll_slider/ipad2.png',0,'attachment','image/png',0),(3898,1,'2016-08-05 19:54:41','2016-08-05 19:54:41','','pulse1.png','','inherit','closed','closed','','pulse1-png-4','','','2016-08-05 19:54:41','2016-08-05 19:54:41','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/parallax_scroll_slider/pulse1.png',0,'attachment','image/png',0),(3899,1,'2016-08-05 19:54:41','2016-08-05 19:54:41','','hand1.png','','inherit','closed','closed','','hand1-png-4','','','2016-08-05 19:54:41','2016-08-05 19:54:41','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/parallax_scroll_slider/hand1.png',0,'attachment','image/png',0),(3900,1,'2016-08-05 19:54:43','2016-08-05 19:54:43','','iphone.png','','inherit','closed','closed','','iphone-png-4','','','2016-08-05 19:54:43','2016-08-05 19:54:43','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/parallax_scroll_slider/iphone.png',0,'attachment','image/png',0),(3901,1,'2016-08-05 19:54:44','2016-08-05 19:54:44','','largegreen.png','','inherit','closed','closed','','largegreen-png-4','','','2016-08-05 19:54:44','2016-08-05 19:54:44','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/parallax_scroll_slider/largegreen.png',0,'attachment','image/png',0),(3902,1,'2016-08-05 19:54:44','2016-08-05 19:54:44','','citybg.jpg','','inherit','closed','closed','','citybg-jpg-4','','','2016-08-05 19:54:44','2016-08-05 19:54:44','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/parallax_scroll_slider/citybg.jpg',0,'attachment','image/jpeg',0),(3903,1,'2016-08-05 19:54:46','2016-08-05 19:54:46','','redbg.png','','inherit','closed','closed','','redbg-png-5','','','2016-08-05 19:54:46','2016-08-05 19:54:46','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/parallax_scroll_slider/redbg.png',0,'attachment','image/png',0),(3904,1,'2016-08-05 19:54:47','2016-08-05 19:54:47','','ipad_dark.png','','inherit','closed','closed','','ipad-dark-png-4','','','2016-08-05 19:54:47','2016-08-05 19:54:47','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/parallax_scroll_slider/ipad_dark.png',0,'attachment','image/png',0),(3905,1,'2016-08-05 19:58:02','2016-08-05 19:58:02','','slidebg1.jpg','','inherit','closed','closed','','slidebg1-jpg-2','','','2016-08-05 19:58:02','2016-08-05 19:58:02','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/slidebg1.jpg',0,'attachment','image/jpeg',0),(3906,1,'2016-08-05 19:58:05','2016-08-05 19:58:05','','plate2.png','','inherit','closed','closed','','plate2-png-2','','','2016-08-05 19:58:05','2016-08-05 19:58:05','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/plate2.png',0,'attachment','image/png',0),(3907,1,'2016-08-05 19:58:06','2016-08-05 19:58:06','','plate1.png','','inherit','closed','closed','','plate1-png-2','','','2016-08-05 19:58:06','2016-08-05 19:58:06','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/plate1.png',0,'attachment','image/png',0),(3908,1,'2016-08-05 19:58:08','2016-08-05 19:58:08','','woman1.png','','inherit','closed','closed','','woman1-png-2','','','2016-08-05 19:58:08','2016-08-05 19:58:08','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/woman1.png',0,'attachment','image/png',0),(3909,1,'2016-08-05 19:58:08','2016-08-05 19:58:08','','redbg.png','','inherit','closed','closed','','redbg-png-6','','','2016-08-05 19:58:08','2016-08-05 19:58:08','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/redbg.png',0,'attachment','image/png',0),(3910,1,'2016-08-05 19:58:09','2016-08-05 19:58:09','','greyline.png','','inherit','closed','closed','','greyline-png-2','','','2016-08-05 19:58:09','2016-08-05 19:58:09','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/greyline.png',0,'attachment','image/png',0),(3911,1,'2016-08-05 19:58:09','2016-08-05 19:58:09','','doublearrow2.png','','inherit','closed','closed','','doublearrow2-png-2','','','2016-08-05 19:58:09','2016-08-05 19:58:09','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/doublearrow2.png',0,'attachment','image/png',0),(3912,1,'2016-08-05 19:58:09','2016-08-05 19:58:09','','laptopmockup_sliderdy.jpg','','inherit','closed','closed','','laptopmockup-sliderdy-jpg-2','','','2016-08-05 19:58:09','2016-08-05 19:58:09','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/laptopmockup_sliderdy.jpg',0,'attachment','image/jpeg',0),(3913,1,'2016-08-05 19:58:18','2016-08-05 19:58:18','','redbg_big.png','','inherit','closed','closed','','redbg-big-png-3','','','2016-08-05 19:58:18','2016-08-05 19:58:18','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/redbg_big.png',0,'attachment','image/png',0),(3914,1,'2016-08-05 19:58:18','2016-08-05 19:58:18','','check.png','','inherit','closed','closed','','check-png-2','','','2016-08-05 19:58:18','2016-08-05 19:58:18','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/check.png',0,'attachment','image/png',0),(3915,1,'2016-08-05 19:58:18','2016-08-05 19:58:18','','3dbg.jpg','','inherit','closed','closed','','3dbg-jpg-2','','','2016-08-05 19:58:18','2016-08-05 19:58:18','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/3dbg.jpg',0,'attachment','image/jpeg',0),(3916,1,'2016-08-05 19:58:21','2016-08-05 19:58:21','','3dlayer_6.png','','inherit','closed','closed','','3dlayer-6-png-5','','','2016-08-05 19:58:21','2016-08-05 19:58:21','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/3dlayer_6.png',0,'attachment','image/png',0),(3917,1,'2016-08-05 19:58:24','2016-08-05 19:58:24','','3dlayer_5.png','','inherit','closed','closed','','3dlayer-5-png-5','','','2016-08-05 19:58:24','2016-08-05 19:58:24','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/3dlayer_5.png',0,'attachment','image/png',0),(3918,1,'2016-08-05 19:58:26','2016-08-05 19:58:26','','3dlayer_4.png','','inherit','closed','closed','','3dlayer-4-png-5','','','2016-08-05 19:58:26','2016-08-05 19:58:26','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/3dlayer_4.png',0,'attachment','image/png',0),(3919,1,'2016-08-05 19:58:28','2016-08-05 19:58:28','','3dlayer_3.png','','inherit','closed','closed','','3dlayer-3-png-5','','','2016-08-05 19:58:28','2016-08-05 19:58:28','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/3dlayer_3.png',0,'attachment','image/png',0),(3920,1,'2016-08-05 19:58:31','2016-08-05 19:58:31','','3dlayer_2.png','','inherit','closed','closed','','3dlayer-2-png-5','','','2016-08-05 19:58:31','2016-08-05 19:58:31','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/3dlayer_2.png',0,'attachment','image/png',0),(3921,1,'2016-08-05 19:58:34','2016-08-05 19:58:34','','3dlayer_1.png','','inherit','closed','closed','','3dlayer-1-png-5','','','2016-08-05 19:58:34','2016-08-05 19:58:34','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/3dlayer_1.png',0,'attachment','image/png',0),(3922,1,'2016-08-05 19:58:36','2016-08-05 19:58:36','','redbg.jpg','','inherit','closed','closed','','redbg-jpg-2','','','2016-08-05 19:58:36','2016-08-05 19:58:36','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/redbg.jpg',0,'attachment','image/jpeg',0),(3923,1,'2016-08-05 19:58:38','2016-08-05 19:58:38','','slidebg2.jpg','','inherit','closed','closed','','slidebg2-jpg-5','','','2016-08-05 19:58:38','2016-08-05 19:58:38','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/slidebg2.jpg',0,'attachment','image/jpeg',0),(3924,1,'2016-08-05 19:58:40','2016-08-05 19:58:40','','ipad2.png','','inherit','closed','closed','','ipad2-png-5','','','2016-08-05 19:58:40','2016-08-05 19:58:40','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/ipad2.png',0,'attachment','image/png',0),(3925,1,'2016-08-05 19:58:42','2016-08-05 19:58:42','','pulse1.png','','inherit','closed','closed','','pulse1-png-5','','','2016-08-05 19:58:42','2016-08-05 19:58:42','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/pulse1.png',0,'attachment','image/png',0),(3926,1,'2016-08-05 19:58:42','2016-08-05 19:58:42','','hand1.png','','inherit','closed','closed','','hand1-png-5','','','2016-08-05 19:58:42','2016-08-05 19:58:42','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/hand1.png',0,'attachment','image/png',0),(3927,1,'2016-08-05 19:58:44','2016-08-05 19:58:44','','iphone.png','','inherit','closed','closed','','iphone-png-5','','','2016-08-05 19:58:44','2016-08-05 19:58:44','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/iphone.png',0,'attachment','image/png',0),(3928,1,'2016-08-05 19:58:44','2016-08-05 19:58:44','','slidebg1.jpg','','inherit','closed','closed','','slidebg1-jpg-3','','','2016-08-05 19:58:44','2016-08-05 19:58:44','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/slidebg1.jpg',0,'attachment','image/jpeg',0),(3929,1,'2016-08-05 19:58:45','2016-08-05 19:58:45','','largegreen.png','','inherit','closed','closed','','largegreen-png-5','','','2016-08-05 19:58:45','2016-08-05 19:58:45','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/largegreen.png',0,'attachment','image/png',0),(3930,1,'2016-08-05 19:58:45','2016-08-05 19:58:45','','citybg.jpg','','inherit','closed','closed','','citybg-jpg-5','','','2016-08-05 19:58:45','2016-08-05 19:58:45','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/citybg.jpg',0,'attachment','image/jpeg',0),(3931,1,'2016-08-05 19:58:48','2016-08-05 19:58:48','','plate2.png','','inherit','closed','closed','','plate2-png-3','','','2016-08-05 19:58:48','2016-08-05 19:58:48','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/plate2.png',0,'attachment','image/png',0),(3932,1,'2016-08-05 19:58:48','2016-08-05 19:58:48','','ipad_dark.png','','inherit','closed','closed','','ipad-dark-png-5','','','2016-08-05 19:58:48','2016-08-05 19:58:48','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/ipad_dark.png',0,'attachment','image/png',0),(3933,1,'2016-08-05 19:58:49','2016-08-05 19:58:49','','plate1.png','','inherit','closed','closed','','plate1-png-3','','','2016-08-05 19:58:49','2016-08-05 19:58:49','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/plate1.png',0,'attachment','image/png',0),(3934,1,'2016-08-05 19:58:51','2016-08-05 19:58:51','','woman1.png','','inherit','closed','closed','','woman1-png-3','','','2016-08-05 19:58:51','2016-08-05 19:58:51','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/woman1.png',0,'attachment','image/png',0),(3935,1,'2016-08-05 19:58:51','2016-08-05 19:58:51','','redbg.png','','inherit','closed','closed','','redbg-png-7','','','2016-08-05 19:58:51','2016-08-05 19:58:51','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/redbg.png',0,'attachment','image/png',0),(3936,1,'2016-08-05 19:58:51','2016-08-05 19:58:51','','greyline.png','','inherit','closed','closed','','greyline-png-3','','','2016-08-05 19:58:51','2016-08-05 19:58:51','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/greyline.png',0,'attachment','image/png',0),(3937,1,'2016-08-05 19:58:52','2016-08-05 19:58:52','','doublearrow2.png','','inherit','closed','closed','','doublearrow2-png-3','','','2016-08-05 19:58:52','2016-08-05 19:58:52','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/doublearrow2.png',0,'attachment','image/png',0),(3938,1,'2016-08-05 19:58:52','2016-08-05 19:58:52','','laptopmockup_sliderdy.jpg','','inherit','closed','closed','','laptopmockup-sliderdy-jpg-3','','','2016-08-05 19:58:52','2016-08-05 19:58:52','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/laptopmockup_sliderdy.jpg',0,'attachment','image/jpeg',0),(3939,1,'2016-08-05 19:58:59','2016-08-05 19:58:59','','redbg_big.png','','inherit','closed','closed','','redbg-big-png-4','','','2016-08-05 19:58:59','2016-08-05 19:58:59','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/redbg_big.png',0,'attachment','image/png',0),(3940,1,'2016-08-05 19:58:59','2016-08-05 19:58:59','','check.png','','inherit','closed','closed','','check-png-3','','','2016-08-05 19:58:59','2016-08-05 19:58:59','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/check.png',0,'attachment','image/png',0),(3941,1,'2016-08-05 19:58:59','2016-08-05 19:58:59','','3dbg.jpg','','inherit','closed','closed','','3dbg-jpg-3','','','2016-08-05 19:58:59','2016-08-05 19:58:59','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/3dbg.jpg',0,'attachment','image/jpeg',0),(3942,1,'2016-08-05 19:59:01','2016-08-05 19:59:01','','3dlayer_6.png','','inherit','closed','closed','','3dlayer-6-png-6','','','2016-08-05 19:59:01','2016-08-05 19:59:01','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/3dlayer_6.png',0,'attachment','image/png',0),(3943,1,'2016-08-05 19:59:03','2016-08-05 19:59:03','','3dlayer_5.png','','inherit','closed','closed','','3dlayer-5-png-6','','','2016-08-05 19:59:03','2016-08-05 19:59:03','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/3dlayer_5.png',0,'attachment','image/png',0),(3944,1,'2016-08-05 19:59:05','2016-08-05 19:59:05','','3dlayer_4.png','','inherit','closed','closed','','3dlayer-4-png-6','','','2016-08-05 19:59:05','2016-08-05 19:59:05','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/3dlayer_4.png',0,'attachment','image/png',0),(3945,1,'2016-08-05 19:59:08','2016-08-05 19:59:08','','3dlayer_3.png','','inherit','closed','closed','','3dlayer-3-png-6','','','2016-08-05 19:59:08','2016-08-05 19:59:08','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/3dlayer_3.png',0,'attachment','image/png',0),(3946,1,'2016-08-05 19:59:10','2016-08-05 19:59:10','','3dlayer_2.png','','inherit','closed','closed','','3dlayer-2-png-6','','','2016-08-05 19:59:10','2016-08-05 19:59:10','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/3dlayer_2.png',0,'attachment','image/png',0),(3947,1,'2016-08-05 19:59:13','2016-08-05 19:59:13','','3dlayer_1.png','','inherit','closed','closed','','3dlayer-1-png-6','','','2016-08-05 19:59:13','2016-08-05 19:59:13','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/3dlayer_1.png',0,'attachment','image/png',0),(3948,1,'2016-08-05 19:59:16','2016-08-05 19:59:16','','redbg.jpg','','inherit','closed','closed','','redbg-jpg-3','','','2016-08-05 19:59:16','2016-08-05 19:59:16','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/redbg.jpg',0,'attachment','image/jpeg',0),(3949,1,'2016-08-05 19:59:17','2016-08-05 19:59:17','','slidebg2.jpg','','inherit','closed','closed','','slidebg2-jpg-6','','','2016-08-05 19:59:17','2016-08-05 19:59:17','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/slidebg2.jpg',0,'attachment','image/jpeg',0),(3950,1,'2016-08-05 19:59:20','2016-08-05 19:59:20','','ipad2.png','','inherit','closed','closed','','ipad2-png-6','','','2016-08-05 19:59:20','2016-08-05 19:59:20','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/ipad2.png',0,'attachment','image/png',0),(3951,1,'2016-08-05 19:59:22','2016-08-05 19:59:22','','pulse1.png','','inherit','closed','closed','','pulse1-png-6','','','2016-08-05 19:59:22','2016-08-05 19:59:22','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/pulse1.png',0,'attachment','image/png',0),(3952,1,'2016-08-05 19:59:22','2016-08-05 19:59:22','','hand1.png','','inherit','closed','closed','','hand1-png-6','','','2016-08-05 19:59:22','2016-08-05 19:59:22','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/hand1.png',0,'attachment','image/png',0),(3953,1,'2016-08-05 19:59:24','2016-08-05 19:59:24','','iphone.png','','inherit','closed','closed','','iphone-png-6','','','2016-08-05 19:59:24','2016-08-05 19:59:24','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/iphone.png',0,'attachment','image/png',0),(3954,1,'2016-08-05 19:59:25','2016-08-05 19:59:25','','largegreen.png','','inherit','closed','closed','','largegreen-png-6','','','2016-08-05 19:59:25','2016-08-05 19:59:25','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/largegreen.png',0,'attachment','image/png',0),(3955,1,'2016-08-05 19:59:25','2016-08-05 19:59:25','','slidebg1.jpg','','inherit','closed','closed','','slidebg1-jpg-4','','','2016-08-05 19:59:25','2016-08-05 19:59:25','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/slidebg1.jpg',0,'attachment','image/jpeg',0),(3956,1,'2016-08-05 19:59:26','2016-08-05 19:59:26','','citybg.jpg','','inherit','closed','closed','','citybg-jpg-6','','','2016-08-05 19:59:26','2016-08-05 19:59:26','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/citybg.jpg',0,'attachment','image/jpeg',0),(3957,1,'2016-08-05 19:59:28','2016-08-05 19:59:28','','ipad_dark.png','','inherit','closed','closed','','ipad-dark-png-6','','','2016-08-05 19:59:28','2016-08-05 19:59:28','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/ipad_dark.png',0,'attachment','image/png',0),(3958,1,'2016-08-05 19:59:29','2016-08-05 19:59:29','','plate2.png','','inherit','closed','closed','','plate2-png-4','','','2016-08-05 19:59:29','2016-08-05 19:59:29','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/plate2.png',0,'attachment','image/png',0),(3959,1,'2016-08-05 19:59:30','2016-08-05 19:59:30','','plate1.png','','inherit','closed','closed','','plate1-png-4','','','2016-08-05 19:59:30','2016-08-05 19:59:30','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/plate1.png',0,'attachment','image/png',0),(3960,1,'2016-08-05 19:59:32','2016-08-05 19:59:32','','woman1.png','','inherit','closed','closed','','woman1-png-4','','','2016-08-05 19:59:32','2016-08-05 19:59:32','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/woman1.png',0,'attachment','image/png',0),(3961,1,'2016-08-05 19:59:33','2016-08-05 19:59:33','','redbg.png','','inherit','closed','closed','','redbg-png-8','','','2016-08-05 19:59:33','2016-08-05 19:59:33','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/redbg.png',0,'attachment','image/png',0),(3962,1,'2016-08-05 19:59:33','2016-08-05 19:59:33','','greyline.png','','inherit','closed','closed','','greyline-png-4','','','2016-08-05 19:59:33','2016-08-05 19:59:33','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/greyline.png',0,'attachment','image/png',0),(3963,1,'2016-08-05 19:59:33','2016-08-05 19:59:33','','doublearrow2.png','','inherit','closed','closed','','doublearrow2-png-4','','','2016-08-05 19:59:33','2016-08-05 19:59:33','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/doublearrow2.png',0,'attachment','image/png',0),(3964,1,'2016-08-05 19:59:33','2016-08-05 19:59:33','','laptopmockup_sliderdy.jpg','','inherit','closed','closed','','laptopmockup-sliderdy-jpg-4','','','2016-08-05 19:59:33','2016-08-05 19:59:33','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/laptopmockup_sliderdy.jpg',0,'attachment','image/jpeg',0),(3965,1,'2016-08-05 19:59:41','2016-08-05 19:59:41','','redbg_big.png','','inherit','closed','closed','','redbg-big-png-5','','','2016-08-05 19:59:41','2016-08-05 19:59:41','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/redbg_big.png',0,'attachment','image/png',0),(3966,1,'2016-08-05 19:59:43','2016-08-05 19:59:43','','check.png','','inherit','closed','closed','','check-png-4','','','2016-08-05 19:59:43','2016-08-05 19:59:43','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/check.png',0,'attachment','image/png',0),(3967,1,'2016-08-05 19:59:43','2016-08-05 19:59:43','','3dbg.jpg','','inherit','closed','closed','','3dbg-jpg-4','','','2016-08-05 19:59:43','2016-08-05 19:59:43','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/3dbg.jpg',0,'attachment','image/jpeg',0),(3968,1,'2016-08-05 19:59:45','2016-08-05 19:59:45','','3dlayer_6.png','','inherit','closed','closed','','3dlayer-6-png-7','','','2016-08-05 19:59:45','2016-08-05 19:59:45','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/3dlayer_6.png',0,'attachment','image/png',0),(3969,1,'2016-08-05 19:59:48','2016-08-05 19:59:48','','3dlayer_5.png','','inherit','closed','closed','','3dlayer-5-png-7','','','2016-08-05 19:59:48','2016-08-05 19:59:48','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/3dlayer_5.png',0,'attachment','image/png',0),(3970,1,'2016-08-05 19:59:50','2016-08-05 19:59:50','','3dlayer_4.png','','inherit','closed','closed','','3dlayer-4-png-7','','','2016-08-05 19:59:50','2016-08-05 19:59:50','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/3dlayer_4.png',0,'attachment','image/png',0),(3971,1,'2016-08-05 19:59:52','2016-08-05 19:59:52','','3dlayer_3.png','','inherit','closed','closed','','3dlayer-3-png-7','','','2016-08-05 19:59:52','2016-08-05 19:59:52','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/3dlayer_3.png',0,'attachment','image/png',0),(3972,1,'2016-08-05 19:59:54','2016-08-05 19:59:54','','3dlayer_2.png','','inherit','closed','closed','','3dlayer-2-png-7','','','2016-08-05 19:59:54','2016-08-05 19:59:54','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/3dlayer_2.png',0,'attachment','image/png',0),(3973,1,'2016-08-05 19:59:58','2016-08-05 19:59:58','','3dlayer_1.png','','inherit','closed','closed','','3dlayer-1-png-7','','','2016-08-05 19:59:58','2016-08-05 19:59:58','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/3dlayer_1.png',0,'attachment','image/png',0),(3974,1,'2016-08-05 20:00:00','2016-08-05 20:00:00','','redbg.jpg','','inherit','closed','closed','','redbg-jpg-4','','','2016-08-05 20:00:00','2016-08-05 20:00:00','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/redbg.jpg',0,'attachment','image/jpeg',0),(3975,1,'2016-08-05 20:00:02','2016-08-05 20:00:02','','slidebg2.jpg','','inherit','closed','closed','','slidebg2-jpg-7','','','2016-08-05 20:00:02','2016-08-05 20:00:02','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/slidebg2.jpg',0,'attachment','image/jpeg',0),(3976,1,'2016-08-05 20:00:05','2016-08-05 20:00:05','','ipad2.png','','inherit','closed','closed','','ipad2-png-7','','','2016-08-05 20:00:05','2016-08-05 20:00:05','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/ipad2.png',0,'attachment','image/png',0),(3977,1,'2016-08-05 20:00:08','2016-08-05 20:00:08','','pulse1.png','','inherit','closed','closed','','pulse1-png-7','','','2016-08-05 20:00:08','2016-08-05 20:00:08','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/pulse1.png',0,'attachment','image/png',0),(3978,1,'2016-08-05 20:00:08','2016-08-05 20:00:08','','hand1.png','','inherit','closed','closed','','hand1-png-7','','','2016-08-05 20:00:08','2016-08-05 20:00:08','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/hand1.png',0,'attachment','image/png',0),(3979,1,'2016-08-05 20:00:09','2016-08-05 20:00:09','','iphone.png','','inherit','closed','closed','','iphone-png-7','','','2016-08-05 20:00:09','2016-08-05 20:00:09','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/iphone.png',0,'attachment','image/png',0),(3980,1,'2016-08-05 20:00:10','2016-08-05 20:00:10','','largegreen.png','','inherit','closed','closed','','largegreen-png-7','','','2016-08-05 20:00:10','2016-08-05 20:00:10','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/largegreen.png',0,'attachment','image/png',0),(3981,1,'2016-08-05 20:00:10','2016-08-05 20:00:10','','citybg.jpg','','inherit','closed','closed','','citybg-jpg-7','','','2016-08-05 20:00:10','2016-08-05 20:00:10','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/citybg.jpg',0,'attachment','image/jpeg',0),(3982,1,'2016-08-05 20:00:13','2016-08-05 20:00:13','','ipad_dark.png','','inherit','closed','closed','','ipad-dark-png-7','','','2016-08-05 20:00:13','2016-08-05 20:00:13','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/homeslider_fullscreen/ipad_dark.png',0,'attachment','image/png',0),(3988,1,'2016-08-12 14:41:23','2016-08-12 14:41:23','','datcolor.jpg','','inherit','closed','closed','','datcolor-jpg','','','2016-08-12 14:41:23','2016-08-12 14:41:23','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/classicslider/datcolor.jpg',0,'attachment','image/jpeg',0),(3989,1,'2016-08-12 14:41:29','2016-08-12 14:41:29','','touchit.jpg','','inherit','closed','closed','','touchit-jpg','','','2016-08-12 14:41:29','2016-08-12 14:41:29','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/classicslider/touchit.jpg',0,'attachment','image/jpeg',0),(3990,1,'2016-08-12 14:41:36','2016-08-12 14:41:36','','blurflake4.png','','inherit','closed','closed','','blurflake4-png','','','2016-08-12 14:41:36','2016-08-12 14:41:36','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/classicslider/blurflake4.png',0,'attachment','image/png',0),(3991,1,'2016-08-12 14:41:37','2016-08-12 14:41:37','','blurflake3.png','','inherit','closed','closed','','blurflake3-png','','','2016-08-12 14:41:37','2016-08-12 14:41:37','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/classicslider/blurflake3.png',0,'attachment','image/png',0),(3992,1,'2016-08-12 14:41:37','2016-08-12 14:41:37','','blurflake2.png','','inherit','closed','closed','','blurflake2-png','','','2016-08-12 14:41:37','2016-08-12 14:41:37','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/classicslider/blurflake2.png',0,'attachment','image/png',0),(3993,1,'2016-08-12 14:41:37','2016-08-12 14:41:37','','blurflake1.png','','inherit','closed','closed','','blurflake1-png','','','2016-08-12 14:41:37','2016-08-12 14:41:37','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/classicslider/blurflake1.png',0,'attachment','image/png',0),(3994,1,'2016-08-12 14:41:38','2016-08-12 14:41:38','','bike.jpg','','inherit','closed','closed','','bike-jpg','','','2016-08-12 14:41:38','2016-08-12 14:41:38','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/classicslider/bike.jpg',0,'attachment','image/jpeg',0),(3995,1,'2016-08-12 14:41:44','2016-08-12 14:41:44','','fitness.jpg','','inherit','closed','closed','','fitness-jpg','','','2016-08-12 14:41:44','2016-08-12 14:41:44','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/classicslider/fitness.jpg',0,'attachment','image/jpeg',0),(3996,1,'2016-08-12 14:41:51','2016-08-12 14:41:51','','fit_edit.mp4','','inherit','closed','closed','','fit-edit-mp4','','','2016-08-12 14:41:51','2016-08-12 14:41:51','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/classicslider/fit_edit.mp4',0,'attachment','',0),(3997,1,'2016-08-12 14:41:51','2016-08-12 14:41:51','','lambo.jpg','','inherit','closed','closed','','lambo-jpg','','','2016-08-12 14:41:51','2016-08-12 14:41:51','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/classicslider/lambo.jpg',0,'attachment','image/jpeg',0),(3999,1,'2016-08-13 01:03:46','2016-08-13 01:03:46','','IMG_3913','','inherit','open','closed','','img_3913','','','2016-08-13 01:03:46','2016-08-13 01:03:46','',0,'http://daviddelk.net/band/wp-content/uploads/2016/08/IMG_3913.jpg',0,'attachment','image/jpeg',0),(4000,1,'2016-08-13 01:09:20','2016-08-13 01:09:20','','webproduct_darkbg1.jpg','','inherit','closed','closed','','webproduct-darkbg1-jpg','','','2016-08-13 01:09:20','2016-08-13 01:09:20','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/web-product-dark-hero/webproduct_darkbg1.jpg',0,'attachment','image/jpeg',0),(4001,1,'2016-08-13 01:09:24','2016-08-13 01:09:24','','macbookpro.png','','inherit','closed','closed','','macbookpro-png','','','2016-08-13 01:09:24','2016-08-13 01:09:24','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/web-product-dark-hero/macbookpro.png',0,'attachment','image/png',0),(4002,1,'2016-08-13 01:09:27','2016-08-13 01:09:27','','express_macbook_content1.jpg','','inherit','closed','closed','','express-macbook-content1-jpg','','','2016-08-13 01:09:27','2016-08-13 01:09:27','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/web-product-dark-hero/express_macbook_content1.jpg',0,'attachment','image/jpeg',0),(4003,1,'2016-08-13 01:09:28','2016-08-13 01:09:28','','ipad_dark.png','','inherit','closed','closed','','ipad-dark-png-8','','','2016-08-13 01:09:28','2016-08-13 01:09:28','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/web-product-dark-hero/ipad_dark.png',0,'attachment','image/png',0),(4005,1,'2016-08-13 01:09:29','2016-08-13 01:09:29','','ihpone_dark.png','','inherit','closed','closed','','ihpone-dark-png','','','2016-08-13 01:09:29','2016-08-13 01:09:29','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/web-product-dark-hero/ihpone_dark.png',0,'attachment','image/png',0),(4007,1,'2016-08-13 01:09:30','2016-08-13 01:09:30','','webproduct_darkbg2.jpg','','inherit','closed','closed','','webproduct-darkbg2-jpg','','','2016-08-13 01:09:30','2016-08-13 01:09:30','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/web-product-dark-hero/webproduct_darkbg2.jpg',0,'attachment','image/jpeg',0),(4014,1,'2016-08-13 01:09:53','2016-08-13 01:09:53','','officeloop_low.mp4','','inherit','closed','closed','','officeloop-low-mp4','','','2016-08-13 01:09:53','2016-08-13 01:09:53','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/web-product-dark-hero/officeloop_low.mp4',0,'attachment','',0),(4015,1,'2016-08-13 01:37:47','2016-08-13 01:37:47','','datcolor.jpg','','inherit','closed','closed','','datcolor-jpg-2','','','2016-08-13 01:37:47','2016-08-13 01:37:47','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/classic-carousel/datcolor.jpg',0,'attachment','image/jpeg',0),(4016,1,'2016-08-13 01:37:53','2016-08-13 01:37:53','','touchit.jpg','','inherit','closed','closed','','touchit-jpg-2','','','2016-08-13 01:37:53','2016-08-13 01:37:53','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/classic-carousel/touchit.jpg',0,'attachment','image/jpeg',0),(4017,1,'2016-08-13 01:37:59','2016-08-13 01:37:59','','blurflake4.png','','inherit','closed','closed','','blurflake4-png-2','','','2016-08-13 01:37:59','2016-08-13 01:37:59','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/classic-carousel/blurflake4.png',0,'attachment','image/png',0),(4018,1,'2016-08-13 01:37:59','2016-08-13 01:37:59','','blurflake3.png','','inherit','closed','closed','','blurflake3-png-2','','','2016-08-13 01:37:59','2016-08-13 01:37:59','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/classic-carousel/blurflake3.png',0,'attachment','image/png',0),(4019,1,'2016-08-13 01:38:00','2016-08-13 01:38:00','','blurflake2.png','','inherit','closed','closed','','blurflake2-png-2','','','2016-08-13 01:38:00','2016-08-13 01:38:00','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/classic-carousel/blurflake2.png',0,'attachment','image/png',0),(4020,1,'2016-08-13 01:38:00','2016-08-13 01:38:00','','blurflake1.png','','inherit','closed','closed','','blurflake1-png-2','','','2016-08-13 01:38:00','2016-08-13 01:38:00','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/classic-carousel/blurflake1.png',0,'attachment','image/png',0),(4022,1,'2016-08-13 01:38:06','2016-08-13 01:38:06','','fitness.jpg','','inherit','closed','closed','','fitness-jpg-2','','','2016-08-13 01:38:06','2016-08-13 01:38:06','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/classic-carousel/fitness.jpg',0,'attachment','image/jpeg',0),(4023,1,'2016-08-13 01:38:10','2016-08-13 01:38:10','','fit_edit.mp4','','inherit','closed','closed','','fit-edit-mp4-2','','','2016-08-13 01:38:10','2016-08-13 01:38:10','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/classic-carousel/fit_edit.mp4',0,'attachment','',0),(4024,1,'2016-08-13 01:38:10','2016-08-13 01:38:10','','lambo.jpg','','inherit','closed','closed','','lambo-jpg-2','','','2016-08-13 01:38:10','2016-08-13 01:38:10','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/classic-carousel/lambo.jpg',0,'attachment','image/jpeg',0),(4025,1,'2016-08-13 01:48:53','2016-08-13 01:48:53','','IMG_3913','','inherit','open','closed','','img_3913-2','','','2016-08-13 01:50:55','2016-08-13 01:50:55','',0,'http://daviddelk.net/band/wp-content/uploads/2016/08/IMG_3913-1.jpg',0,'attachment','image/jpeg',0),(4027,1,'2016-08-13 03:03:38','2016-08-13 03:03:38','','microphone-on-stage-wallpaper-2','','inherit','open','closed','','microphone-on-stage-wallpaper-2','','','2016-08-13 03:04:26','2016-08-13 03:04:26','',0,'http://daviddelk.net/band/wp-content/uploads/2016/08/microphone-on-stage-wallpaper-2.jpg',0,'attachment','image/jpeg',0),(4028,1,'2016-08-13 03:34:55','2016-08-13 03:34:55','','IMG_5630-2','','inherit','open','closed','','img_5630-2','','','2016-08-13 03:35:52','2016-08-13 03:35:52','',0,'http://daviddelk.net/band/wp-content/uploads/2016/08/IMG_5630-2.jpg',0,'attachment','image/jpeg',0),(4029,1,'2016-08-13 03:39:39','2016-08-13 03:39:39','','FullSizeRender-2','','inherit','open','closed','','fullsizerender-2','','','2016-08-13 03:39:39','2016-08-13 03:39:39','',0,'http://daviddelk.net/band/wp-content/uploads/2016/08/FullSizeRender-2.jpg',0,'attachment','image/jpeg',0),(4030,1,'2016-08-13 22:48:14','2016-08-13 22:48:14','','duo5_w.jpg','','inherit','closed','closed','','duo5-w-jpg','','','2016-08-13 22:48:14','2016-08-13 22:48:14','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/duotone/duo5_w.jpg',0,'attachment','image/jpeg',0),(4031,1,'2016-08-13 22:48:17','2016-08-13 22:48:17','','duo4_w.jpg','','inherit','closed','closed','','duo4-w-jpg','','','2016-08-13 22:48:17','2016-08-13 22:48:17','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/duotone/duo4_w.jpg',0,'attachment','image/jpeg',0),(4032,1,'2016-08-13 22:48:19','2016-08-13 22:48:19','','duo3_w.jpg','','inherit','closed','closed','','duo3-w-jpg','','','2016-08-13 22:48:19','2016-08-13 22:48:19','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/duotone/duo3_w.jpg',0,'attachment','image/jpeg',0),(4033,1,'2016-08-13 22:48:22','2016-08-13 22:48:22','','duo2_w.jpg','','inherit','closed','closed','','duo2-w-jpg','','','2016-08-13 22:48:22','2016-08-13 22:48:22','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/duotone/duo2_w.jpg',0,'attachment','image/jpeg',0),(4034,1,'2016-08-13 22:48:26','2016-08-13 22:48:26','','duo1_w.jpg','','inherit','closed','closed','','duo1-w-jpg','','','2016-08-13 22:48:26','2016-08-13 22:48:26','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/duotone/duo1_w.jpg',0,'attachment','image/jpeg',0),(4035,1,'2016-08-13 22:48:28','2016-08-13 22:48:28','','duo6_w.jpg','','inherit','closed','closed','','duo6-w-jpg','','','2016-08-13 22:48:28','2016-08-13 22:48:28','',0,'http://daviddelk.net/band/wp-content/uploads/revslider/duotone/duo6_w.jpg',0,'attachment','image/jpeg',0),(4039,1,'2015-02-09 14:28:49','2015-02-09 14:28:49','','about-1-1','','inherit','closed','open','','about-1-1','','','2015-02-09 14:28:49','2015-02-09 14:28:49','',0,'http://daviddelk.net/band/wp-content/uploads/2015/02/about-1-1.jpg',0,'attachment','image/jpeg',0),(4046,1,'2016-08-14 03:28:49','2016-08-14 03:28:49','','402','','inherit','open','closed','','402','','','2016-08-14 03:28:49','2016-08-14 03:28:49','',126,'http://daviddelk.net/band/wp-content/uploads/2016/08/402.jpg',0,'attachment','image/jpeg',0),(4047,1,'2016-08-14 03:28:49','2016-08-14 03:28:49','','434','','inherit','open','closed','','434','','','2016-08-14 03:28:49','2016-08-14 03:28:49','',162,'http://daviddelk.net/band/wp-content/uploads/2016/08/434.jpg',0,'attachment','image/jpeg',0),(4048,1,'2016-08-14 03:28:49','2016-08-14 03:28:49','','799','','inherit','open','closed','','799','','','2016-08-14 03:28:49','2016-08-14 03:28:49','',252,'http://daviddelk.net/band/wp-content/uploads/2016/08/799.jpg',0,'attachment','image/jpeg',0),(4049,1,'2016-08-14 03:28:49','2016-08-14 03:28:49','','802','','inherit','open','closed','','802','','','2016-08-14 03:28:49','2016-08-14 03:28:49','',22,'http://daviddelk.net/band/wp-content/uploads/2016/08/802.jpg',0,'attachment','image/jpeg',0),(4056,1,'2016-08-14 03:31:18','2016-08-14 03:31:18','','402','','inherit','open','closed','','402-2','','','2016-08-14 03:31:18','2016-08-14 03:31:18','',0,'http://daviddelk.net/band/wp-content/uploads/2016/08/402.jpg',0,'attachment','image/jpeg',0),(4057,1,'2016-08-14 03:31:19','2016-08-14 03:31:19','','434','','inherit','open','closed','','434-2','','','2016-08-14 03:31:19','2016-08-14 03:31:19','',0,'http://daviddelk.net/band/wp-content/uploads/2016/08/434.jpg',0,'attachment','image/jpeg',0),(4058,1,'2016-08-14 03:31:19','2016-08-14 03:31:19','','799','','inherit','open','closed','','799-2','','','2016-08-14 03:31:19','2016-08-14 03:31:19','',0,'http://daviddelk.net/band/wp-content/uploads/2016/08/799.jpg',0,'attachment','image/jpeg',0),(4059,1,'2016-08-14 03:31:19','2016-08-14 03:31:19','','802','','inherit','open','closed','','802-2','','','2016-08-14 03:31:19','2016-08-14 03:31:19','',0,'http://daviddelk.net/band/wp-content/uploads/2016/08/802.jpg',0,'attachment','image/jpeg',0),(4064,1,'2015-11-30 16:22:44','2015-11-30 16:22:44','','quote_img_2-compressor','','inherit','closed','closed','','quote_img_2-compressor','','','2015-11-30 16:22:44','2015-11-30 16:22:44','',0,'http://daviddelk.net/band/wp-content/uploads/2015/05/quote_img_2-compressor.jpg',0,'attachment','image/jpeg',0),(4085,1,'2016-08-15 14:49:05','2016-08-15 14:49:05','','120','','inherit','open','closed','','120','','','2016-08-15 14:49:05','2016-08-15 14:49:05','',58,'http://daviddelk.net/band/wp-content/uploads/2016/08/120.jpg',0,'attachment','image/jpeg',0),(4086,1,'2016-08-15 14:49:05','2016-08-15 14:49:05','','38','','inherit','open','closed','','38','','','2016-08-15 14:49:05','2016-08-15 14:49:05','',36,'http://daviddelk.net/band/wp-content/uploads/2016/08/38.jpg',0,'attachment','image/jpeg',0),(4087,1,'2016-08-15 14:49:05','2016-08-15 14:49:05','','41','','inherit','open','closed','','41','','','2016-08-15 14:49:05','2016-08-15 14:49:05','',39,'http://daviddelk.net/band/wp-content/uploads/2016/08/41.jpg',0,'attachment','image/jpeg',0),(4088,1,'2016-08-15 14:49:05','2016-08-15 14:49:05','','43','','inherit','open','closed','','43','','','2016-08-15 14:49:05','2016-08-15 14:49:05','',42,'http://daviddelk.net/band/wp-content/uploads/2016/08/43.jpg',0,'attachment','image/jpeg',0),(4089,1,'2016-08-15 14:49:06','2016-08-15 14:49:06','','47','','inherit','open','closed','','47','','','2016-08-15 14:49:06','2016-08-15 14:49:06','',45,'http://daviddelk.net/band/wp-content/uploads/2016/08/47.jpg',0,'attachment','image/jpeg',0),(4090,1,'2016-08-15 14:49:06','2016-08-15 14:49:06','','52','','inherit','open','closed','','52','','','2016-08-15 14:49:06','2016-08-15 14:49:06','',51,'http://daviddelk.net/band/wp-content/uploads/2016/08/52.jpg',0,'attachment','image/jpeg',0),(4091,1,'2016-08-15 14:49:06','2016-08-15 14:49:06','','55','','inherit','open','closed','','55','','','2016-08-15 14:49:06','2016-08-15 14:49:06','',54,'http://daviddelk.net/band/wp-content/uploads/2016/08/55.jpg',0,'attachment','image/jpeg',0),(4092,1,'2016-08-15 14:49:06','2016-08-15 14:49:06','','57','','inherit','open','closed','','57','','','2016-08-15 14:49:06','2016-08-15 14:49:06','',56,'http://daviddelk.net/band/wp-content/uploads/2016/08/57.jpg',0,'attachment','image/jpeg',0),(4093,1,'2016-08-15 14:49:06','2016-08-15 14:49:06','','946','','inherit','open','closed','','946','','','2016-08-15 14:49:06','2016-08-15 14:49:06','',945,'http://daviddelk.net/band/wp-content/uploads/2016/08/946.jpg',0,'attachment','image/jpeg',0),(4094,1,'2016-08-15 14:49:07','2016-08-15 14:49:07','','947','','inherit','open','closed','','947','','','2016-08-15 14:49:07','2016-08-15 14:49:07','',951,'http://daviddelk.net/band/wp-content/uploads/2016/08/947.jpg',0,'attachment','image/jpeg',0),(4095,1,'2016-08-15 14:49:07','2016-08-15 14:49:07','','948','','inherit','open','closed','','948','','','2016-08-15 14:49:07','2016-08-15 14:49:07','',837,'http://daviddelk.net/band/wp-content/uploads/2016/08/948.jpg',0,'attachment','image/jpeg',0),(4096,1,'2016-08-15 14:49:07','2016-08-15 14:49:07','','949','','inherit','open','closed','','949','','','2016-08-15 14:49:07','2016-08-15 14:49:07','',879,'http://daviddelk.net/band/wp-content/uploads/2016/08/949.jpg',0,'attachment','image/jpeg',0),(4103,1,'2016-08-15 22:39:41','2016-08-15 22:39:41','','402','','inherit','open','closed','','402-3','','','2016-08-15 22:39:41','2016-08-15 22:39:41','',0,'http://daviddelk.net/band/wp-content/uploads/2016/08/402.jpg',0,'attachment','image/jpeg',0),(4104,1,'2016-08-15 22:39:42','2016-08-15 22:39:42','','434','','inherit','open','closed','','434-3','','','2016-08-15 22:39:42','2016-08-15 22:39:42','',0,'http://daviddelk.net/band/wp-content/uploads/2016/08/434.jpg',0,'attachment','image/jpeg',0),(4105,1,'2016-08-15 22:39:42','2016-08-15 22:39:42','','799','','inherit','open','closed','','799-3','','','2016-08-15 22:39:42','2016-08-15 22:39:42','',0,'http://daviddelk.net/band/wp-content/uploads/2016/08/799.jpg',0,'attachment','image/jpeg',0),(4106,1,'2016-08-15 22:39:42','2016-08-15 22:39:42','','802','','inherit','open','closed','','802-3','','','2016-08-15 22:39:42','2016-08-15 22:39:42','',0,'http://daviddelk.net/band/wp-content/uploads/2016/08/802.jpg',0,'attachment','image/jpeg',0),(4113,1,'2016-08-15 22:49:07','2016-08-15 22:49:07','','402','','inherit','open','closed','','402-4','','','2016-08-15 22:49:07','2016-08-15 22:49:07','',0,'http://daviddelk.net/band/wp-content/uploads/2016/08/402.jpg',0,'attachment','image/jpeg',0),(4114,1,'2016-08-15 22:49:07','2016-08-15 22:49:07','','434','','inherit','open','closed','','434-4','','','2016-08-15 22:49:07','2016-08-15 22:49:07','',0,'http://daviddelk.net/band/wp-content/uploads/2016/08/434.jpg',0,'attachment','image/jpeg',0),(4115,1,'2016-08-15 22:49:08','2016-08-15 22:49:08','','799','','inherit','open','closed','','799-4','','','2016-08-15 22:49:08','2016-08-15 22:49:08','',0,'http://daviddelk.net/band/wp-content/uploads/2016/08/799.jpg',0,'attachment','image/jpeg',0),(4116,1,'2016-08-15 22:49:08','2016-08-15 22:49:08','','802','','inherit','open','closed','','802-4','','','2016-08-15 22:49:08','2016-08-15 22:49:08','',0,'http://daviddelk.net/band/wp-content/uploads/2016/08/802.jpg',0,'attachment','image/jpeg',0),(4188,1,'2016-08-16 01:49:44','2016-08-16 01:49:44','','ABOUT','','publish','closed','closed','','about','','','2016-08-16 01:49:44','2016-08-16 01:49:44','',0,'http://daviddelk.net/band/2016/08/16/about/',3,'nav_menu_item','',0),(4189,1,'2016-08-16 01:49:44','2016-08-16 01:49:44','','PROMOTIONS','','publish','closed','closed','','promotions','','','2016-08-16 01:49:44','2016-08-16 01:49:44','',0,'http://daviddelk.net/band/2016/08/16/promotions/',4,'nav_menu_item','',0),(4190,1,'2016-08-16 01:49:44','2016-08-16 01:49:44','','HOME','','publish','closed','closed','','home','','','2016-08-16 01:49:44','2016-08-16 01:49:44','',0,'http://daviddelk.net/band/2016/08/16/home/',1,'nav_menu_item','',0),(4191,1,'2016-08-16 01:50:10','2016-08-16 01:50:10','','ABOUT','','publish','closed','closed','','about-2','','','2016-08-24 03:37:36','2016-08-24 03:37:36','',0,'http://daviddelk.net/band/2016/08/16/about-2/',2,'nav_menu_item','',0),(4192,1,'2016-08-16 01:50:10','2016-08-16 01:50:10','','SONG LIST','','publish','closed','closed','','promotions-2','','','2016-08-24 03:37:36','2016-08-24 03:37:36','',0,'http://daviddelk.net/band/2016/08/16/promotions-2/',5,'nav_menu_item','',0),(4193,1,'2016-08-16 01:50:10','2016-08-16 01:50:10','','HOME','','publish','closed','closed','','home-2','','','2016-08-24 03:37:36','2016-08-24 03:37:36','',0,'http://daviddelk.net/band/2016/08/16/home-2/',1,'nav_menu_item','',0),(4196,1,'2016-08-16 01:50:11','2016-08-16 01:50:11','','IMAGES','','publish','closed','closed','','womens-shop','','','2016-08-24 03:37:36','2016-08-24 03:37:36','',0,'http://daviddelk.net/band/2016/08/16/womens-shop/',4,'nav_menu_item','',0),(4199,1,'2016-08-16 01:50:11','2016-08-16 01:50:11','','NEWS','','publish','closed','closed','','news-2','','','2016-08-16 01:50:11','2016-08-16 01:50:11','',0,'http://daviddelk.net/band/2016/08/16/news-2/',5,'nav_menu_item','',0),(4201,1,'2016-08-16 01:50:12','2016-08-16 01:50:12','','CONTACT/BOOKINGS','','publish','closed','closed','','contact','','','2016-08-24 03:37:36','2016-08-24 03:37:36','',0,'http://daviddelk.net/band/2016/08/16/contact/',6,'nav_menu_item','',0),(4211,1,'2016-08-16 01:50:18','2016-08-16 01:50:18','','120','','inherit','open','closed','','120-2','','','2016-08-16 01:50:18','2016-08-16 01:50:18','',634,'http://daviddelk.net/band/wp-content/uploads/2016/08/120.jpg',0,'attachment','image/jpeg',0),(4212,1,'2016-08-16 01:50:18','2016-08-16 01:50:18','','38','','inherit','open','closed','','38-2','','','2016-08-16 01:50:18','2016-08-16 01:50:18','',0,'http://daviddelk.net/band/wp-content/uploads/2016/08/38.jpg',0,'attachment','image/jpeg',0),(4213,1,'2016-08-16 01:50:18','2016-08-16 01:50:18','','41','','inherit','open','closed','','41-2','','','2016-08-16 01:50:18','2016-08-16 01:50:18','',829,'http://daviddelk.net/band/wp-content/uploads/2016/08/41.jpg',0,'attachment','image/jpeg',0),(4214,1,'2016-08-16 01:50:18','2016-08-16 01:50:18','','43','','inherit','open','closed','','43-2','','','2016-08-16 01:50:18','2016-08-16 01:50:18','',1034,'http://daviddelk.net/band/wp-content/uploads/2016/08/43.jpg',0,'attachment','image/jpeg',0),(4215,1,'2016-08-16 01:50:18','2016-08-16 01:50:18','','47','','inherit','open','closed','','47-2','','','2016-08-16 01:50:18','2016-08-16 01:50:18','',0,'http://daviddelk.net/band/wp-content/uploads/2016/08/47.jpg',0,'attachment','image/jpeg',0),(4216,1,'2016-08-16 01:50:19','2016-08-16 01:50:19','','52','','inherit','open','closed','','52-2','','','2016-08-16 01:50:19','2016-08-16 01:50:19','',59,'http://daviddelk.net/band/wp-content/uploads/2016/08/52.jpg',0,'attachment','image/jpeg',0),(4217,1,'2016-08-16 01:50:19','2016-08-16 01:50:19','','55','','inherit','open','closed','','55-2','','','2016-08-16 01:50:19','2016-08-16 01:50:19','',1035,'http://daviddelk.net/band/wp-content/uploads/2016/08/55.jpg',0,'attachment','image/jpeg',0),(4218,1,'2016-08-16 01:50:19','2016-08-16 01:50:19','','57','','inherit','open','closed','','57-2','','','2016-08-16 01:50:19','2016-08-16 01:50:19','',526,'http://daviddelk.net/band/wp-content/uploads/2016/08/57.jpg',0,'attachment','image/jpeg',0),(4219,1,'2016-08-16 01:50:19','2016-08-16 01:50:19','','946','','inherit','open','closed','','946-2','','','2016-08-16 01:50:19','2016-08-16 01:50:19','',1032,'http://daviddelk.net/band/wp-content/uploads/2016/08/946.jpg',0,'attachment','image/jpeg',0),(4220,1,'2016-08-16 01:50:19','2016-08-16 01:50:19','','947','','inherit','open','closed','','947-2','','','2016-08-16 01:50:19','2016-08-16 01:50:19','',1030,'http://daviddelk.net/band/wp-content/uploads/2016/08/947.jpg',0,'attachment','image/jpeg',0),(4221,1,'2016-08-16 01:50:19','2016-08-16 01:50:19','','948','','inherit','open','closed','','948-2','','','2016-08-16 01:50:19','2016-08-16 01:50:19','',950,'http://daviddelk.net/band/wp-content/uploads/2016/08/948.jpg',0,'attachment','image/jpeg',0),(4222,1,'2016-08-16 01:50:19','2016-08-16 01:50:19','','949','','inherit','open','closed','','949-2','','','2016-08-16 01:50:19','2016-08-16 01:50:19','',952,'http://daviddelk.net/band/wp-content/uploads/2016/08/949.jpg',0,'attachment','image/jpeg',0),(4227,1,'2016-08-16 03:37:21','2016-08-16 03:37:21','','BIG BAND NEW WEBSITE2','','inherit','open','closed','','big-band-new-website2','','','2016-08-16 03:37:21','2016-08-16 03:37:21','',0,'http://daviddelk.net/band/wp-content/uploads/2016/08/BIG-BAND-NEW-WEBSITE2.jpg',0,'attachment','image/jpeg',0),(4230,1,'2016-08-16 03:57:20','2016-08-16 03:57:20','','microphone-on-stage-wallpaper-2','','inherit','open','closed','','microphone-on-stage-wallpaper-2-2','','','2016-08-16 03:57:20','2016-08-16 03:57:20','',0,'http://daviddelk.net/band/wp-content/uploads/2016/08/microphone-on-stage-wallpaper-2-1.jpg',0,'attachment','image/jpeg',0),(4236,1,'2016-08-17 02:20:28','2016-08-17 02:20:28','','coast big band 3_edited-1','','inherit','open','closed','','coast-big-band-3_edited-1-4','','','2016-10-14 22:45:54','2016-10-15 03:45:54','',4446,'http://daviddelk.net/band/wp-content/uploads/2016/08/coast-big-band-3_edited-1-3.png',0,'attachment','image/png',0),(4256,1,'2016-08-17 04:22:17','2016-08-17 04:22:17','','A Quick Call','','inherit','open','closed','','a-quick-call','','','2016-08-17 04:23:03','2016-08-17 04:23:03','',634,'http://daviddelk.net/band/wp-content/uploads/2015/12/o-WOMAN-ON-TELEPHONE-facebook.jpg',0,'attachment','image/jpeg',0),(4257,1,'2016-08-17 13:34:51','2016-08-17 13:34:51','','Coast Big Band Logocolor','','inherit','open','closed','','coast-big-band-logocolor','','','2016-08-17 13:34:51','2016-08-17 13:34:51','',0,'http://daviddelk.net/band/wp-content/uploads/2016/08/Coast-Big-Band-Logocolor.jpg',0,'attachment','image/jpeg',0),(4259,1,'2016-08-17 20:31:34','2016-08-17 20:31:34','','COAST BIG BAND LOGO WITH WHITE EDGE','','inherit','open','closed','','coast-big-band-logo-with-white-edge','','','2017-02-10 16:44:40','2017-02-10 22:44:40','',4446,'http://daviddelk.net/band/wp-content/uploads/2016/08/COAST-BIG-BAND-LOGO-WITH-WHITE-EDGE.png',0,'attachment','image/png',0),(4265,1,'2016-08-18 02:44:13','2016-08-18 02:44:13','','Coast Big Band LOGO','','inherit','open','closed','','coast-big-band-logo-2','','','2016-08-18 02:44:13','2016-08-18 02:44:13','',0,'http://daviddelk.net/band/wp-content/uploads/2016/08/Coast-Big-Band-LOGO-1.png',0,'attachment','image/png',0),(4266,1,'2016-08-18 03:37:24','2016-08-18 03:37:24','','Coast Big Band LOGO white png','','inherit','open','closed','','coast-big-band-logo-white-png','','','2016-08-18 03:37:24','2016-08-18 03:37:24','',0,'http://daviddelk.net/band/wp-content/uploads/2016/08/Coast-Big-Band-LOGO-white-png.png',0,'attachment','image/png',0),(4273,1,'2016-08-20 01:31:49','2016-08-20 01:31:49','','Photo379959','','inherit','open','closed','','photo379959','','','2016-08-20 01:31:49','2016-08-20 01:31:49','',634,'http://daviddelk.net/band/wp-content/uploads/2015/12/Photo379959.jpg',0,'attachment','image/jpeg',0),(4280,1,'2016-08-22 05:10:20','2016-08-22 05:10:20','','FullSizeRender','','inherit','open','closed','','fullsizerender','','','2016-08-22 05:10:20','2016-08-22 05:10:20','',0,'http://daviddelk.net/band/wp-content/uploads/2016/08/FullSizeRender.jpg',0,'attachment','image/jpeg',0),(4281,1,'2016-08-22 05:10:50','2016-08-22 05:10:50','','IMG_3913','','inherit','open','closed','','img_3913-3','','','2016-08-22 05:10:50','2016-08-22 05:10:50','',0,'http://daviddelk.net/band/wp-content/uploads/2016/08/IMG_3913-2.jpg',0,'attachment','image/jpeg',0),(4282,1,'2016-08-22 05:11:22','2016-08-22 05:11:22','','IMG_5630-2','','inherit','open','closed','','img_5630-2-2','','','2016-08-22 05:11:22','2016-08-22 05:11:22','',0,'http://daviddelk.net/band/wp-content/uploads/2016/08/IMG_5630-2-1.jpg',0,'attachment','image/jpeg',0),(4283,1,'2016-08-22 05:14:16','0000-00-00 00:00:00','[supsystic-gallery id=\"1\"]','Gallery Preview','','draft','open','open','','','','','2016-08-22 05:14:16','2016-08-22 05:14:16','',0,'http://daviddelk.net/band/?p=4283',0,'post','',0),(4294,1,'2016-08-24 03:15:43','2016-08-24 03:15:43','','SCHEDULE','','publish','closed','closed','','our-schedule-2','','','2016-08-24 03:37:36','2016-08-24 03:37:36','',0,'http://daviddelk.net/band/?p=4294',3,'nav_menu_item','',0),(4317,1,'2016-08-25 02:34:27','2016-08-25 02:34:27','','250701_448797551856504_2051675630_n 1','','inherit','open','closed','','250701_448797551856504_2051675630_n-1','','','2016-08-25 02:34:27','2016-08-25 02:34:27','',0,'http://daviddelk.net/band/wp-content/uploads/2016/08/250701_448797551856504_2051675630_n-1.jpeg',0,'attachment','image/jpeg',0),(4318,1,'2016-08-25 02:34:35','2016-08-25 02:34:35','','10247432_10202483506901930_3030525015634078960_n 1','','inherit','open','closed','','10247432_10202483506901930_3030525015634078960_n-1','','','2016-08-25 02:34:35','2016-08-25 02:34:35','',0,'http://daviddelk.net/band/wp-content/uploads/2016/08/10247432_10202483506901930_3030525015634078960_n-1.jpeg',0,'attachment','image/jpeg',0),(4319,1,'2016-08-25 02:35:05','2016-08-25 02:35:05','','COAST BIG BAND 1 2','','inherit','open','closed','','coast-big-band-1-2','','','2016-08-25 02:38:51','2016-08-25 02:38:51','',0,'http://daviddelk.net/band/wp-content/uploads/2016/08/COAST-BIG-BAND-1-2.jpeg',0,'attachment','image/jpeg',0),(4320,1,'2016-08-25 02:35:12','2016-08-25 02:35:12','','COAST BIG BAND 3','','inherit','open','closed','','coast-big-band-3','','','2016-08-25 02:35:12','2016-08-25 02:35:12','',0,'http://daviddelk.net/band/wp-content/uploads/2016/08/COAST-BIG-BAND-3.jpeg',0,'attachment','image/jpeg',0),(4321,1,'2016-08-25 02:35:26','2016-08-25 02:35:26','','IMG_6224 3','','inherit','open','closed','','img_6224-3','','','2016-08-25 02:35:26','2016-08-25 02:35:26','',0,'http://daviddelk.net/band/wp-content/uploads/2016/08/IMG_6224-3.jpeg',0,'attachment','image/jpeg',0),(4322,1,'2016-08-25 02:36:16','2016-08-25 02:36:16','','250701_448797551856504_2051675630_n 1','','inherit','open','closed','','250701_448797551856504_2051675630_n-1-2','','','2016-08-25 02:36:16','2016-08-25 02:36:16','',0,'http://daviddelk.net/band/wp-content/uploads/2016/08/250701_448797551856504_2051675630_n-1-1.jpeg',0,'attachment','image/jpeg',0),(4323,1,'2016-08-25 02:36:28','2016-08-25 02:36:28','','10247432_10202483506901930_3030525015634078960_n 1','','inherit','open','closed','','10247432_10202483506901930_3030525015634078960_n-1-2','','','2016-08-25 02:36:28','2016-08-25 02:36:28','',0,'http://daviddelk.net/band/wp-content/uploads/2016/08/10247432_10202483506901930_3030525015634078960_n-1-1.jpeg',0,'attachment','image/jpeg',0),(4324,1,'2016-08-25 02:36:58','2016-08-25 02:36:58','','COAST BIG BAND 1 2','','inherit','open','closed','','coast-big-band-1-2-2','','','2016-08-25 02:36:58','2016-08-25 02:36:58','',0,'http://daviddelk.net/band/wp-content/uploads/2016/08/COAST-BIG-BAND-1-2-1.jpeg',0,'attachment','image/jpeg',0),(4325,1,'2016-08-25 02:37:10','2016-08-25 02:37:10','','COAST BIG BAND 3','','inherit','open','closed','','coast-big-band-3-2','','','2016-08-25 02:37:10','2016-08-25 02:37:10','',0,'http://daviddelk.net/band/wp-content/uploads/2016/08/COAST-BIG-BAND-3-1.jpeg',0,'attachment','image/jpeg',0),(4326,1,'2016-08-25 02:37:22','2016-08-25 02:37:22','','IMG_6224 3','','inherit','open','closed','','img_6224-3-2','','','2016-08-25 02:37:22','2016-08-25 02:37:22','',0,'http://daviddelk.net/band/wp-content/uploads/2016/08/IMG_6224-3-1.jpeg',0,'attachment','image/jpeg',0),(4328,1,'2016-08-25 03:12:14','2016-08-25 03:12:14','','IMG_2870 2','','inherit','open','closed','','img_2870-2','','','2016-08-25 03:14:55','2016-08-25 03:14:55','',0,'http://daviddelk.net/band/wp-content/uploads/2016/08/IMG_2870-2.jpeg',0,'attachment','image/jpeg',0),(4329,1,'2016-08-25 03:12:58','2016-08-25 03:12:58','','IMG_4523 2','','inherit','open','closed','','img_4523-2','','','2016-08-25 03:15:44','2016-08-25 03:15:44','',0,'http://daviddelk.net/band/wp-content/uploads/2016/08/IMG_4523-2.jpeg',0,'attachment','image/jpeg',0),(4330,1,'2016-08-25 03:13:40','2016-08-25 03:13:40','','IMG_6224 3','','inherit','open','closed','','img_6224-3-3','','','2016-08-25 03:16:28','2016-08-25 03:16:28','',0,'http://daviddelk.net/band/wp-content/uploads/2016/08/IMG_6224-3-2.jpeg',0,'attachment','image/jpeg',0),(4336,1,'2016-08-25 03:39:17','2016-08-25 03:39:17','','carousel_2','','inherit','open','closed','','carousel_2-2','','','2016-08-25 03:39:17','2016-08-25 03:39:17','',7,'http://daviddelk.net/band/wp-content/uploads/2015/05/carousel_2-1.jpg',0,'attachment','image/jpeg',0),(4345,1,'2016-08-26 03:36:01','2016-08-26 03:36:01','Big band fall show at the Mary C...tickets on sale soon!!','BIG BAND FALL SHOW','','publish','closed','closed','','big-band-fall-show','','','2016-08-26 03:36:01','2016-08-26 03:36:01','',0,'http://daviddelk.net/band/?post_type=tribe_events&p=4345',0,'tribe_events','',0),(4347,1,'2016-08-26 03:31:41','2016-08-26 03:31:41','','Mary C. O\'Keefe','','inherit','closed','closed','','mary-c-okeefe','','','2016-08-26 03:31:41','2016-08-26 03:31:41','',0,'http://daviddelk.net/band/venue/mary-c-okeefe/',0,'tribe_venue','',0),(4348,1,'2016-08-26 03:31:42','0000-00-00 00:00:00','','Mary C. O\'Keefe','','draft','closed','closed','','mary-c-okeefe','','','2016-08-26 03:31:42','0000-00-00 00:00:00','',0,'http://daviddelk.net/band/?post_type=tribe_venue&p=4348',0,'tribe_venue','',0),(4349,1,'2016-08-26 03:36:02','2016-08-26 03:36:02','','Mary C. O\'Keefe','','publish','closed','closed','','mary-c-okeefe-2','','','2016-08-26 03:36:02','2016-08-26 03:36:02','',0,'http://daviddelk.net/band/?post_type=tribe_venue&p=4349',0,'tribe_venue','',0),(4350,1,'2016-08-26 03:36:02','2016-08-26 03:36:02','','Mary C. O\'Keefe','','publish','closed','closed','','mary-c-okeefe-3','','','2016-08-26 03:36:02','2016-08-26 03:36:02','',0,'http://daviddelk.net/band/venue/mary-c-okeefe-3/',0,'tribe_venue','',0),(4362,1,'2016-08-30 02:07:31','2016-08-30 02:07:31','','IMG_9810','','inherit','open','closed','','img_9810','','','2016-08-30 02:07:31','2016-08-30 02:07:31','',36,'http://daviddelk.net/band/wp-content/uploads/2015/05/IMG_9810.jpg',0,'attachment','image/jpeg',0),(4368,1,'2016-08-30 03:00:45','2016-08-30 03:00:45','','bigbandsheetmusic','','inherit','open','closed','','bigbandsheetmusic','','','2016-08-30 03:00:45','2016-08-30 03:00:45','',54,'http://daviddelk.net/band/wp-content/uploads/2015/05/bigbandsheetmusic.png',0,'attachment','image/png',0),(4378,1,'2016-09-02 01:19:36','2016-09-02 01:19:36','','614c9f_916e7cf42ea041ffa338ba075e5b4bb9~mv2-2','Calendar','inherit','open','closed','','614c9f_916e7cf42ea041ffa338ba075e5b4bb9mv2-2','','','2016-09-02 01:19:36','2016-09-02 01:19:36','',829,'http://daviddelk.net/band/wp-content/uploads/2015/12/614c9f_916e7cf42ea041ffa338ba075e5b4bb9mv2-2.jpg',0,'attachment','image/jpeg',0),(4381,1,'2016-09-02 01:32:11','2016-09-02 01:32:11','','calendar','','inherit','open','closed','','calendar','','','2016-09-02 01:32:11','2016-09-02 01:32:11','',829,'http://daviddelk.net/band/wp-content/uploads/2015/12/calendar.jpg',0,'attachment','image/jpeg',0),(4382,1,'2016-09-02 01:44:37','2016-09-02 01:44:37','','9662581788_102d2b37aa','','inherit','open','closed','','9662581788_102d2b37aa','','','2016-09-02 01:44:37','2016-09-02 01:44:37','',837,'http://daviddelk.net/band/wp-content/uploads/2015/12/9662581788_102d2b37aa.jpg',0,'attachment','image/jpeg',0),(4383,1,'2016-09-02 02:12:33','2016-09-02 02:12:33','','Calendar','','publish','closed','closed','','calendar','','','2016-09-02 02:12:33','2016-09-02 02:12:33','',0,'http://daviddelk.net/band/calendar/',0,'page','',0),(4388,1,'2016-09-06 19:19:39','2016-09-07 00:19:39','','event-entertainment_lg','','inherit','open','closed','','event-entertainment_lg','','','2016-09-16 20:10:27','2016-09-17 01:10:27','',4412,'http://daviddelk.net/band/wp-content/uploads/2016/09/event-entertainment_lg.png',0,'attachment','image/png',0),(4406,1,'2016-09-13 20:44:30','2016-09-14 01:44:30','','Calendar','','publish','closed','closed','','calendar-2','','','2016-09-13 20:44:30','2016-09-14 01:44:30','',0,'http://daviddelk.net/band/calendar-2/',0,'page','',0),(4409,1,'2016-09-13 21:20:40','2016-09-14 02:20:40','','carousel_4','','inherit','open','closed','','carousel_4-2','','','2016-09-13 21:20:40','2016-09-14 02:20:40','',16,'http://daviddelk.net/band/wp-content/uploads/2015/05/carousel_4-1.jpg',0,'attachment','image/jpeg',0),(4412,1,'2016-09-16 20:13:25','2016-09-17 01:13:25','Join us for our annual Christmas concert at the Mary C. Sing along if you want !','BIG BAND\'S ANNUAL CHRISTMAS CONCERT','','publish','closed','closed','','annual-christmas-concert','','','2016-10-14 23:01:14','2016-10-15 04:01:14','',0,'http://daviddelk.net/band/?post_type=ai1ec_event&p=4412',0,'ai1ec_event','',0),(4429,1,'2016-09-06 19:19:39','2016-09-07 00:19:39','','event-entertainment_lg','','inherit','open','closed','','event-entertainment_lg-2','','','2016-10-14 19:05:31','2016-10-15 00:05:31','',4428,'http://daviddelk.net/band/wp-content/uploads/2016/09/event-entertainment_lg.png',0,'attachment','image/png',0),(4430,1,'2016-10-14 19:17:14','2016-10-15 00:17:14','','image1','','inherit','open','closed','','image1','','','2016-10-14 19:17:14','2016-10-15 00:17:14','',4428,'http://daviddelk.net/band/wp-content/uploads/2016/09/image1.jpg',0,'attachment','image/jpeg',0),(4433,1,'2016-10-14 19:39:10','2016-10-15 00:39:10','','image1','','inherit','open','closed','','image1-2','','','2016-10-14 19:39:10','2016-10-15 00:39:10','',0,'http://daviddelk.net/band/wp-content/uploads/2016/10/image1.png',0,'attachment','image/png',0),(4434,1,'2016-10-14 20:58:19','2016-10-15 01:58:19','','joeythomas02','','inherit','open','closed','','joeythomas02','','','2016-10-14 20:58:19','2016-10-15 01:58:19','',4412,'http://daviddelk.net/band/wp-content/uploads/2016/09/JoeyThomas02.png',0,'attachment','image/png',0),(4435,1,'2016-09-16 20:13:25','2016-09-17 01:13:25','We return by popular demand to the Annual Senior Prom. Food, music, and dancing! Come join us!\r\n\r\nFor information on tickets sales call 228-388-7170.\r\n• Charles Walker Senior Center, Gulfport\r\nEvery Tuesday & Thursday starting September\r\n10 a.m. – 1 p.m.\r\n• Home Instead Senior Care, Ocean Springs\r\nEvery Tuesday – Thursday starting September\r\n10 a.m. – 3 p.m.\r\n• Retired Senior Volunteer Program (RSVP), Gulfport\r\nMonday – Friday, 8 a.m. – 5 p.m.\r\nMake all checks payable to MGCSP Fund. Prices for tickets are $15.\r\nFor more information, call 228-896-5683.\r\n\r\n<a href=\"http://daviddelk.net/band/wp-content/uploads/2016/09/Screen-Shot-2016-10-14-at-9.34.32-PM-1-e1476499149289.png\"><img src=\"http://daviddelk.net/band/wp-content/uploads/2016/09/Screen-Shot-2016-10-14-at-9.34.32-PM-1-e1476499149289.png\" alt=\"screen-shot-2016-10-14-at-9-34-32-pm-1\" width=\"300\" height=\"300\" class=\"alignnone size-full wp-image-4438\" /></a>\r\n','SENIOR PROM EVENT AT THE IP CASINO','','publish','closed','closed','','seniorprom','','','2016-10-14 23:05:49','2016-10-15 04:05:49','',0,'http://daviddelk.net/band/?post_type=ai1ec_event&p=4435',0,'ai1ec_event','',0),(4436,1,'2016-10-14 20:58:19','2016-10-15 01:58:19','','joeythomas02','','inherit','open','closed','','joeythomas02-2','','','2016-10-14 21:11:20','2016-10-15 02:11:20','',4435,'http://daviddelk.net/band/wp-content/uploads/2016/09/JoeyThomas02.png',0,'attachment','image/png',0),(4437,1,'2016-09-06 19:19:39','2016-09-07 00:19:39','','event-entertainment_lg','','inherit','open','closed','','event-entertainment_lg-3','','','2016-10-14 21:11:20','2016-10-15 02:11:20','',4435,'http://daviddelk.net/band/wp-content/uploads/2016/09/event-entertainment_lg.png',0,'attachment','image/png',0),(4441,1,'2016-09-16 20:13:25','2016-09-17 01:13:25','Gulfport\'s Harbor Lights - Winter Festival is a sight to see and the Coast Band will be performing FREE with your entrance to the event. \r\n\r\nSaturday, December 17th 7PM until 10PM\r\nPhone: 228-868-5700\r\nPrice: $5/per person, $20 max per Car, $40/Van or Limo, $100/Bus (charter or school) purchased at the gate in the Gulfport Harbor. See you there!!\r\n\r\n<a href=\"http://daviddelk.net/band/wp-content/uploads/2016/09/11236463_645196182285352_1697246698733542430_o-e1476503387647.jpg\"><img src=\"http://daviddelk.net/band/wp-content/uploads/2016/09/11236463_645196182285352_1697246698733542430_o-e1476503387647.jpg\" alt=\"11236463_645196182285352_1697246698733542430_o\" width=\"600\" height=\"450\" class=\"alignnone size-full wp-image-4450\" /></a>','BIG BAND AT GULFPORT HARBOR LIGHTS','','publish','closed','closed','','jonespark','','','2016-10-14 23:00:17','2016-10-15 04:00:17','',0,'http://daviddelk.net/band/?post_type=ai1ec_event&p=4441',0,'ai1ec_event','',0),(4442,1,'2016-10-14 20:58:19','2016-10-15 01:58:19','','joeythomas02','','inherit','open','closed','','joeythomas02-3','','','2016-10-14 21:47:19','2016-10-15 02:47:19','',4441,'http://daviddelk.net/band/wp-content/uploads/2016/09/JoeyThomas02.png',0,'attachment','image/png',0),(4443,1,'2016-09-06 19:19:39','2016-09-07 00:19:39','','event-entertainment_lg','','inherit','open','closed','','event-entertainment_lg-4','','','2016-10-14 21:47:19','2016-10-15 02:47:19','',4441,'http://daviddelk.net/band/wp-content/uploads/2016/09/event-entertainment_lg.png',0,'attachment','image/png',0),(4445,1,'2016-10-14 22:17:22','2016-10-15 03:17:22','','14258086_764929986978637_7163632159042622418_o-1','','inherit','open','closed','','14258086_764929986978637_7163632159042622418_o-1','','','2016-10-14 22:19:06','2016-10-15 03:19:06','',4441,'http://daviddelk.net/band/wp-content/uploads/2016/09/14258086_764929986978637_7163632159042622418_o-1.png',0,'attachment','image/png',0),(4446,1,'2016-09-16 20:13:25','2016-09-17 01:13:25','\r\n</a>The Coast Big Band is perfect for wedding receptions, birthday parties, and other events. Our band can play anything from oldies to current hits...your favorite song? Let us know!\r\n\r\nFor more information about hiring the Coast Big Band for your event, go to the contacts page and we\'ll be happy to answer any questions.\r\n\r\n ','COAST BIG BAND AVAILABLE FOR EVENTS','','publish','closed','closed','','hiretheband','','','2017-02-13 00:04:06','2017-02-13 06:04:06','',0,'http://daviddelk.net/band/?post_type=ai1ec_event&p=4446',0,'ai1ec_event','',0),(4447,1,'2016-10-14 20:58:19','2016-10-15 01:58:19','','joeythomas02','','inherit','open','closed','','joeythomas02-4','','','2016-10-14 22:31:01','2016-10-15 03:31:01','',4446,'http://daviddelk.net/band/wp-content/uploads/2016/09/JoeyThomas02.png',0,'attachment','image/png',0),(4448,1,'2016-09-06 19:19:39','2016-09-07 00:19:39','','event-entertainment_lg','','inherit','open','closed','','event-entertainment_lg-5','','','2016-10-14 22:31:01','2016-10-15 03:31:01','',4446,'http://daviddelk.net/band/wp-content/uploads/2016/09/event-entertainment_lg.png',0,'attachment','image/png',0),(4449,1,'2016-10-14 22:44:36','2016-10-15 03:44:36','','hire-us2-1','','inherit','open','closed','','hire-us2-1','','','2016-10-14 22:44:36','2016-10-15 03:44:36','',4446,'http://daviddelk.net/band/wp-content/uploads/2016/09/hire-us2-1.png',0,'attachment','image/png',0),(4450,1,'2016-10-14 22:49:12','2016-10-15 03:49:12','','11236463_645196182285352_1697246698733542430_o','','inherit','open','closed','','11236463_645196182285352_1697246698733542430_o','','','2016-10-14 22:49:55','2016-10-15 03:49:55','',4441,'http://daviddelk.net/band/wp-content/uploads/2016/09/11236463_645196182285352_1697246698733542430_o.jpg',0,'attachment','image/jpeg',0),(4488,1,'2017-02-09 20:23:39','2017-02-10 02:23:39','','img_1584-3','','inherit','open','closed','','img_1584-3','','','2017-02-09 20:23:39','2017-02-10 02:23:39','',0,'http://daviddelk.net/band/wp-content/uploads/2017/02/img_1584-3.jpg',0,'attachment','image/jpeg',0),(4489,1,'2017-02-09 21:01:01','2017-02-10 03:01:01','','img_1855-2','','inherit','open','closed','','img_1855-2','','','2017-02-09 21:01:01','2017-02-10 03:01:01','',42,'http://daviddelk.net/band/wp-content/uploads/2015/05/img_1855-2.jpg',0,'attachment','image/jpeg',0),(4490,1,'2017-02-09 21:02:41','2017-02-10 03:02:41','','img_1855-2','','inherit','open','closed','','img_1855-2-2','','','2017-02-09 21:02:41','2017-02-10 03:02:41','',42,'http://daviddelk.net/band/wp-content/uploads/2015/05/img_1855-2-1.jpg',0,'attachment','image/jpeg',0),(4499,1,'2017-02-09 22:43:08','2017-02-10 04:43:08','<label> Your Name (required)\r\n [text* your-name] </label>\r\n\r\n<label> Your Email (required)\r\n [email* your-email] </label>\r\n\r\n<label> Subject\r\n [text your-subject] </label>\r\n\r\n<label> Your Message\r\n [textarea your-message] </label>\r\n\r\n[submit \"Send\"]\nCoast Big Band \"[your-subject]\"\n[your-name] <wordpress@daviddelk.net>\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Coast Big Band (http://daviddelk.net/band)\nammgpt@aol.com\nReply-To: [your-email]\n\n\n\n\nCoast Big Band \"[your-subject]\"\nCoast Big Band <wordpress@daviddelk.net>\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Coast Big Band (http://daviddelk.net/band)\n[your-email]\nReply-To: david@abcrental.com\n\n\n\nThank you for your message. We\'ll contact you soon.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','FEB17FORM','','publish','closed','closed','','feb17form','','','2017-02-09 22:47:37','2017-02-10 04:47:37','',0,'http://daviddelk.net/band/?post_type=wpcf7_contact_form&p=4499',0,'wpcf7_contact_form','',0),(4511,1,'2017-02-10 16:53:33','2017-02-10 22:53:33','','47BAF120-51B9-4804-8F23-450EA048BEAA.JPG','','inherit','open','closed','','47baf120-51b9-4804-8f23-450ea048beaa-jpg','','','2017-02-10 16:53:33','2017-02-10 22:53:33','',4441,'http://daviddelk.net/band/wp-content/uploads/2016/09/47BAF120-51B9-4804-8F23-450EA048BEAA.JPG.jpeg',0,'attachment','image/jpeg',0),(4512,1,'2017-02-10 23:30:50','2017-02-11 05:30:50','','Bicentennial-STATE-JB','','inherit','open','closed','','bicentennial-state-jb','','','2017-02-10 23:30:50','2017-02-11 05:30:50','',4435,'http://daviddelk.net/band/wp-content/uploads/2016/09/Bicentennial-STATE-JB.jpg',0,'attachment','image/jpeg',0),(4514,1,'2016-10-14 20:58:19','2016-10-15 01:58:19','','joeythomas02','','inherit','open','closed','','joeythomas02-5','','','2017-02-10 23:38:15','2017-02-11 05:38:15','',4513,'http://daviddelk.net/band/wp-content/uploads/2016/09/JoeyThomas02.png',0,'attachment','image/png',0),(4515,1,'2016-09-06 19:19:39','2016-09-07 00:19:39','','event-entertainment_lg','','inherit','open','closed','','event-entertainment_lg-6','','','2017-02-10 23:38:15','2017-02-11 05:38:15','',4513,'http://daviddelk.net/band/wp-content/uploads/2016/09/event-entertainment_lg.png',0,'attachment','image/png',0),(4516,1,'2016-09-16 20:13:25','2016-09-17 01:13:25','<a href=\"http://daviddelk.net/band/wp-content/uploads/2016/09/JAZZ-FEST.png-e1486998335606.jpg\"><img src=\"http://daviddelk.net/band/wp-content/uploads/2016/09/JAZZ-FEST.png-e1486998335606.jpg\" alt=\"\" width=\"500\" height=\"500\" class=\"alignnone size-full wp-image-4539\" /></a>\r\n\r\n<span style=\"font-size: large;\">FREE ADMISSION! The 2017 Southern Miss Jazz and Blues Festival will be held on Saturday, April 15, 2017 from 10 a.m. until 6 p.m. on the front lawn of the Gulf Park Campus in Long Beach. The Coast Big Band will perform in the morning at 10:30am. The festival features jazz and blues musicians, an Easter egg hunt at 11 a.m. for children ages 12 and under, local artists and craftsmen, food vendors, and activities for the entire family.</span>\r\n \r\n<a href=\"https://www.usm.edu/gulfcoast/jazz-blues\" target=\"_blank\">Click here for the events website</a>','USM JAZZ FEST IN LONG BEACH','','publish','closed','closed','','jazzfest','','','2017-02-13 09:20:41','2017-02-13 15:20:41','',0,'http://daviddelk.net/band/event/bicentennial-celebration-south/',0,'ai1ec_event','',0),(4517,1,'2016-10-14 20:58:19','2016-10-15 01:58:19','','joeythomas02','','inherit','open','closed','','joeythomas02-5-2','','','2017-02-10 23:45:32','2017-02-11 05:45:32','',4516,'http://daviddelk.net/band/wp-content/uploads/2016/09/JoeyThomas02.png',0,'attachment','image/png',0),(4518,1,'2016-09-06 19:19:39','2016-09-07 00:19:39','','event-entertainment_lg','','inherit','open','closed','','event-entertainment_lg-6-2','','','2017-02-10 23:45:32','2017-02-11 05:45:32','',4516,'http://daviddelk.net/band/wp-content/uploads/2016/09/event-entertainment_lg.png',0,'attachment','image/png',0),(4519,1,'2017-02-10 23:57:09','2017-02-11 05:57:09','','Ce1AzztUUAA7Qy6','','inherit','open','closed','','ce1azztuuaa7qy6','','','2017-02-10 23:57:09','2017-02-11 05:57:09','',4516,'http://daviddelk.net/band/wp-content/uploads/2016/09/Ce1AzztUUAA7Qy6.jpg',0,'attachment','image/jpeg',0),(4522,1,'2017-02-12 22:56:01','2017-02-13 04:56:01','/*You can add your own CSS here.\n\nClick the help icon above to learn more.*/\n\n','Avada','','publish','closed','closed','','avada','','','2017-02-12 23:27:51','2017-02-13 05:27:51','',0,'http://daviddelk.net/band/2017/02/12/avada/',0,'custom_css','',0),(4532,1,'2016-09-16 20:13:25','2016-09-17 01:13:25','FREE ADMISSION: We are proud to join the State of Mississippi’s 200th anniversary celebration with a 2-day festival highlighting South Mississippi’s history, culture and advancements over the last 200 years.\r\n\r\nThe Coast Big Band will performing Friday evening, March 31st, 2017 beginning at 7PM. The event is FREE to the public. \r\n\r\nCentennial Plaza in Gulfport, the magnificent oak tree-lined beachfront site, will serve as South Mississippi’s Bicentennial Celebration headquarters. The event will feature two days of exciting activities to include the following, and beginning with a history-making opening ceremony on Friday, March 31, 2017.\r\n\r\n <a href=\"http://ms200south.org/\" target=\"_blank\">Click here for the events website</a>','BICENTENNIAL CELEBRATION SOUTH','','publish','closed','closed','','bicentennial-2','','','2017-02-13 12:50:45','2017-02-13 18:50:45','',0,'http://daviddelk.net/band/event/bicentennial-celebration-south/',0,'ai1ec_event','',0),(4533,1,'2016-10-14 20:58:19','2016-10-15 01:58:19','','joeythomas02','','inherit','open','closed','','joeythomas02-5-3','','','2017-02-13 09:00:29','2017-02-13 15:00:29','',4532,'http://daviddelk.net/band/wp-content/uploads/2016/09/JoeyThomas02.png',0,'attachment','image/png',0),(4534,1,'2016-09-06 19:19:39','2016-09-07 00:19:39','','event-entertainment_lg','','inherit','open','closed','','event-entertainment_lg-6-3','','','2017-02-13 09:00:29','2017-02-13 15:00:29','',4532,'http://daviddelk.net/band/wp-content/uploads/2016/09/event-entertainment_lg.png',0,'attachment','image/png',0),(4535,1,'2016-09-16 20:13:25','2016-09-17 01:13:25','<a href=\"http://daviddelk.net/band/wp-content/uploads/2016/09/47BAF120-51B9-4804-8F23-450EA048BEAA.JPG.jpeg\"><img src=\"http://daviddelk.net/band/wp-content/uploads/2016/09/47BAF120-51B9-4804-8F23-450EA048BEAA.JPG.jpeg\" alt=\"\" width=\"696\" height=\"885\" class=\"alignnone size-full wp-image-4511\" /></a>\r\n\r\nThe Coast Big Band is honored to be part of this wonderful gala at the beautiful Beau Rivage. \r\n\r\n<a href=\"https://www.facebook.com/CASA-of-Harrison-County-MS-185373574820354/\">Click here for the events website</a>','CASA Gala featuring the Coast Big Band!','','publish','closed','closed','','casa-2','','','2017-02-13 09:56:11','2017-02-13 15:56:11','',0,'http://daviddelk.net/band/event/casa-gala/',0,'ai1ec_event','',0),(4536,1,'2017-02-10 23:57:09','2017-02-11 05:57:09','','Ce1AzztUUAA7Qy6','','inherit','open','closed','','ce1azztuuaa7qy6-2','','','2017-02-13 09:01:20','2017-02-13 15:01:20','',4535,'http://daviddelk.net/band/wp-content/uploads/2016/09/Ce1AzztUUAA7Qy6.jpg',0,'attachment','image/jpeg',0),(4537,1,'2016-10-14 20:58:19','2016-10-15 01:58:19','','joeythomas02','','inherit','open','closed','','joeythomas02-5-2-2','','','2017-02-13 09:01:20','2017-02-13 15:01:20','',4535,'http://daviddelk.net/band/wp-content/uploads/2016/09/JoeyThomas02.png',0,'attachment','image/png',0),(4538,1,'2016-09-06 19:19:39','2016-09-07 00:19:39','','event-entertainment_lg','','inherit','open','closed','','event-entertainment_lg-6-2-2','','','2017-02-13 09:01:20','2017-02-13 15:01:20','',4535,'http://daviddelk.net/band/wp-content/uploads/2016/09/event-entertainment_lg.png',0,'attachment','image/png',0),(4539,1,'2017-02-13 09:02:48','2017-02-13 15:02:48','','JAZZ FEST.png','','inherit','open','closed','','jazz-fest-png','','','2017-02-13 09:02:48','2017-02-13 15:02:48','',4516,'http://daviddelk.net/band/wp-content/uploads/2016/09/JAZZ-FEST.png.jpg',0,'attachment','image/jpeg',0),(4540,1,'2017-02-13 09:05:18','2017-02-13 15:05:18','','JAZZ FEST WEBSITE','','inherit','open','closed','','jazz-fest-website','','','2017-02-13 09:05:18','2017-02-13 15:05:18','',4516,'http://daviddelk.net/band/wp-content/uploads/2016/09/JAZZ-FEST-WEBSITE.jpg',0,'attachment','image/jpeg',0),(4541,1,'2017-02-13 09:38:17','2017-02-13 15:38:17','','BICENTENNIAL BUTTON','','inherit','open','closed','','bicentennial-button','','','2017-02-13 09:39:50','2017-02-13 15:39:50','',0,'http://daviddelk.net/band/wp-content/uploads/2017/02/BICENTENNIAL-BUTTON.jpg',0,'attachment','image/jpeg',0),(4542,1,'2017-02-13 09:40:20','2017-02-13 15:40:20','','CASA BUTTON','','inherit','open','closed','','casa-button','','','2017-02-13 09:40:20','2017-02-13 15:40:20','',0,'http://daviddelk.net/band/wp-content/uploads/2017/02/CASA-BUTTON.jpg',0,'attachment','image/jpeg',0),(4544,1,'2017-02-13 12:32:55','2017-02-13 18:32:55','','2BAND','','inherit','open','closed','','2band','','','2017-02-13 12:32:55','2017-02-13 18:32:55','',7,'http://daviddelk.net/band/wp-content/uploads/2015/05/2BAND.jpg',0,'attachment','image/jpeg',0),(4545,1,'2017-02-13 12:33:28','2017-02-13 18:33:28','','4BAND','','inherit','open','closed','','4band','','','2017-02-13 12:33:28','2017-02-13 18:33:28','',7,'http://daviddelk.net/band/wp-content/uploads/2015/05/4BAND.jpg',0,'attachment','image/jpeg',0),(4546,1,'2017-02-13 12:34:13','2017-02-13 18:34:13','','5BAND','','inherit','open','closed','','5band','','','2017-02-13 12:35:46','2017-02-13 18:35:46','',7,'http://daviddelk.net/band/wp-content/uploads/2015/05/5BAND.jpg',0,'attachment','image/jpeg',0),(4547,1,'2017-02-13 12:35:02','2017-02-13 18:35:02','','6BAND','','inherit','open','closed','','6band','','','2017-02-13 12:35:02','2017-02-13 18:35:02','',7,'http://daviddelk.net/band/wp-content/uploads/2015/05/6BAND.jpg',0,'attachment','image/jpeg',0),(4548,1,'2017-02-13 12:35:53','2017-02-13 18:35:53','','7BAND','','inherit','open','closed','','7band','','','2017-02-13 12:35:53','2017-02-13 18:35:53','',7,'http://daviddelk.net/band/wp-content/uploads/2015/05/7BAND.jpg',0,'attachment','image/jpeg',0),(4549,1,'2017-02-13 12:36:22','2017-02-13 18:36:22','','IMG_2083','','inherit','open','closed','','img_2083','','','2017-02-13 12:36:22','2017-02-13 18:36:22','',7,'http://daviddelk.net/band/wp-content/uploads/2015/05/IMG_2083.jpg',0,'attachment','image/jpeg',0),(4551,1,'2017-02-13 12:41:56','2017-02-13 18:41:56','','IMG_1605','','inherit','open','closed','','img_1605','','','2017-02-13 12:41:56','2017-02-13 18:41:56','',7,'http://daviddelk.net/band/wp-content/uploads/2015/05/IMG_1605.jpg',0,'attachment','image/jpeg',0),(4553,1,'2017-02-13 13:13:22','2017-02-13 19:13:22','','2BAND','','inherit','open','closed','','2band-2','','','2017-02-13 13:13:22','2017-02-13 19:13:22','',0,'http://daviddelk.net/band/wp-content/uploads/2017/02/2BAND.jpg',0,'attachment','image/jpeg',0),(4554,1,'2017-02-13 13:13:52','2017-02-13 19:13:52','','4BAND','','inherit','open','closed','','4band-2','','','2017-02-13 13:13:52','2017-02-13 19:13:52','',0,'http://daviddelk.net/band/wp-content/uploads/2017/02/4BAND.jpg',0,'attachment','image/jpeg',0),(4555,1,'2017-02-13 13:14:30','2017-02-13 19:14:30','','5BAND','','inherit','open','closed','','5band-2','','','2017-02-13 13:14:30','2017-02-13 19:14:30','',0,'http://daviddelk.net/band/wp-content/uploads/2017/02/5BAND.jpg',0,'attachment','image/jpeg',0),(4556,1,'2017-02-13 13:15:13','2017-02-13 19:15:13','','6BAND','','inherit','open','closed','','6band-2','','','2017-02-13 13:15:13','2017-02-13 19:15:13','',0,'http://daviddelk.net/band/wp-content/uploads/2017/02/6BAND.jpg',0,'attachment','image/jpeg',0),(4557,1,'2017-02-13 13:15:56','2017-02-13 19:15:56','','7BAND','','inherit','open','closed','','7band-2','','','2017-02-13 13:15:56','2017-02-13 19:15:56','',0,'http://daviddelk.net/band/wp-content/uploads/2017/02/7BAND.jpg',0,'attachment','image/jpeg',0),(4558,1,'2017-02-13 13:16:23','2017-02-13 19:16:23','','IMG_1605','','inherit','open','closed','','img_1605-2','','','2017-02-13 13:16:23','2017-02-13 19:16:23','',0,'http://daviddelk.net/band/wp-content/uploads/2017/02/IMG_1605.jpg',0,'attachment','image/jpeg',0),(4559,1,'2017-02-13 13:16:58','2017-02-13 19:16:58','','IMG_2083','','inherit','open','closed','','img_2083-2','','','2017-02-13 13:16:58','2017-02-13 19:16:58','',0,'http://daviddelk.net/band/wp-content/uploads/2017/02/IMG_2083.jpg',0,'attachment','image/jpeg',0),(4565,1,'2017-02-13 20:54:31','2017-02-14 02:54:31','','TEST1','','publish','closed','closed','','test1','','','2017-02-13 21:09:23','2017-02-14 03:09:23','',0,'http://daviddelk.net/band/?post_type=envira&p=4565',0,'envira','',0),(4567,1,'2017-02-13 21:43:13','2017-02-14 03:43:13','http://daviddelk.net/band/wp-content/uploads/2017/02/envira-gallery.php','envira-gallery.php','','private','open','closed','','envira-gallery-php','','','2017-02-13 21:43:13','2017-02-14 03:43:13','',0,'http://daviddelk.net/band/wp-content/uploads/2017/02/envira-gallery.php',0,'attachment','',0),(4571,1,'2017-02-17 15:55:49','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2017-02-17 15:55:49','0000-00-00 00:00:00','',0,'http://daviddelk.net/band/?p=4571',0,'post','',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` text NOT NULL, `advanced` longtext, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=152 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.grey_heavy_72','{\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','null','{\"font-size\":\"72px\",\"line-height\":\"72px\",\"font-weight\":\"900\",\"font-family\":\"Raleway\",\"color\":\"rgb(213, 210, 210)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(49,'.tp-caption.black_heavy_60','{\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','null','{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"900\",\"font-family\":\"Raleway\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(50,'.tp-caption.white_heavy_40','{\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','null','{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"900\",\"font-family\":\"Raleway\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(51,'.tp-caption.grey_regular_18','{\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','null','{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(119, 119, 119)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(52,'.tp-caption.black_thin_34','{\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','null','{\"font-size\":\"35px\",\"line-height\":\"35px\",\"font-weight\":\"100\",\"font-family\":\"Raleway\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(53,'.tp-caption.arrowicon','{\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','null','{\"line-height\":\"1px\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(54,'.tp-caption.light_heavy_70','{\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','null','{\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-weight\":\"900\",\"font-family\":\"Raleway\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(55,'.tp-caption.black_heavy_70','{\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','null','{\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-weight\":\"900\",\"font-family\":\"Raleway\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(56,'.tp-caption.black_bold_40','{\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','null','{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"Raleway\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(57,'.tp-caption.black_bold_bg_20','{\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-family\":\"Raleway\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"5px 8px\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(58,'.tp-caption.greenbox30','{\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','null','{\"line-height\":\"30px\",\"text-decoration\":\"none\",\"background-color\":\"rgb(134, 181, 103)\",\"padding\":\"0px 14px\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(59,'.tp-caption.fullbg_gradient','{\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','null','{\"text-decoration\":\"none\",\"background-color\":\"#490202\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}','{\"idle\":{\"width\":\"100%\",\"height\":\"100%\"},\"hover\":\"\"}'),(60,'.tp-caption.light_heavy_70_shadowed','{\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','null','{\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-weight\":\"900\",\"font-family\":\"Raleway\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"0px 0px 7px rgba(0, 0, 0, 0.25)\"},\"hover\":\"\"}'),(61,'.tp-caption.green_bold_bg_20','{\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-family\":\"Raleway\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(134, 181, 103)\",\"padding\":\"5px 8px\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(62,'.tp-caption.fullrounded','{\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','null','{\"border-radius\":\"400px 400px 400px 400px\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(63,'.tp-caption.white_thin_34','{\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','null','{\"font-size\":\"35px\",\"line-height\":\"35px\",\"font-weight\":\"200\",\"font-family\":\"Raleway\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(64,'.tp-caption.white_heavy_70','{\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','null','{\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-weight\":\"900\",\"font-family\":\"Raleway\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(65,'.tp-caption.white_bold_bg_20','{\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-family\":\"Raleway\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 8px\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(66,'.tp-caption.red_bold_bg_20','{\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-family\":\"Raleway\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(224, 51, 0)\",\"padding\":\"5px 8px\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(67,'.tp-caption.blue_bold_bg_20','{\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-family\":\"Raleway\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(53, 152, 220)\",\"padding\":\"5px 8px\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(68,'.tp-caption.light_heavy_40','{\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','null','{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"900\",\"font-family\":\"Raleway\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(69,'.tp-caption.black_thin_whitebg_30','{\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','null','{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"Raleway\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(70,'.tp-caption.light_heavy_34','{\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','null','{\"font-size\":\"34px\",\"line-height\":\"34px\",\"font-weight\":\"900\",\"font-family\":\"Raleway\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(71,'.tp-caption.black_thin_blackbg_30','{\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','null','{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"Raleway\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"5px 10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(72,'.tp-caption.white_heavy_60','{\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','null','{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"900\",\"font-family\":\"Raleway\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(73,'.tp-caption.light_thin_60','{\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','null','{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"100\",\"font-family\":\"Raleway\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(74,'.tp-caption.light_medium_30','{\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','null','{\"font-size\":\"30px\",\"line-height\":\"40px\",\"font-weight\":\"700\",\"font-family\":\"Raleway\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(75,'.tp-caption.light_heavy_60','{\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','null','{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"900\",\"font-family\":\"Raleway\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(76,'.tp-caption.greenishbg_heavy_70','{\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','null','{\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-weight\":\"900\",\"font-family\":\"Raleway\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"padding\":\"50px\",\"background-color\":\"rgba(40, 67, 62, 0.8)\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(77,'.tp-caption.borderbox_725x130','{\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','null','{\"background-color\":\"transparent\",\"text-decoration\":\"none\",\"border-width\":\"2px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"solid\"}','{\"idle\":{\"min-width\":\"725px\",\"min-height\":\"130px\"},\"hover\":\"\"}'),(78,'.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\":\"\"}'),(79,'.tp-caption.Restaurant-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"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\":\"\"}'),(80,'.tp-caption.Restaurant-Cursive','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"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\":\"\"}'),(81,'.tp-caption.Restaurant-ScrollDownText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"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\":\"\"}'),(82,'.tp-caption.Restaurant-Description','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"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\":\"\"}'),(83,'.tp-caption.Restaurant-Price','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"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\":\"\"}'),(84,'.tp-caption.Restaurant-Menuitem','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"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\",\"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\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(85,'.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\":\"\"}'),(86,'.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\":\"\"}'),(87,'.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\":\"\"}'),(88,'.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\":\"\"}'),(89,'.tp-caption.Gym-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\":\"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\":\"\"}'),(90,'.tp-caption.Gym-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\":\"#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\":\"\"}'),(91,'.tp-caption.Gym-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\":\"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\":\"\"}'),(92,'.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\":\"\"}'),(93,'.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\":\"\"}'),(94,'.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\":\"\"}'),(95,'.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\":\"\"}'),(96,'.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\":\"\"}'),(97,'.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\":\"\"}'),(98,'.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\":\"\"}'),(99,'.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\":\"\"}'),(100,'.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\":\"\"}'),(101,'.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\":\"\"}'),(102,'.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\":\"\"}'),(103,'.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\":\"\"}'),(104,'.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\":\"\"}'),(105,'.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\":\"\"}'),(106,'.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\":\"\"}'),(107,'.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\":\"\"}'),(108,'.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\":\"\"}'),(109,'.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\":\"\"}'),(110,'.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\":\"\"}'),(111,'.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\":\"\"}'),(112,'.tp-caption.WebProduct-Title-Light','{\"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\",\"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\",\"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\":[\"\"],\"hover\":\"\"}'),(113,'.tp-caption.WebProduct-SubTitle-Light','{\"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\",\"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\",\"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\":\"-\",\"text-align\":\"left\"}','{\"idle\":[\"\"],\"hover\":\"\"}'),(114,'.tp-caption.WebProduct-Content-Light','{\"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\",\"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\",\"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\":\"-\",\"text-align\":\"left\"}','{\"idle\":[\"\"],\"hover\":\"\"}'),(115,'.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\":\"\"}'),(116,'.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\":\"\"}'),(117,'.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\":\"\"}'),(118,'.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\":\"\"}'),(119,'.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\":\"\"}'),(120,'.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\":\"\"}'),(121,'.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\":\"\"}'),(122,'.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\":\"\"}'),(123,'.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\":\"\"}'),(124,'.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\":\"\"}'),(125,'.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\":\"\"}'),(126,'.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\":\"\"}'),(127,'.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\":\"\"}'),(128,'.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\":\"\"}'),(129,'.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\":\"\"}'),(130,'.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\":\"\"}'),(131,'.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\":\"\"}'),(132,'.tp-caption.WebProduct-Button','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"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\",\"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\":\"-\",\"text-align\":\"left\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),(133,'.tp-caption.Restaurant-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\":\"#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\",\"text-align\":\"left\",\"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\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(134,'.tp-caption.Gym-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"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\",\"text-align\":\"left\",\"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\":\"-\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),(135,'.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\":\"\"}'),(136,'.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\":\"\"}'),(137,'.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\":\"\"}'),(138,'.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\":\"\"}'),(139,'.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\":\"\"}'),(140,'.tp-caption.avada_huge_white_text','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}',NULL,'{\"position\":\"absolute\",\"color\":\"#ffffff\",\"font-size\":\"130px\",\"line-height\":\"45px\",\"font-family\":\"museoslab500regular\"}',NULL),(141,'.tp-caption.avada_huge_black_text','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}',NULL,'{\"position\":\"absolute\",\"color\":\"#000000\",\"font-size\":\"130px\",\"line-height\":\"45px\",\"font-family\":\"museoslab500regular\"}',NULL),(142,'.tp-caption.avada_big_black_text','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}',NULL,'{\"position\":\"absolute\",\"color\":\"#333333\",\"font-size\":\"42px\",\"line-height\":\"45px\",\"font-family\":\"museoslab500regular\"}',NULL),(143,'.tp-caption.avada_big_white_text','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}',NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"font-size\":\"42px\",\"line-height\":\"45px\",\"font-family\":\"museoslab500regular\"}',NULL),(144,'.tp-caption.avada_big_black_text_center','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}',NULL,'{\"position\":\"absolute\",\"color\":\"#333333\",\"font-size\":\"38px\",\"line-height\":\"45px\",\"font-family\":\"museoslab500regular\",\"text-align\":\"center\"}',NULL),(145,'.tp-caption.avada_med_green_text','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}',NULL,'{\"position\":\"absolute\",\"color\":\"#A0CE4E\",\"font-size\":\"24px\",\"line-height\":\"24px\",\"font-family\":\"PTSansRegular, Arial, Helvetica, sans-serif\"}',NULL),(146,'.tp-caption.avada_small_gray_text','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}',NULL,'{\"position\":\"absolute\",\"color\":\"#747474\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-family\":\"PTSansRegular, Arial, Helvetica, sans-serif\"}',NULL),(147,'.tp-caption.avada_small_white_text','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}',NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-family\":\"PTSansRegular, Arial, Helvetica, sans-serif\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\"}',NULL),(148,'.tp-caption.avada_block_black','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}',NULL,'{\"position\":\"absolute\",\"color\":\"#A0CE4E\",\"text-shadow\":\"none\",\"font-size\":\"22px\",\"line-height\":\"34px\",\"padding\":[\"1px\", \"10px\", \"0px\", \"10px\"],\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#000\",\"font-family\":\"PTSansRegular, Arial, Helvetica, sans-serif\"}',NULL),(149,'.tp-caption.avada_block_green','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}',NULL,'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-size\":\"22px\",\"line-height\":\"34px\",\"padding\":[\"1px\", \"10px\", \"0px\", \"10px\"],\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#A0CE4E\",\"font-family\":\"PTSansRegular, Arial, Helvetica, sans-serif\"}',NULL),(150,'.tp-caption.avada_block_white','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}',NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-size\":\"22px\",\"line-height\":\"34px\",\"padding\":[\"1px\", \"10px\", \"0px\", \"10px\"],\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#000\",\"font-family\":\"PTSansRegular, Arial, Helvetica, sans-serif\"}',NULL),(151,'.tp-caption.avada_block_white_trans','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}',NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-size\":\"22px\",\"line-height\":\"34px\",\"padding\":[\"1px\", \"10px\", \"0px\", \"10px\"],\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"rgba(0, 0, 0, 0.6)\",\"font-family\":\"PTSansRegular, Arial, Helvetica, sans-serif\"}',NULL); /*!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 AUTO_INCREMENT=6 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 */; INSERT INTO `wp_revslider_layer_animations` VALUES (1,'Zoom Disappear','{\"movex\":\"0\",\"movey\":\"0\",\"movez\":\"0\",\"rotationx\":\"0\",\"rotationy\":\"0\",\"rotationz\":\"0\",\"scalex\":\"75\",\"scaley\":\"75\",\"skewx\":\"0\",\"skewy\":\"0\",\"captionopacity\":\"0\",\"captionperspective\":\"600\",\"originx\":\"50\",\"originy\":\"50\"}',NULL),(2,'PopUp','{\"movex\":\"0\",\"movey\":\"0\",\"movez\":\"0\",\"rotationx\":\"0\",\"rotationy\":\"0\",\"rotationz\":\"0\",\"scalex\":\"0\",\"scaley\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"captionopacity\":\"0\",\"captionperspective\":\"600\",\"originx\":\"50\",\"originy\":\"50\"}',NULL),(3,'swingdown','{\"movex\":\"0\",\"movey\":\"0\",\"movez\":\"0\",\"rotationx\":\"90\",\"rotationy\":\"0\",\"rotationz\":\"0\",\"scalex\":\"100\",\"scaley\":\"100\",\"skewx\":\"0\",\"skewy\":\"0\",\"captionopacity\":\"0\",\"captionperspective\":\"200\",\"originx\":\"50\",\"originy\":\"0\"}',NULL),(4,'ZoomIn','{\"movex\":\"0\",\"movey\":\"0\",\"movez\":\"0\",\"rotationx\":\"0\",\"rotationy\":\"0\",\"rotationz\":\"0\",\"scalex\":\"500\",\"scaley\":\"500\",\"skewx\":\"0\",\"skewy\":\"0\",\"captionopacity\":\"0\",\"captionperspective\":\"600\",\"originx\":\"50\",\"originy\":\"50\"}',NULL),(5,'Skew From Short Bottom','{\"movex\":\"0\",\"movey\":\"100\",\"movez\":\"0\",\"rotationx\":\"0\",\"rotationy\":\"0\",\"rotationz\":\"0\",\"scalex\":\"100\",\"scaley\":\"300\",\"skewx\":\"0\",\"skewy\":\"0\",\"captionopacity\":\"0\",\"captionperspective\":\"600\",\"originx\":\"0\",\"originy\":\"0\"}',NULL); /*!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_settings` -- DROP TABLE IF EXISTS `wp_revslider_settings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_settings` ( `id` int(9) NOT NULL AUTO_INCREMENT, `general` text NOT NULL, `params` text NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_settings` -- LOCK TABLES `wp_revslider_settings` WRITE; /*!40000 ALTER TABLE `wp_revslider_settings` DISABLE KEYS */; INSERT INTO `wp_revslider_settings` VALUES (1,'a:0:{}',''); /*!40000 ALTER TABLE `wp_revslider_settings` 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=24 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 (5,'Homeslider Boxed','homeslider_boxed','{\"title\":\"Homeslider Boxed\",\"alias\":\"homeslider_boxed\",\"shortcode\":\"[rev_slider homeslider_boxed]\",\"source_type\":\"gallery\",\"post_types\":\"post\",\"post_category\":\"category_3\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"slider_template_id\":\"10\",\"posts_list\":\"\",\"slider_type\":\"fullwidth\",\"fullscreen_offset_container\":\"\",\"fullscreen_min_height\":\"\",\"full_screen_align_force\":\"off\",\"auto_height\":\"off\",\"force_full_width\":\"off\",\"width\":\"1170\",\"height\":\"700\",\"responsitive_w1\":\"940\",\"responsitive_sw1\":\"770\",\"responsitive_w2\":\"780\",\"responsitive_sw2\":\"500\",\"responsitive_w3\":\"510\",\"responsitive_sw3\":\"310\",\"responsitive_w4\":\"0\",\"responsitive_sw4\":\"0\",\"responsitive_w5\":\"0\",\"responsitive_sw5\":\"0\",\"responsitive_w6\":\"0\",\"responsitive_sw6\":\"0\",\"delay\":\"16000\",\"shuffle\":\"off\",\"lazy_load\":\"on\",\"use_wpml\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":0,\"stop_at_slide\":1,\"load_googlefont\":\"true\",\"google_font\":[\"<link href=\\\\\'http:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:300,400,600,700,800\\\\\' rel=\\\\\'stylesheet\\\\\' type=\\\\\'text\\/css\\\\\'>\",\"<link href=\\\\\'http:\\/\\/fonts.googleapis.com\\/css?family=Raleway:100,200,300,700,800,900\\\\\' rel=\\\\\'stylesheet\\\\\' type=\\\\\'text\\/css\\\\\'>\"],\"position\":\"center\",\"margin_top\":0,\"margin_bottom\":0,\"margin_left\":0,\"margin_right\":0,\"shadow_type\":\"0\",\"show_timerbar\":\"top\",\"padding\":0,\"background_color\":\"#eee\",\"background_dotted_overlay\":\"none\",\"show_background_image\":\"false\",\"background_image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"use_parallax\":\"on\",\"parallax_type\":\"mouse\",\"parallax_bg_freeze\":\"off\",\"parallax_level_1\":\"7\",\"parallax_level_2\":\"4\",\"parallax_level_3\":\"3\",\"parallax_level_4\":\"2\",\"parallax_level_5\":\"5\",\"parallax_level_6\":\"4\",\"parallax_level_7\":\"3\",\"parallax_level_8\":\"2\",\"parallax_level_9\":\"1\",\"parallax_level_10\":\"0\",\"use_spinner\":\"4\",\"spinner_color\":\"#fff\",\"stop_on_hover\":\"on\",\"keyboard_navigation\":\"off\",\"hide_thumbs\":200,\"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,\"thumb_width\":100,\"thumb_height\":50,\"thumb_amount\":5,\"touchenabled\":\"on\",\"swipe_velocity\":0.7,\"swipe_min_touches\":1,\"swipe_max_touches\":1,\"drag_block_vertical\":\"false\",\"disable_on_mobile\":\"off\",\"hide_slider_under\":0,\"hide_defined_layers_under\":0,\"hide_all_layers_under\":0,\"hide_arrows_on_mobile\":\"off\",\"hide_bullets_on_mobile\":\"off\",\"hide_thumbs_on_mobile\":\"off\",\"hide_thumbs_under_resolution\":0,\"hide_thumbs_delay_mobile\":1500,\"loop_slide\":\"loop\",\"start_with_slide\":\"1\",\"first_transition_type\":\"fade\",\"first_transition_duration\":300,\"first_transition_slot_amount\":7,\"reset_transitions\":\"\",\"reset_transition_duration\":0,\"0\":\"Execute settings on all slides\",\"jquery_noconflict\":\"on\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"custom_css\":\"\",\"custom_javascript\":\"\",\"template\":\"false\",\"1\":{\"1\":\"<link href=\\\\\'http:\\/\\/fonts.googleapis.com\\/css?family=Raleway:100,200,300,700,800,900\\\\\' rel=\\\\\'stylesheet\\\\\' type=\\\\\'text\\/css\\\\\'>\"},\"enable_bullets\":\"on\",\"enable_thumbnails\":\"off\",\"enable_tabs\":\"off\",\"enable_arrows\":\"on\",\"navigation_arrow_style\":\"preview3\",\"navigation_bullets_style\":\"preview3\",\"arrows_always_on\":\"false\",\"bullets_always_on\":\"false\",\"thumbs_always_on\":\"false\",\"hide_arrows\":200,\"hide_bullets\":200,\"bullets_align_vert\":\"bottom\",\"thumbnails_align_vert\":\"bottom\",\"bullets_align_hor\":\"center\",\"thumbnails_align_hor\":\"center\",\"bullets_offset_hor\":\"0\",\"thumbnails_offset_hor\":\"0\",\"bullets_offset_vert\":20,\"thumbnails_offset_vert\":20,\"enable_progressbar\":\"on\"}','{\"version\":\"5.0.7\"}',''),(6,'FullScreen Video Slider','fullscreenvideo','{\"title\":\"FullScreen Video Slider\",\"alias\":\"fullscreenvideo\",\"shortcode\":\"[rev_slider fullscreenvideo]\",\"source_type\":\"gallery\",\"post_types\":\"post\",\"post_category\":\"category_3\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"slider_template_id\":\"10\",\"posts_list\":\"\",\"slider_type\":\"fullscreen\",\"fullscreen_offset_container\":\".headerwrap, .headertopwrap\",\"fullscreen_min_height\":\"400\",\"full_screen_align_force\":\"off\",\"auto_height\":\"off\",\"force_full_width\":\"on\",\"width\":\"1170\",\"height\":\"700\",\"responsitive_w1\":\"940\",\"responsitive_sw1\":\"770\",\"responsitive_w2\":\"780\",\"responsitive_sw2\":\"500\",\"responsitive_w3\":\"510\",\"responsitive_sw3\":\"310\",\"responsitive_w4\":\"0\",\"responsitive_sw4\":\"0\",\"responsitive_w5\":\"0\",\"responsitive_sw5\":\"0\",\"responsitive_w6\":\"0\",\"responsitive_sw6\":\"0\",\"delay\":\"9000\",\"shuffle\":\"off\",\"lazy_load\":\"off\",\"use_wpml\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":0,\"stop_at_slide\":2,\"position\":\"center\",\"margin_top\":0,\"margin_bottom\":0,\"margin_left\":0,\"margin_right\":0,\"shadow_type\":\"0\",\"show_timerbar\":\"top\",\"padding\":0,\"background_color\":\"#E9E9E9\",\"background_dotted_overlay\":\"none\",\"show_background_image\":\"false\",\"background_image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"use_parallax\":\"off\",\"parallax_type\":\"mouse\",\"parallax_bg_freeze\":\"off\",\"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\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"stop_on_hover\":\"on\",\"keyboard_navigation\":\"on\",\"navigation_style\":\"preview4\",\"navigaion_type\":\"none\",\"navigation_arrows\":\"solo\",\"navigaion_always_on\":\"false\",\"hide_thumbs\":200,\"navigaion_align_hor\":\"center\",\"navigaion_align_vert\":\"bottom\",\"navigaion_offset_hor\":\"0\",\"navigaion_offset_vert\":20,\"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,\"thumb_width\":100,\"thumb_height\":50,\"thumb_amount\":5,\"touchenabled\":\"on\",\"swipe_velocity\":0.7,\"swipe_min_touches\":1,\"swipe_max_touches\":1,\"drag_block_vertical\":\"false\",\"disable_on_mobile\":\"off\",\"hide_slider_under\":0,\"hide_defined_layers_under\":0,\"hide_all_layers_under\":0,\"hide_arrows_on_mobile\":\"off\",\"hide_bullets_on_mobile\":\"off\",\"hide_thumbs_on_mobile\":\"off\",\"hide_thumbs_under_resolution\":0,\"hide_thumbs_delay_mobile\":1500,\"loop_slide\":\"loop\",\"start_with_slide\":\"1\",\"first_transition_active\":\"true\",\"first_transition_type\":\"fade\",\"first_transition_duration\":1000,\"first_transition_slot_amount\":7,\"reset_transitions\":\"\",\"reset_transition_duration\":0,\"0\":\"Execute settings on all slides\",\"jquery_noconflict\":\"on\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"custom_css\":\"\",\"custom_javascript\":\"\",\"template\":\"false\"}','{\"version\":\"5.0.7\"}',''),(7,'Parallax Scroll Slider','parallax_scroll_slider','{\"title\":\"Parallax Scroll Slider\",\"alias\":\"parallax_scroll_slider\",\"shortcode\":\"[rev_slider parallax_scroll_slider]\",\"source_type\":\"gallery\",\"post_types\":\"post\",\"post_category\":\"category_3\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"slider_template_id\":\"10\",\"posts_list\":\"\",\"slider_type\":\"fullwidth\",\"fullscreen_offset_container\":\"\",\"fullscreen_min_height\":\"\",\"full_screen_align_force\":\"off\",\"auto_height\":\"off\",\"force_full_width\":\"on\",\"width\":\"1170\",\"height\":\"700\",\"responsitive_w1\":\"940\",\"responsitive_sw1\":\"770\",\"responsitive_w2\":\"780\",\"responsitive_sw2\":\"500\",\"responsitive_w3\":\"510\",\"responsitive_sw3\":\"310\",\"responsitive_w4\":\"0\",\"responsitive_sw4\":\"0\",\"responsitive_w5\":\"0\",\"responsitive_sw5\":\"0\",\"responsitive_w6\":\"0\",\"responsitive_sw6\":\"0\",\"delay\":\"16000\",\"shuffle\":\"off\",\"lazy_load\":\"on\",\"use_wpml\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":0,\"stop_at_slide\":1,\"load_googlefont\":\"true\",\"google_font\":[\"<link href=\\\\\'http:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:300,400,600,700,800\\\\\' rel=\\\\\'stylesheet\\\\\' type=\\\\\'text\\/css\\\\\'>\",\"<link href=\\\\\'http:\\/\\/fonts.googleapis.com\\/css?family=Raleway:100,200,300,700,800,900\\\\\' rel=\\\\\'stylesheet\\\\\' type=\\\\\'text\\/css\\\\\'>\"],\"position\":\"center\",\"margin_top\":0,\"margin_bottom\":0,\"margin_left\":0,\"margin_right\":0,\"shadow_type\":\"0\",\"show_timerbar\":\"top\",\"padding\":0,\"background_color\":\"#eee\",\"background_dotted_overlay\":\"none\",\"show_background_image\":\"false\",\"background_image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"use_parallax\":\"on\",\"parallax_type\":\"scroll\",\"parallax_bg_freeze\":\"off\",\"parallax_level_1\":\"10\",\"parallax_level_2\":\"20\",\"parallax_level_3\":\"30\",\"parallax_level_4\":\"40\",\"parallax_level_5\":\"50\",\"parallax_level_6\":\"60\",\"parallax_level_7\":\"70\",\"parallax_level_8\":\"80\",\"parallax_level_9\":\"90\",\"parallax_level_10\":\"100\",\"use_spinner\":\"4\",\"spinner_color\":\"#fff\",\"stop_on_hover\":\"on\",\"keyboard_navigation\":\"off\",\"hide_thumbs\":200,\"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,\"thumb_width\":100,\"thumb_height\":50,\"thumb_amount\":5,\"touchenabled\":\"on\",\"swipe_velocity\":0.7,\"swipe_min_touches\":1,\"swipe_max_touches\":1,\"drag_block_vertical\":\"false\",\"disable_on_mobile\":\"off\",\"hide_slider_under\":0,\"hide_defined_layers_under\":0,\"hide_all_layers_under\":0,\"hide_arrows_on_mobile\":\"off\",\"hide_bullets_on_mobile\":\"off\",\"hide_thumbs_on_mobile\":\"off\",\"hide_thumbs_under_resolution\":0,\"hide_thumbs_delay_mobile\":1500,\"loop_slide\":\"loop\",\"start_with_slide\":\"1\",\"first_transition_type\":\"fade\",\"first_transition_duration\":300,\"first_transition_slot_amount\":7,\"reset_transitions\":\"\",\"reset_transition_duration\":0,\"0\":\"Execute settings on all slides\",\"jquery_noconflict\":\"on\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"custom_css\":\"\",\"custom_javascript\":\"\",\"template\":\"false\",\"1\":{\"1\":\"<link href=\\\\\'http:\\/\\/fonts.googleapis.com\\/css?family=Raleway:100,200,300,700,800,900\\\\\' rel=\\\\\'stylesheet\\\\\' type=\\\\\'text\\/css\\\\\'>\"},\"enable_arrows\":\"on\",\"navigation_arrow_style\":\"preview1\",\"navigation_bullets_style\":\"preview1\",\"arrows_always_on\":\"false\",\"bullets_always_on\":\"false\",\"thumbs_always_on\":\"false\",\"hide_arrows\":200,\"hide_bullets\":200,\"bullets_align_vert\":\"bottom\",\"thumbnails_align_vert\":\"bottom\",\"bullets_align_hor\":\"center\",\"thumbnails_align_hor\":\"center\",\"bullets_offset_hor\":\"0\",\"thumbnails_offset_hor\":\"0\",\"bullets_offset_vert\":20,\"thumbnails_offset_vert\":20,\"enable_progressbar\":\"on\"}','{\"version\":\"5.0.7\"}',''),(8,'Parallax Scroll Slider','parallax_scroll_slider','{\"title\":\"Parallax Scroll Slider\",\"alias\":\"parallax_scroll_slider\",\"shortcode\":\"[rev_slider parallax_scroll_slider]\",\"source_type\":\"gallery\",\"post_types\":\"post\",\"post_category\":\"category_3\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"slider_template_id\":\"10\",\"posts_list\":\"\",\"slider_type\":\"fullwidth\",\"fullscreen_offset_container\":\"\",\"fullscreen_min_height\":\"\",\"full_screen_align_force\":\"off\",\"auto_height\":\"off\",\"force_full_width\":\"on\",\"width\":\"1170\",\"height\":\"700\",\"responsitive_w1\":\"940\",\"responsitive_sw1\":\"770\",\"responsitive_w2\":\"780\",\"responsitive_sw2\":\"500\",\"responsitive_w3\":\"510\",\"responsitive_sw3\":\"310\",\"responsitive_w4\":\"0\",\"responsitive_sw4\":\"0\",\"responsitive_w5\":\"0\",\"responsitive_sw5\":\"0\",\"responsitive_w6\":\"0\",\"responsitive_sw6\":\"0\",\"delay\":\"16000\",\"shuffle\":\"off\",\"lazy_load\":\"on\",\"use_wpml\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":0,\"stop_at_slide\":1,\"load_googlefont\":\"true\",\"google_font\":[\"<link href=\\\\\'http:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:300,400,600,700,800\\\\\' rel=\\\\\'stylesheet\\\\\' type=\\\\\'text\\/css\\\\\'>\",\"<link href=\\\\\'http:\\/\\/fonts.googleapis.com\\/css?family=Raleway:100,200,300,700,800,900\\\\\' rel=\\\\\'stylesheet\\\\\' type=\\\\\'text\\/css\\\\\'>\"],\"position\":\"center\",\"margin_top\":0,\"margin_bottom\":0,\"margin_left\":0,\"margin_right\":0,\"shadow_type\":\"0\",\"show_timerbar\":\"top\",\"padding\":0,\"background_color\":\"#eee\",\"background_dotted_overlay\":\"none\",\"show_background_image\":\"false\",\"background_image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"use_parallax\":\"on\",\"parallax_type\":\"scroll\",\"parallax_bg_freeze\":\"off\",\"parallax_level_1\":\"10\",\"parallax_level_2\":\"20\",\"parallax_level_3\":\"30\",\"parallax_level_4\":\"40\",\"parallax_level_5\":\"50\",\"parallax_level_6\":\"60\",\"parallax_level_7\":\"70\",\"parallax_level_8\":\"80\",\"parallax_level_9\":\"90\",\"parallax_level_10\":\"100\",\"use_spinner\":\"4\",\"spinner_color\":\"#fff\",\"stop_on_hover\":\"on\",\"keyboard_navigation\":\"off\",\"hide_thumbs\":200,\"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,\"thumb_width\":100,\"thumb_height\":50,\"thumb_amount\":5,\"touchenabled\":\"on\",\"swipe_velocity\":0.7,\"swipe_min_touches\":1,\"swipe_max_touches\":1,\"drag_block_vertical\":\"false\",\"disable_on_mobile\":\"off\",\"hide_slider_under\":0,\"hide_defined_layers_under\":0,\"hide_all_layers_under\":0,\"hide_arrows_on_mobile\":\"off\",\"hide_bullets_on_mobile\":\"off\",\"hide_thumbs_on_mobile\":\"off\",\"hide_thumbs_under_resolution\":0,\"hide_thumbs_delay_mobile\":1500,\"loop_slide\":\"loop\",\"start_with_slide\":\"1\",\"first_transition_type\":\"fade\",\"first_transition_duration\":300,\"first_transition_slot_amount\":7,\"reset_transitions\":\"\",\"reset_transition_duration\":0,\"0\":\"Execute settings on all slides\",\"jquery_noconflict\":\"on\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"custom_css\":\"\",\"custom_javascript\":\"\",\"template\":\"false\",\"1\":{\"1\":\"<link href=\\\\\'http:\\/\\/fonts.googleapis.com\\/css?family=Raleway:100,200,300,700,800,900\\\\\' rel=\\\\\'stylesheet\\\\\' type=\\\\\'text\\/css\\\\\'>\"},\"enable_arrows\":\"on\",\"navigation_arrow_style\":\"preview1\",\"navigation_bullets_style\":\"preview1\",\"arrows_always_on\":\"false\",\"bullets_always_on\":\"false\",\"thumbs_always_on\":\"false\",\"hide_arrows\":200,\"hide_bullets\":200,\"bullets_align_vert\":\"bottom\",\"thumbnails_align_vert\":\"bottom\",\"bullets_align_hor\":\"center\",\"thumbnails_align_hor\":\"center\",\"bullets_offset_hor\":\"0\",\"thumbnails_offset_hor\":\"0\",\"bullets_offset_vert\":20,\"thumbnails_offset_vert\":20,\"enable_progressbar\":\"on\"}','{\"version\":\"5.0.7\"}',''),(9,'Parallax Scroll Slider','parallax_scroll_slider','{\"title\":\"Parallax Scroll Slider\",\"alias\":\"parallax_scroll_slider\",\"shortcode\":\"[rev_slider parallax_scroll_slider]\",\"source_type\":\"gallery\",\"post_types\":\"post\",\"post_category\":\"category_3\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"slider_template_id\":\"10\",\"posts_list\":\"\",\"slider_type\":\"fullwidth\",\"fullscreen_offset_container\":\"\",\"fullscreen_min_height\":\"\",\"full_screen_align_force\":\"off\",\"auto_height\":\"off\",\"force_full_width\":\"on\",\"width\":\"1170\",\"height\":\"700\",\"responsitive_w1\":\"940\",\"responsitive_sw1\":\"770\",\"responsitive_w2\":\"780\",\"responsitive_sw2\":\"500\",\"responsitive_w3\":\"510\",\"responsitive_sw3\":\"310\",\"responsitive_w4\":\"0\",\"responsitive_sw4\":\"0\",\"responsitive_w5\":\"0\",\"responsitive_sw5\":\"0\",\"responsitive_w6\":\"0\",\"responsitive_sw6\":\"0\",\"delay\":\"16000\",\"shuffle\":\"off\",\"lazy_load\":\"on\",\"use_wpml\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":0,\"stop_at_slide\":1,\"load_googlefont\":\"true\",\"google_font\":[\"<link href=\\\\\'http:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:300,400,600,700,800\\\\\' rel=\\\\\'stylesheet\\\\\' type=\\\\\'text\\/css\\\\\'>\",\"<link href=\\\\\'http:\\/\\/fonts.googleapis.com\\/css?family=Raleway:100,200,300,700,800,900\\\\\' rel=\\\\\'stylesheet\\\\\' type=\\\\\'text\\/css\\\\\'>\"],\"position\":\"center\",\"margin_top\":0,\"margin_bottom\":0,\"margin_left\":0,\"margin_right\":0,\"shadow_type\":\"0\",\"show_timerbar\":\"top\",\"padding\":0,\"background_color\":\"#eee\",\"background_dotted_overlay\":\"none\",\"show_background_image\":\"false\",\"background_image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"use_parallax\":\"on\",\"parallax_type\":\"scroll\",\"parallax_bg_freeze\":\"off\",\"parallax_level_1\":\"10\",\"parallax_level_2\":\"20\",\"parallax_level_3\":\"30\",\"parallax_level_4\":\"40\",\"parallax_level_5\":\"50\",\"parallax_level_6\":\"60\",\"parallax_level_7\":\"70\",\"parallax_level_8\":\"80\",\"parallax_level_9\":\"90\",\"parallax_level_10\":\"100\",\"use_spinner\":\"4\",\"spinner_color\":\"#fff\",\"stop_on_hover\":\"on\",\"keyboard_navigation\":\"off\",\"hide_thumbs\":200,\"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,\"thumb_width\":100,\"thumb_height\":50,\"thumb_amount\":5,\"touchenabled\":\"on\",\"swipe_velocity\":0.7,\"swipe_min_touches\":1,\"swipe_max_touches\":1,\"drag_block_vertical\":\"false\",\"disable_on_mobile\":\"off\",\"hide_slider_under\":0,\"hide_defined_layers_under\":0,\"hide_all_layers_under\":0,\"hide_arrows_on_mobile\":\"off\",\"hide_bullets_on_mobile\":\"off\",\"hide_thumbs_on_mobile\":\"off\",\"hide_thumbs_under_resolution\":0,\"hide_thumbs_delay_mobile\":1500,\"loop_slide\":\"loop\",\"start_with_slide\":\"1\",\"first_transition_type\":\"fade\",\"first_transition_duration\":300,\"first_transition_slot_amount\":7,\"reset_transitions\":\"\",\"reset_transition_duration\":0,\"0\":\"Execute settings on all slides\",\"jquery_noconflict\":\"on\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"custom_css\":\"\",\"custom_javascript\":\"\",\"template\":\"false\",\"1\":{\"1\":\"<link href=\\\\\'http:\\/\\/fonts.googleapis.com\\/css?family=Raleway:100,200,300,700,800,900\\\\\' rel=\\\\\'stylesheet\\\\\' type=\\\\\'text\\/css\\\\\'>\"},\"enable_arrows\":\"on\",\"navigation_arrow_style\":\"preview1\",\"navigation_bullets_style\":\"preview1\",\"arrows_always_on\":\"false\",\"bullets_always_on\":\"false\",\"thumbs_always_on\":\"false\",\"hide_arrows\":200,\"hide_bullets\":200,\"bullets_align_vert\":\"bottom\",\"thumbnails_align_vert\":\"bottom\",\"bullets_align_hor\":\"center\",\"thumbnails_align_hor\":\"center\",\"bullets_offset_hor\":\"0\",\"thumbnails_offset_hor\":\"0\",\"bullets_offset_vert\":20,\"thumbnails_offset_vert\":20,\"enable_progressbar\":\"on\"}','{\"version\":\"5.0.7\"}',''),(10,'Homeslider Fullscreen','homeslider_fullscreen','{\"title\":\"Homeslider Fullscreen\",\"alias\":\"homeslider_fullscreen\",\"shortcode\":\"[rev_slider homeslider_fullscreen]\",\"source_type\":\"gallery\",\"post_types\":\"post\",\"post_category\":\"category_3\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"slider_template_id\":\"10\",\"posts_list\":\"\",\"slider_type\":\"fullscreen\",\"fullscreen_offset_container\":\".headerwrap, .headertopwrap\",\"fullscreen_min_height\":\"400\",\"full_screen_align_force\":\"off\",\"auto_height\":\"off\",\"force_full_width\":\"on\",\"width\":\"1170\",\"height\":\"700\",\"responsitive_w1\":\"940\",\"responsitive_sw1\":\"770\",\"responsitive_w2\":\"780\",\"responsitive_sw2\":\"500\",\"responsitive_w3\":\"510\",\"responsitive_sw3\":\"310\",\"responsitive_w4\":\"0\",\"responsitive_sw4\":\"0\",\"responsitive_w5\":\"0\",\"responsitive_sw5\":\"0\",\"responsitive_w6\":\"0\",\"responsitive_sw6\":\"0\",\"delay\":\"16000\",\"shuffle\":\"off\",\"lazy_load\":\"on\",\"use_wpml\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":0,\"stop_at_slide\":1,\"load_googlefont\":\"true\",\"google_font\":[\"<link href=\\\\\'http:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:300,400,600,700,800\\\\\' rel=\\\\\'stylesheet\\\\\' type=\\\\\'text\\/css\\\\\'>\",\"<link href=\\\\\'http:\\/\\/fonts.googleapis.com\\/css?family=Raleway:100,200,300,700,800,900\\\\\' rel=\\\\\'stylesheet\\\\\' type=\\\\\'text\\/css\\\\\'>\"],\"position\":\"center\",\"margin_top\":0,\"margin_bottom\":0,\"margin_left\":0,\"margin_right\":0,\"shadow_type\":\"0\",\"show_timerbar\":\"top\",\"padding\":0,\"background_color\":\"#eee\",\"background_dotted_overlay\":\"none\",\"show_background_image\":\"false\",\"background_image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"use_parallax\":\"on\",\"parallax_type\":\"mouse\",\"parallax_bg_freeze\":\"off\",\"parallax_level_1\":\"7\",\"parallax_level_2\":\"4\",\"parallax_level_3\":\"3\",\"parallax_level_4\":\"2\",\"parallax_level_5\":\"5\",\"parallax_level_6\":\"4\",\"parallax_level_7\":\"3\",\"parallax_level_8\":\"2\",\"parallax_level_9\":\"1\",\"parallax_level_10\":\"0\",\"use_spinner\":\"4\",\"spinner_color\":\"#fff\",\"stop_on_hover\":\"on\",\"keyboard_navigation\":\"off\",\"hide_thumbs\":200,\"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,\"thumb_width\":100,\"thumb_height\":50,\"thumb_amount\":5,\"touchenabled\":\"on\",\"swipe_velocity\":0.7,\"swipe_min_touches\":1,\"swipe_max_touches\":1,\"drag_block_vertical\":\"false\",\"disable_on_mobile\":\"off\",\"hide_slider_under\":0,\"hide_defined_layers_under\":0,\"hide_all_layers_under\":0,\"hide_arrows_on_mobile\":\"off\",\"hide_bullets_on_mobile\":\"off\",\"hide_thumbs_on_mobile\":\"off\",\"hide_thumbs_under_resolution\":0,\"hide_thumbs_delay_mobile\":1500,\"loop_slide\":\"loop\",\"start_with_slide\":\"1\",\"first_transition_type\":\"fade\",\"first_transition_duration\":300,\"first_transition_slot_amount\":7,\"reset_transitions\":\"\",\"reset_transition_duration\":0,\"0\":\"Execute settings on all slides\",\"jquery_noconflict\":\"on\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"custom_css\":\"\",\"custom_javascript\":\"\",\"template\":\"false\",\"1\":{\"1\":\"<link href=\\\\\'http:\\/\\/fonts.googleapis.com\\/css?family=Raleway:100,200,300,700,800,900\\\\\' rel=\\\\\'stylesheet\\\\\' type=\\\\\'text\\/css\\\\\'>\"},\"enable_bullets\":\"on\",\"enable_thumbnails\":\"off\",\"enable_tabs\":\"off\",\"enable_arrows\":\"on\",\"navigation_arrow_style\":\"preview4\",\"navigation_bullets_style\":\"preview4\",\"arrows_always_on\":\"false\",\"bullets_always_on\":\"false\",\"thumbs_always_on\":\"false\",\"hide_arrows\":200,\"hide_bullets\":200,\"bullets_align_vert\":\"bottom\",\"thumbnails_align_vert\":\"bottom\",\"bullets_align_hor\":\"center\",\"thumbnails_align_hor\":\"center\",\"bullets_offset_hor\":\"0\",\"thumbnails_offset_hor\":\"0\",\"bullets_offset_vert\":20,\"thumbnails_offset_vert\":20,\"enable_progressbar\":\"on\"}','{\"version\":\"5.0.7\"}',''),(11,'Homeslider Fullscreen','homeslider_fullscreen','{\"title\":\"Homeslider Fullscreen\",\"alias\":\"homeslider_fullscreen\",\"shortcode\":\"[rev_slider homeslider_fullscreen]\",\"source_type\":\"gallery\",\"post_types\":\"post\",\"post_category\":\"category_3\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"slider_template_id\":\"10\",\"posts_list\":\"\",\"slider_type\":\"fullscreen\",\"fullscreen_offset_container\":\".headerwrap, .headertopwrap\",\"fullscreen_min_height\":\"400\",\"full_screen_align_force\":\"off\",\"auto_height\":\"off\",\"force_full_width\":\"on\",\"width\":\"1170\",\"height\":\"700\",\"responsitive_w1\":\"940\",\"responsitive_sw1\":\"770\",\"responsitive_w2\":\"780\",\"responsitive_sw2\":\"500\",\"responsitive_w3\":\"510\",\"responsitive_sw3\":\"310\",\"responsitive_w4\":\"0\",\"responsitive_sw4\":\"0\",\"responsitive_w5\":\"0\",\"responsitive_sw5\":\"0\",\"responsitive_w6\":\"0\",\"responsitive_sw6\":\"0\",\"delay\":\"16000\",\"shuffle\":\"off\",\"lazy_load\":\"on\",\"use_wpml\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":0,\"stop_at_slide\":1,\"load_googlefont\":\"true\",\"google_font\":[\"<link href=\\\\\'http:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:300,400,600,700,800\\\\\' rel=\\\\\'stylesheet\\\\\' type=\\\\\'text\\/css\\\\\'>\",\"<link href=\\\\\'http:\\/\\/fonts.googleapis.com\\/css?family=Raleway:100,200,300,700,800,900\\\\\' rel=\\\\\'stylesheet\\\\\' type=\\\\\'text\\/css\\\\\'>\"],\"position\":\"center\",\"margin_top\":0,\"margin_bottom\":0,\"margin_left\":0,\"margin_right\":0,\"shadow_type\":\"0\",\"show_timerbar\":\"top\",\"padding\":0,\"background_color\":\"#eee\",\"background_dotted_overlay\":\"none\",\"show_background_image\":\"false\",\"background_image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"use_parallax\":\"on\",\"parallax_type\":\"mouse\",\"parallax_bg_freeze\":\"off\",\"parallax_level_1\":\"7\",\"parallax_level_2\":\"4\",\"parallax_level_3\":\"3\",\"parallax_level_4\":\"2\",\"parallax_level_5\":\"5\",\"parallax_level_6\":\"4\",\"parallax_level_7\":\"3\",\"parallax_level_8\":\"2\",\"parallax_level_9\":\"1\",\"parallax_level_10\":\"0\",\"use_spinner\":\"4\",\"spinner_color\":\"#fff\",\"stop_on_hover\":\"on\",\"keyboard_navigation\":\"off\",\"hide_thumbs\":200,\"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,\"thumb_width\":100,\"thumb_height\":50,\"thumb_amount\":5,\"touchenabled\":\"on\",\"swipe_velocity\":0.7,\"swipe_min_touches\":1,\"swipe_max_touches\":1,\"drag_block_vertical\":\"false\",\"disable_on_mobile\":\"off\",\"hide_slider_under\":0,\"hide_defined_layers_under\":0,\"hide_all_layers_under\":0,\"hide_arrows_on_mobile\":\"off\",\"hide_bullets_on_mobile\":\"off\",\"hide_thumbs_on_mobile\":\"off\",\"hide_thumbs_under_resolution\":0,\"hide_thumbs_delay_mobile\":1500,\"loop_slide\":\"loop\",\"start_with_slide\":\"1\",\"first_transition_type\":\"fade\",\"first_transition_duration\":300,\"first_transition_slot_amount\":7,\"reset_transitions\":\"\",\"reset_transition_duration\":0,\"0\":\"Execute settings on all slides\",\"jquery_noconflict\":\"on\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"custom_css\":\"\",\"custom_javascript\":\"\",\"template\":\"false\",\"1\":{\"1\":\"<link href=\\\\\'http:\\/\\/fonts.googleapis.com\\/css?family=Raleway:100,200,300,700,800,900\\\\\' rel=\\\\\'stylesheet\\\\\' type=\\\\\'text\\/css\\\\\'>\"},\"enable_bullets\":\"on\",\"enable_thumbnails\":\"off\",\"enable_tabs\":\"off\",\"enable_arrows\":\"on\",\"navigation_arrow_style\":\"preview4\",\"navigation_bullets_style\":\"preview4\",\"arrows_always_on\":\"false\",\"bullets_always_on\":\"false\",\"thumbs_always_on\":\"false\",\"hide_arrows\":200,\"hide_bullets\":200,\"bullets_align_vert\":\"bottom\",\"thumbnails_align_vert\":\"bottom\",\"bullets_align_hor\":\"center\",\"thumbnails_align_hor\":\"center\",\"bullets_offset_hor\":\"0\",\"thumbnails_offset_hor\":\"0\",\"bullets_offset_vert\":20,\"thumbnails_offset_vert\":20,\"enable_progressbar\":\"on\"}','{\"version\":\"5.0.7\"}',''),(12,'Homeslider Fullscreen','homeslider_fullscreen','{\"title\":\"Homeslider Fullscreen\",\"alias\":\"homeslider_fullscreen\",\"shortcode\":\"[rev_slider homeslider_fullscreen]\",\"source_type\":\"gallery\",\"post_types\":\"post\",\"post_category\":\"category_3\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"slider_template_id\":\"10\",\"posts_list\":\"\",\"slider_type\":\"fullscreen\",\"fullscreen_offset_container\":\".headerwrap, .headertopwrap\",\"fullscreen_min_height\":\"400\",\"full_screen_align_force\":\"off\",\"auto_height\":\"off\",\"force_full_width\":\"on\",\"width\":\"1170\",\"height\":\"700\",\"responsitive_w1\":\"940\",\"responsitive_sw1\":\"770\",\"responsitive_w2\":\"780\",\"responsitive_sw2\":\"500\",\"responsitive_w3\":\"510\",\"responsitive_sw3\":\"310\",\"responsitive_w4\":\"0\",\"responsitive_sw4\":\"0\",\"responsitive_w5\":\"0\",\"responsitive_sw5\":\"0\",\"responsitive_w6\":\"0\",\"responsitive_sw6\":\"0\",\"delay\":\"16000\",\"shuffle\":\"off\",\"lazy_load\":\"on\",\"use_wpml\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":0,\"stop_at_slide\":1,\"load_googlefont\":\"true\",\"google_font\":[\"<link href=\\\\\'http:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans:300,400,600,700,800\\\\\' rel=\\\\\'stylesheet\\\\\' type=\\\\\'text\\/css\\\\\'>\",\"<link href=\\\\\'http:\\/\\/fonts.googleapis.com\\/css?family=Raleway:100,200,300,700,800,900\\\\\' rel=\\\\\'stylesheet\\\\\' type=\\\\\'text\\/css\\\\\'>\"],\"position\":\"center\",\"margin_top\":0,\"margin_bottom\":0,\"margin_left\":0,\"margin_right\":0,\"shadow_type\":\"0\",\"show_timerbar\":\"top\",\"padding\":0,\"background_color\":\"#eee\",\"background_dotted_overlay\":\"none\",\"show_background_image\":\"false\",\"background_image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"use_parallax\":\"on\",\"parallax_type\":\"mouse\",\"parallax_bg_freeze\":\"off\",\"parallax_level_1\":\"7\",\"parallax_level_2\":\"4\",\"parallax_level_3\":\"3\",\"parallax_level_4\":\"2\",\"parallax_level_5\":\"5\",\"parallax_level_6\":\"4\",\"parallax_level_7\":\"3\",\"parallax_level_8\":\"2\",\"parallax_level_9\":\"1\",\"parallax_level_10\":\"0\",\"use_spinner\":\"4\",\"spinner_color\":\"#fff\",\"stop_on_hover\":\"on\",\"keyboard_navigation\":\"off\",\"hide_thumbs\":200,\"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,\"thumb_width\":100,\"thumb_height\":50,\"thumb_amount\":5,\"touchenabled\":\"on\",\"swipe_velocity\":0.7,\"swipe_min_touches\":1,\"swipe_max_touches\":1,\"drag_block_vertical\":\"false\",\"disable_on_mobile\":\"off\",\"hide_slider_under\":0,\"hide_defined_layers_under\":0,\"hide_all_layers_under\":0,\"hide_arrows_on_mobile\":\"off\",\"hide_bullets_on_mobile\":\"off\",\"hide_thumbs_on_mobile\":\"off\",\"hide_thumbs_under_resolution\":0,\"hide_thumbs_delay_mobile\":1500,\"loop_slide\":\"loop\",\"start_with_slide\":\"1\",\"first_transition_type\":\"fade\",\"first_transition_duration\":300,\"first_transition_slot_amount\":7,\"reset_transitions\":\"\",\"reset_transition_duration\":0,\"0\":\"Execute settings on all slides\",\"jquery_noconflict\":\"on\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"custom_css\":\"\",\"custom_javascript\":\"\",\"template\":\"false\",\"1\":{\"1\":\"<link href=\\\\\'http:\\/\\/fonts.googleapis.com\\/css?family=Raleway:100,200,300,700,800,900\\\\\' rel=\\\\\'stylesheet\\\\\' type=\\\\\'text\\/css\\\\\'>\"},\"enable_bullets\":\"on\",\"enable_thumbnails\":\"off\",\"enable_tabs\":\"off\",\"enable_arrows\":\"on\",\"navigation_arrow_style\":\"preview4\",\"navigation_bullets_style\":\"preview4\",\"arrows_always_on\":\"false\",\"bullets_always_on\":\"false\",\"thumbs_always_on\":\"false\",\"hide_arrows\":200,\"hide_bullets\":200,\"bullets_align_vert\":\"bottom\",\"thumbnails_align_vert\":\"bottom\",\"bullets_align_hor\":\"center\",\"thumbnails_align_hor\":\"center\",\"bullets_offset_hor\":\"0\",\"thumbnails_offset_hor\":\"0\",\"bullets_offset_vert\":20,\"thumbnails_offset_vert\":20,\"enable_progressbar\":\"on\"}','{\"version\":\"5.0.7\"}',''),(13,'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'),(15,'TEST2','TEST2','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"flickr-count\":\"\",\"flickr-transient\":\"1200\",\"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-transient\":\"1200\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-transient\":\"1200\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"TEST2\",\"alias\":\"TEST2\",\"shortcode\":\"[rev_slider alias=\\\\\\\"TEST2\\\\\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"auto\",\"width\":\"1240\",\"height\":\"868\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"off\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"slider_id\":\"\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-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_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Clear\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"waitforinit\":\"off\",\"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\":\"\",\"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\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"rtl_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"navigation_arrows_preset\":\"default\",\"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\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"off\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"navigation_bullets_preset\":\"default\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"bullets_position\":\"slider\",\"enable_thumbnails\":\"off\",\"rtl_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"navigation_thumbs_preset\":\"default\",\"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\",\"thumbnails_position\":\"slider\",\"enable_tabs\":\"off\",\"rtl_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"round\",\"navigation_tabs_preset\":\"default\",\"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\",\"tabs_position\":\"slider\",\"touchenabled\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"1\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"mousescroll_navigation_reverse\":\"default\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"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\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_16\":\"55\",\"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\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"ignore_height_changes\":\"off\",\"ignore_height_changes_px\":\"0\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\"}','{\"version\":5}',''),(16,'Web Product Dark Hero','web-product-dark-hero','{\"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\":\"Web Product Dark Hero\",\"alias\":\"web-product-dark-hero\",\"shortcode\":\"[rev_slider alias=\\\\\\\"web-product-dark-hero\\\\\\\"]\",\"slider-type\":\"hero\",\"slider_type\":\"fullwidth\",\"width\":\"1400\",\"height\":\"768\",\"width_notebook\":\"1240\",\"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 top\",\"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\":\"100\",\"0\":\"Revapi78.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:\\/\\/server.local\\/revslider\\/wp-content\\/uploads\\/2015\\/05\\/express_bglight.jpg\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"left top\",\"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\":\"round\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"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\":\"50\",\"swipe_direction\":\"vertical\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"vertical\",\"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\":\"on\",\"parallax_type\":\"mouse+scroll\",\"parallax_origo\":\"slidercenter\",\"parallax_speed\":\"2000\",\"parallax_level_1\":\"1\",\"parallax_level_2\":\"2\",\"parallax_level_3\":\"3\",\"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\":\"78\",\"nonce\":\"8c4b265ee6\",\"import_file\":\"\",\"update_animations\":\"true\",\"update_static_captions\":\"none\",\"export_dummy_images\":\"false\",\"google_font\":[\"Raleway:400,500,600,100\"],\"custom_css\":\"\",\"custom_javascript\":\"\",\"version\":\"1.0.0\",\"uid\":\"b6784e8925221f36677217979d26e6f0\"}','{\"version\":\"5.0.7\"}','template'),(20,'Classic Carousel','classic-carousel','{\"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\":\"Classic Carousel\",\"alias\":\"classic-carousel\",\"shortcode\":\"[rev_slider alias=\\\\\\\"classic-carousel\\\\\\\"]\",\"slider-type\":\"carousel\",\"slider_type\":\"fullwidth\",\"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\":\"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\":\"Revapi48.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\":\"5\",\"background_dotted_overlay\":\"none\",\"background_color\":\"#ffffff\",\"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\":\"navbar-old\",\"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\":\"off\",\"navigation_bullets_style\":\"metis\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"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\":\"on\",\"thumbnails_padding\":\"0\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"navbar\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"60\",\"thumb_height\":\"60\",\"thumb_width_min\":\"60\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"on\",\"thumbs_under_hidden\":\"800\",\"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\":\"zeus\",\"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\":\"off\",\"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\":\"on\",\"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\":\"off\",\"carousel_varyfade\":\"on\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"25\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"on\",\"carousel_scaledown\":\"25\",\"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\":\"48\",\"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\":\"146a01dd380c0cdee85c4456ee68cd84\"}','{\"version\":\"5.0.7\"}','template'),(21,'Classic Carousel14','classic-carousel14','{\"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\":\"Classic Carousel14\",\"alias\":\"classic-carousel14\",\"shortcode\":\"[rev_slider alias=\\\"classic-carousel14\\\"]\",\"slider-type\":\"carousel\",\"slider_type\":\"fullwidth\",\"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\":\"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\":\"Revapi48.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\":\"5\",\"background_dotted_overlay\":\"none\",\"background_color\":\"#ffffff\",\"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\":\"navbar-old\",\"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\":\"off\",\"navigation_bullets_style\":\"metis\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"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\":\"on\",\"thumbnails_padding\":\"0\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"navbar\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"60\",\"thumb_height\":\"60\",\"thumb_width_min\":\"60\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"on\",\"thumbs_under_hidden\":\"800\",\"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\":\"zeus\",\"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\":\"off\",\"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\":\"on\",\"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\":\"off\",\"carousel_varyfade\":\"on\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"25\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"on\",\"carousel_scaledown\":\"25\",\"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\":\"48\",\"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\":\"146a01dd380c0cdee85c4456ee68cd84\"}',NULL,''),(22,'DuoTone','duotone','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"flickr-count\":\"\",\"flickr-transient\":\"1200\",\"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-transient\":\"1200\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-transient\":\"1200\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"DuoTone\",\"alias\":\"duotone\",\"shortcode\":\"[rev_slider alias=\\\\\\\"duotone\\\\\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"fullscreen\",\"width\":\"1200\",\"height\":\"800\",\"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_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"60px\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"on\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"slider_id\":\"\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-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_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"blank\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"on\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"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\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"waitforinit\":\"off\",\"enable_progressbar\":\"on\",\"show_timerbar\":\"top\",\"progress_height\":\"8\",\"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\":\"https:\\/\\/revolution.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\":\"#aaaaaa\",\"enable_arrows\":\"on\",\"rtl_arrows\":\"off\",\"navigation_arrow_style\":\"uranus\",\"navigation_arrows_preset\":\"custom\",\"ph-uranus-arrows-width-custom-def\":\"on\",\"ph-uranus-arrows-width-custom\":\"60\",\"ph-uranus-arrows-background-color-rgba-def\":\"off\",\"ph-uranus-arrows-background-color-rgba\":\"rgba(255,255,255,0)\",\"ph-uranus-arrows-font-size-custom-def\":\"on\",\"ph-uranus-arrows-font-size-custom\":\"60\",\"ph-uranus-arrows-height-custom-def\":\"on\",\"ph-uranus-arrows-height-custom\":\"60\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"on\",\"arrows_under_hidden\":\"767\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"on\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"preview4\",\"navigation_bullets_preset\":\"custom\",\"ph-preview4-bullets-bullet-hover-color-rgba-def\":\"off\",\"ph-preview4-bullets-bullet-hover-color-rgba\":\"rgba(0,0,0,0.21)\",\"ph-preview4-bullets-border-custom-def\":\"off\",\"ph-preview4-bullets-border-custom\":\"2\",\"ph-preview4-bullets-bullet-color-color-def\":\"off\",\"ph-preview4-bullets-bullet-color-color\":\"#ffffff\",\"ph-preview4-bullets-bullet-size-custom-def\":\"on\",\"ph-preview4-bullets-bullet-size-custom\":\"12\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"bullets_position\":\"slider\",\"enable_thumbnails\":\"off\",\"rtl_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"navigation_thumbs_preset\":\"default\",\"ph-round-thumbs-title-font-size-custom-def\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"ph-round-thumbs-title-color-color-rgba-def\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-bg-color-rgba-def\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"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\",\"thumbnails_position\":\"slider\",\"enable_tabs\":\"off\",\"rtl_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"round\",\"navigation_tabs_preset\":\"default\",\"ph-round-tabs-param2-size-custom-def\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-tabs-param2-color-color-rgba-def\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-contentcolor-color-rgba-def\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-bgcolor-color-rgba-def\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-hover-bg-color-color-rgba-def\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-param1-size-custom-def\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-param1-color-color-rgba-def\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-image-size-custom-def\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-border-size-custom-def\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-border-color-color-rgba-def\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-font-family-font_family-def\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"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\",\"tabs_position\":\"slider\",\"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\",\"mousescroll_navigation_reverse\":\"default\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"on\",\"carousel_space\":\"30\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"5\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"off\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"25\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"25\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"on\",\"disable_parallax_mobile\":\"on\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"scroll\",\"parallax_origo\":\"slidercenter\",\"parallax_speed\":\"1000\",\"parallax_level_16\":\"55\",\"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\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"-60\",\"parallax_level_13\":\"-70\",\"parallax_level_14\":\"200\",\"parallax_level_15\":\"-120\",\"lazy_load_type\":\"smart\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"ignore_height_changes\":\"off\",\"ignore_height_changes_px\":\"0\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\",\"version\":\"\",\"uid\":\"494862ceb6cb7c6658ad7cd36848cccd\"}','{\"version\":\"5.0.7\"}','template'),(23,'DuoTone1','duotone1','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"flickr-count\":\"\",\"flickr-transient\":\"1200\",\"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-transient\":\"1200\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-transient\":\"1200\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"DuoTone1\",\"alias\":\"duotone1\",\"shortcode\":\"[rev_slider alias=\\\"duotone1\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"fullscreen\",\"width\":\"1200\",\"height\":\"800\",\"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_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"60px\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"on\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"slider_id\":\"\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-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_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"blank\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"on\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"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\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"waitforinit\":\"off\",\"enable_progressbar\":\"on\",\"show_timerbar\":\"top\",\"progress_height\":\"8\",\"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\":\"https:\\/\\/revolution.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\":\"#aaaaaa\",\"enable_arrows\":\"on\",\"rtl_arrows\":\"off\",\"navigation_arrow_style\":\"uranus\",\"navigation_arrows_preset\":\"custom\",\"ph-uranus-arrows-width-custom-def\":\"on\",\"ph-uranus-arrows-width-custom\":\"60\",\"ph-uranus-arrows-background-color-rgba-def\":\"off\",\"ph-uranus-arrows-background-color-rgba\":\"rgba(255,255,255,0)\",\"ph-uranus-arrows-font-size-custom-def\":\"on\",\"ph-uranus-arrows-font-size-custom\":\"60\",\"ph-uranus-arrows-height-custom-def\":\"on\",\"ph-uranus-arrows-height-custom\":\"60\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"on\",\"arrows_under_hidden\":\"767\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"on\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"preview4\",\"navigation_bullets_preset\":\"custom\",\"ph-preview4-bullets-bullet-hover-color-rgba-def\":\"off\",\"ph-preview4-bullets-bullet-hover-color-rgba\":\"rgba(0,0,0,0.21)\",\"ph-preview4-bullets-border-custom-def\":\"off\",\"ph-preview4-bullets-border-custom\":\"2\",\"ph-preview4-bullets-bullet-color-color-def\":\"off\",\"ph-preview4-bullets-bullet-color-color\":\"#ffffff\",\"ph-preview4-bullets-bullet-size-custom-def\":\"on\",\"ph-preview4-bullets-bullet-size-custom\":\"12\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"bullets_position\":\"slider\",\"enable_thumbnails\":\"off\",\"rtl_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"navigation_thumbs_preset\":\"default\",\"ph-round-thumbs-title-font-size-custom-def\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"ph-round-thumbs-title-color-color-rgba-def\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-bg-color-rgba-def\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"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\",\"thumbnails_position\":\"slider\",\"enable_tabs\":\"off\",\"rtl_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"round\",\"navigation_tabs_preset\":\"default\",\"ph-round-tabs-param2-size-custom-def\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-tabs-param2-color-color-rgba-def\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-contentcolor-color-rgba-def\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-bgcolor-color-rgba-def\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-hover-bg-color-color-rgba-def\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-param1-size-custom-def\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-param1-color-color-rgba-def\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-image-size-custom-def\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-border-size-custom-def\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-border-color-color-rgba-def\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-font-family-font_family-def\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"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\",\"tabs_position\":\"slider\",\"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\",\"mousescroll_navigation_reverse\":\"default\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"on\",\"carousel_space\":\"30\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"5\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"off\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"25\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"25\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"on\",\"disable_parallax_mobile\":\"on\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"scroll\",\"parallax_origo\":\"slidercenter\",\"parallax_speed\":\"1000\",\"parallax_level_16\":\"55\",\"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\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"-60\",\"parallax_level_13\":\"-70\",\"parallax_level_14\":\"200\",\"parallax_level_15\":\"-120\",\"lazy_load_type\":\"smart\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"ignore_height_changes\":\"off\",\"ignore_height_changes_px\":\"0\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\",\"version\":\"\",\"uid\":\"494862ceb6cb7c6658ad7cd36848cccd\"}',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=112 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 (22,5,1,'{\"background_type\":\"image\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_boxed\\/slidebg1.jpg\",\"image_id\":3823,\"title\":\"Intro Slide\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"fade\",\"0\":\"Remove\",\"slot_amount\":7,\"transition_rotation\":0,\"transition_duration\":500,\"delay\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/themepunch.com\\/revolution\\/wp-content\\/uploads\\/2014\\/06\\/homeslider_thumb1.jpg\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"9000\",\"kb_easing\":\"Linear.easeNone\",\"slide_parallax_level\":\"1\"}','[{\"style\":\"\",\"text\":\"plate blue\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_boxed\\/plate2.png\",\"left\":665,\"top\":83,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":700,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"0\",\"time\":1100,\"endtime\":\"\",\"endspeed\":0,\"endanimation\":\"customout-1\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":600,\"height\":640,\"serial\":\"0\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15300,\"endSpeedFinal\":700,\"realEndTime\":16000,\"timeLast\":14900,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"0\",\"y_start\":\"top\",\"y_end\":\"0\",\"z_start\":\"inherit\",\"z_end\":\"0\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"0\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"0\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"0\",\"scale_x_start\":\"inherit\",\"scale_x_end\":0.75,\"scale_y_start\":\"inherit\",\"scale_y_end\":0.75,\"skew_x_start\":\"inherit\",\"skew_x_end\":\"0\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"0\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"-\"}},{\"style\":\"\",\"text\":\"plate red\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_boxed\\/plate1.png\",\"left\":534,\"top\":96,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":700,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"0\",\"time\":800,\"endtime\":\"\",\"endspeed\":0,\"endanimation\":\"customout-1\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":600,\"height\":640,\"serial\":\"1\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15300,\"endSpeedFinal\":700,\"realEndTime\":16000,\"timeLast\":15200,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"0\",\"y_start\":\"top\",\"y_end\":\"0\",\"z_start\":\"inherit\",\"z_end\":\"0\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"0\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"0\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"0\",\"scale_x_start\":\"inherit\",\"scale_x_end\":0.75,\"scale_y_start\":\"inherit\",\"scale_y_end\":0.75,\"skew_x_start\":\"inherit\",\"skew_x_end\":\"0\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"0\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"-\"}},{\"style\":\"\",\"text\":\"woman\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_boxed\\/woman1.png\",\"left\":450,\"top\":99,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":700,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"0\",\"time\":500,\"endtime\":\"\",\"endspeed\":0,\"endanimation\":\"customout-1\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":260,\"height\":600,\"serial\":\"2\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15300,\"endSpeedFinal\":700,\"realEndTime\":16000,\"timeLast\":15500,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"0\",\"y_start\":\"top\",\"y_end\":\"0\",\"z_start\":\"inherit\",\"z_end\":\"0\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"0\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"0\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"0\",\"scale_x_start\":\"inherit\",\"scale_x_end\":0.75,\"scale_y_start\":\"inherit\",\"scale_y_end\":0.75,\"skew_x_start\":\"inherit\",\"skew_x_end\":\"0\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"0\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"-\"}},{\"text\":\"Better!\",\"type\":\"text\",\"left\":197,\"top\":154,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"skewfromrightshort\",\"easing\":\"Power3.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"0\",\"style\":\"grey_heavy_72\",\"time\":1650,\"endtime\":\"\",\"endspeed\":0,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":254,\"height\":72,\"serial\":\"3\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15500,\"endSpeedFinal\":500,\"realEndTime\":16000,\"timeLast\":14350,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"200px\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"-85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#d5d2d2\",\"font-weight\":\"900\",\"font-size\":\"72px\",\"line-height\":\"72px\",\"font-family\":\"Raleway\"}},{\"style\":\"\",\"text\":\"redtextbg\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_boxed\\/redbg.png\",\"left\":86,\"top\":184,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"0\",\"time\":1500,\"endtime\":\"\",\"endspeed\":0,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":121,\"height\":47,\"serial\":\"4\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15500,\"endSpeedFinal\":500,\"realEndTime\":16000,\"timeLast\":14500,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\"}},{\"text\":\"Now\",\"type\":\"text\",\"left\":30,\"top\":133,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"skewfromleftshort\",\"easing\":\"Power3.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"0\",\"style\":\"black_heavy_60\",\"time\":1400,\"endtime\":\"\",\"endspeed\":0,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":134,\"height\":60,\"serial\":\"5\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15500,\"endSpeedFinal\":500,\"realEndTime\":16000,\"timeLast\":14600,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"-200px\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#000000\",\"font-weight\":\"900\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Raleway\"}},{\"text\":\"Even\",\"type\":\"text\",\"left\":98,\"top\":187,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"0\",\"style\":\"white_heavy_40\",\"time\":1550,\"endtime\":\"\",\"endspeed\":0,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":95,\"height\":40,\"serial\":\"6\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15500,\"endSpeedFinal\":500,\"realEndTime\":16000,\"timeLast\":14450,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Raleway\"}},{\"text\":\"<div style=\\\"text-align:center;\\\">Slider Revolution is the highly acclaimed<br\\/>\\nSlide-Based displaying solution, thousands of<br\\/>\\nbusinesses, theme developers and everyday<br\\/>\\npeople use and love!<\\/div>\",\"type\":\"text\",\"left\":55,\"top\":318,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"0\",\"style\":\"grey_regular_18\",\"time\":2000,\"endtime\":\"\",\"endspeed\":0,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":384,\"height\":104,\"serial\":\"7\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15500,\"endSpeedFinal\":500,\"realEndTime\":16000,\"timeLast\":14000,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"\\\"Open Sans\\\"\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#777777\",\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\"}},{\"text\":\"In every Way!\",\"type\":\"text\",\"left\":183,\"top\":238,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-5\",\"easing\":\"Back.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"0\",\"style\":\"black_thin_34\",\"time\":1750,\"endtime\":\"\",\"endspeed\":0,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":214,\"height\":35,\"serial\":\"8\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15500,\"endSpeedFinal\":500,\"realEndTime\":16000,\"timeLast\":14250,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"100\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":1,\"scale_x_end\":\"inherit\",\"scale_y_start\":3,\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#000000\",\"font-weight\":\"100\",\"font-size\":\"35px\",\"line-height\":\"35px\",\"font-family\":\"Raleway\"}},{\"style\":\"\",\"text\":\"grey line\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_boxed\\/greyline.png\",\"left\":26,\"top\":290,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"0\",\"time\":1900,\"endtime\":\"\",\"endspeed\":0,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":440,\"height\":5,\"serial\":\"9\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15700,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":14100,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\"}},{\"text\":\"<a href=\'#\' class=\'largeredbtn\'>CONTINUE THE TOUR<\\/a>\",\"type\":\"text\",\"left\":100,\"top\":502,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"scrollunder_offset\":\"0\",\"style\":\"\",\"time\":2300,\"endtime\":\"\",\"endspeed\":0,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":288,\"height\":60,\"serial\":\"10\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15500,\"endSpeedFinal\":500,\"realEndTime\":16000,\"timeLast\":13700,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\"},\"layer_action\":{\"action\":{\"a\":\"next\"},\"tooltip_event\":{\"a\":\"click\"}}},{\"style\":\"arrowicon\",\"text\":\"doublearrow\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_boxed\\/doublearrow2.png\",\"left\":330,\"top\":526,\"loop_animation\":\"rs-slideloop\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"0.5\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"-5\",\"loop_xend\":\"5\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"scrollunder_offset\":\"0\",\"time\":2600,\"endtime\":\"\",\"endspeed\":0,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":18,\"height\":11,\"serial\":\"11\",\"alt\":\"\",\"scaleX\":\"18\",\"scaleY\":\"11\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15700,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":13400,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"border-color\":\"#222222\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"line-height\":\"1px\"},\"layer_action\":{\"action\":{\"a\":\"next\"},\"tooltip_event\":{\"a\":\"click\"}}}]',''),(23,5,2,'{\"background_type\":\"image\",\"title\":\"Ken Burns Slide\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"slideleft\",\"0\":\"Remove\",\"slot_amount\":7,\"transition_rotation\":0,\"transition_duration\":2000,\"delay\":10000,\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/themepunch.com\\/revolution\\/wp-content\\/uploads\\/2014\\/06\\/homeslider_thumb2.jpg\",\"image_id\":3830,\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"right top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center bottom\",\"kenburn_effect\":\"on\",\"kb_start_fit\":\"115\",\"kb_end_fit\":\"100\",\"kb_duration\":\"12000\",\"kb_easing\":\"Power0.easeInOut\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_boxed\\/laptopmockup_sliderdy.jpg\",\"slide_parallax_level\":\"1\"}','[{\"style\":\"\",\"text\":\"redbg\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_boxed\\/redbg_big.png\",\"left\":848,\"top\":196,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":2700,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":247,\"height\":85,\"serial\":\"0\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":89700,\"endSpeedFinal\":300,\"realEndTime\":90000,\"timeLast\":87300,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\"}},{\"text\":\"Effect\",\"type\":\"text\",\"left\":862,\"top\":204,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"light_heavy_70\",\"time\":2850,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":213,\"height\":70,\"serial\":\"1\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":89700,\"endSpeedFinal\":300,\"realEndTime\":90000,\"timeLast\":87150,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-family\":\"Raleway\"}},{\"text\":\"Ken Burns\",\"type\":\"text\",\"left\":717,\"top\":143,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"skewfromleftshort\",\"easing\":\"Power3.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_heavy_70\",\"time\":2400,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":352,\"height\":70,\"serial\":\"2\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":89500,\"endSpeedFinal\":300,\"realEndTime\":90000,\"timeLast\":87600,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"-200px\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#000000\",\"font-weight\":\"900\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-family\":\"Raleway\"}},{\"text\":\"Improved!\",\"type\":\"text\",\"left\":937,\"top\":282,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"skewfromrightshort\",\"easing\":\"Power3.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_bold_40\",\"time\":3200,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":199,\"height\":40,\"serial\":\"3\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":9500,\"endSpeedFinal\":300,\"realEndTime\":10000,\"timeLast\":6800,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"200px\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"-85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#000000\",\"font-weight\":\"800\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Raleway\"}},{\"text\":\"FASTER\",\"type\":\"text\",\"left\":970,\"top\":367,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"sfr\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_bold_bg_20\",\"time\":4000,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":74,\"height\":20,\"serial\":\"4\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":89700,\"endSpeedFinal\":300,\"realEndTime\":90000,\"timeLast\":86000,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"50px\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"text\":\" \",\"type\":\"text\",\"left\":939,\"top\":367,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"greenbox30\",\"time\":4000,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":3,\"height\":30,\"serial\":\"5\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":89700,\"endSpeedFinal\":300,\"realEndTime\":90000,\"timeLast\":86000,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"padding\":[\"0px\",\"14px\",\"0px\",\"14px\"],\"text-decoration\":\"none\",\"background-color\":\"#86b567\",\"background-transparency\":100,\"border-color\":\"#222222\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"line-height\":\"30px\"}},{\"style\":\"arrowicon\",\"text\":\"check\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_boxed\\/check.png\",\"left\":948,\"top\":374,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":4200,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":17,\"height\":17,\"serial\":\"6\",\"alt\":\"\",\"scaleX\":\"17\",\"scaleY\":\"17\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":89700,\"endSpeedFinal\":300,\"realEndTime\":90000,\"timeLast\":85800,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"border-color\":\"#222222\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"line-height\":\"1px\"}},{\"text\":\"SMOOTHER\",\"type\":\"text\",\"left\":970,\"top\":407,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"sfr\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_bold_bg_20\",\"time\":4500,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":112,\"height\":20,\"serial\":\"7\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":89700,\"endSpeedFinal\":300,\"realEndTime\":90000,\"timeLast\":85500,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"50px\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"text\":\" \",\"type\":\"text\",\"left\":939,\"top\":407,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"greenbox30\",\"time\":4500,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":3,\"height\":30,\"serial\":\"8\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":89700,\"endSpeedFinal\":300,\"realEndTime\":90000,\"timeLast\":85500,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"padding\":[\"0px\",\"14px\",\"0px\",\"14px\"],\"text-decoration\":\"none\",\"background-color\":\"#86b567\",\"background-transparency\":100,\"border-color\":\"#222222\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"line-height\":\"30px\"}},{\"style\":\"arrowicon\",\"text\":\"check\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_boxed\\/check.png\",\"left\":948,\"top\":414,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":4700,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":17,\"height\":17,\"serial\":\"9\",\"alt\":\"\",\"scaleX\":\"17\",\"scaleY\":\"17\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":89700,\"endSpeedFinal\":300,\"realEndTime\":90000,\"timeLast\":85300,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"border-color\":\"#222222\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"line-height\":\"1px\"}},{\"text\":\"EASY TO USE\",\"type\":\"text\",\"left\":970,\"top\":447,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"sfr\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_bold_bg_20\",\"time\":5000,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":112,\"height\":20,\"serial\":\"10\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":89700,\"endSpeedFinal\":300,\"realEndTime\":90000,\"timeLast\":84800,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"50px\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"text\":\" \",\"type\":\"text\",\"left\":939,\"top\":447,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"greenbox30\",\"time\":5000,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":3,\"height\":30,\"serial\":\"11\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":89700,\"endSpeedFinal\":300,\"realEndTime\":90000,\"timeLast\":84800,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"padding\":[\"0px\",\"14px\",\"0px\",\"14px\"],\"text-decoration\":\"none\",\"background-color\":\"#86b567\",\"background-transparency\":100,\"border-color\":\"#222222\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"line-height\":\"30px\"}},{\"style\":\"arrowicon\",\"text\":\"check\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_boxed\\/check.png\",\"left\":948,\"top\":454,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":5200,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":17,\"height\":17,\"serial\":\"12\",\"alt\":\"\",\"scaleX\":\"17\",\"scaleY\":\"17\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":89700,\"endSpeedFinal\":300,\"realEndTime\":90000,\"timeLast\":84800,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"border-color\":\"#222222\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"line-height\":\"1px\"}}]',''),(24,5,3,'{\"background_type\":\"image\",\"title\":\"Parallax 3D\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"slideup\",\"0\":\"Remove\",\"slot_amount\":7,\"transition_rotation\":0,\"transition_duration\":1000,\"delay\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/themepunch.com\\/revolution\\/wp-content\\/uploads\\/2014\\/06\\/homeslider_thumb3.jpg\",\"image_id\":3833,\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"10000\",\"kb_easing\":\"Linear.easeNone\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_boxed\\/3dbg.jpg\",\"slide_parallax_level\":\"1\"}','[{\"text\":\" \",\"type\":\"text\",\"left\":0,\"top\":0,\"loop_animation\":\"rs-slideloop\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"tp-fade\",\"easing\":\"Power4.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":2000,\"align_hor\":\"center\",\"align_vert\":\"middle\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"fullbg_gradient\",\"time\":12200,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":-1,\"height\":-1,\"serial\":\"0\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":14000,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":3800,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"10\",\"text-decoration\":\"none\",\"background-color\":\"#490202\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":[]},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_boxed\\/3dlayer_6.png\",\"left\":309,\"top\":69,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"9\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":500,\"endtime\":\"7000\",\"endspeed\":1000,\"endanimation\":\"skewtoleftshort\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":800,\"height\":700,\"serial\":\"1\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":7000,\"endSpeedFinal\":1000,\"realEndTime\":8000,\"timeLast\":7500,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"inherit\",\"x_end\":\"-200px\",\"y_start\":\"top\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"85px\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"9\"}},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_boxed\\/3dlayer_5.png\",\"left\":-121,\"top\":-238,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"9\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":800,\"endtime\":\"7300\",\"endspeed\":1000,\"endanimation\":\"skewtoleftshort\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":800,\"height\":700,\"serial\":\"2\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":7300,\"endSpeedFinal\":1000,\"realEndTime\":8300,\"timeLast\":7500,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"inherit\",\"x_end\":\"-200px\",\"y_start\":\"top\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"85px\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"9\"}},{\"style\":\"\",\"text\":\"Image 4\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_boxed\\/3dlayer_4.png\",\"left\":-186,\"top\":81,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"9\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1100,\"endtime\":\"7600\",\"endspeed\":1000,\"endanimation\":\"skewtoleftshort\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":800,\"height\":700,\"serial\":\"3\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":7600,\"endSpeedFinal\":1000,\"realEndTime\":8600,\"timeLast\":7500,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"inherit\",\"x_end\":\"-200px\",\"y_start\":\"top\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"85px\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"9\"}},{\"style\":\"\",\"text\":\"Image 3\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_boxed\\/3dlayer_3.png\",\"left\":56,\"top\":437,\"loop_animation\":\"rs-slideloop\",\"loop_easing\":\"Linear.easeNone\",\"loop_speed\":\"3\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"-3\",\"loop_yend\":\"3\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"3\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1400,\"endtime\":\"7900\",\"endspeed\":1000,\"endanimation\":\"skewtoleftshort\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":800,\"height\":700,\"serial\":\"4\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":7900,\"endSpeedFinal\":1000,\"realEndTime\":8900,\"timeLast\":7500,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"inherit\",\"x_end\":\"-200px\",\"y_start\":\"top\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"85px\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"3\"}},{\"style\":\"\",\"text\":\"Image 2\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_boxed\\/3dlayer_2.png\",\"left\":353,\"top\":436,\"loop_animation\":\"rs-slideloop\",\"loop_easing\":\"Linear.easeNone\",\"loop_speed\":\"2.5\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"-4\",\"loop_yend\":\"3\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"2\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1700,\"endtime\":\"8200\",\"endspeed\":1000,\"endanimation\":\"skewtoleftshort\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":800,\"height\":700,\"serial\":\"5\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":8200,\"endSpeedFinal\":1000,\"realEndTime\":9200,\"timeLast\":7500,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"inherit\",\"x_end\":\"-200px\",\"y_start\":\"top\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"85px\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"2\"}},{\"style\":\"\",\"text\":\"Image 1\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_boxed\\/3dlayer_1.png\",\"left\":100,\"top\":55,\"loop_animation\":\"rs-slideloop\",\"loop_easing\":\"Linear.easeNone\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"-5\",\"loop_yend\":\"5\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1.1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":2000,\"endtime\":\"8500\",\"endspeed\":1000,\"endanimation\":\"skewtoleftshort\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":800,\"height\":700,\"serial\":\"6\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":8500,\"endSpeedFinal\":1000,\"realEndTime\":9500,\"timeLast\":7500,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"inherit\",\"x_end\":\"-200px\",\"y_start\":\"top\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"85px\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"1\"}},{\"text\":\"Feature Packed\",\"type\":\"text\",\"left\":590,\"top\":162,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lfr\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"light_heavy_70_shadowed\",\"time\":2300,\"endtime\":\"9000\",\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":467,\"height\":60,\"serial\":\"7\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":9000,\"endSpeedFinal\":1000,\"realEndTime\":10000,\"timeLast\":7700,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"right\",\"x_end\":\"{-250,250}\",\"y_start\":\"inherit\",\"y_end\":\"{-150,150}\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-family\":\"Raleway\"}},{\"text\":\"To the Max!\",\"type\":\"text\",\"left\":795,\"top\":230,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-5\",\"easing\":\"Power4.easeOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_heavy_60\",\"time\":2400,\"endtime\":\"9200\",\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":341,\"height\":60,\"serial\":\"8\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":9200,\"endSpeedFinal\":1000,\"realEndTime\":10200,\"timeLast\":7800,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"0\",\"x_end\":\"{-250,250}\",\"y_start\":\"100\",\"y_end\":\"{-150,150}\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":1,\"scale_x_end\":\"{0,1}\",\"scale_y_start\":3,\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#000000\",\"font-weight\":\"900\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Raleway\"}},{\"text\":\"Visually Craft Sliders\",\"type\":\"text\",\"left\":840,\"top\":320,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"skewfromright\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_bold_bg_20\",\"time\":2900,\"endtime\":\"9400\",\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":212,\"height\":20,\"serial\":\"9\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":9400,\"endSpeedFinal\":1000,\"realEndTime\":10400,\"timeLast\":7500,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"right\",\"x_end\":\"{-250,250}\",\"y_start\":\"inherit\",\"y_end\":\"{-150,150}\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"-85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"text\":\"Custom Animation Builder\",\"type\":\"text\",\"left\":840,\"top\":360,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"skewfromright\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_bold_bg_20\",\"time\":3000,\"endtime\":\"9600\",\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":259,\"height\":20,\"serial\":\"10\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":9600,\"endSpeedFinal\":1000,\"realEndTime\":10600,\"timeLast\":7600,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"right\",\"x_end\":\"{-250,250}\",\"y_start\":\"inherit\",\"y_end\":\"{-150,150}\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"-85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"text\":\"Timeline Based Animation\",\"type\":\"text\",\"left\":840,\"top\":400,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"skewfromright\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_bold_bg_20\",\"time\":3100,\"endtime\":\"9800\",\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":259,\"height\":20,\"serial\":\"11\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":9800,\"endSpeedFinal\":1000,\"realEndTime\":10800,\"timeLast\":7700,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"right\",\"x_end\":\"{-250,250}\",\"y_start\":\"inherit\",\"y_end\":\"{-150,150}\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"-85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"text\":\"Advanced Video Support\",\"type\":\"text\",\"left\":840,\"top\":440,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"skewfromright\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_bold_bg_20\",\"time\":3200,\"endtime\":\"10000\",\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":243,\"height\":20,\"serial\":\"12\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":10000,\"endSpeedFinal\":1000,\"realEndTime\":11000,\"timeLast\":7800,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"right\",\"x_end\":\"{-250,250}\",\"y_start\":\"inherit\",\"y_end\":\"{-150,150}\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"-85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"text\":\"And Much More ...\",\"type\":\"text\",\"left\":840,\"top\":480,\"loop_animation\":\"none\",\"loop_easing\":\"Power1.easeInOut\",\"loop_speed\":\"2.5\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"-4\",\"loop_yend\":\"3\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"skewfromright\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"green_bold_bg_20\",\"time\":3300,\"endtime\":\"10200\",\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":171,\"height\":20,\"serial\":\"13\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":10200,\"endSpeedFinal\":1000,\"realEndTime\":11200,\"timeLast\":7900,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"right\",\"x_end\":\"{-250,250}\",\"y_start\":\"inherit\",\"y_end\":\"{-150,150}\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"-85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#86b567\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"style\":\"fullrounded\",\"text\":\"beach\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_boxed\\/redbg.jpg\",\"left\":0,\"top\":0,\"loop_animation\":\"rs-slideloop\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":600,\"align_hor\":\"center\",\"align_vert\":\"middle\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":10500,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":800,\"height\":800,\"serial\":\"14\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15400,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":5500,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"10\",\"border-color\":\"#222222\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"400px\",\"400px\",\"400px\",\"400px\"]},\"inline\":[],\"deformation-hover\":[],\"static_styles\":[]},{\"text\":\"Get Started with\",\"type\":\"text\",\"left\":0,\"top\":-60,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-5\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"center\",\"align_vert\":\"middle\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"white_thin_34\",\"time\":11000,\"endtime\":\"\",\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":160,\"height\":20,\"serial\":\"15\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15700,\"endSpeedFinal\":1000,\"realEndTime\":16000,\"timeLast\":5000,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"{-250,250}\",\"y_start\":\"100\",\"y_end\":\"{-150,150}\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":1,\"scale_x_end\":\"{0,1}\",\"scale_y_start\":3,\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"200\",\"font-size\":\"35px\",\"line-height\":\"35px\",\"font-family\":\"Raleway\"}},{\"text\":\"SLIDER REVOLUTION\",\"type\":\"text\",\"left\":0,\"top\":0,\"loop_animation\":\"rs-slideloop\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-4\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"center\",\"align_vert\":\"middle\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"white_heavy_70\",\"time\":11300,\"endtime\":\"\",\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":90,\"height\":1,\"serial\":\"16\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15700,\"endSpeedFinal\":1000,\"realEndTime\":16000,\"timeLast\":4700,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"{-250,250}\",\"y_start\":\"0\",\"y_end\":\"{-150,150}\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":5,\"scale_x_end\":\"{0,1}\",\"scale_y_start\":5,\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-family\":\"Raleway\"}},{\"text\":\"<a href=\\\"http:\\/\\/codecanyon.net\\/item\\/slider-revolution-responsive-wordpress-plugin\\/2751380?ref=themepunch\\\" class=\\\"largeredbtn\\\" target=\\\"_blank\\\">PURCHASE ON CODECANYON<\\/a>\",\"type\":\"text\",\"left\":0,\"top\":100,\"loop_animation\":\"rs-slideloop\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"skewfromright\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"center\",\"align_vert\":\"middle\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"noshadow\",\"time\":11600,\"endtime\":\"\",\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":288,\"height\":60,\"serial\":\"17\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15700,\"endSpeedFinal\":1000,\"realEndTime\":16000,\"timeLast\":4400,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"right\",\"x_end\":\"{-250,250}\",\"y_start\":\"inherit\",\"y_end\":\"{-150,150}\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"-85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"-\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":[]},{\"style\":\"arrowicon\",\"text\":\"arrows\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_boxed\\/doublearrow2.png\",\"left\":696,\"top\":444,\"loop_animation\":\"rs-slideloop\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"0.5\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"-5\",\"loop_xend\":\"5\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"http:\\/\\/codecanyon.net\\/item\\/slider-revolution-responsive-wordpress-plugin\\/2751380?ref=themepunch\",\"link_open_in\":\"new\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":11900,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":18,\"height\":11,\"serial\":\"18\",\"alt\":\"\",\"scaleX\":\"18\",\"scaleY\":\"11\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15700,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":4100,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"-\",\"border-color\":\"#222222\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"line-height\":\"1px\"}}]',''),(25,5,4,'{\"background_type\":\"image\",\"title\":\"Mobile Interaction\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"zoomin\",\"0\":\"Remove\",\"slot_amount\":7,\"transition_rotation\":0,\"transition_duration\":1500,\"delay\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/themepunch.com\\/revolution\\/wp-content\\/uploads\\/2014\\/06\\/homeslider_thumb4.jpg\",\"image_id\":3841,\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"16000\",\"kb_easing\":\"Linear.easeNone\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_boxed\\/slidebg2.jpg\",\"slide_parallax_level\":\"1\"}','[{\"style\":\"\",\"text\":\"Ipad\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_boxed\\/ipad2.png\",\"left\":-40,\"top\":10,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lfb\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"9\",\"whitespace\":\"nowrap\",\"speed\":1500,\"align_hor\":\"center\",\"align_vert\":\"bottom\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":2400,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":692,\"height\":514,\"serial\":\"0\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":14500,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":14300,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"bottom\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"9\"}},{\"style\":\"\",\"text\":\"pulse\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_boxed\\/pulse1.png\",\"left\":515,\"top\":331,\"loop_animation\":\"rs-pulse\",\"loop_easing\":\"Power4.easeInOut\",\"loop_speed\":\"0.5\",\"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\":\"0.75\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"customin-2\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":4400,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":120,\"height\":120,\"serial\":\"1\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15500,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":11600,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"1\"}},{\"style\":\"\",\"text\":\"hand\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_boxed\\/hand1.png\",\"left\":94,\"top\":322,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lfb\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":1500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":3400,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":604,\"height\":614,\"serial\":\"2\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":14500,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":12600,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"bottom\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"1\"}},{\"style\":\"\",\"text\":\"iphone\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_boxed\\/iphone.png\",\"left\":693,\"top\":191,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lfb\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"9\",\"whitespace\":\"nowrap\",\"speed\":1500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":2900,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":347,\"height\":537,\"serial\":\"3\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":14500,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":13100,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"bottom\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"9\"}},{\"text\":\"Mobile\",\"type\":\"text\",\"left\":315,\"top\":40,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-5\",\"easing\":\"Power3.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"5\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_heavy_70\",\"time\":800,\"endtime\":\"\",\"endspeed\":2000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":236,\"height\":70,\"serial\":\"4\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15500,\"endSpeedFinal\":2000,\"realEndTime\":16000,\"timeLast\":15200,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"{-250,250}\",\"y_start\":\"100\",\"y_end\":\"{-150,150}\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":1,\"scale_x_end\":\"{0,1}\",\"scale_y_start\":3,\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"5\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#000000\",\"font-weight\":\"900\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-family\":\"Raleway\"}},{\"style\":\"\",\"text\":\"Green BG\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_boxed\\/largegreen.png\",\"left\":434,\"top\":98,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"7\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1300,\"endtime\":\"\",\"endspeed\":2000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":277,\"height\":85,\"serial\":\"5\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15700,\"endSpeedFinal\":2000,\"realEndTime\":16000,\"timeLast\":14700,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"{-250,250}\",\"y_start\":\"0\",\"y_end\":\"{-150,150}\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"0\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"0\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"7\"}},{\"text\":\"Device\",\"type\":\"text\",\"left\":448,\"top\":106,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"7\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"light_heavy_70\",\"time\":1400,\"endtime\":\"\",\"endspeed\":2000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":235,\"height\":70,\"serial\":\"6\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15700,\"endSpeedFinal\":2000,\"realEndTime\":16000,\"timeLast\":14600,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"{-250,250}\",\"y_start\":\"0\",\"y_end\":\"{-150,150}\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"0\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"0\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"7\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-family\":\"Raleway\"}},{\"text\":\"Interaction\",\"type\":\"text\",\"left\":619,\"top\":177,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"skewfromrightshort\",\"easing\":\"Power3.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"6\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_bold_40\",\"time\":1900,\"endtime\":\"\",\"endspeed\":2000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":214,\"height\":40,\"serial\":\"7\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15500,\"endSpeedFinal\":2000,\"realEndTime\":16000,\"timeLast\":14100,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"200px\",\"x_end\":\"{-250,250}\",\"y_start\":\"inherit\",\"y_end\":\"{-150,150}\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"-85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"6\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#000000\",\"font-weight\":\"800\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Raleway\"}}]',''),(26,5,5,'{\"background_type\":\"image\",\"title\":\"Fixed-Size Video\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"zoomout\",\"0\":\"Remove\",\"slot_amount\":1,\"transition_rotation\":0,\"transition_duration\":1500,\"delay\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/themepunch.com\\/revolution\\/wp-content\\/uploads\\/2014\\/06\\/homeslider_thumb5.jpg\",\"image_id\":3847,\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"16000\",\"kb_easing\":\"Linear.easeNone\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_boxed\\/citybg.jpg\",\"slide_parallax_level\":\"1\"}','[{\"text\":\"Vimeo\",\"type\":\"text\",\"left\":679,\"top\":373,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"sfl\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"white_bold_bg_20\",\"time\":2600,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":78,\"height\":30,\"serial\":\"0\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15000,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":13400,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"-50px\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#000000\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"text\":\"YouTube\",\"type\":\"text\",\"left\":679,\"top\":408,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"sfl\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"red_bold_bg_20\",\"time\":2900,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":104,\"height\":30,\"serial\":\"1\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15000,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":13100,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"-50px\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#e03300\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"text\":\"HTML5\",\"type\":\"text\",\"left\":678,\"top\":441,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"sfl\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"blue_bold_bg_20\",\"time\":3200,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":83,\"height\":30,\"serial\":\"2\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15000,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":12800,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"-50px\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#3598dc\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"style\":\"\",\"text\":\"Image 1\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_boxed\\/ipad_dark.png\",\"left\":-32,\"top\":54,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":500,\"endtime\":\"\",\"endspeed\":600,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":800,\"height\":574,\"serial\":\"3\",\"alt\":\"\",\"scaleX\":\"800\",\"scaleY\":\"574\",\"scaleProportional\":true,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15500,\"endSpeedFinal\":600,\"realEndTime\":16000,\"timeLast\":15500,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\"}},{\"style\":\"\",\"text\":\"textbg\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_boxed\\/redbg.png\",\"left\":890,\"top\":299,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"6\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1400,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":121,\"height\":47,\"serial\":\"4\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15700,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":14600,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"6\"}},{\"text\":\"with\",\"type\":\"text\",\"left\":904,\"top\":300,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"6\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"light_heavy_40\",\"time\":1700,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":88,\"height\":40,\"serial\":\"5\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15700,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":14300,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"6\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Raleway\"}},{\"text\":\"Videos\",\"type\":\"text\",\"left\":770,\"top\":251,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"9\",\"whitespace\":\"nowrap\",\"speed\":600,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_heavy_60\",\"time\":1100,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":203,\"height\":60,\"serial\":\"6\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15400,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":14900,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"top\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"9\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#000000\",\"font-weight\":\"900\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Raleway\"}},{\"text\":\"API\",\"type\":\"text\",\"left\":1010,\"top\":281,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lfr\",\"easing\":\"Power3.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"8\",\"whitespace\":\"nowrap\",\"speed\":600,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"light_heavy_70\",\"time\":2000,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":112,\"height\":70,\"serial\":\"7\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15400,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":14000,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"right\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"8\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-family\":\"Raleway\"}},{\"text\":\"Functions\",\"type\":\"text\",\"left\":962,\"top\":345,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"7\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"white_thin_34\",\"time\":2300,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":156,\"height\":35,\"serial\":\"8\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15700,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":13700,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"7\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"200\",\"font-size\":\"35px\",\"line-height\":\"35px\",\"font-family\":\"Raleway\"}},{\"type\":\"video\",\"style\":\"\",\"video_type\":\"vimeo\",\"video_width\":\"500\",\"video_height\":\"374\",\"video_data\":{\"video_type\":\"vimeo\",\"id\":\"76127035\",\"title\":\"Life is Beautiful (3D Animated Short Film)\",\"link\":\"http:\\/\\/vimeo.com\\/76127035\",\"author\":\"Ben Brand\",\"description\":\"Anton may be done with life, but life ain\\u2019t done with Anton. In his convincing decision to change his measly existence he discovers the real greatness of life.<br \\/>\\r\\n<br \\/>\\r\\n\'Life is Beautiful\' is a 3D animation short made with support of Caviar Amsterdam, animation studio Fube, the dutch filmfund and the NTR. It\'s part of the NTR SHORT! competition that premiered at the Dutch Film festival 2013 in Utrecht.<br \\/>\\r\\n<br \\/>\\r\\nFor artwork and more information go to: https:\\/\\/www.facebook.com\\/Life.is.beautiful.theshort<br \\/>\\r\\n<br \\/>\\r\\nDutch Filmfestival \\t 2013-09 \\tUtrecht (Netherlands) \\tNomination debute competition \\t<br \\/>\\r\\nShortcutz Filmfestival \\t 2014-04 \\tAmsterdam (Netherlands)<br \\/>\\r\\nHAFF Filmfestival \\t 2014-04 \\tUtrecht (Netherlands)<br \\/>\\r\\nDresden international Filmfestival 2014-05 \\tDresden (Germany)<br \\/>\\r\\nToronto International Animation Festival 2014-07 \\tToronto (Canada)<br \\/>\\r\\nNothwest Animation Festival 2014-07 \\tPortland (USA)<br \\/>\\r\\nShort Shorts international filmfestival 2014-06\\t Tokyo (Japan)<br \\/>\\r\\n<br \\/>\\r\\nProducer: Caviar Amsterdam<br \\/>\\r\\nWriter \\/ Director: Ben Brand<br \\/>\\r\\nCo-writer: Ilse Ott<br \\/>\\r\\nAnimation studio: Fube<br \\/>\\r\\nProducer: Niels Scheide \\/ Rogier Dorant<br \\/>\\r\\nExecutive Producers: Jacques Vereecken \\/ Sander Heeroma<br \\/>\\r\\nHead of production: Liesbeth Timmer<br \\/>\\r\\nLine Producer: Percy Tienhooven<br \\/>\\r\\nArt Director: Vincent bisschop<br \\/>\\r\\nTechnical Director:Jasper van Nieuwenhuizen<br \\/>\\r\\nCompositing: Koos Dekker<br \\/>\\r\\nRendering:Sebastiaan van Hesteren<br \\/>\\r\\nAnimatic: Percy Tienhoven<br \\/>\\r\\nHead of Animation: Rik Schutte<br \\/>\\r\\nAnimation: Nanda van Dijk<br \\/>\\r\\nAnimator:\\tPiebe van der storm<br \\/>\\r\\nLicht & Shading: Ruud Coenen<br \\/>\\r\\nShading: Dimitar Kralev<br \\/>\\r\\nSound Design: Dennis Kersten<br \\/>\\r\\nEditor: Wietse de Zwart<br \\/>\\r\\nMusic Composed by: Christiaan Verbeek<br \\/>\\r\\nStoryboard: Natasha Stevie<br \\/>\\r\\nAditional Artwork: Lois van Baarle<br \\/>\\r\\nModdeling: Kjeld Slingeland \\/ Vinnie Portier<br \\/>\\r\\nVoice acting: Jankees van den Berg \\/ Laura Branderhorst<br \\/>\\r\\n Ben Brand<br \\/>\\r\\nActing: Fabian Jansen<br \\/>\\r\\n<br \\/>\\r\\nSpecial thnx to: NMTRX ANIMATION STUDIOS<br \\/>\\r\\n<br \\/>\\r\\nMichael Visser<br \\/>\\r\\nPatrick Nijman<br \\/>\\r\\nJohan Boekhoven\",\"desc_small\":\"Anton may be done with life, but life ain\\u2019t done with Anton. In his convincing decision to change his measly existence he discovers the real greatness of life.<br \\/>\\r\\n<br \\/>\\r\\n\'Life is Beautiful\' is a ...\",\"thumb_large\":{\"url\":\"http:\\/\\/i.vimeocdn.com\\/video\\/472111198_640.jpg\",\"width\":640,\"height\":360},\"thumb_medium\":{\"url\":\"http:\\/\\/i.vimeocdn.com\\/video\\/472111198_200x150.jpg\",\"width\":200,\"height\":150},\"thumb_small\":{\"url\":\"http:\\/\\/i.vimeocdn.com\\/video\\/472111198_100x75.jpg\",\"width\":100,\"height\":75},\"width\":\"500\",\"height\":\"374\",\"args\":\"title=0&byline=0&portrait=0;api=1\",\"previewimage\":\"\",\"autoplay\":false,\"autoplayonlyfirsttime\":false,\"nextslide\":false,\"forcerewind\":false,\"fullwidth\":false,\"videoloop\":false,\"controls\":false,\"mute\":false,\"cover\":false,\"dotted\":\"none\",\"ratio\":\"16:9\"},\"video_id\":\"76127035\",\"video_title\":\"Life is Beautiful (3D Animated Short Film)\",\"video_image_url\":\"http:\\/\\/i.vimeocdn.com\\/video\\/472111198_200x150.jpg\",\"video_args\":\"title=0&byline=0&portrait=0;api=1\",\"text\":\"Vimeo: Life is Beautiful (3D Animated Short Film)\",\"left\":124,\"top\":125,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":800,\"endtime\":\"\",\"endspeed\":600,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":500,\"height\":374,\"serial\":\"9\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15700,\"endSpeedFinal\":600,\"realEndTime\":16000,\"timeLast\":15200,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"-\"}}]',''),(27,5,6,'{\"background_type\":\"trans\",\"title\":\"Full-Width Video\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"fade\",\"0\":\"Remove\",\"slot_amount\":7,\"transition_rotation\":0,\"transition_duration\":600,\"delay\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/themepunch.com\\/revolution\\/wp-content\\/uploads\\/2014\\/06\\/homeslider_thumb6.jpg\",\"image_id\":\"\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"16000\",\"kb_easing\":\"Linear.easeNone\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/\",\"slide_parallax_level\":\"1\"}','[{\"type\":\"video\",\"style\":\"\",\"video_type\":\"vimeo\",\"video_width\":1168,\"video_height\":698,\"video_data\":{\"video_type\":\"vimeo\",\"id\":\"94502406\",\"title\":\"JohnnyExpress\",\"link\":\"http:\\/\\/vimeo.com\\/94502406\",\"author\":\"AlfredImageworks\",\"description\":\"It\'s 2150<br \\/>\\r\\n<br \\/>\\r\\nThere are all sorts of Aliens living throughout space.<br \\/>\\r\\nJohnny is a Space Delivery Man who travels to different planets to deliver packages.<br \\/>\\r\\nJohnny is lazy and his only desire is to sleep in his autopilot spaceship.<br \\/>\\r\\nwhen the spaceship arrives at the destination, all he has to do is simply deliver the box.<br \\/>\\r\\nHowever, it never goes as planned. Johnny encounters strange and bizarre planets <br \\/>\\r\\nand always seems to cause trouble on his delivery route.<br \\/>\\r\\n <br \\/>\\r\\nWill he be able to finish his mission without trouble?\",\"desc_small\":\"It\'s 2150<br \\/>\\r\\n<br \\/>\\r\\nThere are all sorts of Aliens living throughout space.<br \\/>\\r\\nJohnny is a Space Delivery Man who travels to different planets to deliver packages.<br \\/>\\r\\nJohnny is lazy and hi...\",\"thumb_large\":{\"url\":\"http:\\/\\/i.vimeocdn.com\\/video\\/474399476_640.jpg\",\"width\":640,\"height\":360},\"thumb_medium\":{\"url\":\"http:\\/\\/i.vimeocdn.com\\/video\\/474399476_200x150.jpg\",\"width\":200,\"height\":150},\"thumb_small\":{\"url\":\"http:\\/\\/i.vimeocdn.com\\/video\\/474399476_100x75.jpg\",\"width\":100,\"height\":75},\"width\":\"320\",\"height\":\"240\",\"args\":\"title=0&byline=0&portrait=0;api=1\",\"previewimage\":\"\",\"autoplay\":true,\"autoplayonlyfirsttime\":false,\"nextslide\":true,\"forcerewind\":true,\"fullwidth\":true,\"videoloop\":false,\"controls\":false,\"mute\":false,\"cover\":false,\"dotted\":\"none\",\"ratio\":\"16:9\"},\"video_id\":\"94502406\",\"video_title\":\"JohnnyExpress\",\"video_image_url\":\"http:\\/\\/i.vimeocdn.com\\/video\\/474399476_200x150.jpg\",\"video_args\":\"title=0&byline=0&portrait=0;api=1\",\"text\":\"Vimeo: JohnnyExpress\",\"left\":0,\"top\":0,\"align_hor\":\"left\",\"align_vert\":\"top\",\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"tp-fade\",\"easing\":\"Power1.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":500,\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":500,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":-1,\"height\":-1,\"serial\":\"0\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15500,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":15500,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\"}},{\"text\":\"Now Showing a Full-Width Video\",\"type\":\"text\",\"left\":0,\"top\":30,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"center\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"blue_bold_bg_20\",\"time\":1300,\"endtime\":\"5000\",\"endspeed\":1000,\"endanimation\":\"ltt\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":-1,\"height\":-1,\"serial\":\"1\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":5000,\"endSpeedFinal\":1000,\"realEndTime\":6000,\"timeLast\":4700,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"top\",\"y_end\":\"top\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#3598dc\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}}]',''),(28,6,1,'{\"background_type\":\"image\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/fullscreenvideo\\/video_woman_cover3.jpg\",\"image_id\":3849,\"title\":\"Free on the Beach\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"slidehorizontal\",\"0\":\"Remove\",\"slot_amount\":1,\"transition_rotation\":0,\"transition_duration\":1000,\"delay\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"9000\",\"kb_easing\":\"Linear.easeNone\"}','[{\"type\":\"video\",\"style\":\"\",\"video_type\":\"html5\",\"video_width\":1168,\"video_height\":698,\"video_data\":{\"video_type\":\"html5\",\"urlPoster\":\"http:\\/\\/themepunch.com\\/revolution\\/wp-content\\/uploads\\/2014\\/05\\/video_woman_cover2.jpg\",\"urlMp4\":\"http:\\/\\/themepunch.com\\/revolution\\/wp-content\\/uploads\\/2014\\/02\\/woman_sun.mp4\",\"urlWebm\":\"http:\\/\\/themepunch.com\\/revolution\\/wp-content\\/uploads\\/2014\\/02\\/woman_sun.webm\",\"urlOgv\":\"\",\"width\":\"320\",\"height\":\"240\",\"args\":\"\",\"previewimage\":\"\",\"autoplay\":true,\"autoplayonlyfirsttime\":false,\"nextslide\":true,\"forcerewind\":true,\"fullwidth\":true,\"videoloop\":false,\"controls\":true,\"mute\":true,\"cover\":true,\"dotted\":\"none\",\"ratio\":\"16:9\"},\"text\":\"Html5 Video\",\"video_title\":\"Html5 Video\",\"video_image_url\":\"http:\\/\\/themepunch.com\\/revolution\\/wp-content\\/uploads\\/2014\\/05\\/video_woman_cover2.jpg\",\"left\":0,\"top\":0,\"align_hor\":\"left\",\"align_vert\":\"top\",\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"tp-fade\",\"easing\":\"Power4.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"1\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":1000,\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1100,\"endtime\":\"\",\"endspeed\":1500,\"endanimation\":\"fadeout\",\"endeasing\":\"Power4.easeIn\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":1170,\"height\":700,\"serial\":\"0\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":8000,\"endSpeedFinal\":1500,\"realEndTime\":9000,\"timeLast\":7900,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"1\"}},{\"text\":\"Ready to create Magnificent\",\"type\":\"text\",\"left\":730,\"top\":360,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-3\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"1\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":1500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_thin_whitebg_30\",\"time\":2100,\"endtime\":\"\",\"endspeed\":1000,\"endanimation\":\"ltl\",\"endeasing\":\"Power4.easeIn\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":388,\"height\":30,\"serial\":\"1\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":7500,\"endSpeedFinal\":1000,\"realEndTime\":9000,\"timeLast\":6500,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"left\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"90\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":1,\"scale_x_end\":\"inherit\",\"scale_y_start\":1,\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"1\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"10px\",\"5px\",\"10px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#000000\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"Raleway\"}},{\"text\":\"HTML5\",\"type\":\"text\",\"left\":739,\"top\":278,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power4.easeOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":1500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_heavy_60\",\"time\":1100,\"endtime\":\"\",\"endspeed\":1000,\"endanimation\":\"ltl\",\"endeasing\":\"Power4.easeIn\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":202,\"height\":60,\"serial\":\"2\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":7500,\"endSpeedFinal\":1000,\"realEndTime\":9000,\"timeLast\":7800,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"left\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"1\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#000000\",\"font-weight\":\"900\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Raleway\"}},{\"style\":\"\",\"text\":\"redbg\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/fullscreenvideo\\/redbg.png\",\"left\":961,\"top\":291,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"randomrotate\",\"easing\":\"Power4.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":1500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1600,\"endtime\":\"\",\"endspeed\":1000,\"endanimation\":\"ltl\",\"endeasing\":\"Power4.easeIn\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":121,\"height\":47,\"serial\":\"3\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":7500,\"endSpeedFinal\":1000,\"realEndTime\":9000,\"timeLast\":7300,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"{-250,250}\",\"x_end\":\"left\",\"y_start\":\"{-150,150}\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"{-90,90}\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"{-90,90}\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"{-360,360}\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"{0,1}\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"{0,1}\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"1\"}},{\"text\":\"Video\",\"type\":\"text\",\"left\":970,\"top\":296,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power4.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"1\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":1500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"light_heavy_34\",\"time\":1800,\"endtime\":\"\",\"endspeed\":1000,\"endanimation\":\"ltl\",\"endeasing\":\"Power4.easeIn\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":96,\"height\":34,\"serial\":\"4\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":7500,\"endSpeedFinal\":1000,\"realEndTime\":9000,\"timeLast\":7600,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"left\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"1\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"34px\",\"line-height\":\"34px\",\"font-family\":\"Raleway\"}},{\"text\":\"Video Sliders that will perfect\",\"type\":\"text\",\"left\":730,\"top\":405,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-3\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"1\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":1500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_thin_whitebg_30\",\"time\":2400,\"endtime\":\"\",\"endspeed\":1000,\"endanimation\":\"ltl\",\"endeasing\":\"Power4.easeIn\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":400,\"height\":30,\"serial\":\"5\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":7500,\"endSpeedFinal\":1000,\"realEndTime\":9000,\"timeLast\":6200,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"left\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"90\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":1,\"scale_x_end\":\"inherit\",\"scale_y_start\":1,\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"1\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"10px\",\"5px\",\"10px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#000000\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"Raleway\"}},{\"text\":\"your Website experience.\",\"type\":\"text\",\"left\":730,\"top\":450,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-3\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"1\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":1500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_thin_whitebg_30\",\"time\":2700,\"endtime\":\"\",\"endspeed\":1000,\"endanimation\":\"ltl\",\"endeasing\":\"Power4.easeIn\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":352,\"height\":30,\"serial\":\"6\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":7500,\"endSpeedFinal\":1000,\"realEndTime\":9000,\"timeLast\":6300,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"left\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"90\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":1,\"scale_x_end\":\"inherit\",\"scale_y_start\":1,\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"1\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"10px\",\"5px\",\"10px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#000000\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"Raleway\"}}]',''),(29,6,2,'{\"background_type\":\"image\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/fullscreenvideo\\/video_typing_cover.jpg\",\"image_id\":3851,\"title\":\"Quick Results\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"slidehorizontal\",\"0\":\"Remove\",\"slot_amount\":1,\"transition_rotation\":0,\"transition_duration\":1000,\"delay\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"9000\",\"kb_easing\":\"Linear.easeNone\"}','[{\"type\":\"video\",\"style\":\"\",\"video_type\":\"html5\",\"video_width\":1168,\"video_height\":698,\"video_data\":{\"video_type\":\"html5\",\"urlPoster\":\"http:\\/\\/themepunch.com\\/revolution\\/wp-content\\/uploads\\/2014\\/05\\/video_typing_cover.jpg\",\"urlMp4\":\"http:\\/\\/themepunch.com\\/revolution\\/wp-content\\/uploads\\/2014\\/02\\/computer_typing.mp4\",\"urlWebm\":\"http:\\/\\/themepunch.com\\/revolution\\/wp-content\\/uploads\\/2014\\/02\\/computer_typing.webm\",\"urlOgv\":\"\",\"width\":\"320\",\"height\":\"240\",\"args\":\"\",\"previewimage\":\"\",\"autoplay\":true,\"autoplayonlyfirsttime\":false,\"nextslide\":true,\"forcerewind\":true,\"fullwidth\":true,\"videoloop\":false,\"controls\":true,\"mute\":true,\"cover\":true,\"dotted\":\"none\",\"ratio\":\"16:9\",\"id\":\"\"},\"text\":\"Html5 Video\",\"video_title\":\"Html5 Video\",\"video_image_url\":\"http:\\/\\/themepunch.com\\/revolution\\/wp-content\\/uploads\\/2014\\/05\\/video_typing_cover.jpg\",\"left\":0,\"top\":0,\"align_hor\":\"left\",\"align_vert\":\"top\",\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"tp-fade\",\"easing\":\"Power4.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"1\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":1000,\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1100,\"endtime\":\"\",\"endspeed\":1500,\"endanimation\":\"fadeout\",\"endeasing\":\"Power4.easeIn\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":1170,\"height\":700,\"serial\":\"0\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":8000,\"endSpeedFinal\":1500,\"realEndTime\":9000,\"timeLast\":7900,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"1\"}},{\"text\":\"An intuitive visual interface\",\"type\":\"text\",\"left\":700,\"top\":360,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-3\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"1\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":1500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_thin_blackbg_30\",\"time\":2100,\"endtime\":\"\",\"endspeed\":1000,\"endanimation\":\"ltl\",\"endeasing\":\"Power4.easeIn\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":388,\"height\":30,\"serial\":\"1\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":7500,\"endSpeedFinal\":1000,\"realEndTime\":9000,\"timeLast\":6900,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"left\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"90\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":1,\"scale_x_end\":\"inherit\",\"scale_y_start\":1,\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"1\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"10px\",\"5px\",\"10px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"Raleway\"}},{\"text\":\"Quick\",\"type\":\"text\",\"left\":700,\"top\":278,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power4.easeOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":1500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"white_heavy_60\",\"time\":1100,\"endtime\":\"\",\"endspeed\":1000,\"endanimation\":\"ltl\",\"endeasing\":\"Power4.easeIn\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":202,\"height\":60,\"serial\":\"2\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":7500,\"endSpeedFinal\":1000,\"realEndTime\":9000,\"timeLast\":7900,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"left\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"1\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Raleway\"}},{\"text\":\"Set up slides in minutes\",\"type\":\"text\",\"left\":700,\"top\":405,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-3\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"1\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":1500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_thin_blackbg_30\",\"time\":2400,\"endtime\":\"\",\"endspeed\":1000,\"endanimation\":\"ltl\",\"endeasing\":\"Power4.easeIn\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":400,\"height\":30,\"serial\":\"3\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":7500,\"endSpeedFinal\":1000,\"realEndTime\":9000,\"timeLast\":6600,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"left\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"90\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":1,\"scale_x_end\":\"inherit\",\"scale_y_start\":1,\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"1\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"10px\",\"5px\",\"10px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"Raleway\"}},{\"text\":\"Safe precious time!\",\"type\":\"text\",\"left\":700,\"top\":450,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-3\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"1\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":1500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_thin_blackbg_30\",\"time\":2700,\"endtime\":\"\",\"endspeed\":1000,\"endanimation\":\"ltl\",\"endeasing\":\"Power4.easeIn\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":352,\"height\":30,\"serial\":\"4\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":7500,\"endSpeedFinal\":1000,\"realEndTime\":9000,\"timeLast\":6300,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"left\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"90\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":1,\"scale_x_end\":\"inherit\",\"scale_y_start\":1,\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"1\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"10px\",\"5px\",\"10px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"Raleway\"}},{\"text\":\"Results\",\"type\":\"text\",\"left\":880,\"top\":278,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power4.easeOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":1500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"light_thin_60\",\"time\":1800,\"endtime\":\"\",\"endspeed\":1000,\"endanimation\":\"ltl\",\"endeasing\":\"Power4.easeIn\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":267,\"height\":60,\"serial\":\"5\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":7500,\"endSpeedFinal\":1000,\"realEndTime\":9000,\"timeLast\":7200,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"left\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"1\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"100\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Raleway\"}}]',''),(30,6,3,'{\"background_type\":\"image\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/fullscreenvideo\\/video_space_cover.jpg\",\"image_id\":3852,\"title\":\"Infinite Possibilities\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"slidehorizontal\",\"0\":\"Remove\",\"slot_amount\":1,\"transition_rotation\":0,\"transition_duration\":1000,\"delay\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"9000\",\"kb_easing\":\"Linear.easeNone\"}','[{\"type\":\"video\",\"style\":\"\",\"video_type\":\"html5\",\"video_width\":1168,\"video_height\":698,\"video_data\":{\"video_type\":\"html5\",\"urlPoster\":\"http:\\/\\/themepunch.com\\/revolution\\/wp-content\\/uploads\\/2014\\/05\\/video_space_cover.jpg\",\"urlMp4\":\"http:\\/\\/themepunch.com\\/revolution\\/wp-content\\/uploads\\/2014\\/02\\/among_the_stars.mp4\",\"urlWebm\":\"http:\\/\\/themepunch.com\\/revolution\\/wp-content\\/uploads\\/2014\\/02\\/among_the_stars.webm\",\"urlOgv\":\"\",\"width\":\"320\",\"height\":\"240\",\"args\":\"\",\"previewimage\":\"\",\"autoplay\":true,\"autoplayonlyfirsttime\":false,\"nextslide\":true,\"forcerewind\":true,\"fullwidth\":true,\"videoloop\":false,\"controls\":true,\"mute\":true,\"cover\":true,\"dotted\":\"none\",\"ratio\":\"16:9\"},\"text\":\"Html5 Video\",\"video_title\":\"Html5 Video\",\"video_image_url\":\"http:\\/\\/themepunch.com\\/revolution\\/wp-content\\/uploads\\/2014\\/05\\/video_space_cover.jpg\",\"left\":0,\"top\":0,\"align_hor\":\"left\",\"align_vert\":\"top\",\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"tp-fade\",\"easing\":\"Power4.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"1\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":1000,\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1100,\"endtime\":\"\",\"endspeed\":1500,\"endanimation\":\"fadeout\",\"endeasing\":\"Power4.easeIn\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":1170,\"height\":700,\"serial\":\"0\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":8000,\"endSpeedFinal\":1500,\"realEndTime\":9000,\"timeLast\":7900,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"1\"}},{\"text\":\"was born\",\"type\":\"text\",\"left\":185,\"top\":65,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lfr\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"1\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"center\",\"align_vert\":\"middle\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"light_medium_30\",\"time\":2900,\"endtime\":\"\",\"endspeed\":1000,\"endanimation\":\"ltl\",\"endeasing\":\"Power4.easeIn\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":131,\"height\":40,\"serial\":\"1\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":8000,\"endSpeedFinal\":1000,\"realEndTime\":9000,\"timeLast\":6100,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"right\",\"x_end\":\"left\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"1\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"700\",\"font-size\":\"30px\",\"line-height\":\"40px\",\"font-family\":\"Raleway\"}},{\"text\":\"A long time ago...\",\"type\":\"text\",\"left\":0,\"top\":-60,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lfb\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":2000,\"align_hor\":\"center\",\"align_vert\":\"middle\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"white_heavy_60\",\"time\":1100,\"endtime\":\"\",\"endspeed\":1000,\"endanimation\":\"ltl\",\"endeasing\":\"Power4.easeIn\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":202,\"height\":60,\"serial\":\"2\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":7000,\"endSpeedFinal\":1000,\"realEndTime\":9000,\"timeLast\":7900,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"left\",\"y_start\":\"bottom\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"1\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Raleway\"}},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/fullscreenvideo\\/redbg_big.png\",\"left\":155,\"top\":9,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"randomrotate\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"1\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"center\",\"align_vert\":\"middle\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":2300,\"endtime\":\"\",\"endspeed\":1000,\"endanimation\":\"ltl\",\"endeasing\":\"Power4.easeIn\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":220,\"height\":85,\"serial\":\"3\",\"alt\":\"\",\"scaleX\":\"220\",\"scaleY\":\"85\",\"scaleProportional\":true,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":8000,\"endSpeedFinal\":1000,\"realEndTime\":9000,\"timeLast\":6300,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"{-250,250}\",\"x_end\":\"left\",\"y_start\":\"{-150,150}\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"{-90,90}\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"{-90,90}\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"{-360,360}\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"{0,1}\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"{0,1}\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"1\"}},{\"text\":\"Revolution\",\"type\":\"text\",\"left\":-110,\"top\":10,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lfb\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"1\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":1500,\"align_hor\":\"center\",\"align_vert\":\"middle\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"light_thin_60\",\"time\":2000,\"endtime\":\"\",\"endspeed\":1000,\"endanimation\":\"ltl\",\"endeasing\":\"Power4.easeIn\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":506,\"height\":60,\"serial\":\"4\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":7500,\"endSpeedFinal\":1000,\"realEndTime\":9000,\"timeLast\":7000,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"left\",\"y_start\":\"bottom\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"1\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"100\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Raleway\"}},{\"text\":\"Slider\",\"type\":\"text\",\"left\":150,\"top\":10,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"1\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"center\",\"align_vert\":\"middle\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"light_heavy_60\",\"time\":2600,\"endtime\":\"\",\"endspeed\":1000,\"endanimation\":\"ltl\",\"endeasing\":\"Power4.easeIn\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":156,\"height\":60,\"serial\":\"5\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":8000,\"endSpeedFinal\":1000,\"realEndTime\":9000,\"timeLast\":6400,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"left\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"1\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Raleway\"}},{\"text\":\"Now its the #1 Slider on CodeCanyon\",\"type\":\"text\",\"left\":0,\"top\":110,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lfb\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":1500,\"align_hor\":\"center\",\"align_vert\":\"middle\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_thin_whitebg_30\",\"time\":3200,\"endtime\":\"\",\"endspeed\":1000,\"endanimation\":\"ltl\",\"endeasing\":\"Power4.easeIn\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":439,\"height\":30,\"serial\":\"6\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":7500,\"endSpeedFinal\":1000,\"realEndTime\":9000,\"timeLast\":5800,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"left\",\"y_start\":\"bottom\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"1\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"10px\",\"5px\",\"10px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#000000\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"Raleway\"}}]',''),(31,7,1,'{\"background_type\":\"image\",\"title\":\"Parallax 3D\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"slideup\",\"0\":\"Remove\",\"slot_amount\":7,\"transition_rotation\":0,\"transition_duration\":1000,\"delay\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/themepunch.com\\/revolution\\/wp-content\\/uploads\\/2014\\/06\\/parallax_thumb1.jpg\",\"image_id\":3854,\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"10000\",\"kb_easing\":\"Linear.easeNone\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/parallax_scroll_slider\\/greenbg.jpg\",\"slide_parallax_level\":\"1\"}','[{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/parallax_scroll_slider\\/3dlayer_6.png\",\"left\":309,\"top\":69,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":800,\"endtime\":15000,\"endspeed\":1000,\"endanimation\":\"skewtoleftshort\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":800,\"height\":700,\"serial\":\"0\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15000,\"endSpeedFinal\":1000,\"realEndTime\":16000,\"timeLast\":15000,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"-200px\",\"y_start\":\"top\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"85px\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"1\"}},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/parallax_scroll_slider\\/3dlayer_5.png\",\"left\":-121,\"top\":-238,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":950,\"endtime\":14950,\"endspeed\":1000,\"endanimation\":\"skewtoleftshort\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":800,\"height\":700,\"serial\":\"1\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":14950,\"endSpeedFinal\":1000,\"realEndTime\":15950,\"timeLast\":14950,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"inherit\",\"x_end\":\"-200px\",\"y_start\":\"top\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"85px\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"1\"}},{\"style\":\"\",\"text\":\"Image 4\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/parallax_scroll_slider\\/3dlayer_4.png\",\"left\":-186,\"top\":81,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1200,\"endtime\":\"15000\",\"endspeed\":1000,\"endanimation\":\"skewtoleftshort\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":800,\"height\":700,\"serial\":\"2\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15000,\"endSpeedFinal\":1000,\"realEndTime\":16000,\"timeLast\":15000,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"-200px\",\"y_start\":\"top\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"85px\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"1\"}},{\"style\":\"\",\"text\":\"Image 3\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/parallax_scroll_slider\\/3dlayer_3.png\",\"left\":56,\"top\":437,\"loop_animation\":\"none\",\"loop_easing\":\"Linear.easeNone\",\"loop_speed\":\"3\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"-3\",\"loop_yend\":\"3\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"2\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1400,\"endtime\":\"\",\"endspeed\":1000,\"endanimation\":\"skewtoleftshort\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":800,\"height\":700,\"serial\":\"3\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15000,\"endSpeedFinal\":1000,\"realEndTime\":16000,\"timeLast\":14600,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"-200px\",\"y_start\":\"top\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"85px\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"2\"}},{\"style\":\"\",\"text\":\"Image 2\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/parallax_scroll_slider\\/3dlayer_2.png\",\"left\":353,\"top\":436,\"loop_animation\":\"none\",\"loop_easing\":\"Linear.easeNone\",\"loop_speed\":\"2.5\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"-4\",\"loop_yend\":\"3\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"2\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1700,\"endtime\":\"\",\"endspeed\":1000,\"endanimation\":\"skewtoleftshort\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":800,\"height\":700,\"serial\":\"4\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15000,\"endSpeedFinal\":1000,\"realEndTime\":16000,\"timeLast\":14300,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"-200px\",\"y_start\":\"top\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"85px\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"2\"}},{\"style\":\"\",\"text\":\"Image 1\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/parallax_scroll_slider\\/3dlayer_1.png\",\"left\":100,\"top\":55,\"loop_animation\":\"none\",\"loop_easing\":\"Linear.easeNone\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"-5\",\"loop_yend\":\"5\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1.1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"3\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":2000,\"endtime\":\"\",\"endspeed\":1000,\"endanimation\":\"skewtoleftshort\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":800,\"height\":700,\"serial\":\"5\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15000,\"endSpeedFinal\":1000,\"realEndTime\":16000,\"timeLast\":14000,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"-200px\",\"y_start\":\"top\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"85px\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"3\"}},{\"text\":\"Fancy Stuff\",\"type\":\"text\",\"left\":746,\"top\":230,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-5\",\"easing\":\"Power4.easeOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"3\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_heavy_60\",\"time\":2400,\"endtime\":\"\",\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":341,\"height\":60,\"serial\":\"6\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15000,\"endSpeedFinal\":1000,\"realEndTime\":16000,\"timeLast\":13600,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"{-250,250}\",\"y_start\":\"100\",\"y_end\":\"{-150,150}\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":1,\"scale_x_end\":\"{0,1}\",\"scale_y_start\":3,\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"3\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#000000\",\"font-weight\":\"900\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Raleway\"}},{\"text\":\"Assign Parallax Levels\",\"type\":\"text\",\"left\":750,\"top\":320,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"skewfromright\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"2\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_bold_bg_20\",\"time\":2900,\"endtime\":\"\",\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":212,\"height\":20,\"serial\":\"7\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15000,\"endSpeedFinal\":1000,\"realEndTime\":16000,\"timeLast\":13100,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"right\",\"x_end\":\"{-250,250}\",\"y_start\":\"inherit\",\"y_end\":\"{-150,150}\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"-85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"2\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"text\":\"Control with Scroll or Mouse Movement\",\"type\":\"text\",\"left\":750,\"top\":360,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"skewfromright\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"2\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_bold_bg_20\",\"time\":3000,\"endtime\":\"\",\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":259,\"height\":20,\"serial\":\"8\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15000,\"endSpeedFinal\":1000,\"realEndTime\":16000,\"timeLast\":13000,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"right\",\"x_end\":\"{-250,250}\",\"y_start\":\"inherit\",\"y_end\":\"{-150,150}\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"-85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"2\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"text\":\"Strinking Effects for your Website\",\"type\":\"text\",\"left\":750,\"top\":400,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"skewfromright\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"2\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_bold_bg_20\",\"time\":3100,\"endtime\":\"\",\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":259,\"height\":20,\"serial\":\"9\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15000,\"endSpeedFinal\":1000,\"realEndTime\":16000,\"timeLast\":12900,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"right\",\"x_end\":\"{-250,250}\",\"y_start\":\"inherit\",\"y_end\":\"{-150,150}\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"-85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"2\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"text\":\"Easy Setup\",\"type\":\"text\",\"left\":750,\"top\":440,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"skewfromright\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"2\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_bold_bg_20\",\"time\":3200,\"endtime\":\"\",\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":243,\"height\":20,\"serial\":\"10\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15000,\"endSpeedFinal\":1000,\"realEndTime\":16000,\"timeLast\":12800,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"right\",\"x_end\":\"{-250,250}\",\"y_start\":\"inherit\",\"y_end\":\"{-150,150}\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"-85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"2\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"text\":\"And Much More ...\",\"type\":\"text\",\"left\":750,\"top\":480,\"loop_animation\":\"none\",\"loop_easing\":\"Power1.easeInOut\",\"loop_speed\":\"2.5\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"-4\",\"loop_yend\":\"3\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"skewfromright\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"2\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"green_bold_bg_20\",\"time\":3300,\"endtime\":\"\",\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":171,\"height\":20,\"serial\":\"11\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15000,\"endSpeedFinal\":1000,\"realEndTime\":16000,\"timeLast\":12700,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"right\",\"x_end\":\"{-250,250}\",\"y_start\":\"inherit\",\"y_end\":\"{-150,150}\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"-85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"2\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#86b567\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}}]',''),(32,7,2,'{\"background_type\":\"image\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/parallax_scroll_slider\\/forest1.jpg\",\"image_id\":3861,\"title\":\"Forest View\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"fade\",\"0\":\"Remove\",\"slot_amount\":7,\"transition_rotation\":0,\"transition_duration\":600,\"delay\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/themepunch.com\\/revolution\\/wp-content\\/uploads\\/2014\\/06\\/parallax_thumb2.jpg\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"16000\",\"kb_easing\":\"Linear.easeNone\",\"slide_parallax_level\":\"1\"}','[{\"text\":\"Parallax with Scroll\",\"type\":\"text\",\"left\":0,\"top\":0,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"3\",\"whitespace\":\"nowrap\",\"speed\":600,\"align_hor\":\"center\",\"align_vert\":\"middle\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"greenishbg_heavy_70\",\"time\":900,\"endtime\":15400,\"endspeed\":600,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":678,\"height\":70,\"serial\":\"0\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15400,\"endSpeedFinal\":600,\"realEndTime\":16000,\"timeLast\":15400,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"3\",\"font-family\":\"Raleway\",\"padding\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"text-decoration\":\"none\",\"background-color\":\"#28433e\",\"background-transparency\":\"0.8\",\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-family\":\"Raleway\"}},{\"text\":\"\",\"type\":\"text\",\"left\":0,\"top\":0,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"tp-fade\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"3\",\"whitespace\":\"nowrap\",\"speed\":600,\"align_hor\":\"center\",\"align_vert\":\"middle\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"borderbox_725x130\",\"time\":950,\"endtime\":\"15400\",\"endspeed\":600,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":725,\"height\":130,\"serial\":\"1\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15400,\"endSpeedFinal\":600,\"realEndTime\":16000,\"timeLast\":15400,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"3\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"border-width\":\"2px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":[]}]',''),(33,7,3,'{\"background_type\":\"image\",\"title\":\"Mobile Interaction\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"zoomin\",\"0\":\"Remove\",\"slot_amount\":7,\"transition_rotation\":0,\"transition_duration\":1500,\"delay\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/themepunch.com\\/revolution\\/wp-content\\/uploads\\/2014\\/06\\/parallax_thumb3.jpg\",\"image_id\":3862,\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"16000\",\"kb_easing\":\"Linear.easeNone\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/parallax_scroll_slider\\/slidebg2.jpg\",\"slide_parallax_level\":\"1\"}','[{\"style\":\"\",\"text\":\"Ipad\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/parallax_scroll_slider\\/ipad2.png\",\"left\":-40,\"top\":10,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lfb\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"3\",\"whitespace\":\"nowrap\",\"speed\":1500,\"align_hor\":\"center\",\"align_vert\":\"bottom\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":2400,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":692,\"height\":514,\"serial\":\"0\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":14500,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":13600,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"bottom\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"3\"}},{\"style\":\"\",\"text\":\"pulse\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/parallax_scroll_slider\\/pulse1.png\",\"left\":515,\"top\":331,\"loop_animation\":\"rs-pulse\",\"loop_easing\":\"Power4.easeInOut\",\"loop_speed\":\"0.5\",\"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\":\"0.75\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"customin-2\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":4400,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":120,\"height\":120,\"serial\":\"1\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15500,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":11600,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"1\"}},{\"style\":\"\",\"text\":\"hand\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/parallax_scroll_slider\\/hand1.png\",\"left\":94,\"top\":322,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lfb\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":1500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":3400,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":604,\"height\":614,\"serial\":\"2\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":14500,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":12600,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"bottom\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"1\"}},{\"style\":\"\",\"text\":\"iphone\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/parallax_scroll_slider\\/iphone.png\",\"left\":693,\"top\":191,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lfb\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"4\",\"whitespace\":\"nowrap\",\"speed\":1500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":2900,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":347,\"height\":537,\"serial\":\"3\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":14500,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":13100,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"bottom\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"4\"}},{\"text\":\"Mobile\",\"type\":\"text\",\"left\":315,\"top\":40,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-5\",\"easing\":\"Power3.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_heavy_70\",\"time\":1300,\"endtime\":13950,\"endspeed\":2000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":236,\"height\":70,\"serial\":\"4\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":13950,\"endSpeedFinal\":2000,\"realEndTime\":15950,\"timeLast\":13950,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"0\",\"x_end\":\"{-250,250}\",\"y_start\":\"100\",\"y_end\":\"{-150,150}\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":1,\"scale_x_end\":\"{0,1}\",\"scale_y_start\":3,\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"1\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#000000\",\"font-weight\":\"900\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-family\":\"Raleway\"}},{\"style\":\"\",\"text\":\"Green BG\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/parallax_scroll_slider\\/largegreen.png\",\"left\":434,\"top\":98,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1600,\"endtime\":14000,\"endspeed\":2000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":277,\"height\":85,\"serial\":\"5\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":14000,\"endSpeedFinal\":2000,\"realEndTime\":16000,\"timeLast\":14000,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"{-250,250}\",\"y_start\":\"0\",\"y_end\":\"{-150,150}\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"0\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"0\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"1\"}},{\"text\":\"Device\",\"type\":\"text\",\"left\":448,\"top\":106,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"light_heavy_70\",\"time\":1700,\"endtime\":13950,\"endspeed\":2000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":235,\"height\":70,\"serial\":\"6\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":13950,\"endSpeedFinal\":2000,\"realEndTime\":15950,\"timeLast\":13950,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"0\",\"x_end\":\"{-250,250}\",\"y_start\":\"0\",\"y_end\":\"{-150,150}\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"0\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"0\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"1\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-family\":\"Raleway\"}},{\"text\":\"Interaction\",\"type\":\"text\",\"left\":619,\"top\":177,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"skewfromrightshort\",\"easing\":\"Power3.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_bold_40\",\"time\":1950,\"endtime\":\"14000\",\"endspeed\":2000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":214,\"height\":40,\"serial\":\"7\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":14000,\"endSpeedFinal\":2000,\"realEndTime\":16000,\"timeLast\":14000,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"200px\",\"x_end\":\"{-250,250}\",\"y_start\":\"inherit\",\"y_end\":\"{-150,150}\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"-85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"1\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#000000\",\"font-weight\":\"800\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Raleway\"}}]',''),(34,7,4,'{\"background_type\":\"image\",\"title\":\"Fixed-Size Video\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"zoomout\",\"0\":\"Remove\",\"slot_amount\":1,\"transition_rotation\":0,\"transition_duration\":1500,\"delay\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/themepunch.com\\/revolution\\/wp-content\\/uploads\\/2014\\/06\\/parallax_thumb4.jpg\",\"image_id\":3868,\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"16000\",\"kb_easing\":\"Linear.easeNone\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/parallax_scroll_slider\\/citybg.jpg\",\"slide_parallax_level\":\"1\"}','[{\"text\":\"Vimeo\",\"type\":\"text\",\"left\":766,\"top\":373,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"sfl\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"white_bold_bg_20\",\"time\":2600,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":62,\"height\":20,\"serial\":\"0\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15000,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":13400,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"-50px\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"1\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#000000\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"text\":\"YouTube\",\"type\":\"text\",\"left\":766,\"top\":408,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"sfl\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"red_bold_bg_20\",\"time\":2900,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":88,\"height\":20,\"serial\":\"1\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15000,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":13100,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"-50px\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"1\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#e03300\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"text\":\"HTML5\",\"type\":\"text\",\"left\":768,\"top\":443,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"sfl\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"blue_bold_bg_20\",\"time\":3200,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":67,\"height\":20,\"serial\":\"2\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15000,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":12800,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"-50px\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"1\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#3598dc\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"style\":\"\",\"text\":\"textbg\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/parallax_scroll_slider\\/redbg.png\",\"left\":925,\"top\":299,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"2\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1900,\"endtime\":15700,\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":121,\"height\":47,\"serial\":\"3\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15700,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":15700,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"2\"}},{\"text\":\"with\",\"type\":\"text\",\"left\":940,\"top\":302,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"2\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"light_heavy_40\",\"time\":2200,\"endtime\":15700,\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":88,\"height\":40,\"serial\":\"4\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15700,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":15700,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"2\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Raleway\"}},{\"text\":\"Videos\",\"type\":\"text\",\"left\":808,\"top\":251,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"2\",\"whitespace\":\"nowrap\",\"speed\":600,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_heavy_60\",\"time\":2600,\"endtime\":15700,\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":203,\"height\":60,\"serial\":\"5\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15700,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":15700,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"top\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"2\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#000000\",\"font-weight\":\"900\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Raleway\"}},{\"text\":\"API\",\"type\":\"text\",\"left\":1045,\"top\":282,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lfr\",\"easing\":\"Power3.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"2\",\"whitespace\":\"nowrap\",\"speed\":600,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"light_heavy_70\",\"time\":2500,\"endtime\":15700,\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":112,\"height\":70,\"serial\":\"6\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15700,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":15700,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"right\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"2\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-family\":\"Raleway\"}},{\"text\":\"Functions\",\"type\":\"text\",\"left\":1001,\"top\":347,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"2\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"white_thin_34\",\"time\":2800,\"endtime\":\"15700\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":156,\"height\":35,\"serial\":\"7\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15700,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":15700,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"2\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"200\",\"font-size\":\"35px\",\"line-height\":\"35px\",\"font-family\":\"Raleway\"}},{\"style\":\"\",\"text\":\"Image 1\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/parallax_scroll_slider\\/ipad_dark.png\",\"left\":-122,\"top\":12,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"3\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1300,\"endtime\":\"15400\",\"endspeed\":600,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":1000,\"height\":700,\"serial\":\"8\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15400,\"endSpeedFinal\":600,\"realEndTime\":16000,\"timeLast\":15400,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"3\"}},{\"type\":\"video\",\"style\":\"\",\"video_type\":\"vimeo\",\"video_width\":\"625\",\"video_height\":\"467\",\"video_data\":{\"video_type\":\"vimeo\",\"id\":\"76127035\",\"title\":\"Life is Beautiful (3D Animated Short Film)\",\"link\":\"http:\\/\\/vimeo.com\\/76127035\",\"author\":\"Ben Brand\",\"description\":\"Anton may be done with life, but life ain\\u2019t done with Anton. In his convincing decision to change his measly existence he discovers the real greatness of life.<br \\/>\\r\\n<br \\/>\\r\\n\'Life is Beautiful\' is a 3D animation short made with support of Caviar Amsterdam, animation studio Fube, the dutch filmfund and the NTR. It\'s part of the NTR SHORT! competition that premiered at the Dutch Film festival 2013 in Utrecht.<br \\/>\\r\\n<br \\/>\\r\\nFor artwork and more information go to: https:\\/\\/www.facebook.com\\/Life.is.beautiful.theshort<br \\/>\\r\\n<br \\/>\\r\\nDutch Filmfestival \\t 2013-09 \\tUtrecht (Netherlands) \\tNomination debute competition \\t<br \\/>\\r\\nShortcutz Filmfestival \\t 2014-04 \\tAmsterdam (Netherlands)<br \\/>\\r\\nHAFF Filmfestival \\t 2014-04 \\tUtrecht (Netherlands)<br \\/>\\r\\nDresden international Filmfestival 2014-05 \\tDresden (Germany)<br \\/>\\r\\nToronto International Animation Festival 2014-07 \\tToronto (Canada)<br \\/>\\r\\nNothwest Animation Festival 2014-07 \\tPortland (USA)<br \\/>\\r\\nShort Shorts international filmfestival 2014-06\\t Tokyo (Japan)<br \\/>\\r\\n<br \\/>\\r\\nProducer: Caviar Amsterdam<br \\/>\\r\\nWriter \\/ Director: Ben Brand<br \\/>\\r\\nCo-writer: Ilse Ott<br \\/>\\r\\nAnimation studio: Fube<br \\/>\\r\\nProducer: Niels Scheide \\/ Rogier Dorant<br \\/>\\r\\nExecutive Producers: Jacques Vereecken \\/ Sander Heeroma<br \\/>\\r\\nHead of production: Liesbeth Timmer<br \\/>\\r\\nLine Producer: Percy Tienhooven<br \\/>\\r\\nArt Director: Vincent bisschop<br \\/>\\r\\nTechnical Director:Jasper van Nieuwenhuizen<br \\/>\\r\\nCompositing: Koos Dekker<br \\/>\\r\\nRendering:Sebastiaan van Hesteren<br \\/>\\r\\nAnimatic: Percy Tienhoven<br \\/>\\r\\nHead of Animation: Rik Schutte<br \\/>\\r\\nAnimation: Nanda van Dijk<br \\/>\\r\\nAnimator:\\tPiebe van der storm<br \\/>\\r\\nLicht & Shading: Ruud Coenen<br \\/>\\r\\nShading: Dimitar Kralev<br \\/>\\r\\nSound Design: Dennis Kersten<br \\/>\\r\\nEditor: Wietse de Zwart<br \\/>\\r\\nMusic Composed by: Christiaan Verbeek<br \\/>\\r\\nStoryboard: Natasha Stevie<br \\/>\\r\\nAditional Artwork: Lois van Baarle<br \\/>\\r\\nModdeling: Kjeld Slingeland \\/ Vinnie Portier<br \\/>\\r\\nVoice acting: Jankees van den Berg \\/ Laura Branderhorst<br \\/>\\r\\n Ben Brand<br \\/>\\r\\nActing: Fabian Jansen<br \\/>\\r\\n<br \\/>\\r\\nSpecial thnx to: NMTRX ANIMATION STUDIOS<br \\/>\\r\\n<br \\/>\\r\\nMichael Visser<br \\/>\\r\\nPatrick Nijman<br \\/>\\r\\nJohan Boekhoven\",\"desc_small\":\"Anton may be done with life, but life ain\\u2019t done with Anton. In his convincing decision to change his measly existence he discovers the real greatness of life.<br \\/>\\r\\n<br \\/>\\r\\n\'Life is Beautiful\' is a ...\",\"thumb_large\":{\"url\":\"http:\\/\\/i.vimeocdn.com\\/video\\/472111198_640.jpg\",\"width\":640,\"height\":360},\"thumb_medium\":{\"url\":\"http:\\/\\/i.vimeocdn.com\\/video\\/472111198_200x150.jpg\",\"width\":200,\"height\":150},\"thumb_small\":{\"url\":\"http:\\/\\/i.vimeocdn.com\\/video\\/472111198_100x75.jpg\",\"width\":100,\"height\":75},\"width\":\"625\",\"height\":\"467\",\"args\":\"title=0&byline=0&portrait=0;api=1\",\"previewimage\":\"\",\"autoplay\":false,\"autoplayonlyfirsttime\":false,\"nextslide\":false,\"forcerewind\":false,\"fullwidth\":false,\"videoloop\":false,\"controls\":false,\"mute\":false,\"cover\":false,\"dotted\":\"none\",\"ratio\":\"16:9\"},\"video_id\":\"76127035\",\"video_title\":\"Life is Beautiful (3D Animated Short Film)\",\"video_image_url\":\"http:\\/\\/i.vimeocdn.com\\/video\\/472111198_200x150.jpg\",\"video_args\":\"title=0&byline=0&portrait=0;api=1\",\"text\":\"Vimeo: Life is Beautiful (3D Animated Short Film)\",\"left\":78,\"top\":103,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"3\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1600,\"endtime\":\"15400\",\"endspeed\":600,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":625,\"height\":467,\"serial\":\"9\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15400,\"endSpeedFinal\":600,\"realEndTime\":16000,\"timeLast\":15400,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"3\"}}]',''),(35,8,1,'{\"background_type\":\"image\",\"title\":\"Parallax 3D\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"slideup\",\"0\":\"Remove\",\"slot_amount\":7,\"transition_rotation\":0,\"transition_duration\":1000,\"delay\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/themepunch.com\\/revolution\\/wp-content\\/uploads\\/2014\\/06\\/parallax_thumb1.jpg\",\"image_id\":3854,\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"10000\",\"kb_easing\":\"Linear.easeNone\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/parallax_scroll_slider\\/greenbg.jpg\",\"slide_parallax_level\":\"1\"}','[{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/parallax_scroll_slider\\/3dlayer_6.png\",\"left\":309,\"top\":69,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":800,\"endtime\":15000,\"endspeed\":1000,\"endanimation\":\"skewtoleftshort\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":800,\"height\":700,\"serial\":\"0\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15000,\"endSpeedFinal\":1000,\"realEndTime\":16000,\"timeLast\":15000,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"-200px\",\"y_start\":\"top\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"85px\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"1\"}},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/parallax_scroll_slider\\/3dlayer_5.png\",\"left\":-121,\"top\":-238,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":950,\"endtime\":14950,\"endspeed\":1000,\"endanimation\":\"skewtoleftshort\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":800,\"height\":700,\"serial\":\"1\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":14950,\"endSpeedFinal\":1000,\"realEndTime\":15950,\"timeLast\":14950,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"inherit\",\"x_end\":\"-200px\",\"y_start\":\"top\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"85px\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"1\"}},{\"style\":\"\",\"text\":\"Image 4\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/parallax_scroll_slider\\/3dlayer_4.png\",\"left\":-186,\"top\":81,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1200,\"endtime\":\"15000\",\"endspeed\":1000,\"endanimation\":\"skewtoleftshort\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":800,\"height\":700,\"serial\":\"2\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15000,\"endSpeedFinal\":1000,\"realEndTime\":16000,\"timeLast\":15000,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"-200px\",\"y_start\":\"top\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"85px\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"1\"}},{\"style\":\"\",\"text\":\"Image 3\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/parallax_scroll_slider\\/3dlayer_3.png\",\"left\":56,\"top\":437,\"loop_animation\":\"none\",\"loop_easing\":\"Linear.easeNone\",\"loop_speed\":\"3\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"-3\",\"loop_yend\":\"3\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"2\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1400,\"endtime\":\"\",\"endspeed\":1000,\"endanimation\":\"skewtoleftshort\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":800,\"height\":700,\"serial\":\"3\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15000,\"endSpeedFinal\":1000,\"realEndTime\":16000,\"timeLast\":14600,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"-200px\",\"y_start\":\"top\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"85px\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"2\"}},{\"style\":\"\",\"text\":\"Image 2\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/parallax_scroll_slider\\/3dlayer_2.png\",\"left\":353,\"top\":436,\"loop_animation\":\"none\",\"loop_easing\":\"Linear.easeNone\",\"loop_speed\":\"2.5\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"-4\",\"loop_yend\":\"3\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"2\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1700,\"endtime\":\"\",\"endspeed\":1000,\"endanimation\":\"skewtoleftshort\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":800,\"height\":700,\"serial\":\"4\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15000,\"endSpeedFinal\":1000,\"realEndTime\":16000,\"timeLast\":14300,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"-200px\",\"y_start\":\"top\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"85px\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"2\"}},{\"style\":\"\",\"text\":\"Image 1\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/parallax_scroll_slider\\/3dlayer_1.png\",\"left\":100,\"top\":55,\"loop_animation\":\"none\",\"loop_easing\":\"Linear.easeNone\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"-5\",\"loop_yend\":\"5\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1.1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"3\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":2000,\"endtime\":\"\",\"endspeed\":1000,\"endanimation\":\"skewtoleftshort\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":800,\"height\":700,\"serial\":\"5\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15000,\"endSpeedFinal\":1000,\"realEndTime\":16000,\"timeLast\":14000,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"-200px\",\"y_start\":\"top\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"85px\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"3\"}},{\"text\":\"Fancy Stuff\",\"type\":\"text\",\"left\":746,\"top\":230,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-5\",\"easing\":\"Power4.easeOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"3\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_heavy_60\",\"time\":2400,\"endtime\":\"\",\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":341,\"height\":60,\"serial\":\"6\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15000,\"endSpeedFinal\":1000,\"realEndTime\":16000,\"timeLast\":13600,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"{-250,250}\",\"y_start\":\"100\",\"y_end\":\"{-150,150}\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":1,\"scale_x_end\":\"{0,1}\",\"scale_y_start\":3,\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"3\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#000000\",\"font-weight\":\"900\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Raleway\"}},{\"text\":\"Assign Parallax Levels\",\"type\":\"text\",\"left\":750,\"top\":320,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"skewfromright\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"2\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_bold_bg_20\",\"time\":2900,\"endtime\":\"\",\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":212,\"height\":20,\"serial\":\"7\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15000,\"endSpeedFinal\":1000,\"realEndTime\":16000,\"timeLast\":13100,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"right\",\"x_end\":\"{-250,250}\",\"y_start\":\"inherit\",\"y_end\":\"{-150,150}\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"-85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"2\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"text\":\"Control with Scroll or Mouse Movement\",\"type\":\"text\",\"left\":750,\"top\":360,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"skewfromright\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"2\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_bold_bg_20\",\"time\":3000,\"endtime\":\"\",\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":259,\"height\":20,\"serial\":\"8\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15000,\"endSpeedFinal\":1000,\"realEndTime\":16000,\"timeLast\":13000,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"right\",\"x_end\":\"{-250,250}\",\"y_start\":\"inherit\",\"y_end\":\"{-150,150}\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"-85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"2\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"text\":\"Strinking Effects for your Website\",\"type\":\"text\",\"left\":750,\"top\":400,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"skewfromright\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"2\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_bold_bg_20\",\"time\":3100,\"endtime\":\"\",\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":259,\"height\":20,\"serial\":\"9\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15000,\"endSpeedFinal\":1000,\"realEndTime\":16000,\"timeLast\":12900,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"right\",\"x_end\":\"{-250,250}\",\"y_start\":\"inherit\",\"y_end\":\"{-150,150}\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"-85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"2\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"text\":\"Easy Setup\",\"type\":\"text\",\"left\":750,\"top\":440,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"skewfromright\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"2\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_bold_bg_20\",\"time\":3200,\"endtime\":\"\",\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":243,\"height\":20,\"serial\":\"10\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15000,\"endSpeedFinal\":1000,\"realEndTime\":16000,\"timeLast\":12800,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"right\",\"x_end\":\"{-250,250}\",\"y_start\":\"inherit\",\"y_end\":\"{-150,150}\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"-85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"2\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"text\":\"And Much More ...\",\"type\":\"text\",\"left\":750,\"top\":480,\"loop_animation\":\"none\",\"loop_easing\":\"Power1.easeInOut\",\"loop_speed\":\"2.5\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"-4\",\"loop_yend\":\"3\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"skewfromright\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"2\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"green_bold_bg_20\",\"time\":3300,\"endtime\":\"\",\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":171,\"height\":20,\"serial\":\"11\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15000,\"endSpeedFinal\":1000,\"realEndTime\":16000,\"timeLast\":12700,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"right\",\"x_end\":\"{-250,250}\",\"y_start\":\"inherit\",\"y_end\":\"{-150,150}\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"-85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"2\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#86b567\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}}]',''),(36,8,2,'{\"background_type\":\"image\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/parallax_scroll_slider\\/forest1.jpg\",\"image_id\":3861,\"title\":\"Forest View\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"fade\",\"0\":\"Remove\",\"slot_amount\":7,\"transition_rotation\":0,\"transition_duration\":600,\"delay\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/themepunch.com\\/revolution\\/wp-content\\/uploads\\/2014\\/06\\/parallax_thumb2.jpg\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"16000\",\"kb_easing\":\"Linear.easeNone\",\"slide_parallax_level\":\"1\"}','[{\"text\":\"Parallax with Scroll\",\"type\":\"text\",\"left\":0,\"top\":0,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"3\",\"whitespace\":\"nowrap\",\"speed\":600,\"align_hor\":\"center\",\"align_vert\":\"middle\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"greenishbg_heavy_70\",\"time\":900,\"endtime\":15400,\"endspeed\":600,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":678,\"height\":70,\"serial\":\"0\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15400,\"endSpeedFinal\":600,\"realEndTime\":16000,\"timeLast\":15400,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"3\",\"font-family\":\"Raleway\",\"padding\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"text-decoration\":\"none\",\"background-color\":\"#28433e\",\"background-transparency\":\"0.8\",\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-family\":\"Raleway\"}},{\"text\":\"\",\"type\":\"text\",\"left\":0,\"top\":0,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"tp-fade\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"3\",\"whitespace\":\"nowrap\",\"speed\":600,\"align_hor\":\"center\",\"align_vert\":\"middle\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"borderbox_725x130\",\"time\":950,\"endtime\":\"15400\",\"endspeed\":600,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":725,\"height\":130,\"serial\":\"1\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15400,\"endSpeedFinal\":600,\"realEndTime\":16000,\"timeLast\":15400,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"3\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"border-width\":\"2px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":[]}]',''),(37,8,3,'{\"background_type\":\"image\",\"title\":\"Mobile Interaction\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"zoomin\",\"0\":\"Remove\",\"slot_amount\":7,\"transition_rotation\":0,\"transition_duration\":1500,\"delay\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/themepunch.com\\/revolution\\/wp-content\\/uploads\\/2014\\/06\\/parallax_thumb3.jpg\",\"image_id\":3862,\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"16000\",\"kb_easing\":\"Linear.easeNone\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/parallax_scroll_slider\\/slidebg2.jpg\",\"slide_parallax_level\":\"1\"}','[{\"style\":\"\",\"text\":\"Ipad\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/parallax_scroll_slider\\/ipad2.png\",\"left\":-40,\"top\":10,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lfb\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"3\",\"whitespace\":\"nowrap\",\"speed\":1500,\"align_hor\":\"center\",\"align_vert\":\"bottom\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":2400,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":692,\"height\":514,\"serial\":\"0\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":14500,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":13600,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"bottom\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"3\"}},{\"style\":\"\",\"text\":\"pulse\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/parallax_scroll_slider\\/pulse1.png\",\"left\":515,\"top\":331,\"loop_animation\":\"rs-pulse\",\"loop_easing\":\"Power4.easeInOut\",\"loop_speed\":\"0.5\",\"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\":\"0.75\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"customin-2\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":4400,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":120,\"height\":120,\"serial\":\"1\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15500,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":11600,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"1\"}},{\"style\":\"\",\"text\":\"hand\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/parallax_scroll_slider\\/hand1.png\",\"left\":94,\"top\":322,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lfb\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":1500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":3400,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":604,\"height\":614,\"serial\":\"2\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":14500,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":12600,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"bottom\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"1\"}},{\"style\":\"\",\"text\":\"iphone\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/parallax_scroll_slider\\/iphone.png\",\"left\":693,\"top\":191,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lfb\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"4\",\"whitespace\":\"nowrap\",\"speed\":1500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":2900,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":347,\"height\":537,\"serial\":\"3\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":14500,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":13100,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"bottom\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"4\"}},{\"text\":\"Mobile\",\"type\":\"text\",\"left\":315,\"top\":40,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-5\",\"easing\":\"Power3.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_heavy_70\",\"time\":1300,\"endtime\":13950,\"endspeed\":2000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":236,\"height\":70,\"serial\":\"4\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":13950,\"endSpeedFinal\":2000,\"realEndTime\":15950,\"timeLast\":13950,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"0\",\"x_end\":\"{-250,250}\",\"y_start\":\"100\",\"y_end\":\"{-150,150}\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":1,\"scale_x_end\":\"{0,1}\",\"scale_y_start\":3,\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"1\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#000000\",\"font-weight\":\"900\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-family\":\"Raleway\"}},{\"style\":\"\",\"text\":\"Green BG\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/parallax_scroll_slider\\/largegreen.png\",\"left\":434,\"top\":98,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1600,\"endtime\":14000,\"endspeed\":2000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":277,\"height\":85,\"serial\":\"5\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":14000,\"endSpeedFinal\":2000,\"realEndTime\":16000,\"timeLast\":14000,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"{-250,250}\",\"y_start\":\"0\",\"y_end\":\"{-150,150}\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"0\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"0\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"1\"}},{\"text\":\"Device\",\"type\":\"text\",\"left\":448,\"top\":106,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"light_heavy_70\",\"time\":1700,\"endtime\":13950,\"endspeed\":2000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":235,\"height\":70,\"serial\":\"6\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":13950,\"endSpeedFinal\":2000,\"realEndTime\":15950,\"timeLast\":13950,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"0\",\"x_end\":\"{-250,250}\",\"y_start\":\"0\",\"y_end\":\"{-150,150}\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"0\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"0\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"1\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-family\":\"Raleway\"}},{\"text\":\"Interaction\",\"type\":\"text\",\"left\":619,\"top\":177,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"skewfromrightshort\",\"easing\":\"Power3.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_bold_40\",\"time\":1950,\"endtime\":\"14000\",\"endspeed\":2000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":214,\"height\":40,\"serial\":\"7\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":14000,\"endSpeedFinal\":2000,\"realEndTime\":16000,\"timeLast\":14000,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"200px\",\"x_end\":\"{-250,250}\",\"y_start\":\"inherit\",\"y_end\":\"{-150,150}\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"-85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"1\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#000000\",\"font-weight\":\"800\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Raleway\"}}]',''),(38,8,4,'{\"background_type\":\"image\",\"title\":\"Fixed-Size Video\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"zoomout\",\"0\":\"Remove\",\"slot_amount\":1,\"transition_rotation\":0,\"transition_duration\":1500,\"delay\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/themepunch.com\\/revolution\\/wp-content\\/uploads\\/2014\\/06\\/parallax_thumb4.jpg\",\"image_id\":3868,\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"16000\",\"kb_easing\":\"Linear.easeNone\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/parallax_scroll_slider\\/citybg.jpg\",\"slide_parallax_level\":\"1\"}','[{\"text\":\"Vimeo\",\"type\":\"text\",\"left\":766,\"top\":373,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"sfl\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"white_bold_bg_20\",\"time\":2600,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":62,\"height\":20,\"serial\":\"0\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15000,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":13400,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"-50px\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"1\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#000000\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"text\":\"YouTube\",\"type\":\"text\",\"left\":766,\"top\":408,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"sfl\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"red_bold_bg_20\",\"time\":2900,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":88,\"height\":20,\"serial\":\"1\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15000,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":13100,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"-50px\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"1\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#e03300\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"text\":\"HTML5\",\"type\":\"text\",\"left\":768,\"top\":443,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"sfl\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"blue_bold_bg_20\",\"time\":3200,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":67,\"height\":20,\"serial\":\"2\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15000,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":12800,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"-50px\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"1\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#3598dc\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"style\":\"\",\"text\":\"textbg\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/parallax_scroll_slider\\/redbg.png\",\"left\":925,\"top\":299,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"2\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1900,\"endtime\":15700,\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":121,\"height\":47,\"serial\":\"3\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15700,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":15700,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"2\"}},{\"text\":\"with\",\"type\":\"text\",\"left\":940,\"top\":302,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"2\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"light_heavy_40\",\"time\":2200,\"endtime\":15700,\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":88,\"height\":40,\"serial\":\"4\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15700,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":15700,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"2\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Raleway\"}},{\"text\":\"Videos\",\"type\":\"text\",\"left\":808,\"top\":251,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"2\",\"whitespace\":\"nowrap\",\"speed\":600,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_heavy_60\",\"time\":2600,\"endtime\":15700,\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":203,\"height\":60,\"serial\":\"5\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15700,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":15700,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"top\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"2\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#000000\",\"font-weight\":\"900\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Raleway\"}},{\"text\":\"API\",\"type\":\"text\",\"left\":1045,\"top\":282,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lfr\",\"easing\":\"Power3.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"2\",\"whitespace\":\"nowrap\",\"speed\":600,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"light_heavy_70\",\"time\":2500,\"endtime\":15700,\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":112,\"height\":70,\"serial\":\"6\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15700,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":15700,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"right\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"2\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-family\":\"Raleway\"}},{\"text\":\"Functions\",\"type\":\"text\",\"left\":1001,\"top\":347,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"2\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"white_thin_34\",\"time\":2800,\"endtime\":\"15700\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":156,\"height\":35,\"serial\":\"7\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15700,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":15700,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"2\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"200\",\"font-size\":\"35px\",\"line-height\":\"35px\",\"font-family\":\"Raleway\"}},{\"style\":\"\",\"text\":\"Image 1\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/parallax_scroll_slider\\/ipad_dark.png\",\"left\":-122,\"top\":12,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"3\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1300,\"endtime\":\"15400\",\"endspeed\":600,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":1000,\"height\":700,\"serial\":\"8\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15400,\"endSpeedFinal\":600,\"realEndTime\":16000,\"timeLast\":15400,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"3\"}},{\"type\":\"video\",\"style\":\"\",\"video_type\":\"vimeo\",\"video_width\":\"625\",\"video_height\":\"467\",\"video_data\":{\"video_type\":\"vimeo\",\"id\":\"76127035\",\"title\":\"Life is Beautiful (3D Animated Short Film)\",\"link\":\"http:\\/\\/vimeo.com\\/76127035\",\"author\":\"Ben Brand\",\"description\":\"Anton may be done with life, but life ain\\u2019t done with Anton. In his convincing decision to change his measly existence he discovers the real greatness of life.<br \\/>\\r\\n<br \\/>\\r\\n\'Life is Beautiful\' is a 3D animation short made with support of Caviar Amsterdam, animation studio Fube, the dutch filmfund and the NTR. It\'s part of the NTR SHORT! competition that premiered at the Dutch Film festival 2013 in Utrecht.<br \\/>\\r\\n<br \\/>\\r\\nFor artwork and more information go to: https:\\/\\/www.facebook.com\\/Life.is.beautiful.theshort<br \\/>\\r\\n<br \\/>\\r\\nDutch Filmfestival \\t 2013-09 \\tUtrecht (Netherlands) \\tNomination debute competition \\t<br \\/>\\r\\nShortcutz Filmfestival \\t 2014-04 \\tAmsterdam (Netherlands)<br \\/>\\r\\nHAFF Filmfestival \\t 2014-04 \\tUtrecht (Netherlands)<br \\/>\\r\\nDresden international Filmfestival 2014-05 \\tDresden (Germany)<br \\/>\\r\\nToronto International Animation Festival 2014-07 \\tToronto (Canada)<br \\/>\\r\\nNothwest Animation Festival 2014-07 \\tPortland (USA)<br \\/>\\r\\nShort Shorts international filmfestival 2014-06\\t Tokyo (Japan)<br \\/>\\r\\n<br \\/>\\r\\nProducer: Caviar Amsterdam<br \\/>\\r\\nWriter \\/ Director: Ben Brand<br \\/>\\r\\nCo-writer: Ilse Ott<br \\/>\\r\\nAnimation studio: Fube<br \\/>\\r\\nProducer: Niels Scheide \\/ Rogier Dorant<br \\/>\\r\\nExecutive Producers: Jacques Vereecken \\/ Sander Heeroma<br \\/>\\r\\nHead of production: Liesbeth Timmer<br \\/>\\r\\nLine Producer: Percy Tienhooven<br \\/>\\r\\nArt Director: Vincent bisschop<br \\/>\\r\\nTechnical Director:Jasper van Nieuwenhuizen<br \\/>\\r\\nCompositing: Koos Dekker<br \\/>\\r\\nRendering:Sebastiaan van Hesteren<br \\/>\\r\\nAnimatic: Percy Tienhoven<br \\/>\\r\\nHead of Animation: Rik Schutte<br \\/>\\r\\nAnimation: Nanda van Dijk<br \\/>\\r\\nAnimator:\\tPiebe van der storm<br \\/>\\r\\nLicht & Shading: Ruud Coenen<br \\/>\\r\\nShading: Dimitar Kralev<br \\/>\\r\\nSound Design: Dennis Kersten<br \\/>\\r\\nEditor: Wietse de Zwart<br \\/>\\r\\nMusic Composed by: Christiaan Verbeek<br \\/>\\r\\nStoryboard: Natasha Stevie<br \\/>\\r\\nAditional Artwork: Lois van Baarle<br \\/>\\r\\nModdeling: Kjeld Slingeland \\/ Vinnie Portier<br \\/>\\r\\nVoice acting: Jankees van den Berg \\/ Laura Branderhorst<br \\/>\\r\\n Ben Brand<br \\/>\\r\\nActing: Fabian Jansen<br \\/>\\r\\n<br \\/>\\r\\nSpecial thnx to: NMTRX ANIMATION STUDIOS<br \\/>\\r\\n<br \\/>\\r\\nMichael Visser<br \\/>\\r\\nPatrick Nijman<br \\/>\\r\\nJohan Boekhoven\",\"desc_small\":\"Anton may be done with life, but life ain\\u2019t done with Anton. In his convincing decision to change his measly existence he discovers the real greatness of life.<br \\/>\\r\\n<br \\/>\\r\\n\'Life is Beautiful\' is a ...\",\"thumb_large\":{\"url\":\"http:\\/\\/i.vimeocdn.com\\/video\\/472111198_640.jpg\",\"width\":640,\"height\":360},\"thumb_medium\":{\"url\":\"http:\\/\\/i.vimeocdn.com\\/video\\/472111198_200x150.jpg\",\"width\":200,\"height\":150},\"thumb_small\":{\"url\":\"http:\\/\\/i.vimeocdn.com\\/video\\/472111198_100x75.jpg\",\"width\":100,\"height\":75},\"width\":\"625\",\"height\":\"467\",\"args\":\"title=0&byline=0&portrait=0;api=1\",\"previewimage\":\"\",\"autoplay\":false,\"autoplayonlyfirsttime\":false,\"nextslide\":false,\"forcerewind\":false,\"fullwidth\":false,\"videoloop\":false,\"controls\":false,\"mute\":false,\"cover\":false,\"dotted\":\"none\",\"ratio\":\"16:9\"},\"video_id\":\"76127035\",\"video_title\":\"Life is Beautiful (3D Animated Short Film)\",\"video_image_url\":\"http:\\/\\/i.vimeocdn.com\\/video\\/472111198_200x150.jpg\",\"video_args\":\"title=0&byline=0&portrait=0;api=1\",\"text\":\"Vimeo: Life is Beautiful (3D Animated Short Film)\",\"left\":78,\"top\":103,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"3\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1600,\"endtime\":\"15400\",\"endspeed\":600,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":625,\"height\":467,\"serial\":\"9\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15400,\"endSpeedFinal\":600,\"realEndTime\":16000,\"timeLast\":15400,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"3\"}}]',''),(39,9,1,'{\"background_type\":\"image\",\"title\":\"Parallax 3D\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"slideup\",\"0\":\"Remove\",\"slot_amount\":7,\"transition_rotation\":0,\"transition_duration\":1000,\"delay\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/themepunch.com\\/revolution\\/wp-content\\/uploads\\/2014\\/06\\/parallax_thumb1.jpg\",\"image_id\":3854,\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"10000\",\"kb_easing\":\"Linear.easeNone\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/parallax_scroll_slider\\/greenbg.jpg\",\"slide_parallax_level\":\"1\"}','[{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/parallax_scroll_slider\\/3dlayer_6.png\",\"left\":309,\"top\":69,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":800,\"endtime\":15000,\"endspeed\":1000,\"endanimation\":\"skewtoleftshort\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":800,\"height\":700,\"serial\":\"0\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15000,\"endSpeedFinal\":1000,\"realEndTime\":16000,\"timeLast\":15000,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"-200px\",\"y_start\":\"top\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"85px\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"1\"}},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/parallax_scroll_slider\\/3dlayer_5.png\",\"left\":-121,\"top\":-238,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":950,\"endtime\":14950,\"endspeed\":1000,\"endanimation\":\"skewtoleftshort\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":800,\"height\":700,\"serial\":\"1\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":14950,\"endSpeedFinal\":1000,\"realEndTime\":15950,\"timeLast\":14950,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"inherit\",\"x_end\":\"-200px\",\"y_start\":\"top\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"85px\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"1\"}},{\"style\":\"\",\"text\":\"Image 4\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/parallax_scroll_slider\\/3dlayer_4.png\",\"left\":-186,\"top\":81,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1200,\"endtime\":\"15000\",\"endspeed\":1000,\"endanimation\":\"skewtoleftshort\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":800,\"height\":700,\"serial\":\"2\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15000,\"endSpeedFinal\":1000,\"realEndTime\":16000,\"timeLast\":15000,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"-200px\",\"y_start\":\"top\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"85px\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"1\"}},{\"style\":\"\",\"text\":\"Image 3\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/parallax_scroll_slider\\/3dlayer_3.png\",\"left\":56,\"top\":437,\"loop_animation\":\"none\",\"loop_easing\":\"Linear.easeNone\",\"loop_speed\":\"3\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"-3\",\"loop_yend\":\"3\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"2\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1400,\"endtime\":\"\",\"endspeed\":1000,\"endanimation\":\"skewtoleftshort\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":800,\"height\":700,\"serial\":\"3\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15000,\"endSpeedFinal\":1000,\"realEndTime\":16000,\"timeLast\":14600,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"-200px\",\"y_start\":\"top\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"85px\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"2\"}},{\"style\":\"\",\"text\":\"Image 2\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/parallax_scroll_slider\\/3dlayer_2.png\",\"left\":353,\"top\":436,\"loop_animation\":\"none\",\"loop_easing\":\"Linear.easeNone\",\"loop_speed\":\"2.5\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"-4\",\"loop_yend\":\"3\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"2\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1700,\"endtime\":\"\",\"endspeed\":1000,\"endanimation\":\"skewtoleftshort\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":800,\"height\":700,\"serial\":\"4\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15000,\"endSpeedFinal\":1000,\"realEndTime\":16000,\"timeLast\":14300,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"-200px\",\"y_start\":\"top\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"85px\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"2\"}},{\"style\":\"\",\"text\":\"Image 1\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/parallax_scroll_slider\\/3dlayer_1.png\",\"left\":100,\"top\":55,\"loop_animation\":\"none\",\"loop_easing\":\"Linear.easeNone\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"-5\",\"loop_yend\":\"5\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1.1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"3\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":2000,\"endtime\":\"\",\"endspeed\":1000,\"endanimation\":\"skewtoleftshort\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":800,\"height\":700,\"serial\":\"5\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15000,\"endSpeedFinal\":1000,\"realEndTime\":16000,\"timeLast\":14000,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"-200px\",\"y_start\":\"top\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"85px\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"3\"}},{\"text\":\"Fancy Stuff\",\"type\":\"text\",\"left\":746,\"top\":230,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-5\",\"easing\":\"Power4.easeOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"3\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_heavy_60\",\"time\":2400,\"endtime\":\"\",\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":341,\"height\":60,\"serial\":\"6\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15000,\"endSpeedFinal\":1000,\"realEndTime\":16000,\"timeLast\":13600,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"{-250,250}\",\"y_start\":\"100\",\"y_end\":\"{-150,150}\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":1,\"scale_x_end\":\"{0,1}\",\"scale_y_start\":3,\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"3\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#000000\",\"font-weight\":\"900\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Raleway\"}},{\"text\":\"Assign Parallax Levels\",\"type\":\"text\",\"left\":750,\"top\":320,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"skewfromright\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"2\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_bold_bg_20\",\"time\":2900,\"endtime\":\"\",\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":212,\"height\":20,\"serial\":\"7\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15000,\"endSpeedFinal\":1000,\"realEndTime\":16000,\"timeLast\":13100,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"right\",\"x_end\":\"{-250,250}\",\"y_start\":\"inherit\",\"y_end\":\"{-150,150}\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"-85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"2\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"text\":\"Control with Scroll or Mouse Movement\",\"type\":\"text\",\"left\":750,\"top\":360,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"skewfromright\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"2\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_bold_bg_20\",\"time\":3000,\"endtime\":\"\",\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":259,\"height\":20,\"serial\":\"8\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15000,\"endSpeedFinal\":1000,\"realEndTime\":16000,\"timeLast\":13000,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"right\",\"x_end\":\"{-250,250}\",\"y_start\":\"inherit\",\"y_end\":\"{-150,150}\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"-85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"2\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"text\":\"Strinking Effects for your Website\",\"type\":\"text\",\"left\":750,\"top\":400,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"skewfromright\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"2\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_bold_bg_20\",\"time\":3100,\"endtime\":\"\",\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":259,\"height\":20,\"serial\":\"9\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15000,\"endSpeedFinal\":1000,\"realEndTime\":16000,\"timeLast\":12900,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"right\",\"x_end\":\"{-250,250}\",\"y_start\":\"inherit\",\"y_end\":\"{-150,150}\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"-85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"2\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"text\":\"Easy Setup\",\"type\":\"text\",\"left\":750,\"top\":440,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"skewfromright\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"2\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_bold_bg_20\",\"time\":3200,\"endtime\":\"\",\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":243,\"height\":20,\"serial\":\"10\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15000,\"endSpeedFinal\":1000,\"realEndTime\":16000,\"timeLast\":12800,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"right\",\"x_end\":\"{-250,250}\",\"y_start\":\"inherit\",\"y_end\":\"{-150,150}\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"-85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"2\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"text\":\"And Much More ...\",\"type\":\"text\",\"left\":750,\"top\":480,\"loop_animation\":\"none\",\"loop_easing\":\"Power1.easeInOut\",\"loop_speed\":\"2.5\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"-4\",\"loop_yend\":\"3\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"skewfromright\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"2\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"green_bold_bg_20\",\"time\":3300,\"endtime\":\"\",\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":171,\"height\":20,\"serial\":\"11\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15000,\"endSpeedFinal\":1000,\"realEndTime\":16000,\"timeLast\":12700,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"right\",\"x_end\":\"{-250,250}\",\"y_start\":\"inherit\",\"y_end\":\"{-150,150}\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"-85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"2\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#86b567\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}}]',''),(40,9,2,'{\"background_type\":\"image\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/parallax_scroll_slider\\/forest1.jpg\",\"image_id\":3861,\"title\":\"Forest View\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"fade\",\"0\":\"Remove\",\"slot_amount\":7,\"transition_rotation\":0,\"transition_duration\":600,\"delay\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/themepunch.com\\/revolution\\/wp-content\\/uploads\\/2014\\/06\\/parallax_thumb2.jpg\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"16000\",\"kb_easing\":\"Linear.easeNone\",\"slide_parallax_level\":\"1\"}','[{\"text\":\"Parallax with Scroll\",\"type\":\"text\",\"left\":0,\"top\":0,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"3\",\"whitespace\":\"nowrap\",\"speed\":600,\"align_hor\":\"center\",\"align_vert\":\"middle\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"greenishbg_heavy_70\",\"time\":900,\"endtime\":15400,\"endspeed\":600,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":678,\"height\":70,\"serial\":\"0\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15400,\"endSpeedFinal\":600,\"realEndTime\":16000,\"timeLast\":15400,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"3\",\"font-family\":\"Raleway\",\"padding\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"text-decoration\":\"none\",\"background-color\":\"#28433e\",\"background-transparency\":\"0.8\",\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-family\":\"Raleway\"}},{\"text\":\"\",\"type\":\"text\",\"left\":0,\"top\":0,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"tp-fade\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"3\",\"whitespace\":\"nowrap\",\"speed\":600,\"align_hor\":\"center\",\"align_vert\":\"middle\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"borderbox_725x130\",\"time\":950,\"endtime\":\"15400\",\"endspeed\":600,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":725,\"height\":130,\"serial\":\"1\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15400,\"endSpeedFinal\":600,\"realEndTime\":16000,\"timeLast\":15400,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"3\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"border-width\":\"2px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":[]}]',''),(41,9,3,'{\"background_type\":\"image\",\"title\":\"Mobile Interaction\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"zoomin\",\"0\":\"Remove\",\"slot_amount\":7,\"transition_rotation\":0,\"transition_duration\":1500,\"delay\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/themepunch.com\\/revolution\\/wp-content\\/uploads\\/2014\\/06\\/parallax_thumb3.jpg\",\"image_id\":3862,\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"16000\",\"kb_easing\":\"Linear.easeNone\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/parallax_scroll_slider\\/slidebg2.jpg\",\"slide_parallax_level\":\"1\"}','[{\"style\":\"\",\"text\":\"Ipad\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/parallax_scroll_slider\\/ipad2.png\",\"left\":-40,\"top\":10,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lfb\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"3\",\"whitespace\":\"nowrap\",\"speed\":1500,\"align_hor\":\"center\",\"align_vert\":\"bottom\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":2400,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":692,\"height\":514,\"serial\":\"0\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":14500,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":13600,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"bottom\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"3\"}},{\"style\":\"\",\"text\":\"pulse\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/parallax_scroll_slider\\/pulse1.png\",\"left\":515,\"top\":331,\"loop_animation\":\"rs-pulse\",\"loop_easing\":\"Power4.easeInOut\",\"loop_speed\":\"0.5\",\"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\":\"0.75\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"customin-2\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":4400,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":120,\"height\":120,\"serial\":\"1\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15500,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":11600,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"1\"}},{\"style\":\"\",\"text\":\"hand\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/parallax_scroll_slider\\/hand1.png\",\"left\":94,\"top\":322,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lfb\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":1500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":3400,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":604,\"height\":614,\"serial\":\"2\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":14500,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":12600,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"bottom\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"1\"}},{\"style\":\"\",\"text\":\"iphone\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/parallax_scroll_slider\\/iphone.png\",\"left\":693,\"top\":191,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lfb\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"4\",\"whitespace\":\"nowrap\",\"speed\":1500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":2900,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":347,\"height\":537,\"serial\":\"3\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":14500,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":13100,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"bottom\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"4\"}},{\"text\":\"Mobile\",\"type\":\"text\",\"left\":315,\"top\":40,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-5\",\"easing\":\"Power3.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_heavy_70\",\"time\":1300,\"endtime\":13950,\"endspeed\":2000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":236,\"height\":70,\"serial\":\"4\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":13950,\"endSpeedFinal\":2000,\"realEndTime\":15950,\"timeLast\":13950,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"0\",\"x_end\":\"{-250,250}\",\"y_start\":\"100\",\"y_end\":\"{-150,150}\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":1,\"scale_x_end\":\"{0,1}\",\"scale_y_start\":3,\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"1\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#000000\",\"font-weight\":\"900\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-family\":\"Raleway\"}},{\"style\":\"\",\"text\":\"Green BG\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/parallax_scroll_slider\\/largegreen.png\",\"left\":434,\"top\":98,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1600,\"endtime\":14000,\"endspeed\":2000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":277,\"height\":85,\"serial\":\"5\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":14000,\"endSpeedFinal\":2000,\"realEndTime\":16000,\"timeLast\":14000,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"{-250,250}\",\"y_start\":\"0\",\"y_end\":\"{-150,150}\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"0\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"0\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"1\"}},{\"text\":\"Device\",\"type\":\"text\",\"left\":448,\"top\":106,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"light_heavy_70\",\"time\":1700,\"endtime\":13950,\"endspeed\":2000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":235,\"height\":70,\"serial\":\"6\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":13950,\"endSpeedFinal\":2000,\"realEndTime\":15950,\"timeLast\":13950,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"0\",\"x_end\":\"{-250,250}\",\"y_start\":\"0\",\"y_end\":\"{-150,150}\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"0\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"0\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"1\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-family\":\"Raleway\"}},{\"text\":\"Interaction\",\"type\":\"text\",\"left\":619,\"top\":177,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"skewfromrightshort\",\"easing\":\"Power3.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_bold_40\",\"time\":1950,\"endtime\":\"14000\",\"endspeed\":2000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":214,\"height\":40,\"serial\":\"7\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":14000,\"endSpeedFinal\":2000,\"realEndTime\":16000,\"timeLast\":14000,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"200px\",\"x_end\":\"{-250,250}\",\"y_start\":\"inherit\",\"y_end\":\"{-150,150}\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"-85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"1\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#000000\",\"font-weight\":\"800\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Raleway\"}}]',''),(42,9,4,'{\"background_type\":\"image\",\"title\":\"Fixed-Size Video\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"zoomout\",\"0\":\"Remove\",\"slot_amount\":1,\"transition_rotation\":0,\"transition_duration\":1500,\"delay\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/themepunch.com\\/revolution\\/wp-content\\/uploads\\/2014\\/06\\/parallax_thumb4.jpg\",\"image_id\":3868,\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"16000\",\"kb_easing\":\"Linear.easeNone\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/parallax_scroll_slider\\/citybg.jpg\",\"slide_parallax_level\":\"1\"}','[{\"text\":\"Vimeo\",\"type\":\"text\",\"left\":766,\"top\":373,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"sfl\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"white_bold_bg_20\",\"time\":2600,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":62,\"height\":20,\"serial\":\"0\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15000,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":13400,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"-50px\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"1\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#000000\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"text\":\"YouTube\",\"type\":\"text\",\"left\":766,\"top\":408,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"sfl\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"red_bold_bg_20\",\"time\":2900,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":88,\"height\":20,\"serial\":\"1\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15000,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":13100,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"-50px\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"1\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#e03300\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"text\":\"HTML5\",\"type\":\"text\",\"left\":768,\"top\":443,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"sfl\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"blue_bold_bg_20\",\"time\":3200,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":67,\"height\":20,\"serial\":\"2\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15000,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":12800,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"-50px\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"1\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#3598dc\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"style\":\"\",\"text\":\"textbg\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/parallax_scroll_slider\\/redbg.png\",\"left\":925,\"top\":299,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"2\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1900,\"endtime\":15700,\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":121,\"height\":47,\"serial\":\"3\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15700,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":15700,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"2\"}},{\"text\":\"with\",\"type\":\"text\",\"left\":940,\"top\":302,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"2\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"light_heavy_40\",\"time\":2200,\"endtime\":15700,\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":88,\"height\":40,\"serial\":\"4\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15700,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":15700,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"2\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Raleway\"}},{\"text\":\"Videos\",\"type\":\"text\",\"left\":808,\"top\":251,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"2\",\"whitespace\":\"nowrap\",\"speed\":600,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_heavy_60\",\"time\":2600,\"endtime\":15700,\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":203,\"height\":60,\"serial\":\"5\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15700,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":15700,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"top\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"2\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#000000\",\"font-weight\":\"900\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Raleway\"}},{\"text\":\"API\",\"type\":\"text\",\"left\":1045,\"top\":282,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lfr\",\"easing\":\"Power3.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"2\",\"whitespace\":\"nowrap\",\"speed\":600,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"light_heavy_70\",\"time\":2500,\"endtime\":15700,\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":112,\"height\":70,\"serial\":\"6\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15700,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":15700,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"right\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"2\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-family\":\"Raleway\"}},{\"text\":\"Functions\",\"type\":\"text\",\"left\":1001,\"top\":347,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"2\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"white_thin_34\",\"time\":2800,\"endtime\":\"15700\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":156,\"height\":35,\"serial\":\"7\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15700,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":15700,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"2\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"200\",\"font-size\":\"35px\",\"line-height\":\"35px\",\"font-family\":\"Raleway\"}},{\"style\":\"\",\"text\":\"Image 1\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/parallax_scroll_slider\\/ipad_dark.png\",\"left\":-122,\"top\":12,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"3\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1300,\"endtime\":\"15400\",\"endspeed\":600,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":1000,\"height\":700,\"serial\":\"8\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15400,\"endSpeedFinal\":600,\"realEndTime\":16000,\"timeLast\":15400,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"3\"}},{\"type\":\"video\",\"style\":\"\",\"video_type\":\"vimeo\",\"video_width\":\"625\",\"video_height\":\"467\",\"video_data\":{\"video_type\":\"vimeo\",\"id\":\"76127035\",\"title\":\"Life is Beautiful (3D Animated Short Film)\",\"link\":\"http:\\/\\/vimeo.com\\/76127035\",\"author\":\"Ben Brand\",\"description\":\"Anton may be done with life, but life ain\\u2019t done with Anton. In his convincing decision to change his measly existence he discovers the real greatness of life.<br \\/>\\r\\n<br \\/>\\r\\n\'Life is Beautiful\' is a 3D animation short made with support of Caviar Amsterdam, animation studio Fube, the dutch filmfund and the NTR. It\'s part of the NTR SHORT! competition that premiered at the Dutch Film festival 2013 in Utrecht.<br \\/>\\r\\n<br \\/>\\r\\nFor artwork and more information go to: https:\\/\\/www.facebook.com\\/Life.is.beautiful.theshort<br \\/>\\r\\n<br \\/>\\r\\nDutch Filmfestival \\t 2013-09 \\tUtrecht (Netherlands) \\tNomination debute competition \\t<br \\/>\\r\\nShortcutz Filmfestival \\t 2014-04 \\tAmsterdam (Netherlands)<br \\/>\\r\\nHAFF Filmfestival \\t 2014-04 \\tUtrecht (Netherlands)<br \\/>\\r\\nDresden international Filmfestival 2014-05 \\tDresden (Germany)<br \\/>\\r\\nToronto International Animation Festival 2014-07 \\tToronto (Canada)<br \\/>\\r\\nNothwest Animation Festival 2014-07 \\tPortland (USA)<br \\/>\\r\\nShort Shorts international filmfestival 2014-06\\t Tokyo (Japan)<br \\/>\\r\\n<br \\/>\\r\\nProducer: Caviar Amsterdam<br \\/>\\r\\nWriter \\/ Director: Ben Brand<br \\/>\\r\\nCo-writer: Ilse Ott<br \\/>\\r\\nAnimation studio: Fube<br \\/>\\r\\nProducer: Niels Scheide \\/ Rogier Dorant<br \\/>\\r\\nExecutive Producers: Jacques Vereecken \\/ Sander Heeroma<br \\/>\\r\\nHead of production: Liesbeth Timmer<br \\/>\\r\\nLine Producer: Percy Tienhooven<br \\/>\\r\\nArt Director: Vincent bisschop<br \\/>\\r\\nTechnical Director:Jasper van Nieuwenhuizen<br \\/>\\r\\nCompositing: Koos Dekker<br \\/>\\r\\nRendering:Sebastiaan van Hesteren<br \\/>\\r\\nAnimatic: Percy Tienhoven<br \\/>\\r\\nHead of Animation: Rik Schutte<br \\/>\\r\\nAnimation: Nanda van Dijk<br \\/>\\r\\nAnimator:\\tPiebe van der storm<br \\/>\\r\\nLicht & Shading: Ruud Coenen<br \\/>\\r\\nShading: Dimitar Kralev<br \\/>\\r\\nSound Design: Dennis Kersten<br \\/>\\r\\nEditor: Wietse de Zwart<br \\/>\\r\\nMusic Composed by: Christiaan Verbeek<br \\/>\\r\\nStoryboard: Natasha Stevie<br \\/>\\r\\nAditional Artwork: Lois van Baarle<br \\/>\\r\\nModdeling: Kjeld Slingeland \\/ Vinnie Portier<br \\/>\\r\\nVoice acting: Jankees van den Berg \\/ Laura Branderhorst<br \\/>\\r\\n Ben Brand<br \\/>\\r\\nActing: Fabian Jansen<br \\/>\\r\\n<br \\/>\\r\\nSpecial thnx to: NMTRX ANIMATION STUDIOS<br \\/>\\r\\n<br \\/>\\r\\nMichael Visser<br \\/>\\r\\nPatrick Nijman<br \\/>\\r\\nJohan Boekhoven\",\"desc_small\":\"Anton may be done with life, but life ain\\u2019t done with Anton. In his convincing decision to change his measly existence he discovers the real greatness of life.<br \\/>\\r\\n<br \\/>\\r\\n\'Life is Beautiful\' is a ...\",\"thumb_large\":{\"url\":\"http:\\/\\/i.vimeocdn.com\\/video\\/472111198_640.jpg\",\"width\":640,\"height\":360},\"thumb_medium\":{\"url\":\"http:\\/\\/i.vimeocdn.com\\/video\\/472111198_200x150.jpg\",\"width\":200,\"height\":150},\"thumb_small\":{\"url\":\"http:\\/\\/i.vimeocdn.com\\/video\\/472111198_100x75.jpg\",\"width\":100,\"height\":75},\"width\":\"625\",\"height\":\"467\",\"args\":\"title=0&byline=0&portrait=0;api=1\",\"previewimage\":\"\",\"autoplay\":false,\"autoplayonlyfirsttime\":false,\"nextslide\":false,\"forcerewind\":false,\"fullwidth\":false,\"videoloop\":false,\"controls\":false,\"mute\":false,\"cover\":false,\"dotted\":\"none\",\"ratio\":\"16:9\"},\"video_id\":\"76127035\",\"video_title\":\"Life is Beautiful (3D Animated Short Film)\",\"video_image_url\":\"http:\\/\\/i.vimeocdn.com\\/video\\/472111198_200x150.jpg\",\"video_args\":\"title=0&byline=0&portrait=0;api=1\",\"text\":\"Vimeo: Life is Beautiful (3D Animated Short Film)\",\"left\":78,\"top\":103,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"3\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1600,\"endtime\":\"15400\",\"endspeed\":600,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":625,\"height\":467,\"serial\":\"9\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15400,\"endSpeedFinal\":600,\"realEndTime\":16000,\"timeLast\":15400,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"3\"}}]',''),(43,10,1,'{\"background_type\":\"image\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/slidebg1.jpg\",\"image_id\":3905,\"title\":\"Intro Slide\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"fade\",\"0\":\"Remove\",\"slot_amount\":7,\"transition_rotation\":0,\"transition_duration\":500,\"delay\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/themepunch.com\\/revolution\\/wp-content\\/uploads\\/2014\\/06\\/homeslider_thumb1.jpg\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"9000\",\"kb_easing\":\"Linear.easeNone\",\"slide_parallax_level\":\"1\"}','[{\"style\":\"\",\"text\":\"plate blue\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/plate2.png\",\"left\":695,\"top\":83,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":700,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"0\",\"time\":1700,\"endtime\":15250,\"endspeed\":0,\"endanimation\":\"customout-1\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":600,\"height\":640,\"serial\":\"0\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15250,\"endSpeedFinal\":700,\"realEndTime\":15950,\"timeLast\":15250,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"inherit\",\"x_end\":\"0\",\"y_start\":\"top\",\"y_end\":\"0\",\"z_start\":\"inherit\",\"z_end\":\"0\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"0\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"0\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"0\",\"scale_x_start\":\"inherit\",\"scale_x_end\":0.75,\"scale_y_start\":\"inherit\",\"scale_y_end\":0.75,\"skew_x_start\":\"inherit\",\"skew_x_end\":\"0\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"0\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"-\"}},{\"style\":\"\",\"text\":\"plate red\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/plate1.png\",\"left\":564,\"top\":96,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":700,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"0\",\"time\":1400,\"endtime\":15250,\"endspeed\":0,\"endanimation\":\"customout-1\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":600,\"height\":640,\"serial\":\"1\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15250,\"endSpeedFinal\":700,\"realEndTime\":15950,\"timeLast\":15250,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"inherit\",\"x_end\":\"0\",\"y_start\":\"top\",\"y_end\":\"0\",\"z_start\":\"inherit\",\"z_end\":\"0\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"0\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"0\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"0\",\"scale_x_start\":\"inherit\",\"scale_x_end\":0.75,\"scale_y_start\":\"inherit\",\"scale_y_end\":0.75,\"skew_x_start\":\"inherit\",\"skew_x_end\":\"0\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"0\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"-\"}},{\"style\":\"\",\"text\":\"woman\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/woman1.png\",\"left\":480,\"top\":99,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":700,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"0\",\"time\":1100,\"endtime\":15250,\"endspeed\":0,\"endanimation\":\"customout-1\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":260,\"height\":600,\"serial\":\"2\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15250,\"endSpeedFinal\":700,\"realEndTime\":15950,\"timeLast\":15250,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"inherit\",\"x_end\":\"0\",\"y_start\":\"top\",\"y_end\":\"0\",\"z_start\":\"inherit\",\"z_end\":\"0\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"0\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"0\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"0\",\"scale_x_start\":\"inherit\",\"scale_x_end\":0.75,\"scale_y_start\":\"inherit\",\"scale_y_end\":0.75,\"skew_x_start\":\"inherit\",\"skew_x_end\":\"0\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"0\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"-\"}},{\"text\":\"Better!\",\"type\":\"text\",\"left\":197,\"top\":154,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"skewfromrightshort\",\"easing\":\"Power3.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"0\",\"style\":\"grey_heavy_72\",\"time\":2250,\"endtime\":15500,\"endspeed\":0,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":254,\"height\":72,\"serial\":\"3\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15500,\"endSpeedFinal\":500,\"realEndTime\":16000,\"timeLast\":15500,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"200px\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"-85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#d5d2d2\",\"font-weight\":\"900\",\"font-size\":\"72px\",\"line-height\":\"72px\",\"font-family\":\"Raleway\"}},{\"style\":\"\",\"text\":\"redtextbg\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/redbg.png\",\"left\":86,\"top\":184,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"0\",\"time\":2100,\"endtime\":15500,\"endspeed\":0,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":121,\"height\":47,\"serial\":\"4\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15500,\"endSpeedFinal\":500,\"realEndTime\":16000,\"timeLast\":15500,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\"}},{\"text\":\"Now\",\"type\":\"text\",\"left\":-2,\"top\":133,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"skewfromleftshort\",\"easing\":\"Power3.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"0\",\"style\":\"black_heavy_60\",\"time\":2000,\"endtime\":15500,\"endspeed\":0,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":134,\"height\":60,\"serial\":\"5\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15500,\"endSpeedFinal\":500,\"realEndTime\":16000,\"timeLast\":15500,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"-200px\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#000000\",\"font-weight\":\"900\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Raleway\"}},{\"text\":\"Even\",\"type\":\"text\",\"left\":98,\"top\":187,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"0\",\"style\":\"white_heavy_40\",\"time\":2150,\"endtime\":15500,\"endspeed\":0,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":95,\"height\":40,\"serial\":\"6\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15500,\"endSpeedFinal\":500,\"realEndTime\":16000,\"timeLast\":15500,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Raleway\"}},{\"text\":\"<div style=\\\"text-align:center;\\\">Slider Revolution is the highly acclaimed<br\\/>\\nSlide-Based displaying solution, thousands of<br\\/>\\nbusinesses, theme developers and everyday<br\\/>\\npeople use and love!<\\/div>\",\"type\":\"text\",\"left\":34,\"top\":318,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"0\",\"style\":\"grey_regular_18\",\"time\":2600,\"endtime\":15500,\"endspeed\":0,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":384,\"height\":104,\"serial\":\"7\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15500,\"endSpeedFinal\":500,\"realEndTime\":16000,\"timeLast\":15500,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"\\\"Open Sans\\\"\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#777777\",\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\"}},{\"text\":\"In every Way!\",\"type\":\"text\",\"left\":183,\"top\":238,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-5\",\"easing\":\"Back.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"0\",\"style\":\"black_thin_34\",\"time\":2350,\"endtime\":15500,\"endspeed\":0,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":214,\"height\":35,\"serial\":\"8\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15500,\"endSpeedFinal\":500,\"realEndTime\":16000,\"timeLast\":15500,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"100\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":1,\"scale_x_end\":\"inherit\",\"scale_y_start\":3,\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#000000\",\"font-weight\":\"100\",\"font-size\":\"35px\",\"line-height\":\"35px\",\"font-family\":\"Raleway\"}},{\"style\":\"\",\"text\":\"grey line\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/greyline.png\",\"left\":6,\"top\":290,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"0\",\"time\":2500,\"endtime\":15700,\"endspeed\":0,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":440,\"height\":5,\"serial\":\"9\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15700,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":15700,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\"}},{\"text\":\"<a href=\'#\' class=\'largeredbtn\'>CONTINUE THE TOUR<\\/a>\",\"type\":\"text\",\"left\":73,\"top\":502,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"scrollunder_offset\":\"0\",\"style\":\"\",\"time\":2900,\"endtime\":15500,\"endspeed\":0,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":288,\"height\":60,\"serial\":\"10\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15500,\"endSpeedFinal\":500,\"realEndTime\":16000,\"timeLast\":15500,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\"},\"layer_action\":{\"action\":{\"a\":\"next\"},\"tooltip_event\":{\"a\":\"click\"}}},{\"style\":\"arrowicon\",\"text\":\"doublearrow\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/doublearrow2.png\",\"left\":303,\"top\":526,\"loop_animation\":\"rs-slideloop\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"0.5\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"-5\",\"loop_xend\":\"5\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"scrollunder_offset\":\"0\",\"time\":3200,\"endtime\":\"15700\",\"endspeed\":0,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":18,\"height\":11,\"serial\":\"11\",\"alt\":\"\",\"scaleX\":\"18\",\"scaleY\":\"11\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15700,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":15700,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"border-color\":\"#222222\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"line-height\":\"1px\"},\"layer_action\":{\"action\":{\"a\":\"next\"},\"tooltip_event\":{\"a\":\"click\"}}}]',''),(44,10,2,'{\"background_type\":\"image\",\"title\":\"Ken Burns Slide\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"slideleft\",\"0\":\"Remove\",\"slot_amount\":7,\"transition_rotation\":0,\"transition_duration\":2000,\"delay\":10000,\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/themepunch.com\\/revolution\\/wp-content\\/uploads\\/2014\\/06\\/homeslider_thumb2.jpg\",\"image_id\":3912,\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"right top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center bottom\",\"kenburn_effect\":\"on\",\"kb_start_fit\":\"115\",\"kb_end_fit\":\"100\",\"kb_duration\":\"12000\",\"kb_easing\":\"Power0.easeInOut\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/laptopmockup_sliderdy.jpg\",\"slide_parallax_level\":\"1\"}','[{\"style\":\"\",\"text\":\"redbg\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/redbg_big.png\",\"left\":848,\"top\":196,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":2700,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":247,\"height\":85,\"serial\":\"0\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":89700,\"endSpeedFinal\":300,\"realEndTime\":90000,\"timeLast\":87300,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\"}},{\"text\":\"Effect\",\"type\":\"text\",\"left\":862,\"top\":204,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"light_heavy_70\",\"time\":2850,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":213,\"height\":70,\"serial\":\"1\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":89700,\"endSpeedFinal\":300,\"realEndTime\":90000,\"timeLast\":87150,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-family\":\"Raleway\"}},{\"text\":\"Ken Burns\",\"type\":\"text\",\"left\":717,\"top\":143,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"skewfromleftshort\",\"easing\":\"Power3.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_heavy_70\",\"time\":2400,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":352,\"height\":70,\"serial\":\"2\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":89500,\"endSpeedFinal\":300,\"realEndTime\":90000,\"timeLast\":87600,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"-200px\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#000000\",\"font-weight\":\"900\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-family\":\"Raleway\"}},{\"text\":\"Improved!\",\"type\":\"text\",\"left\":937,\"top\":282,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"skewfromrightshort\",\"easing\":\"Power3.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_bold_40\",\"time\":3200,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":199,\"height\":40,\"serial\":\"3\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":9500,\"endSpeedFinal\":300,\"realEndTime\":10000,\"timeLast\":6800,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"200px\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"-85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#000000\",\"font-weight\":\"800\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Raleway\"}},{\"text\":\"FASTER\",\"type\":\"text\",\"left\":970,\"top\":367,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"sfr\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_bold_bg_20\",\"time\":4000,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":74,\"height\":20,\"serial\":\"4\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":89700,\"endSpeedFinal\":300,\"realEndTime\":90000,\"timeLast\":86000,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"50px\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"text\":\" \",\"type\":\"text\",\"left\":939,\"top\":367,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"greenbox30\",\"time\":4000,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":3,\"height\":30,\"serial\":\"5\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":89700,\"endSpeedFinal\":300,\"realEndTime\":90000,\"timeLast\":86000,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"padding\":[\"0px\",\"14px\",\"0px\",\"14px\"],\"text-decoration\":\"none\",\"background-color\":\"#86b567\",\"background-transparency\":100,\"border-color\":\"#222222\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"line-height\":\"30px\"}},{\"style\":\"arrowicon\",\"text\":\"check\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/check.png\",\"left\":948,\"top\":374,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":4200,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":17,\"height\":17,\"serial\":\"6\",\"alt\":\"\",\"scaleX\":\"17\",\"scaleY\":\"17\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":89700,\"endSpeedFinal\":300,\"realEndTime\":90000,\"timeLast\":85800,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"border-color\":\"#222222\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"line-height\":\"1px\"}},{\"text\":\"SMOOTHER\",\"type\":\"text\",\"left\":970,\"top\":407,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"sfr\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_bold_bg_20\",\"time\":4500,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":112,\"height\":20,\"serial\":\"7\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":89700,\"endSpeedFinal\":300,\"realEndTime\":90000,\"timeLast\":85500,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"50px\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"text\":\" \",\"type\":\"text\",\"left\":939,\"top\":407,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"greenbox30\",\"time\":4500,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":3,\"height\":30,\"serial\":\"8\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":89700,\"endSpeedFinal\":300,\"realEndTime\":90000,\"timeLast\":85500,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"padding\":[\"0px\",\"14px\",\"0px\",\"14px\"],\"text-decoration\":\"none\",\"background-color\":\"#86b567\",\"background-transparency\":100,\"border-color\":\"#222222\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"line-height\":\"30px\"}},{\"style\":\"arrowicon\",\"text\":\"check\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/check.png\",\"left\":948,\"top\":414,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":4700,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":17,\"height\":17,\"serial\":\"9\",\"alt\":\"\",\"scaleX\":\"17\",\"scaleY\":\"17\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":89700,\"endSpeedFinal\":300,\"realEndTime\":90000,\"timeLast\":85300,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"border-color\":\"#222222\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"line-height\":\"1px\"}},{\"text\":\"EASY TO USE\",\"type\":\"text\",\"left\":970,\"top\":447,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"sfr\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_bold_bg_20\",\"time\":5000,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":112,\"height\":20,\"serial\":\"10\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":89700,\"endSpeedFinal\":300,\"realEndTime\":90000,\"timeLast\":84800,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"50px\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"text\":\" \",\"type\":\"text\",\"left\":939,\"top\":447,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"greenbox30\",\"time\":5000,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":3,\"height\":30,\"serial\":\"11\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":89700,\"endSpeedFinal\":300,\"realEndTime\":90000,\"timeLast\":84800,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"padding\":[\"0px\",\"14px\",\"0px\",\"14px\"],\"text-decoration\":\"none\",\"background-color\":\"#86b567\",\"background-transparency\":100,\"border-color\":\"#222222\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"line-height\":\"30px\"}},{\"style\":\"arrowicon\",\"text\":\"check\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/check.png\",\"left\":948,\"top\":454,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":5200,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":17,\"height\":17,\"serial\":\"12\",\"alt\":\"\",\"scaleX\":\"17\",\"scaleY\":\"17\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":89700,\"endSpeedFinal\":300,\"realEndTime\":90000,\"timeLast\":84800,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"border-color\":\"#222222\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"line-height\":\"1px\"}}]',''),(45,10,3,'{\"background_type\":\"image\",\"title\":\"Parallax 3D\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"slideup\",\"0\":\"Remove\",\"slot_amount\":7,\"transition_rotation\":0,\"transition_duration\":1000,\"delay\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/themepunch.com\\/revolution\\/wp-content\\/uploads\\/2014\\/06\\/homeslider_thumb3.jpg\",\"image_id\":3915,\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"10000\",\"kb_easing\":\"Linear.easeNone\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/3dbg.jpg\",\"slide_parallax_level\":\"1\"}','[{\"text\":\" \",\"type\":\"text\",\"left\":0,\"top\":0,\"loop_animation\":\"rs-slideloop\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"tp-fade\",\"easing\":\"Power4.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":2000,\"align_hor\":\"center\",\"align_vert\":\"middle\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"fullbg_gradient\",\"time\":12200,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":-1,\"height\":-1,\"serial\":\"0\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":14000,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":3800,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"10\",\"text-decoration\":\"none\",\"background-color\":\"#490202\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":[]},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/3dlayer_6.png\",\"left\":309,\"top\":69,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"9\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1100,\"endtime\":7000,\"endspeed\":1000,\"endanimation\":\"skewtoleftshort\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":800,\"height\":700,\"serial\":\"1\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":7000,\"endSpeedFinal\":1000,\"realEndTime\":8000,\"timeLast\":7000,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"inherit\",\"x_end\":\"-200px\",\"y_start\":\"top\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"85px\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"9\"}},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/3dlayer_5.png\",\"left\":-121,\"top\":-238,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"9\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1400,\"endtime\":7300,\"endspeed\":1000,\"endanimation\":\"skewtoleftshort\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":800,\"height\":700,\"serial\":\"2\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":7300,\"endSpeedFinal\":1000,\"realEndTime\":8300,\"timeLast\":7300,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"inherit\",\"x_end\":\"-200px\",\"y_start\":\"top\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"85px\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"9\"}},{\"style\":\"\",\"text\":\"Image 4\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/3dlayer_4.png\",\"left\":-186,\"top\":81,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"9\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1700,\"endtime\":7550,\"endspeed\":1000,\"endanimation\":\"skewtoleftshort\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":800,\"height\":700,\"serial\":\"3\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":7550,\"endSpeedFinal\":1000,\"realEndTime\":8550,\"timeLast\":7550,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"inherit\",\"x_end\":\"-200px\",\"y_start\":\"top\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"85px\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"9\"}},{\"style\":\"\",\"text\":\"Image 3\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/3dlayer_3.png\",\"left\":56,\"top\":437,\"loop_animation\":\"rs-slideloop\",\"loop_easing\":\"Linear.easeNone\",\"loop_speed\":\"3\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"-3\",\"loop_yend\":\"3\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"3\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":2000,\"endtime\":7900,\"endspeed\":1000,\"endanimation\":\"skewtoleftshort\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":800,\"height\":700,\"serial\":\"4\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":7900,\"endSpeedFinal\":1000,\"realEndTime\":8900,\"timeLast\":7900,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"inherit\",\"x_end\":\"-200px\",\"y_start\":\"top\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"85px\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"3\"}},{\"style\":\"\",\"text\":\"Image 2\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/3dlayer_2.png\",\"left\":353,\"top\":436,\"loop_animation\":\"rs-slideloop\",\"loop_easing\":\"Linear.easeNone\",\"loop_speed\":\"2.5\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"-4\",\"loop_yend\":\"3\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"2\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":2300,\"endtime\":8200,\"endspeed\":1000,\"endanimation\":\"skewtoleftshort\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":800,\"height\":700,\"serial\":\"5\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":8200,\"endSpeedFinal\":1000,\"realEndTime\":9200,\"timeLast\":8200,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"inherit\",\"x_end\":\"-200px\",\"y_start\":\"top\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"85px\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"2\"}},{\"style\":\"\",\"text\":\"Image 1\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/3dlayer_1.png\",\"left\":100,\"top\":55,\"loop_animation\":\"rs-slideloop\",\"loop_easing\":\"Linear.easeNone\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"-5\",\"loop_yend\":\"5\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1.1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":2600,\"endtime\":8500,\"endspeed\":1000,\"endanimation\":\"skewtoleftshort\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":800,\"height\":700,\"serial\":\"6\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":8500,\"endSpeedFinal\":1000,\"realEndTime\":9500,\"timeLast\":8500,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"inherit\",\"x_end\":\"-200px\",\"y_start\":\"top\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"85px\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"1\"}},{\"text\":\"Feature Packed\",\"type\":\"text\",\"left\":620,\"top\":162,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lfr\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"light_heavy_70_shadowed\",\"time\":2900,\"endtime\":9000,\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":467,\"height\":60,\"serial\":\"7\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":9000,\"endSpeedFinal\":1000,\"realEndTime\":10000,\"timeLast\":9000,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"right\",\"x_end\":\"{-250,250}\",\"y_start\":\"inherit\",\"y_end\":\"{-150,150}\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-family\":\"Raleway\"}},{\"text\":\"To the Max!\",\"type\":\"text\",\"left\":825,\"top\":230,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-5\",\"easing\":\"Power4.easeOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_heavy_60\",\"time\":3000,\"endtime\":9150,\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":341,\"height\":60,\"serial\":\"8\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":9150,\"endSpeedFinal\":1000,\"realEndTime\":10150,\"timeLast\":9150,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"0\",\"x_end\":\"{-250,250}\",\"y_start\":\"100\",\"y_end\":\"{-150,150}\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":1,\"scale_x_end\":\"{0,1}\",\"scale_y_start\":3,\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#000000\",\"font-weight\":\"900\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Raleway\"}},{\"text\":\"Visually Craft Sliders\",\"type\":\"text\",\"left\":840,\"top\":320,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"skewfromright\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_bold_bg_20\",\"time\":3500,\"endtime\":9400,\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":212,\"height\":20,\"serial\":\"9\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":9400,\"endSpeedFinal\":1000,\"realEndTime\":10400,\"timeLast\":9400,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"right\",\"x_end\":\"{-250,250}\",\"y_start\":\"inherit\",\"y_end\":\"{-150,150}\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"-85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"text\":\"Custom Animation Builder\",\"type\":\"text\",\"left\":840,\"top\":360,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"skewfromright\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_bold_bg_20\",\"time\":3600,\"endtime\":9600,\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":259,\"height\":20,\"serial\":\"10\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":9600,\"endSpeedFinal\":1000,\"realEndTime\":10600,\"timeLast\":9600,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"right\",\"x_end\":\"{-250,250}\",\"y_start\":\"inherit\",\"y_end\":\"{-150,150}\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"-85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"text\":\"Timeline Based Animation\",\"type\":\"text\",\"left\":840,\"top\":400,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"skewfromright\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_bold_bg_20\",\"time\":3700,\"endtime\":9750,\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":259,\"height\":20,\"serial\":\"11\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":9750,\"endSpeedFinal\":1000,\"realEndTime\":10750,\"timeLast\":9750,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"right\",\"x_end\":\"{-250,250}\",\"y_start\":\"inherit\",\"y_end\":\"{-150,150}\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"-85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"text\":\"Advanced Video Support\",\"type\":\"text\",\"left\":840,\"top\":440,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"skewfromright\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_bold_bg_20\",\"time\":3800,\"endtime\":10000,\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":243,\"height\":20,\"serial\":\"12\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":10000,\"endSpeedFinal\":1000,\"realEndTime\":11000,\"timeLast\":10000,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"right\",\"x_end\":\"{-250,250}\",\"y_start\":\"inherit\",\"y_end\":\"{-150,150}\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"-85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"text\":\"And Much More ...\",\"type\":\"text\",\"left\":840,\"top\":480,\"loop_animation\":\"none\",\"loop_easing\":\"Power1.easeInOut\",\"loop_speed\":\"2.5\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"-4\",\"loop_yend\":\"3\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"skewfromright\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"green_bold_bg_20\",\"time\":3900,\"endtime\":\"10200\",\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":171,\"height\":20,\"serial\":\"13\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":10200,\"endSpeedFinal\":1000,\"realEndTime\":11200,\"timeLast\":10200,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"right\",\"x_end\":\"{-250,250}\",\"y_start\":\"inherit\",\"y_end\":\"{-150,150}\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"-85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#86b567\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"style\":\"fullrounded\",\"text\":\"beach\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/redbg.jpg\",\"left\":0,\"top\":0,\"loop_animation\":\"rs-slideloop\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":600,\"align_hor\":\"center\",\"align_vert\":\"middle\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":10500,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":800,\"height\":800,\"serial\":\"14\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15400,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":5500,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"10\",\"border-color\":\"#222222\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"400px\",\"400px\",\"400px\",\"400px\"]},\"inline\":[],\"deformation-hover\":[],\"static_styles\":[]},{\"text\":\"Get Started with\",\"type\":\"text\",\"left\":0,\"top\":-60,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-5\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"center\",\"align_vert\":\"middle\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"white_thin_34\",\"time\":11000,\"endtime\":\"\",\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":160,\"height\":20,\"serial\":\"15\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15700,\"endSpeedFinal\":1000,\"realEndTime\":16000,\"timeLast\":5000,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"{-250,250}\",\"y_start\":\"100\",\"y_end\":\"{-150,150}\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":1,\"scale_x_end\":\"{0,1}\",\"scale_y_start\":3,\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"200\",\"font-size\":\"35px\",\"line-height\":\"35px\",\"font-family\":\"Raleway\"}},{\"text\":\"SLIDER REVOLUTION\",\"type\":\"text\",\"left\":0,\"top\":0,\"loop_animation\":\"rs-slideloop\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-4\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"center\",\"align_vert\":\"middle\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"white_heavy_70\",\"time\":11300,\"endtime\":\"\",\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":90,\"height\":1,\"serial\":\"16\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15700,\"endSpeedFinal\":1000,\"realEndTime\":16000,\"timeLast\":4700,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"{-250,250}\",\"y_start\":\"0\",\"y_end\":\"{-150,150}\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":5,\"scale_x_end\":\"{0,1}\",\"scale_y_start\":5,\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-family\":\"Raleway\"}},{\"text\":\"<a href=\\\"http:\\/\\/codecanyon.net\\/item\\/slider-revolution-responsive-wordpress-plugin\\/2751380?ref=themepunch\\\" class=\\\"largeredbtn\\\" target=\\\"_blank\\\">PURCHASE ON CODECANYON<\\/a>\",\"type\":\"text\",\"left\":0,\"top\":100,\"loop_animation\":\"rs-slideloop\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"skewfromright\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"center\",\"align_vert\":\"middle\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"noshadow\",\"time\":11600,\"endtime\":\"\",\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":288,\"height\":60,\"serial\":\"17\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15700,\"endSpeedFinal\":1000,\"realEndTime\":16000,\"timeLast\":4400,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"right\",\"x_end\":\"{-250,250}\",\"y_start\":\"inherit\",\"y_end\":\"{-150,150}\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"-85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"-\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":[]},{\"style\":\"arrowicon\",\"text\":\"arrows\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/doublearrow2.png\",\"left\":696,\"top\":444,\"loop_animation\":\"rs-slideloop\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"0.5\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"-5\",\"loop_xend\":\"5\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"http:\\/\\/codecanyon.net\\/item\\/slider-revolution-responsive-wordpress-plugin\\/2751380?ref=themepunch\",\"link_open_in\":\"new\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":11900,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":18,\"height\":11,\"serial\":\"18\",\"alt\":\"\",\"scaleX\":\"18\",\"scaleY\":\"11\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15700,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":4100,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"-\",\"border-color\":\"#222222\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"line-height\":\"1px\"}}]',''),(46,10,4,'{\"background_type\":\"image\",\"title\":\"Mobile Interaction\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"zoomin\",\"0\":\"Remove\",\"slot_amount\":7,\"transition_rotation\":0,\"transition_duration\":1500,\"delay\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/themepunch.com\\/revolution\\/wp-content\\/uploads\\/2014\\/06\\/homeslider_thumb4.jpg\",\"image_id\":3923,\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"16000\",\"kb_easing\":\"Linear.easeNone\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/slidebg2.jpg\",\"slide_parallax_level\":\"1\"}','[{\"style\":\"\",\"text\":\"Ipad\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/ipad2.png\",\"left\":-40,\"top\":10,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lfb\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"9\",\"whitespace\":\"nowrap\",\"speed\":1500,\"align_hor\":\"center\",\"align_vert\":\"bottom\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":2400,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":692,\"height\":514,\"serial\":\"0\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":14500,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":14300,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"bottom\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"9\"}},{\"style\":\"\",\"text\":\"pulse\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/pulse1.png\",\"left\":-20,\"top\":280,\"loop_animation\":\"rs-pulse\",\"loop_easing\":\"Power4.easeInOut\",\"loop_speed\":\"0.5\",\"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\":\"0.75\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"customin-2\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"center\",\"align_vert\":\"bottom\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":4400,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":120,\"height\":120,\"serial\":\"1\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15500,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":11600,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"1\"}},{\"style\":\"\",\"text\":\"hand\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/hand1.png\",\"left\":-200,\"top\":-200,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lfb\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":1500,\"align_hor\":\"center\",\"align_vert\":\"bottom\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":3400,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":604,\"height\":614,\"serial\":\"2\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":14500,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":12600,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"bottom\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"1\"}},{\"style\":\"\",\"text\":\"iphone\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/iphone.png\",\"left\":693,\"top\":191,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lfb\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"9\",\"whitespace\":\"nowrap\",\"speed\":1500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":2900,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":347,\"height\":537,\"serial\":\"3\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":14500,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":13100,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"bottom\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"9\"}},{\"text\":\"Mobile\",\"type\":\"text\",\"left\":315,\"top\":40,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-5\",\"easing\":\"Power3.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"5\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_heavy_70\",\"time\":1400,\"endtime\":13950,\"endspeed\":2000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":236,\"height\":70,\"serial\":\"4\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":13950,\"endSpeedFinal\":2000,\"realEndTime\":15950,\"timeLast\":13950,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"0\",\"x_end\":\"{-250,250}\",\"y_start\":\"100\",\"y_end\":\"{-150,150}\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":1,\"scale_x_end\":\"{0,1}\",\"scale_y_start\":3,\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"5\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#000000\",\"font-weight\":\"900\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-family\":\"Raleway\"}},{\"style\":\"\",\"text\":\"Green BG\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/largegreen.png\",\"left\":434,\"top\":98,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"7\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1700,\"endtime\":14000,\"endspeed\":2000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":277,\"height\":85,\"serial\":\"5\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":14000,\"endSpeedFinal\":2000,\"realEndTime\":16000,\"timeLast\":14000,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"{-250,250}\",\"y_start\":\"0\",\"y_end\":\"{-150,150}\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"0\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"0\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"7\"}},{\"text\":\"Device\",\"type\":\"text\",\"left\":448,\"top\":106,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"7\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"light_heavy_70\",\"time\":1850,\"endtime\":13950,\"endspeed\":2000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":235,\"height\":70,\"serial\":\"6\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":13950,\"endSpeedFinal\":2000,\"realEndTime\":15950,\"timeLast\":13950,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"0\",\"x_end\":\"{-250,250}\",\"y_start\":\"0\",\"y_end\":\"{-150,150}\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"0\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"0\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"7\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-family\":\"Raleway\"}},{\"text\":\"Interaction\",\"type\":\"text\",\"left\":619,\"top\":177,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"skewfromrightshort\",\"easing\":\"Power3.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"6\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_bold_40\",\"time\":2100,\"endtime\":\"14000\",\"endspeed\":2000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":214,\"height\":40,\"serial\":\"7\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":14000,\"endSpeedFinal\":2000,\"realEndTime\":16000,\"timeLast\":14000,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"200px\",\"x_end\":\"{-250,250}\",\"y_start\":\"inherit\",\"y_end\":\"{-150,150}\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"-85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"6\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#000000\",\"font-weight\":\"800\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Raleway\"}}]',''),(47,10,5,'{\"background_type\":\"image\",\"title\":\"Fixed-Size Video\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"zoomout\",\"0\":\"Remove\",\"slot_amount\":1,\"transition_rotation\":0,\"transition_duration\":1500,\"delay\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/themepunch.com\\/revolution\\/wp-content\\/uploads\\/2014\\/06\\/homeslider_thumb5.jpg\",\"image_id\":3930,\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"16000\",\"kb_easing\":\"Linear.easeNone\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/citybg.jpg\",\"slide_parallax_level\":\"1\"}','[{\"text\":\"Vimeo\",\"type\":\"text\",\"left\":766,\"top\":373,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"sfl\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"white_bold_bg_20\",\"time\":2600,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":62,\"height\":20,\"serial\":\"0\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15000,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":13400,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"-50px\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#000000\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"text\":\"YouTube\",\"type\":\"text\",\"left\":766,\"top\":408,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"sfl\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"red_bold_bg_20\",\"time\":2900,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":88,\"height\":20,\"serial\":\"1\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15000,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":13100,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"-50px\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#e03300\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"text\":\"HTML5\",\"type\":\"text\",\"left\":768,\"top\":443,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"sfl\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"blue_bold_bg_20\",\"time\":3200,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":67,\"height\":20,\"serial\":\"2\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15000,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":12800,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"-50px\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#3598dc\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"style\":\"\",\"text\":\"textbg\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/redbg.png\",\"left\":925,\"top\":299,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"6\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1400,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":121,\"height\":47,\"serial\":\"3\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15700,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":14600,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"6\"}},{\"text\":\"with\",\"type\":\"text\",\"left\":940,\"top\":302,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"6\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"light_heavy_40\",\"time\":1700,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":88,\"height\":40,\"serial\":\"4\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15700,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":14300,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"6\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Raleway\"}},{\"text\":\"Videos\",\"type\":\"text\",\"left\":808,\"top\":251,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"9\",\"whitespace\":\"nowrap\",\"speed\":600,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_heavy_60\",\"time\":1100,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":203,\"height\":60,\"serial\":\"5\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15400,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":14900,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"top\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"9\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#000000\",\"font-weight\":\"900\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Raleway\"}},{\"text\":\"API\",\"type\":\"text\",\"left\":1045,\"top\":282,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lfr\",\"easing\":\"Power3.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"8\",\"whitespace\":\"nowrap\",\"speed\":600,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"light_heavy_70\",\"time\":2000,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":112,\"height\":70,\"serial\":\"6\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15400,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":14000,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"right\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"8\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-family\":\"Raleway\"}},{\"text\":\"Functions\",\"type\":\"text\",\"left\":1001,\"top\":347,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"7\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"white_thin_34\",\"time\":2300,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":156,\"height\":35,\"serial\":\"7\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15700,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":13700,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"7\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"200\",\"font-size\":\"35px\",\"line-height\":\"35px\",\"font-family\":\"Raleway\"}},{\"style\":\"\",\"text\":\"Image 1\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/ipad_dark.png\",\"left\":-122,\"top\":12,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1800,\"endtime\":15350,\"endspeed\":600,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":1000,\"height\":700,\"serial\":\"8\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15350,\"endSpeedFinal\":600,\"realEndTime\":15950,\"timeLast\":15350,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\"}},{\"type\":\"video\",\"style\":\"\",\"video_type\":\"vimeo\",\"video_width\":\"625\",\"video_height\":\"467\",\"video_data\":{\"video_type\":\"vimeo\",\"id\":\"76127035\",\"title\":\"Life is Beautiful (3D Animated Short Film)\",\"link\":\"http:\\/\\/vimeo.com\\/76127035\",\"author\":\"Ben Brand\",\"description\":\"Anton may be done with life, but life ain\\u2019t done with Anton. In his convincing decision to change his measly existence he discovers the real greatness of life.<br \\/>\\r\\n<br \\/>\\r\\n\'Life is Beautiful\' is a 3D animation short made with support of Caviar Amsterdam, animation studio Fube, the dutch filmfund and the NTR. It\'s part of the NTR SHORT! competition that premiered at the Dutch Film festival 2013 in Utrecht.<br \\/>\\r\\n<br \\/>\\r\\nFor artwork and more information go to: https:\\/\\/www.facebook.com\\/Life.is.beautiful.theshort<br \\/>\\r\\n<br \\/>\\r\\nDutch Filmfestival \\t 2013-09 \\tUtrecht (Netherlands) \\tNomination debute competition \\t<br \\/>\\r\\nShortcutz Filmfestival \\t 2014-04 \\tAmsterdam (Netherlands)<br \\/>\\r\\nHAFF Filmfestival \\t 2014-04 \\tUtrecht (Netherlands)<br \\/>\\r\\nDresden international Filmfestival 2014-05 \\tDresden (Germany)<br \\/>\\r\\nToronto International Animation Festival 2014-07 \\tToronto (Canada)<br \\/>\\r\\nNothwest Animation Festival 2014-07 \\tPortland (USA)<br \\/>\\r\\nShort Shorts international filmfestival 2014-06\\t Tokyo (Japan)<br \\/>\\r\\n<br \\/>\\r\\nProducer: Caviar Amsterdam<br \\/>\\r\\nWriter \\/ Director: Ben Brand<br \\/>\\r\\nCo-writer: Ilse Ott<br \\/>\\r\\nAnimation studio: Fube<br \\/>\\r\\nProducer: Niels Scheide \\/ Rogier Dorant<br \\/>\\r\\nExecutive Producers: Jacques Vereecken \\/ Sander Heeroma<br \\/>\\r\\nHead of production: Liesbeth Timmer<br \\/>\\r\\nLine Producer: Percy Tienhooven<br \\/>\\r\\nArt Director: Vincent bisschop<br \\/>\\r\\nTechnical Director:Jasper van Nieuwenhuizen<br \\/>\\r\\nCompositing: Koos Dekker<br \\/>\\r\\nRendering:Sebastiaan van Hesteren<br \\/>\\r\\nAnimatic: Percy Tienhoven<br \\/>\\r\\nHead of Animation: Rik Schutte<br \\/>\\r\\nAnimation: Nanda van Dijk<br \\/>\\r\\nAnimator:\\tPiebe van der storm<br \\/>\\r\\nLicht & Shading: Ruud Coenen<br \\/>\\r\\nShading: Dimitar Kralev<br \\/>\\r\\nSound Design: Dennis Kersten<br \\/>\\r\\nEditor: Wietse de Zwart<br \\/>\\r\\nMusic Composed by: Christiaan Verbeek<br \\/>\\r\\nStoryboard: Natasha Stevie<br \\/>\\r\\nAditional Artwork: Lois van Baarle<br \\/>\\r\\nModdeling: Kjeld Slingeland \\/ Vinnie Portier<br \\/>\\r\\nVoice acting: Jankees van den Berg \\/ Laura Branderhorst<br \\/>\\r\\n Ben Brand<br \\/>\\r\\nActing: Fabian Jansen<br \\/>\\r\\n<br \\/>\\r\\nSpecial thnx to: NMTRX ANIMATION STUDIOS<br \\/>\\r\\n<br \\/>\\r\\nMichael Visser<br \\/>\\r\\nPatrick Nijman<br \\/>\\r\\nJohan Boekhoven\",\"desc_small\":\"Anton may be done with life, but life ain\\u2019t done with Anton. In his convincing decision to change his measly existence he discovers the real greatness of life.<br \\/>\\r\\n<br \\/>\\r\\n\'Life is Beautiful\' is a ...\",\"thumb_large\":{\"url\":\"http:\\/\\/i.vimeocdn.com\\/video\\/472111198_640.jpg\",\"width\":640,\"height\":360},\"thumb_medium\":{\"url\":\"http:\\/\\/i.vimeocdn.com\\/video\\/472111198_200x150.jpg\",\"width\":200,\"height\":150},\"thumb_small\":{\"url\":\"http:\\/\\/i.vimeocdn.com\\/video\\/472111198_100x75.jpg\",\"width\":100,\"height\":75},\"width\":\"625\",\"height\":\"467\",\"args\":\"title=0&byline=0&portrait=0;api=1\",\"previewimage\":\"\",\"autoplay\":false,\"autoplayonlyfirsttime\":false,\"nextslide\":false,\"forcerewind\":false,\"fullwidth\":false,\"videoloop\":false,\"controls\":false,\"mute\":false,\"cover\":false,\"dotted\":\"none\",\"ratio\":\"16:9\"},\"video_id\":\"76127035\",\"video_title\":\"Life is Beautiful (3D Animated Short Film)\",\"video_image_url\":\"http:\\/\\/i.vimeocdn.com\\/video\\/472111198_200x150.jpg\",\"video_args\":\"title=0&byline=0&portrait=0;api=1\",\"text\":\"Vimeo: Life is Beautiful (3D Animated Short Film)\",\"left\":78,\"top\":103,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":2250,\"endtime\":\"15350\",\"endspeed\":600,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":625,\"height\":467,\"serial\":\"9\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15350,\"endSpeedFinal\":600,\"realEndTime\":15950,\"timeLast\":15350,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"-\"}}]',''),(48,10,6,'{\"background_type\":\"solid\",\"title\":\"Full-Width Video\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"fade\",\"0\":\"Remove\",\"slot_amount\":7,\"transition_rotation\":0,\"transition_duration\":600,\"delay\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/themepunch.com\\/revolution\\/wp-content\\/uploads\\/2014\\/06\\/homeslider_thumb6.jpg\",\"image_id\":\"\",\"slide_bg_color\":\"#000000\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"16000\",\"kb_easing\":\"Linear.easeNone\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/\",\"slide_parallax_level\":\"1\"}','[{\"type\":\"video\",\"style\":\"\",\"video_type\":\"vimeo\",\"video_width\":1168,\"video_height\":698,\"video_data\":{\"video_type\":\"vimeo\",\"id\":\"94502406\",\"title\":\"JohnnyExpress\",\"link\":\"http:\\/\\/vimeo.com\\/94502406\",\"author\":\"AlfredImageworks\",\"description\":\"It\'s 2150<br \\/>\\r\\n<br \\/>\\r\\nThere are all sorts of Aliens living throughout space.<br \\/>\\r\\nJohnny is a Space Delivery Man who travels to different planets to deliver packages.<br \\/>\\r\\nJohnny is lazy and his only desire is to sleep in his autopilot spaceship.<br \\/>\\r\\nwhen the spaceship arrives at the destination, all he has to do is simply deliver the box.<br \\/>\\r\\nHowever, it never goes as planned. Johnny encounters strange and bizarre planets <br \\/>\\r\\nand always seems to cause trouble on his delivery route.<br \\/>\\r\\n <br \\/>\\r\\nWill he be able to finish his mission without trouble?\",\"desc_small\":\"It\'s 2150<br \\/>\\r\\n<br \\/>\\r\\nThere are all sorts of Aliens living throughout space.<br \\/>\\r\\nJohnny is a Space Delivery Man who travels to different planets to deliver packages.<br \\/>\\r\\nJohnny is lazy and hi...\",\"thumb_large\":{\"url\":\"http:\\/\\/i.vimeocdn.com\\/video\\/474399476_640.jpg\",\"width\":640,\"height\":360},\"thumb_medium\":{\"url\":\"http:\\/\\/i.vimeocdn.com\\/video\\/474399476_200x150.jpg\",\"width\":200,\"height\":150},\"thumb_small\":{\"url\":\"http:\\/\\/i.vimeocdn.com\\/video\\/474399476_100x75.jpg\",\"width\":100,\"height\":75},\"width\":\"320\",\"height\":\"240\",\"args\":\"title=0&byline=0&portrait=0;api=1\",\"previewimage\":\"\",\"autoplay\":true,\"autoplayonlyfirsttime\":false,\"nextslide\":true,\"forcerewind\":true,\"fullwidth\":true,\"videoloop\":false,\"controls\":false,\"mute\":false,\"cover\":false,\"dotted\":\"none\",\"ratio\":\"16:9\"},\"video_id\":\"94502406\",\"video_title\":\"JohnnyExpress\",\"video_image_url\":\"http:\\/\\/i.vimeocdn.com\\/video\\/474399476_200x150.jpg\",\"video_args\":\"title=0&byline=0&portrait=0;api=1\",\"text\":\"Vimeo: JohnnyExpress\",\"left\":0,\"top\":0,\"align_hor\":\"left\",\"align_vert\":\"top\",\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"tp-fade\",\"easing\":\"Power1.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":500,\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1450,\"endtime\":\"15400\",\"endspeed\":600,\"endanimation\":\"stb\",\"endeasing\":\"Power1.easeOut\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":-1,\"height\":-1,\"serial\":\"0\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15400,\"endSpeedFinal\":600,\"realEndTime\":16000,\"timeLast\":15400,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"50px\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"-\"}},{\"text\":\"Now Showing a Full-Width Video\",\"type\":\"text\",\"left\":0,\"top\":0,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"center\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"blue_bold_bg_20\",\"time\":1750,\"endtime\":4950,\"endspeed\":1000,\"endanimation\":\"ltt\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":-1,\"height\":-1,\"serial\":\"1\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":4950,\"endSpeedFinal\":1000,\"realEndTime\":5950,\"timeLast\":4950,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"top\",\"y_end\":\"top\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#3598dc\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}}]',''),(49,11,1,'{\"background_type\":\"image\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/slidebg1.jpg\",\"image_id\":3905,\"title\":\"Intro Slide\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"fade\",\"0\":\"Remove\",\"slot_amount\":7,\"transition_rotation\":0,\"transition_duration\":500,\"delay\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/themepunch.com\\/revolution\\/wp-content\\/uploads\\/2014\\/06\\/homeslider_thumb1.jpg\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"9000\",\"kb_easing\":\"Linear.easeNone\",\"slide_parallax_level\":\"1\"}','[{\"style\":\"\",\"text\":\"plate blue\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/plate2.png\",\"left\":695,\"top\":83,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":700,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"0\",\"time\":1700,\"endtime\":15250,\"endspeed\":0,\"endanimation\":\"customout-1\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":600,\"height\":640,\"serial\":\"0\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15250,\"endSpeedFinal\":700,\"realEndTime\":15950,\"timeLast\":15250,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"inherit\",\"x_end\":\"0\",\"y_start\":\"top\",\"y_end\":\"0\",\"z_start\":\"inherit\",\"z_end\":\"0\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"0\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"0\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"0\",\"scale_x_start\":\"inherit\",\"scale_x_end\":0.75,\"scale_y_start\":\"inherit\",\"scale_y_end\":0.75,\"skew_x_start\":\"inherit\",\"skew_x_end\":\"0\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"0\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"-\"}},{\"style\":\"\",\"text\":\"plate red\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/plate1.png\",\"left\":564,\"top\":96,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":700,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"0\",\"time\":1400,\"endtime\":15250,\"endspeed\":0,\"endanimation\":\"customout-1\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":600,\"height\":640,\"serial\":\"1\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15250,\"endSpeedFinal\":700,\"realEndTime\":15950,\"timeLast\":15250,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"inherit\",\"x_end\":\"0\",\"y_start\":\"top\",\"y_end\":\"0\",\"z_start\":\"inherit\",\"z_end\":\"0\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"0\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"0\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"0\",\"scale_x_start\":\"inherit\",\"scale_x_end\":0.75,\"scale_y_start\":\"inherit\",\"scale_y_end\":0.75,\"skew_x_start\":\"inherit\",\"skew_x_end\":\"0\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"0\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"-\"}},{\"style\":\"\",\"text\":\"woman\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/woman1.png\",\"left\":480,\"top\":99,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":700,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"0\",\"time\":1100,\"endtime\":15250,\"endspeed\":0,\"endanimation\":\"customout-1\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":260,\"height\":600,\"serial\":\"2\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15250,\"endSpeedFinal\":700,\"realEndTime\":15950,\"timeLast\":15250,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"inherit\",\"x_end\":\"0\",\"y_start\":\"top\",\"y_end\":\"0\",\"z_start\":\"inherit\",\"z_end\":\"0\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"0\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"0\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"0\",\"scale_x_start\":\"inherit\",\"scale_x_end\":0.75,\"scale_y_start\":\"inherit\",\"scale_y_end\":0.75,\"skew_x_start\":\"inherit\",\"skew_x_end\":\"0\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"0\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"-\"}},{\"text\":\"Better!\",\"type\":\"text\",\"left\":197,\"top\":154,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"skewfromrightshort\",\"easing\":\"Power3.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"0\",\"style\":\"grey_heavy_72\",\"time\":2250,\"endtime\":15500,\"endspeed\":0,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":254,\"height\":72,\"serial\":\"3\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15500,\"endSpeedFinal\":500,\"realEndTime\":16000,\"timeLast\":15500,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"200px\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"-85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#d5d2d2\",\"font-weight\":\"900\",\"font-size\":\"72px\",\"line-height\":\"72px\",\"font-family\":\"Raleway\"}},{\"style\":\"\",\"text\":\"redtextbg\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/redbg.png\",\"left\":86,\"top\":184,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"0\",\"time\":2100,\"endtime\":15500,\"endspeed\":0,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":121,\"height\":47,\"serial\":\"4\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15500,\"endSpeedFinal\":500,\"realEndTime\":16000,\"timeLast\":15500,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\"}},{\"text\":\"Now\",\"type\":\"text\",\"left\":-2,\"top\":133,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"skewfromleftshort\",\"easing\":\"Power3.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"0\",\"style\":\"black_heavy_60\",\"time\":2000,\"endtime\":15500,\"endspeed\":0,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":134,\"height\":60,\"serial\":\"5\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15500,\"endSpeedFinal\":500,\"realEndTime\":16000,\"timeLast\":15500,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"-200px\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#000000\",\"font-weight\":\"900\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Raleway\"}},{\"text\":\"Even\",\"type\":\"text\",\"left\":98,\"top\":187,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"0\",\"style\":\"white_heavy_40\",\"time\":2150,\"endtime\":15500,\"endspeed\":0,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":95,\"height\":40,\"serial\":\"6\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15500,\"endSpeedFinal\":500,\"realEndTime\":16000,\"timeLast\":15500,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Raleway\"}},{\"text\":\"<div style=\\\"text-align:center;\\\">Slider Revolution is the highly acclaimed<br\\/>\\nSlide-Based displaying solution, thousands of<br\\/>\\nbusinesses, theme developers and everyday<br\\/>\\npeople use and love!<\\/div>\",\"type\":\"text\",\"left\":34,\"top\":318,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"0\",\"style\":\"grey_regular_18\",\"time\":2600,\"endtime\":15500,\"endspeed\":0,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":384,\"height\":104,\"serial\":\"7\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15500,\"endSpeedFinal\":500,\"realEndTime\":16000,\"timeLast\":15500,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"\\\"Open Sans\\\"\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#777777\",\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\"}},{\"text\":\"In every Way!\",\"type\":\"text\",\"left\":183,\"top\":238,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-5\",\"easing\":\"Back.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"0\",\"style\":\"black_thin_34\",\"time\":2350,\"endtime\":15500,\"endspeed\":0,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":214,\"height\":35,\"serial\":\"8\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15500,\"endSpeedFinal\":500,\"realEndTime\":16000,\"timeLast\":15500,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"100\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":1,\"scale_x_end\":\"inherit\",\"scale_y_start\":3,\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#000000\",\"font-weight\":\"100\",\"font-size\":\"35px\",\"line-height\":\"35px\",\"font-family\":\"Raleway\"}},{\"style\":\"\",\"text\":\"grey line\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/greyline.png\",\"left\":6,\"top\":290,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"0\",\"time\":2500,\"endtime\":15700,\"endspeed\":0,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":440,\"height\":5,\"serial\":\"9\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15700,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":15700,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\"}},{\"text\":\"<a href=\'#\' class=\'largeredbtn\'>CONTINUE THE TOUR<\\/a>\",\"type\":\"text\",\"left\":73,\"top\":502,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"scrollunder_offset\":\"0\",\"style\":\"\",\"time\":2900,\"endtime\":15500,\"endspeed\":0,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":288,\"height\":60,\"serial\":\"10\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15500,\"endSpeedFinal\":500,\"realEndTime\":16000,\"timeLast\":15500,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\"},\"layer_action\":{\"action\":{\"a\":\"next\"},\"tooltip_event\":{\"a\":\"click\"}}},{\"style\":\"arrowicon\",\"text\":\"doublearrow\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/doublearrow2.png\",\"left\":303,\"top\":526,\"loop_animation\":\"rs-slideloop\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"0.5\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"-5\",\"loop_xend\":\"5\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"scrollunder_offset\":\"0\",\"time\":3200,\"endtime\":\"15700\",\"endspeed\":0,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":18,\"height\":11,\"serial\":\"11\",\"alt\":\"\",\"scaleX\":\"18\",\"scaleY\":\"11\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15700,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":15700,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"border-color\":\"#222222\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"line-height\":\"1px\"},\"layer_action\":{\"action\":{\"a\":\"next\"},\"tooltip_event\":{\"a\":\"click\"}}}]',''),(50,11,2,'{\"background_type\":\"image\",\"title\":\"Ken Burns Slide\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"slideleft\",\"0\":\"Remove\",\"slot_amount\":7,\"transition_rotation\":0,\"transition_duration\":2000,\"delay\":10000,\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/themepunch.com\\/revolution\\/wp-content\\/uploads\\/2014\\/06\\/homeslider_thumb2.jpg\",\"image_id\":3912,\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"right top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center bottom\",\"kenburn_effect\":\"on\",\"kb_start_fit\":\"115\",\"kb_end_fit\":\"100\",\"kb_duration\":\"12000\",\"kb_easing\":\"Power0.easeInOut\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/laptopmockup_sliderdy.jpg\",\"slide_parallax_level\":\"1\"}','[{\"style\":\"\",\"text\":\"redbg\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/redbg_big.png\",\"left\":848,\"top\":196,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":2700,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":247,\"height\":85,\"serial\":\"0\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":89700,\"endSpeedFinal\":300,\"realEndTime\":90000,\"timeLast\":87300,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\"}},{\"text\":\"Effect\",\"type\":\"text\",\"left\":862,\"top\":204,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"light_heavy_70\",\"time\":2850,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":213,\"height\":70,\"serial\":\"1\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":89700,\"endSpeedFinal\":300,\"realEndTime\":90000,\"timeLast\":87150,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-family\":\"Raleway\"}},{\"text\":\"Ken Burns\",\"type\":\"text\",\"left\":717,\"top\":143,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"skewfromleftshort\",\"easing\":\"Power3.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_heavy_70\",\"time\":2400,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":352,\"height\":70,\"serial\":\"2\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":89500,\"endSpeedFinal\":300,\"realEndTime\":90000,\"timeLast\":87600,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"-200px\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#000000\",\"font-weight\":\"900\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-family\":\"Raleway\"}},{\"text\":\"Improved!\",\"type\":\"text\",\"left\":937,\"top\":282,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"skewfromrightshort\",\"easing\":\"Power3.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_bold_40\",\"time\":3200,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":199,\"height\":40,\"serial\":\"3\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":9500,\"endSpeedFinal\":300,\"realEndTime\":10000,\"timeLast\":6800,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"200px\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"-85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#000000\",\"font-weight\":\"800\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Raleway\"}},{\"text\":\"FASTER\",\"type\":\"text\",\"left\":970,\"top\":367,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"sfr\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_bold_bg_20\",\"time\":4000,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":74,\"height\":20,\"serial\":\"4\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":89700,\"endSpeedFinal\":300,\"realEndTime\":90000,\"timeLast\":86000,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"50px\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"text\":\" \",\"type\":\"text\",\"left\":939,\"top\":367,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"greenbox30\",\"time\":4000,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":3,\"height\":30,\"serial\":\"5\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":89700,\"endSpeedFinal\":300,\"realEndTime\":90000,\"timeLast\":86000,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"padding\":[\"0px\",\"14px\",\"0px\",\"14px\"],\"text-decoration\":\"none\",\"background-color\":\"#86b567\",\"background-transparency\":100,\"border-color\":\"#222222\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"line-height\":\"30px\"}},{\"style\":\"arrowicon\",\"text\":\"check\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/check.png\",\"left\":948,\"top\":374,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":4200,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":17,\"height\":17,\"serial\":\"6\",\"alt\":\"\",\"scaleX\":\"17\",\"scaleY\":\"17\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":89700,\"endSpeedFinal\":300,\"realEndTime\":90000,\"timeLast\":85800,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"border-color\":\"#222222\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"line-height\":\"1px\"}},{\"text\":\"SMOOTHER\",\"type\":\"text\",\"left\":970,\"top\":407,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"sfr\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_bold_bg_20\",\"time\":4500,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":112,\"height\":20,\"serial\":\"7\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":89700,\"endSpeedFinal\":300,\"realEndTime\":90000,\"timeLast\":85500,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"50px\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"text\":\" \",\"type\":\"text\",\"left\":939,\"top\":407,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"greenbox30\",\"time\":4500,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":3,\"height\":30,\"serial\":\"8\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":89700,\"endSpeedFinal\":300,\"realEndTime\":90000,\"timeLast\":85500,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"padding\":[\"0px\",\"14px\",\"0px\",\"14px\"],\"text-decoration\":\"none\",\"background-color\":\"#86b567\",\"background-transparency\":100,\"border-color\":\"#222222\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"line-height\":\"30px\"}},{\"style\":\"arrowicon\",\"text\":\"check\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/check.png\",\"left\":948,\"top\":414,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":4700,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":17,\"height\":17,\"serial\":\"9\",\"alt\":\"\",\"scaleX\":\"17\",\"scaleY\":\"17\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":89700,\"endSpeedFinal\":300,\"realEndTime\":90000,\"timeLast\":85300,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"border-color\":\"#222222\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"line-height\":\"1px\"}},{\"text\":\"EASY TO USE\",\"type\":\"text\",\"left\":970,\"top\":447,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"sfr\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_bold_bg_20\",\"time\":5000,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":112,\"height\":20,\"serial\":\"10\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":89700,\"endSpeedFinal\":300,\"realEndTime\":90000,\"timeLast\":84800,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"50px\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"text\":\" \",\"type\":\"text\",\"left\":939,\"top\":447,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"greenbox30\",\"time\":5000,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":3,\"height\":30,\"serial\":\"11\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":89700,\"endSpeedFinal\":300,\"realEndTime\":90000,\"timeLast\":84800,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"padding\":[\"0px\",\"14px\",\"0px\",\"14px\"],\"text-decoration\":\"none\",\"background-color\":\"#86b567\",\"background-transparency\":100,\"border-color\":\"#222222\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"line-height\":\"30px\"}},{\"style\":\"arrowicon\",\"text\":\"check\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/check.png\",\"left\":948,\"top\":454,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":5200,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":17,\"height\":17,\"serial\":\"12\",\"alt\":\"\",\"scaleX\":\"17\",\"scaleY\":\"17\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":89700,\"endSpeedFinal\":300,\"realEndTime\":90000,\"timeLast\":84800,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"border-color\":\"#222222\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"line-height\":\"1px\"}}]',''),(51,11,3,'{\"background_type\":\"image\",\"title\":\"Parallax 3D\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"slideup\",\"0\":\"Remove\",\"slot_amount\":7,\"transition_rotation\":0,\"transition_duration\":1000,\"delay\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/themepunch.com\\/revolution\\/wp-content\\/uploads\\/2014\\/06\\/homeslider_thumb3.jpg\",\"image_id\":3915,\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"10000\",\"kb_easing\":\"Linear.easeNone\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/3dbg.jpg\",\"slide_parallax_level\":\"1\"}','[{\"text\":\" \",\"type\":\"text\",\"left\":0,\"top\":0,\"loop_animation\":\"rs-slideloop\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"tp-fade\",\"easing\":\"Power4.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":2000,\"align_hor\":\"center\",\"align_vert\":\"middle\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"fullbg_gradient\",\"time\":12200,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":-1,\"height\":-1,\"serial\":\"0\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":14000,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":3800,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"10\",\"text-decoration\":\"none\",\"background-color\":\"#490202\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":[]},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/3dlayer_6.png\",\"left\":309,\"top\":69,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"9\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1100,\"endtime\":7000,\"endspeed\":1000,\"endanimation\":\"skewtoleftshort\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":800,\"height\":700,\"serial\":\"1\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":7000,\"endSpeedFinal\":1000,\"realEndTime\":8000,\"timeLast\":7000,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"inherit\",\"x_end\":\"-200px\",\"y_start\":\"top\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"85px\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"9\"}},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/3dlayer_5.png\",\"left\":-121,\"top\":-238,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"9\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1400,\"endtime\":7300,\"endspeed\":1000,\"endanimation\":\"skewtoleftshort\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":800,\"height\":700,\"serial\":\"2\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":7300,\"endSpeedFinal\":1000,\"realEndTime\":8300,\"timeLast\":7300,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"inherit\",\"x_end\":\"-200px\",\"y_start\":\"top\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"85px\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"9\"}},{\"style\":\"\",\"text\":\"Image 4\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/3dlayer_4.png\",\"left\":-186,\"top\":81,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"9\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1700,\"endtime\":7550,\"endspeed\":1000,\"endanimation\":\"skewtoleftshort\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":800,\"height\":700,\"serial\":\"3\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":7550,\"endSpeedFinal\":1000,\"realEndTime\":8550,\"timeLast\":7550,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"inherit\",\"x_end\":\"-200px\",\"y_start\":\"top\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"85px\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"9\"}},{\"style\":\"\",\"text\":\"Image 3\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/3dlayer_3.png\",\"left\":56,\"top\":437,\"loop_animation\":\"rs-slideloop\",\"loop_easing\":\"Linear.easeNone\",\"loop_speed\":\"3\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"-3\",\"loop_yend\":\"3\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"3\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":2000,\"endtime\":7900,\"endspeed\":1000,\"endanimation\":\"skewtoleftshort\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":800,\"height\":700,\"serial\":\"4\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":7900,\"endSpeedFinal\":1000,\"realEndTime\":8900,\"timeLast\":7900,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"inherit\",\"x_end\":\"-200px\",\"y_start\":\"top\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"85px\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"3\"}},{\"style\":\"\",\"text\":\"Image 2\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/3dlayer_2.png\",\"left\":353,\"top\":436,\"loop_animation\":\"rs-slideloop\",\"loop_easing\":\"Linear.easeNone\",\"loop_speed\":\"2.5\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"-4\",\"loop_yend\":\"3\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"2\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":2300,\"endtime\":8200,\"endspeed\":1000,\"endanimation\":\"skewtoleftshort\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":800,\"height\":700,\"serial\":\"5\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":8200,\"endSpeedFinal\":1000,\"realEndTime\":9200,\"timeLast\":8200,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"inherit\",\"x_end\":\"-200px\",\"y_start\":\"top\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"85px\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"2\"}},{\"style\":\"\",\"text\":\"Image 1\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/3dlayer_1.png\",\"left\":100,\"top\":55,\"loop_animation\":\"rs-slideloop\",\"loop_easing\":\"Linear.easeNone\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"-5\",\"loop_yend\":\"5\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1.1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":2600,\"endtime\":8500,\"endspeed\":1000,\"endanimation\":\"skewtoleftshort\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":800,\"height\":700,\"serial\":\"6\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":8500,\"endSpeedFinal\":1000,\"realEndTime\":9500,\"timeLast\":8500,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"inherit\",\"x_end\":\"-200px\",\"y_start\":\"top\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"85px\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"1\"}},{\"text\":\"Feature Packed\",\"type\":\"text\",\"left\":620,\"top\":162,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lfr\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"light_heavy_70_shadowed\",\"time\":2900,\"endtime\":9000,\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":467,\"height\":60,\"serial\":\"7\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":9000,\"endSpeedFinal\":1000,\"realEndTime\":10000,\"timeLast\":9000,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"right\",\"x_end\":\"{-250,250}\",\"y_start\":\"inherit\",\"y_end\":\"{-150,150}\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-family\":\"Raleway\"}},{\"text\":\"To the Max!\",\"type\":\"text\",\"left\":825,\"top\":230,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-5\",\"easing\":\"Power4.easeOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_heavy_60\",\"time\":3000,\"endtime\":9150,\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":341,\"height\":60,\"serial\":\"8\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":9150,\"endSpeedFinal\":1000,\"realEndTime\":10150,\"timeLast\":9150,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"0\",\"x_end\":\"{-250,250}\",\"y_start\":\"100\",\"y_end\":\"{-150,150}\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":1,\"scale_x_end\":\"{0,1}\",\"scale_y_start\":3,\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#000000\",\"font-weight\":\"900\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Raleway\"}},{\"text\":\"Visually Craft Sliders\",\"type\":\"text\",\"left\":840,\"top\":320,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"skewfromright\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_bold_bg_20\",\"time\":3500,\"endtime\":9400,\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":212,\"height\":20,\"serial\":\"9\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":9400,\"endSpeedFinal\":1000,\"realEndTime\":10400,\"timeLast\":9400,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"right\",\"x_end\":\"{-250,250}\",\"y_start\":\"inherit\",\"y_end\":\"{-150,150}\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"-85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"text\":\"Custom Animation Builder\",\"type\":\"text\",\"left\":840,\"top\":360,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"skewfromright\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_bold_bg_20\",\"time\":3600,\"endtime\":9600,\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":259,\"height\":20,\"serial\":\"10\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":9600,\"endSpeedFinal\":1000,\"realEndTime\":10600,\"timeLast\":9600,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"right\",\"x_end\":\"{-250,250}\",\"y_start\":\"inherit\",\"y_end\":\"{-150,150}\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"-85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"text\":\"Timeline Based Animation\",\"type\":\"text\",\"left\":840,\"top\":400,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"skewfromright\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_bold_bg_20\",\"time\":3700,\"endtime\":9750,\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":259,\"height\":20,\"serial\":\"11\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":9750,\"endSpeedFinal\":1000,\"realEndTime\":10750,\"timeLast\":9750,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"right\",\"x_end\":\"{-250,250}\",\"y_start\":\"inherit\",\"y_end\":\"{-150,150}\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"-85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"text\":\"Advanced Video Support\",\"type\":\"text\",\"left\":840,\"top\":440,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"skewfromright\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_bold_bg_20\",\"time\":3800,\"endtime\":10000,\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":243,\"height\":20,\"serial\":\"12\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":10000,\"endSpeedFinal\":1000,\"realEndTime\":11000,\"timeLast\":10000,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"right\",\"x_end\":\"{-250,250}\",\"y_start\":\"inherit\",\"y_end\":\"{-150,150}\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"-85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"text\":\"And Much More ...\",\"type\":\"text\",\"left\":840,\"top\":480,\"loop_animation\":\"none\",\"loop_easing\":\"Power1.easeInOut\",\"loop_speed\":\"2.5\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"-4\",\"loop_yend\":\"3\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"skewfromright\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"green_bold_bg_20\",\"time\":3900,\"endtime\":\"10200\",\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":171,\"height\":20,\"serial\":\"13\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":10200,\"endSpeedFinal\":1000,\"realEndTime\":11200,\"timeLast\":10200,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"right\",\"x_end\":\"{-250,250}\",\"y_start\":\"inherit\",\"y_end\":\"{-150,150}\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"-85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#86b567\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"style\":\"fullrounded\",\"text\":\"beach\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/redbg.jpg\",\"left\":0,\"top\":0,\"loop_animation\":\"rs-slideloop\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":600,\"align_hor\":\"center\",\"align_vert\":\"middle\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":10500,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":800,\"height\":800,\"serial\":\"14\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15400,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":5500,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"10\",\"border-color\":\"#222222\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"400px\",\"400px\",\"400px\",\"400px\"]},\"inline\":[],\"deformation-hover\":[],\"static_styles\":[]},{\"text\":\"Get Started with\",\"type\":\"text\",\"left\":0,\"top\":-60,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-5\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"center\",\"align_vert\":\"middle\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"white_thin_34\",\"time\":11000,\"endtime\":\"\",\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":160,\"height\":20,\"serial\":\"15\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15700,\"endSpeedFinal\":1000,\"realEndTime\":16000,\"timeLast\":5000,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"{-250,250}\",\"y_start\":\"100\",\"y_end\":\"{-150,150}\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":1,\"scale_x_end\":\"{0,1}\",\"scale_y_start\":3,\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"200\",\"font-size\":\"35px\",\"line-height\":\"35px\",\"font-family\":\"Raleway\"}},{\"text\":\"SLIDER REVOLUTION\",\"type\":\"text\",\"left\":0,\"top\":0,\"loop_animation\":\"rs-slideloop\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-4\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"center\",\"align_vert\":\"middle\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"white_heavy_70\",\"time\":11300,\"endtime\":\"\",\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":90,\"height\":1,\"serial\":\"16\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15700,\"endSpeedFinal\":1000,\"realEndTime\":16000,\"timeLast\":4700,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"{-250,250}\",\"y_start\":\"0\",\"y_end\":\"{-150,150}\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":5,\"scale_x_end\":\"{0,1}\",\"scale_y_start\":5,\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-family\":\"Raleway\"}},{\"text\":\"<a href=\\\"http:\\/\\/codecanyon.net\\/item\\/slider-revolution-responsive-wordpress-plugin\\/2751380?ref=themepunch\\\" class=\\\"largeredbtn\\\" target=\\\"_blank\\\">PURCHASE ON CODECANYON<\\/a>\",\"type\":\"text\",\"left\":0,\"top\":100,\"loop_animation\":\"rs-slideloop\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"skewfromright\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"center\",\"align_vert\":\"middle\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"noshadow\",\"time\":11600,\"endtime\":\"\",\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":288,\"height\":60,\"serial\":\"17\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15700,\"endSpeedFinal\":1000,\"realEndTime\":16000,\"timeLast\":4400,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"right\",\"x_end\":\"{-250,250}\",\"y_start\":\"inherit\",\"y_end\":\"{-150,150}\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"-85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"-\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":[]},{\"style\":\"arrowicon\",\"text\":\"arrows\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/doublearrow2.png\",\"left\":696,\"top\":444,\"loop_animation\":\"rs-slideloop\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"0.5\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"-5\",\"loop_xend\":\"5\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"http:\\/\\/codecanyon.net\\/item\\/slider-revolution-responsive-wordpress-plugin\\/2751380?ref=themepunch\",\"link_open_in\":\"new\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":11900,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":18,\"height\":11,\"serial\":\"18\",\"alt\":\"\",\"scaleX\":\"18\",\"scaleY\":\"11\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15700,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":4100,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"-\",\"border-color\":\"#222222\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"line-height\":\"1px\"}}]',''),(52,11,4,'{\"background_type\":\"image\",\"title\":\"Mobile Interaction\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"zoomin\",\"0\":\"Remove\",\"slot_amount\":7,\"transition_rotation\":0,\"transition_duration\":1500,\"delay\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/themepunch.com\\/revolution\\/wp-content\\/uploads\\/2014\\/06\\/homeslider_thumb4.jpg\",\"image_id\":3923,\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"16000\",\"kb_easing\":\"Linear.easeNone\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/slidebg2.jpg\",\"slide_parallax_level\":\"1\"}','[{\"style\":\"\",\"text\":\"Ipad\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/ipad2.png\",\"left\":-40,\"top\":10,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lfb\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"9\",\"whitespace\":\"nowrap\",\"speed\":1500,\"align_hor\":\"center\",\"align_vert\":\"bottom\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":2400,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":692,\"height\":514,\"serial\":\"0\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":14500,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":14300,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"bottom\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"9\"}},{\"style\":\"\",\"text\":\"pulse\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/pulse1.png\",\"left\":-20,\"top\":280,\"loop_animation\":\"rs-pulse\",\"loop_easing\":\"Power4.easeInOut\",\"loop_speed\":\"0.5\",\"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\":\"0.75\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"customin-2\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"center\",\"align_vert\":\"bottom\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":4400,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":120,\"height\":120,\"serial\":\"1\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15500,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":11600,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"1\"}},{\"style\":\"\",\"text\":\"hand\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/hand1.png\",\"left\":-200,\"top\":-200,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lfb\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":1500,\"align_hor\":\"center\",\"align_vert\":\"bottom\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":3400,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":604,\"height\":614,\"serial\":\"2\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":14500,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":12600,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"bottom\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"1\"}},{\"style\":\"\",\"text\":\"iphone\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/iphone.png\",\"left\":693,\"top\":191,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lfb\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"9\",\"whitespace\":\"nowrap\",\"speed\":1500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":2900,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":347,\"height\":537,\"serial\":\"3\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":14500,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":13100,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"bottom\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"9\"}},{\"text\":\"Mobile\",\"type\":\"text\",\"left\":315,\"top\":40,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-5\",\"easing\":\"Power3.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"5\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_heavy_70\",\"time\":1400,\"endtime\":13950,\"endspeed\":2000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":236,\"height\":70,\"serial\":\"4\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":13950,\"endSpeedFinal\":2000,\"realEndTime\":15950,\"timeLast\":13950,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"0\",\"x_end\":\"{-250,250}\",\"y_start\":\"100\",\"y_end\":\"{-150,150}\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":1,\"scale_x_end\":\"{0,1}\",\"scale_y_start\":3,\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"5\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#000000\",\"font-weight\":\"900\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-family\":\"Raleway\"}},{\"style\":\"\",\"text\":\"Green BG\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/largegreen.png\",\"left\":434,\"top\":98,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"7\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1700,\"endtime\":14000,\"endspeed\":2000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":277,\"height\":85,\"serial\":\"5\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":14000,\"endSpeedFinal\":2000,\"realEndTime\":16000,\"timeLast\":14000,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"{-250,250}\",\"y_start\":\"0\",\"y_end\":\"{-150,150}\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"0\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"0\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"7\"}},{\"text\":\"Device\",\"type\":\"text\",\"left\":448,\"top\":106,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"7\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"light_heavy_70\",\"time\":1850,\"endtime\":13950,\"endspeed\":2000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":235,\"height\":70,\"serial\":\"6\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":13950,\"endSpeedFinal\":2000,\"realEndTime\":15950,\"timeLast\":13950,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"0\",\"x_end\":\"{-250,250}\",\"y_start\":\"0\",\"y_end\":\"{-150,150}\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"0\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"0\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"7\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-family\":\"Raleway\"}},{\"text\":\"Interaction\",\"type\":\"text\",\"left\":619,\"top\":177,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"skewfromrightshort\",\"easing\":\"Power3.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"6\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_bold_40\",\"time\":2100,\"endtime\":\"14000\",\"endspeed\":2000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":214,\"height\":40,\"serial\":\"7\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":14000,\"endSpeedFinal\":2000,\"realEndTime\":16000,\"timeLast\":14000,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"200px\",\"x_end\":\"{-250,250}\",\"y_start\":\"inherit\",\"y_end\":\"{-150,150}\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"-85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"6\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#000000\",\"font-weight\":\"800\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Raleway\"}}]',''),(53,11,5,'{\"background_type\":\"image\",\"title\":\"Fixed-Size Video\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"zoomout\",\"0\":\"Remove\",\"slot_amount\":1,\"transition_rotation\":0,\"transition_duration\":1500,\"delay\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/themepunch.com\\/revolution\\/wp-content\\/uploads\\/2014\\/06\\/homeslider_thumb5.jpg\",\"image_id\":3930,\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"16000\",\"kb_easing\":\"Linear.easeNone\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/citybg.jpg\",\"slide_parallax_level\":\"1\"}','[{\"text\":\"Vimeo\",\"type\":\"text\",\"left\":766,\"top\":373,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"sfl\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"white_bold_bg_20\",\"time\":2600,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":62,\"height\":20,\"serial\":\"0\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15000,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":13400,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"-50px\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#000000\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"text\":\"YouTube\",\"type\":\"text\",\"left\":766,\"top\":408,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"sfl\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"red_bold_bg_20\",\"time\":2900,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":88,\"height\":20,\"serial\":\"1\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15000,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":13100,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"-50px\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#e03300\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"text\":\"HTML5\",\"type\":\"text\",\"left\":768,\"top\":443,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"sfl\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"blue_bold_bg_20\",\"time\":3200,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":67,\"height\":20,\"serial\":\"2\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15000,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":12800,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"-50px\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#3598dc\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"style\":\"\",\"text\":\"textbg\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/redbg.png\",\"left\":925,\"top\":299,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"6\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1400,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":121,\"height\":47,\"serial\":\"3\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15700,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":14600,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"6\"}},{\"text\":\"with\",\"type\":\"text\",\"left\":940,\"top\":302,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"6\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"light_heavy_40\",\"time\":1700,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":88,\"height\":40,\"serial\":\"4\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15700,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":14300,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"6\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Raleway\"}},{\"text\":\"Videos\",\"type\":\"text\",\"left\":808,\"top\":251,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"9\",\"whitespace\":\"nowrap\",\"speed\":600,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_heavy_60\",\"time\":1100,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":203,\"height\":60,\"serial\":\"5\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15400,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":14900,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"top\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"9\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#000000\",\"font-weight\":\"900\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Raleway\"}},{\"text\":\"API\",\"type\":\"text\",\"left\":1045,\"top\":282,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lfr\",\"easing\":\"Power3.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"8\",\"whitespace\":\"nowrap\",\"speed\":600,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"light_heavy_70\",\"time\":2000,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":112,\"height\":70,\"serial\":\"6\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15400,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":14000,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"right\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"8\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-family\":\"Raleway\"}},{\"text\":\"Functions\",\"type\":\"text\",\"left\":1001,\"top\":347,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"7\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"white_thin_34\",\"time\":2300,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":156,\"height\":35,\"serial\":\"7\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15700,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":13700,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"7\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"200\",\"font-size\":\"35px\",\"line-height\":\"35px\",\"font-family\":\"Raleway\"}},{\"style\":\"\",\"text\":\"Image 1\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/ipad_dark.png\",\"left\":-122,\"top\":12,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1800,\"endtime\":15350,\"endspeed\":600,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":1000,\"height\":700,\"serial\":\"8\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15350,\"endSpeedFinal\":600,\"realEndTime\":15950,\"timeLast\":15350,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\"}},{\"type\":\"video\",\"style\":\"\",\"video_type\":\"vimeo\",\"video_width\":\"625\",\"video_height\":\"467\",\"video_data\":{\"video_type\":\"vimeo\",\"id\":\"76127035\",\"title\":\"Life is Beautiful (3D Animated Short Film)\",\"link\":\"http:\\/\\/vimeo.com\\/76127035\",\"author\":\"Ben Brand\",\"description\":\"Anton may be done with life, but life ain\\u2019t done with Anton. In his convincing decision to change his measly existence he discovers the real greatness of life.<br \\/>\\r\\n<br \\/>\\r\\n\'Life is Beautiful\' is a 3D animation short made with support of Caviar Amsterdam, animation studio Fube, the dutch filmfund and the NTR. It\'s part of the NTR SHORT! competition that premiered at the Dutch Film festival 2013 in Utrecht.<br \\/>\\r\\n<br \\/>\\r\\nFor artwork and more information go to: https:\\/\\/www.facebook.com\\/Life.is.beautiful.theshort<br \\/>\\r\\n<br \\/>\\r\\nDutch Filmfestival \\t 2013-09 \\tUtrecht (Netherlands) \\tNomination debute competition \\t<br \\/>\\r\\nShortcutz Filmfestival \\t 2014-04 \\tAmsterdam (Netherlands)<br \\/>\\r\\nHAFF Filmfestival \\t 2014-04 \\tUtrecht (Netherlands)<br \\/>\\r\\nDresden international Filmfestival 2014-05 \\tDresden (Germany)<br \\/>\\r\\nToronto International Animation Festival 2014-07 \\tToronto (Canada)<br \\/>\\r\\nNothwest Animation Festival 2014-07 \\tPortland (USA)<br \\/>\\r\\nShort Shorts international filmfestival 2014-06\\t Tokyo (Japan)<br \\/>\\r\\n<br \\/>\\r\\nProducer: Caviar Amsterdam<br \\/>\\r\\nWriter \\/ Director: Ben Brand<br \\/>\\r\\nCo-writer: Ilse Ott<br \\/>\\r\\nAnimation studio: Fube<br \\/>\\r\\nProducer: Niels Scheide \\/ Rogier Dorant<br \\/>\\r\\nExecutive Producers: Jacques Vereecken \\/ Sander Heeroma<br \\/>\\r\\nHead of production: Liesbeth Timmer<br \\/>\\r\\nLine Producer: Percy Tienhooven<br \\/>\\r\\nArt Director: Vincent bisschop<br \\/>\\r\\nTechnical Director:Jasper van Nieuwenhuizen<br \\/>\\r\\nCompositing: Koos Dekker<br \\/>\\r\\nRendering:Sebastiaan van Hesteren<br \\/>\\r\\nAnimatic: Percy Tienhoven<br \\/>\\r\\nHead of Animation: Rik Schutte<br \\/>\\r\\nAnimation: Nanda van Dijk<br \\/>\\r\\nAnimator:\\tPiebe van der storm<br \\/>\\r\\nLicht & Shading: Ruud Coenen<br \\/>\\r\\nShading: Dimitar Kralev<br \\/>\\r\\nSound Design: Dennis Kersten<br \\/>\\r\\nEditor: Wietse de Zwart<br \\/>\\r\\nMusic Composed by: Christiaan Verbeek<br \\/>\\r\\nStoryboard: Natasha Stevie<br \\/>\\r\\nAditional Artwork: Lois van Baarle<br \\/>\\r\\nModdeling: Kjeld Slingeland \\/ Vinnie Portier<br \\/>\\r\\nVoice acting: Jankees van den Berg \\/ Laura Branderhorst<br \\/>\\r\\n Ben Brand<br \\/>\\r\\nActing: Fabian Jansen<br \\/>\\r\\n<br \\/>\\r\\nSpecial thnx to: NMTRX ANIMATION STUDIOS<br \\/>\\r\\n<br \\/>\\r\\nMichael Visser<br \\/>\\r\\nPatrick Nijman<br \\/>\\r\\nJohan Boekhoven\",\"desc_small\":\"Anton may be done with life, but life ain\\u2019t done with Anton. In his convincing decision to change his measly existence he discovers the real greatness of life.<br \\/>\\r\\n<br \\/>\\r\\n\'Life is Beautiful\' is a ...\",\"thumb_large\":{\"url\":\"http:\\/\\/i.vimeocdn.com\\/video\\/472111198_640.jpg\",\"width\":640,\"height\":360},\"thumb_medium\":{\"url\":\"http:\\/\\/i.vimeocdn.com\\/video\\/472111198_200x150.jpg\",\"width\":200,\"height\":150},\"thumb_small\":{\"url\":\"http:\\/\\/i.vimeocdn.com\\/video\\/472111198_100x75.jpg\",\"width\":100,\"height\":75},\"width\":\"625\",\"height\":\"467\",\"args\":\"title=0&byline=0&portrait=0;api=1\",\"previewimage\":\"\",\"autoplay\":false,\"autoplayonlyfirsttime\":false,\"nextslide\":false,\"forcerewind\":false,\"fullwidth\":false,\"videoloop\":false,\"controls\":false,\"mute\":false,\"cover\":false,\"dotted\":\"none\",\"ratio\":\"16:9\"},\"video_id\":\"76127035\",\"video_title\":\"Life is Beautiful (3D Animated Short Film)\",\"video_image_url\":\"http:\\/\\/i.vimeocdn.com\\/video\\/472111198_200x150.jpg\",\"video_args\":\"title=0&byline=0&portrait=0;api=1\",\"text\":\"Vimeo: Life is Beautiful (3D Animated Short Film)\",\"left\":78,\"top\":103,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":2250,\"endtime\":\"15350\",\"endspeed\":600,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":625,\"height\":467,\"serial\":\"9\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15350,\"endSpeedFinal\":600,\"realEndTime\":15950,\"timeLast\":15350,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"-\"}}]',''),(54,11,6,'{\"background_type\":\"solid\",\"title\":\"Full-Width Video\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"fade\",\"0\":\"Remove\",\"slot_amount\":7,\"transition_rotation\":0,\"transition_duration\":600,\"delay\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/themepunch.com\\/revolution\\/wp-content\\/uploads\\/2014\\/06\\/homeslider_thumb6.jpg\",\"image_id\":\"\",\"slide_bg_color\":\"#000000\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"16000\",\"kb_easing\":\"Linear.easeNone\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/\",\"slide_parallax_level\":\"1\"}','[{\"type\":\"video\",\"style\":\"\",\"video_type\":\"vimeo\",\"video_width\":1168,\"video_height\":698,\"video_data\":{\"video_type\":\"vimeo\",\"id\":\"94502406\",\"title\":\"JohnnyExpress\",\"link\":\"http:\\/\\/vimeo.com\\/94502406\",\"author\":\"AlfredImageworks\",\"description\":\"It\'s 2150<br \\/>\\r\\n<br \\/>\\r\\nThere are all sorts of Aliens living throughout space.<br \\/>\\r\\nJohnny is a Space Delivery Man who travels to different planets to deliver packages.<br \\/>\\r\\nJohnny is lazy and his only desire is to sleep in his autopilot spaceship.<br \\/>\\r\\nwhen the spaceship arrives at the destination, all he has to do is simply deliver the box.<br \\/>\\r\\nHowever, it never goes as planned. Johnny encounters strange and bizarre planets <br \\/>\\r\\nand always seems to cause trouble on his delivery route.<br \\/>\\r\\n <br \\/>\\r\\nWill he be able to finish his mission without trouble?\",\"desc_small\":\"It\'s 2150<br \\/>\\r\\n<br \\/>\\r\\nThere are all sorts of Aliens living throughout space.<br \\/>\\r\\nJohnny is a Space Delivery Man who travels to different planets to deliver packages.<br \\/>\\r\\nJohnny is lazy and hi...\",\"thumb_large\":{\"url\":\"http:\\/\\/i.vimeocdn.com\\/video\\/474399476_640.jpg\",\"width\":640,\"height\":360},\"thumb_medium\":{\"url\":\"http:\\/\\/i.vimeocdn.com\\/video\\/474399476_200x150.jpg\",\"width\":200,\"height\":150},\"thumb_small\":{\"url\":\"http:\\/\\/i.vimeocdn.com\\/video\\/474399476_100x75.jpg\",\"width\":100,\"height\":75},\"width\":\"320\",\"height\":\"240\",\"args\":\"title=0&byline=0&portrait=0;api=1\",\"previewimage\":\"\",\"autoplay\":true,\"autoplayonlyfirsttime\":false,\"nextslide\":true,\"forcerewind\":true,\"fullwidth\":true,\"videoloop\":false,\"controls\":false,\"mute\":false,\"cover\":false,\"dotted\":\"none\",\"ratio\":\"16:9\"},\"video_id\":\"94502406\",\"video_title\":\"JohnnyExpress\",\"video_image_url\":\"http:\\/\\/i.vimeocdn.com\\/video\\/474399476_200x150.jpg\",\"video_args\":\"title=0&byline=0&portrait=0;api=1\",\"text\":\"Vimeo: JohnnyExpress\",\"left\":0,\"top\":0,\"align_hor\":\"left\",\"align_vert\":\"top\",\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"tp-fade\",\"easing\":\"Power1.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":500,\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1450,\"endtime\":\"15400\",\"endspeed\":600,\"endanimation\":\"stb\",\"endeasing\":\"Power1.easeOut\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":-1,\"height\":-1,\"serial\":\"0\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15400,\"endSpeedFinal\":600,\"realEndTime\":16000,\"timeLast\":15400,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"50px\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"-\"}},{\"text\":\"Now Showing a Full-Width Video\",\"type\":\"text\",\"left\":0,\"top\":0,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"center\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"blue_bold_bg_20\",\"time\":1750,\"endtime\":4950,\"endspeed\":1000,\"endanimation\":\"ltt\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":-1,\"height\":-1,\"serial\":\"1\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":4950,\"endSpeedFinal\":1000,\"realEndTime\":5950,\"timeLast\":4950,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"top\",\"y_end\":\"top\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#3598dc\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}}]',''),(55,12,1,'{\"background_type\":\"image\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/slidebg1.jpg\",\"image_id\":3905,\"title\":\"Intro Slide\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"fade\",\"0\":\"Remove\",\"slot_amount\":7,\"transition_rotation\":0,\"transition_duration\":500,\"delay\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/themepunch.com\\/revolution\\/wp-content\\/uploads\\/2014\\/06\\/homeslider_thumb1.jpg\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"9000\",\"kb_easing\":\"Linear.easeNone\",\"slide_parallax_level\":\"1\"}','[{\"style\":\"\",\"text\":\"plate blue\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/plate2.png\",\"left\":695,\"top\":83,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":700,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"0\",\"time\":1700,\"endtime\":15250,\"endspeed\":0,\"endanimation\":\"customout-1\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":600,\"height\":640,\"serial\":\"0\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15250,\"endSpeedFinal\":700,\"realEndTime\":15950,\"timeLast\":15250,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"inherit\",\"x_end\":\"0\",\"y_start\":\"top\",\"y_end\":\"0\",\"z_start\":\"inherit\",\"z_end\":\"0\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"0\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"0\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"0\",\"scale_x_start\":\"inherit\",\"scale_x_end\":0.75,\"scale_y_start\":\"inherit\",\"scale_y_end\":0.75,\"skew_x_start\":\"inherit\",\"skew_x_end\":\"0\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"0\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"-\"}},{\"style\":\"\",\"text\":\"plate red\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/plate1.png\",\"left\":564,\"top\":96,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":700,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"0\",\"time\":1400,\"endtime\":15250,\"endspeed\":0,\"endanimation\":\"customout-1\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":600,\"height\":640,\"serial\":\"1\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15250,\"endSpeedFinal\":700,\"realEndTime\":15950,\"timeLast\":15250,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"inherit\",\"x_end\":\"0\",\"y_start\":\"top\",\"y_end\":\"0\",\"z_start\":\"inherit\",\"z_end\":\"0\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"0\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"0\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"0\",\"scale_x_start\":\"inherit\",\"scale_x_end\":0.75,\"scale_y_start\":\"inherit\",\"scale_y_end\":0.75,\"skew_x_start\":\"inherit\",\"skew_x_end\":\"0\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"0\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"-\"}},{\"style\":\"\",\"text\":\"woman\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/woman1.png\",\"left\":480,\"top\":99,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":700,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"0\",\"time\":1100,\"endtime\":15250,\"endspeed\":0,\"endanimation\":\"customout-1\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":260,\"height\":600,\"serial\":\"2\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15250,\"endSpeedFinal\":700,\"realEndTime\":15950,\"timeLast\":15250,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"inherit\",\"x_end\":\"0\",\"y_start\":\"top\",\"y_end\":\"0\",\"z_start\":\"inherit\",\"z_end\":\"0\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"0\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"0\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"0\",\"scale_x_start\":\"inherit\",\"scale_x_end\":0.75,\"scale_y_start\":\"inherit\",\"scale_y_end\":0.75,\"skew_x_start\":\"inherit\",\"skew_x_end\":\"0\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"0\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"-\"}},{\"text\":\"Better!\",\"type\":\"text\",\"left\":197,\"top\":154,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"skewfromrightshort\",\"easing\":\"Power3.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"0\",\"style\":\"grey_heavy_72\",\"time\":2250,\"endtime\":15500,\"endspeed\":0,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":254,\"height\":72,\"serial\":\"3\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15500,\"endSpeedFinal\":500,\"realEndTime\":16000,\"timeLast\":15500,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"200px\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"-85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#d5d2d2\",\"font-weight\":\"900\",\"font-size\":\"72px\",\"line-height\":\"72px\",\"font-family\":\"Raleway\"}},{\"style\":\"\",\"text\":\"redtextbg\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/redbg.png\",\"left\":86,\"top\":184,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"0\",\"time\":2100,\"endtime\":15500,\"endspeed\":0,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":121,\"height\":47,\"serial\":\"4\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15500,\"endSpeedFinal\":500,\"realEndTime\":16000,\"timeLast\":15500,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\"}},{\"text\":\"Now\",\"type\":\"text\",\"left\":-2,\"top\":133,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"skewfromleftshort\",\"easing\":\"Power3.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"0\",\"style\":\"black_heavy_60\",\"time\":2000,\"endtime\":15500,\"endspeed\":0,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":134,\"height\":60,\"serial\":\"5\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15500,\"endSpeedFinal\":500,\"realEndTime\":16000,\"timeLast\":15500,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"-200px\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#000000\",\"font-weight\":\"900\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Raleway\"}},{\"text\":\"Even\",\"type\":\"text\",\"left\":98,\"top\":187,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"0\",\"style\":\"white_heavy_40\",\"time\":2150,\"endtime\":15500,\"endspeed\":0,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":95,\"height\":40,\"serial\":\"6\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15500,\"endSpeedFinal\":500,\"realEndTime\":16000,\"timeLast\":15500,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Raleway\"}},{\"text\":\"<div style=\\\"text-align:center;\\\">Slider Revolution is the highly acclaimed<br\\/>\\nSlide-Based displaying solution, thousands of<br\\/>\\nbusinesses, theme developers and everyday<br\\/>\\npeople use and love!<\\/div>\",\"type\":\"text\",\"left\":34,\"top\":318,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"0\",\"style\":\"grey_regular_18\",\"time\":2600,\"endtime\":15500,\"endspeed\":0,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":384,\"height\":104,\"serial\":\"7\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15500,\"endSpeedFinal\":500,\"realEndTime\":16000,\"timeLast\":15500,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"\\\"Open Sans\\\"\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#777777\",\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\"}},{\"text\":\"In every Way!\",\"type\":\"text\",\"left\":183,\"top\":238,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-5\",\"easing\":\"Back.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"0\",\"style\":\"black_thin_34\",\"time\":2350,\"endtime\":15500,\"endspeed\":0,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":214,\"height\":35,\"serial\":\"8\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15500,\"endSpeedFinal\":500,\"realEndTime\":16000,\"timeLast\":15500,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"100\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":1,\"scale_x_end\":\"inherit\",\"scale_y_start\":3,\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#000000\",\"font-weight\":\"100\",\"font-size\":\"35px\",\"line-height\":\"35px\",\"font-family\":\"Raleway\"}},{\"style\":\"\",\"text\":\"grey line\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/greyline.png\",\"left\":6,\"top\":290,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"0\",\"time\":2500,\"endtime\":15700,\"endspeed\":0,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":440,\"height\":5,\"serial\":\"9\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15700,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":15700,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\"}},{\"text\":\"<a href=\'#\' class=\'largeredbtn\'>CONTINUE THE TOUR<\\/a>\",\"type\":\"text\",\"left\":73,\"top\":502,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"scrollunder_offset\":\"0\",\"style\":\"\",\"time\":2900,\"endtime\":15500,\"endspeed\":0,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":288,\"height\":60,\"serial\":\"10\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15500,\"endSpeedFinal\":500,\"realEndTime\":16000,\"timeLast\":15500,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\"},\"layer_action\":{\"action\":{\"a\":\"next\"},\"tooltip_event\":{\"a\":\"click\"}}},{\"style\":\"arrowicon\",\"text\":\"doublearrow\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/doublearrow2.png\",\"left\":303,\"top\":526,\"loop_animation\":\"rs-slideloop\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"0.5\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"-5\",\"loop_xend\":\"5\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"scrollunder_offset\":\"0\",\"time\":3200,\"endtime\":\"15700\",\"endspeed\":0,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":18,\"height\":11,\"serial\":\"11\",\"alt\":\"\",\"scaleX\":\"18\",\"scaleY\":\"11\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15700,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":15700,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"border-color\":\"#222222\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"line-height\":\"1px\"},\"layer_action\":{\"action\":{\"a\":\"next\"},\"tooltip_event\":{\"a\":\"click\"}}}]',''),(56,12,2,'{\"background_type\":\"image\",\"title\":\"Ken Burns Slide\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"slideleft\",\"0\":\"Remove\",\"slot_amount\":7,\"transition_rotation\":0,\"transition_duration\":2000,\"delay\":10000,\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/themepunch.com\\/revolution\\/wp-content\\/uploads\\/2014\\/06\\/homeslider_thumb2.jpg\",\"image_id\":3912,\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"right top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center bottom\",\"kenburn_effect\":\"on\",\"kb_start_fit\":\"115\",\"kb_end_fit\":\"100\",\"kb_duration\":\"12000\",\"kb_easing\":\"Power0.easeInOut\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/laptopmockup_sliderdy.jpg\",\"slide_parallax_level\":\"1\"}','[{\"style\":\"\",\"text\":\"redbg\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/redbg_big.png\",\"left\":848,\"top\":196,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":2700,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":247,\"height\":85,\"serial\":\"0\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":89700,\"endSpeedFinal\":300,\"realEndTime\":90000,\"timeLast\":87300,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\"}},{\"text\":\"Effect\",\"type\":\"text\",\"left\":862,\"top\":204,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"light_heavy_70\",\"time\":2850,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":213,\"height\":70,\"serial\":\"1\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":89700,\"endSpeedFinal\":300,\"realEndTime\":90000,\"timeLast\":87150,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-family\":\"Raleway\"}},{\"text\":\"Ken Burns\",\"type\":\"text\",\"left\":717,\"top\":143,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"skewfromleftshort\",\"easing\":\"Power3.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_heavy_70\",\"time\":2400,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":352,\"height\":70,\"serial\":\"2\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":89500,\"endSpeedFinal\":300,\"realEndTime\":90000,\"timeLast\":87600,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"-200px\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#000000\",\"font-weight\":\"900\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-family\":\"Raleway\"}},{\"text\":\"Improved!\",\"type\":\"text\",\"left\":937,\"top\":282,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"skewfromrightshort\",\"easing\":\"Power3.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_bold_40\",\"time\":3200,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":199,\"height\":40,\"serial\":\"3\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":9500,\"endSpeedFinal\":300,\"realEndTime\":10000,\"timeLast\":6800,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"200px\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"-85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#000000\",\"font-weight\":\"800\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Raleway\"}},{\"text\":\"FASTER\",\"type\":\"text\",\"left\":970,\"top\":367,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"sfr\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_bold_bg_20\",\"time\":4000,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":74,\"height\":20,\"serial\":\"4\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":89700,\"endSpeedFinal\":300,\"realEndTime\":90000,\"timeLast\":86000,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"50px\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"text\":\" \",\"type\":\"text\",\"left\":939,\"top\":367,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"greenbox30\",\"time\":4000,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":3,\"height\":30,\"serial\":\"5\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":89700,\"endSpeedFinal\":300,\"realEndTime\":90000,\"timeLast\":86000,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"padding\":[\"0px\",\"14px\",\"0px\",\"14px\"],\"text-decoration\":\"none\",\"background-color\":\"#86b567\",\"background-transparency\":100,\"border-color\":\"#222222\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"line-height\":\"30px\"}},{\"style\":\"arrowicon\",\"text\":\"check\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/check.png\",\"left\":948,\"top\":374,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":4200,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":17,\"height\":17,\"serial\":\"6\",\"alt\":\"\",\"scaleX\":\"17\",\"scaleY\":\"17\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":89700,\"endSpeedFinal\":300,\"realEndTime\":90000,\"timeLast\":85800,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"border-color\":\"#222222\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"line-height\":\"1px\"}},{\"text\":\"SMOOTHER\",\"type\":\"text\",\"left\":970,\"top\":407,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"sfr\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_bold_bg_20\",\"time\":4500,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":112,\"height\":20,\"serial\":\"7\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":89700,\"endSpeedFinal\":300,\"realEndTime\":90000,\"timeLast\":85500,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"50px\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"text\":\" \",\"type\":\"text\",\"left\":939,\"top\":407,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"greenbox30\",\"time\":4500,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":3,\"height\":30,\"serial\":\"8\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":89700,\"endSpeedFinal\":300,\"realEndTime\":90000,\"timeLast\":85500,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"padding\":[\"0px\",\"14px\",\"0px\",\"14px\"],\"text-decoration\":\"none\",\"background-color\":\"#86b567\",\"background-transparency\":100,\"border-color\":\"#222222\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"line-height\":\"30px\"}},{\"style\":\"arrowicon\",\"text\":\"check\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/check.png\",\"left\":948,\"top\":414,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":4700,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":17,\"height\":17,\"serial\":\"9\",\"alt\":\"\",\"scaleX\":\"17\",\"scaleY\":\"17\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":89700,\"endSpeedFinal\":300,\"realEndTime\":90000,\"timeLast\":85300,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"border-color\":\"#222222\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"line-height\":\"1px\"}},{\"text\":\"EASY TO USE\",\"type\":\"text\",\"left\":970,\"top\":447,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"sfr\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_bold_bg_20\",\"time\":5000,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":112,\"height\":20,\"serial\":\"10\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":89700,\"endSpeedFinal\":300,\"realEndTime\":90000,\"timeLast\":84800,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"50px\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"text\":\" \",\"type\":\"text\",\"left\":939,\"top\":447,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"greenbox30\",\"time\":5000,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":3,\"height\":30,\"serial\":\"11\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":89700,\"endSpeedFinal\":300,\"realEndTime\":90000,\"timeLast\":84800,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"padding\":[\"0px\",\"14px\",\"0px\",\"14px\"],\"text-decoration\":\"none\",\"background-color\":\"#86b567\",\"background-transparency\":100,\"border-color\":\"#222222\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"line-height\":\"30px\"}},{\"style\":\"arrowicon\",\"text\":\"check\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/check.png\",\"left\":948,\"top\":454,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":5200,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":17,\"height\":17,\"serial\":\"12\",\"alt\":\"\",\"scaleX\":\"17\",\"scaleY\":\"17\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":89700,\"endSpeedFinal\":300,\"realEndTime\":90000,\"timeLast\":84800,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"border-color\":\"#222222\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"line-height\":\"1px\"}}]',''),(57,12,3,'{\"background_type\":\"image\",\"title\":\"Parallax 3D\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"slideup\",\"0\":\"Remove\",\"slot_amount\":7,\"transition_rotation\":0,\"transition_duration\":1000,\"delay\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/themepunch.com\\/revolution\\/wp-content\\/uploads\\/2014\\/06\\/homeslider_thumb3.jpg\",\"image_id\":3915,\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"10000\",\"kb_easing\":\"Linear.easeNone\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/3dbg.jpg\",\"slide_parallax_level\":\"1\"}','[{\"text\":\" \",\"type\":\"text\",\"left\":0,\"top\":0,\"loop_animation\":\"rs-slideloop\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"tp-fade\",\"easing\":\"Power4.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":2000,\"align_hor\":\"center\",\"align_vert\":\"middle\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"fullbg_gradient\",\"time\":12200,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":-1,\"height\":-1,\"serial\":\"0\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":14000,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":3800,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"10\",\"text-decoration\":\"none\",\"background-color\":\"#490202\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":[]},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/3dlayer_6.png\",\"left\":309,\"top\":69,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"9\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1100,\"endtime\":7000,\"endspeed\":1000,\"endanimation\":\"skewtoleftshort\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":800,\"height\":700,\"serial\":\"1\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":7000,\"endSpeedFinal\":1000,\"realEndTime\":8000,\"timeLast\":7000,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"inherit\",\"x_end\":\"-200px\",\"y_start\":\"top\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"85px\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"9\"}},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/3dlayer_5.png\",\"left\":-121,\"top\":-238,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"9\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1400,\"endtime\":7300,\"endspeed\":1000,\"endanimation\":\"skewtoleftshort\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":800,\"height\":700,\"serial\":\"2\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":7300,\"endSpeedFinal\":1000,\"realEndTime\":8300,\"timeLast\":7300,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"inherit\",\"x_end\":\"-200px\",\"y_start\":\"top\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"85px\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"9\"}},{\"style\":\"\",\"text\":\"Image 4\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/3dlayer_4.png\",\"left\":-186,\"top\":81,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"9\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1700,\"endtime\":7550,\"endspeed\":1000,\"endanimation\":\"skewtoleftshort\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":800,\"height\":700,\"serial\":\"3\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":7550,\"endSpeedFinal\":1000,\"realEndTime\":8550,\"timeLast\":7550,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"inherit\",\"x_end\":\"-200px\",\"y_start\":\"top\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"85px\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"9\"}},{\"style\":\"\",\"text\":\"Image 3\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/3dlayer_3.png\",\"left\":56,\"top\":437,\"loop_animation\":\"rs-slideloop\",\"loop_easing\":\"Linear.easeNone\",\"loop_speed\":\"3\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"-3\",\"loop_yend\":\"3\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"3\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":2000,\"endtime\":7900,\"endspeed\":1000,\"endanimation\":\"skewtoleftshort\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":800,\"height\":700,\"serial\":\"4\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":7900,\"endSpeedFinal\":1000,\"realEndTime\":8900,\"timeLast\":7900,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"inherit\",\"x_end\":\"-200px\",\"y_start\":\"top\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"85px\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"3\"}},{\"style\":\"\",\"text\":\"Image 2\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/3dlayer_2.png\",\"left\":353,\"top\":436,\"loop_animation\":\"rs-slideloop\",\"loop_easing\":\"Linear.easeNone\",\"loop_speed\":\"2.5\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"-4\",\"loop_yend\":\"3\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"2\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":2300,\"endtime\":8200,\"endspeed\":1000,\"endanimation\":\"skewtoleftshort\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":800,\"height\":700,\"serial\":\"5\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":8200,\"endSpeedFinal\":1000,\"realEndTime\":9200,\"timeLast\":8200,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"inherit\",\"x_end\":\"-200px\",\"y_start\":\"top\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"85px\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"2\"}},{\"style\":\"\",\"text\":\"Image 1\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/3dlayer_1.png\",\"left\":100,\"top\":55,\"loop_animation\":\"rs-slideloop\",\"loop_easing\":\"Linear.easeNone\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"-5\",\"loop_yend\":\"5\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1.1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":2600,\"endtime\":8500,\"endspeed\":1000,\"endanimation\":\"skewtoleftshort\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":800,\"height\":700,\"serial\":\"6\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":8500,\"endSpeedFinal\":1000,\"realEndTime\":9500,\"timeLast\":8500,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"inherit\",\"x_end\":\"-200px\",\"y_start\":\"top\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"85px\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"1\"}},{\"text\":\"Feature Packed\",\"type\":\"text\",\"left\":620,\"top\":162,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lfr\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"light_heavy_70_shadowed\",\"time\":2900,\"endtime\":9000,\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":467,\"height\":60,\"serial\":\"7\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":9000,\"endSpeedFinal\":1000,\"realEndTime\":10000,\"timeLast\":9000,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"right\",\"x_end\":\"{-250,250}\",\"y_start\":\"inherit\",\"y_end\":\"{-150,150}\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-family\":\"Raleway\"}},{\"text\":\"To the Max!\",\"type\":\"text\",\"left\":825,\"top\":230,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-5\",\"easing\":\"Power4.easeOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_heavy_60\",\"time\":3000,\"endtime\":9150,\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":341,\"height\":60,\"serial\":\"8\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":9150,\"endSpeedFinal\":1000,\"realEndTime\":10150,\"timeLast\":9150,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"0\",\"x_end\":\"{-250,250}\",\"y_start\":\"100\",\"y_end\":\"{-150,150}\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":1,\"scale_x_end\":\"{0,1}\",\"scale_y_start\":3,\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#000000\",\"font-weight\":\"900\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Raleway\"}},{\"text\":\"Visually Craft Sliders\",\"type\":\"text\",\"left\":840,\"top\":320,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"skewfromright\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_bold_bg_20\",\"time\":3500,\"endtime\":9400,\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":212,\"height\":20,\"serial\":\"9\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":9400,\"endSpeedFinal\":1000,\"realEndTime\":10400,\"timeLast\":9400,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"right\",\"x_end\":\"{-250,250}\",\"y_start\":\"inherit\",\"y_end\":\"{-150,150}\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"-85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"text\":\"Custom Animation Builder\",\"type\":\"text\",\"left\":840,\"top\":360,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"skewfromright\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_bold_bg_20\",\"time\":3600,\"endtime\":9600,\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":259,\"height\":20,\"serial\":\"10\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":9600,\"endSpeedFinal\":1000,\"realEndTime\":10600,\"timeLast\":9600,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"right\",\"x_end\":\"{-250,250}\",\"y_start\":\"inherit\",\"y_end\":\"{-150,150}\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"-85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"text\":\"Timeline Based Animation\",\"type\":\"text\",\"left\":840,\"top\":400,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"skewfromright\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_bold_bg_20\",\"time\":3700,\"endtime\":9750,\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":259,\"height\":20,\"serial\":\"11\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":9750,\"endSpeedFinal\":1000,\"realEndTime\":10750,\"timeLast\":9750,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"right\",\"x_end\":\"{-250,250}\",\"y_start\":\"inherit\",\"y_end\":\"{-150,150}\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"-85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"text\":\"Advanced Video Support\",\"type\":\"text\",\"left\":840,\"top\":440,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"skewfromright\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_bold_bg_20\",\"time\":3800,\"endtime\":10000,\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":243,\"height\":20,\"serial\":\"12\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":10000,\"endSpeedFinal\":1000,\"realEndTime\":11000,\"timeLast\":10000,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"right\",\"x_end\":\"{-250,250}\",\"y_start\":\"inherit\",\"y_end\":\"{-150,150}\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"-85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"text\":\"And Much More ...\",\"type\":\"text\",\"left\":840,\"top\":480,\"loop_animation\":\"none\",\"loop_easing\":\"Power1.easeInOut\",\"loop_speed\":\"2.5\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"-4\",\"loop_yend\":\"3\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"skewfromright\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"green_bold_bg_20\",\"time\":3900,\"endtime\":\"10200\",\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":171,\"height\":20,\"serial\":\"13\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":10200,\"endSpeedFinal\":1000,\"realEndTime\":11200,\"timeLast\":10200,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"right\",\"x_end\":\"{-250,250}\",\"y_start\":\"inherit\",\"y_end\":\"{-150,150}\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"-85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#86b567\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"style\":\"fullrounded\",\"text\":\"beach\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/redbg.jpg\",\"left\":0,\"top\":0,\"loop_animation\":\"rs-slideloop\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":600,\"align_hor\":\"center\",\"align_vert\":\"middle\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":10500,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":800,\"height\":800,\"serial\":\"14\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15400,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":5500,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"10\",\"border-color\":\"#222222\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"400px\",\"400px\",\"400px\",\"400px\"]},\"inline\":[],\"deformation-hover\":[],\"static_styles\":[]},{\"text\":\"Get Started with\",\"type\":\"text\",\"left\":0,\"top\":-60,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-5\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"center\",\"align_vert\":\"middle\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"white_thin_34\",\"time\":11000,\"endtime\":\"\",\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":160,\"height\":20,\"serial\":\"15\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15700,\"endSpeedFinal\":1000,\"realEndTime\":16000,\"timeLast\":5000,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"{-250,250}\",\"y_start\":\"100\",\"y_end\":\"{-150,150}\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":1,\"scale_x_end\":\"{0,1}\",\"scale_y_start\":3,\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"200\",\"font-size\":\"35px\",\"line-height\":\"35px\",\"font-family\":\"Raleway\"}},{\"text\":\"SLIDER REVOLUTION\",\"type\":\"text\",\"left\":0,\"top\":0,\"loop_animation\":\"rs-slideloop\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-4\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"center\",\"align_vert\":\"middle\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"white_heavy_70\",\"time\":11300,\"endtime\":\"\",\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":90,\"height\":1,\"serial\":\"16\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15700,\"endSpeedFinal\":1000,\"realEndTime\":16000,\"timeLast\":4700,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"{-250,250}\",\"y_start\":\"0\",\"y_end\":\"{-150,150}\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":5,\"scale_x_end\":\"{0,1}\",\"scale_y_start\":5,\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-family\":\"Raleway\"}},{\"text\":\"<a href=\\\"http:\\/\\/codecanyon.net\\/item\\/slider-revolution-responsive-wordpress-plugin\\/2751380?ref=themepunch\\\" class=\\\"largeredbtn\\\" target=\\\"_blank\\\">PURCHASE ON CODECANYON<\\/a>\",\"type\":\"text\",\"left\":0,\"top\":100,\"loop_animation\":\"rs-slideloop\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"skewfromright\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"center\",\"align_vert\":\"middle\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"noshadow\",\"time\":11600,\"endtime\":\"\",\"endspeed\":1000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":288,\"height\":60,\"serial\":\"17\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15700,\"endSpeedFinal\":1000,\"realEndTime\":16000,\"timeLast\":4400,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"right\",\"x_end\":\"{-250,250}\",\"y_start\":\"inherit\",\"y_end\":\"{-150,150}\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"-85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"-\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":[]},{\"style\":\"arrowicon\",\"text\":\"arrows\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/doublearrow2.png\",\"left\":696,\"top\":444,\"loop_animation\":\"rs-slideloop\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"0.5\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"-5\",\"loop_xend\":\"5\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"http:\\/\\/codecanyon.net\\/item\\/slider-revolution-responsive-wordpress-plugin\\/2751380?ref=themepunch\",\"link_open_in\":\"new\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":11900,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":18,\"height\":11,\"serial\":\"18\",\"alt\":\"\",\"scaleX\":\"18\",\"scaleY\":\"11\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15700,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":4100,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"-\",\"border-color\":\"#222222\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"line-height\":\"1px\"}}]',''),(58,12,4,'{\"background_type\":\"image\",\"title\":\"Mobile Interaction\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"zoomin\",\"0\":\"Remove\",\"slot_amount\":7,\"transition_rotation\":0,\"transition_duration\":1500,\"delay\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/themepunch.com\\/revolution\\/wp-content\\/uploads\\/2014\\/06\\/homeslider_thumb4.jpg\",\"image_id\":3923,\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"16000\",\"kb_easing\":\"Linear.easeNone\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/slidebg2.jpg\",\"slide_parallax_level\":\"1\"}','[{\"style\":\"\",\"text\":\"Ipad\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/ipad2.png\",\"left\":-40,\"top\":10,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lfb\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"9\",\"whitespace\":\"nowrap\",\"speed\":1500,\"align_hor\":\"center\",\"align_vert\":\"bottom\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":2400,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":692,\"height\":514,\"serial\":\"0\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":14500,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":14300,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"bottom\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"9\"}},{\"style\":\"\",\"text\":\"pulse\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/pulse1.png\",\"left\":-20,\"top\":280,\"loop_animation\":\"rs-pulse\",\"loop_easing\":\"Power4.easeInOut\",\"loop_speed\":\"0.5\",\"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\":\"0.75\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"customin-2\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"center\",\"align_vert\":\"bottom\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":4400,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":120,\"height\":120,\"serial\":\"1\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15500,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":11600,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"1\"}},{\"style\":\"\",\"text\":\"hand\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/hand1.png\",\"left\":-200,\"top\":-200,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lfb\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"1\",\"whitespace\":\"nowrap\",\"speed\":1500,\"align_hor\":\"center\",\"align_vert\":\"bottom\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":3400,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":604,\"height\":614,\"serial\":\"2\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":14500,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":12600,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"bottom\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"1\"}},{\"style\":\"\",\"text\":\"iphone\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/iphone.png\",\"left\":693,\"top\":191,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lfb\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"9\",\"whitespace\":\"nowrap\",\"speed\":1500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":2900,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":347,\"height\":537,\"serial\":\"3\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":14500,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":13100,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"bottom\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"9\"}},{\"text\":\"Mobile\",\"type\":\"text\",\"left\":315,\"top\":40,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-5\",\"easing\":\"Power3.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"5\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_heavy_70\",\"time\":1400,\"endtime\":13950,\"endspeed\":2000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":236,\"height\":70,\"serial\":\"4\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":13950,\"endSpeedFinal\":2000,\"realEndTime\":15950,\"timeLast\":13950,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"0\",\"x_end\":\"{-250,250}\",\"y_start\":\"100\",\"y_end\":\"{-150,150}\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":1,\"scale_x_end\":\"{0,1}\",\"scale_y_start\":3,\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"5\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#000000\",\"font-weight\":\"900\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-family\":\"Raleway\"}},{\"style\":\"\",\"text\":\"Green BG\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/largegreen.png\",\"left\":434,\"top\":98,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"7\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1700,\"endtime\":14000,\"endspeed\":2000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":277,\"height\":85,\"serial\":\"5\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":14000,\"endSpeedFinal\":2000,\"realEndTime\":16000,\"timeLast\":14000,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"{-250,250}\",\"y_start\":\"0\",\"y_end\":\"{-150,150}\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"0\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"0\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"7\"}},{\"text\":\"Device\",\"type\":\"text\",\"left\":448,\"top\":106,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"7\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"light_heavy_70\",\"time\":1850,\"endtime\":13950,\"endspeed\":2000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":235,\"height\":70,\"serial\":\"6\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":13950,\"endSpeedFinal\":2000,\"realEndTime\":15950,\"timeLast\":13950,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"0\",\"x_end\":\"{-250,250}\",\"y_start\":\"0\",\"y_end\":\"{-150,150}\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"0\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"0\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"7\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-family\":\"Raleway\"}},{\"text\":\"Interaction\",\"type\":\"text\",\"left\":619,\"top\":177,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"skewfromrightshort\",\"easing\":\"Power3.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"6\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_bold_40\",\"time\":2100,\"endtime\":\"14000\",\"endspeed\":2000,\"endanimation\":\"randomrotateout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":214,\"height\":40,\"serial\":\"7\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":14000,\"endSpeedFinal\":2000,\"realEndTime\":16000,\"timeLast\":14000,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"200px\",\"x_end\":\"{-250,250}\",\"y_start\":\"inherit\",\"y_end\":\"{-150,150}\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"{-90,90}\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"{-90,90}\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"{-360,360}\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"{0,1}\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"{0,1}\",\"skew_x_start\":\"-85px\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"6\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#000000\",\"font-weight\":\"800\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Raleway\"}}]',''),(59,12,5,'{\"background_type\":\"image\",\"title\":\"Fixed-Size Video\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"zoomout\",\"0\":\"Remove\",\"slot_amount\":1,\"transition_rotation\":0,\"transition_duration\":1500,\"delay\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/themepunch.com\\/revolution\\/wp-content\\/uploads\\/2014\\/06\\/homeslider_thumb5.jpg\",\"image_id\":3930,\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"16000\",\"kb_easing\":\"Linear.easeNone\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/citybg.jpg\",\"slide_parallax_level\":\"1\"}','[{\"text\":\"Vimeo\",\"type\":\"text\",\"left\":766,\"top\":373,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"sfl\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"white_bold_bg_20\",\"time\":2600,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":62,\"height\":20,\"serial\":\"0\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15000,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":13400,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"-50px\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#000000\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"text\":\"YouTube\",\"type\":\"text\",\"left\":766,\"top\":408,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"sfl\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"red_bold_bg_20\",\"time\":2900,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":88,\"height\":20,\"serial\":\"1\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15000,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":13100,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"-50px\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#e03300\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"text\":\"HTML5\",\"type\":\"text\",\"left\":768,\"top\":443,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"sfl\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"blue_bold_bg_20\",\"time\":3200,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":67,\"height\":20,\"serial\":\"2\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15000,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":12800,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"-50px\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"10\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#3598dc\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}},{\"style\":\"\",\"text\":\"textbg\\n\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/redbg.png\",\"left\":925,\"top\":299,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"6\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1400,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":121,\"height\":47,\"serial\":\"3\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15700,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":14600,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"6\"}},{\"text\":\"with\",\"type\":\"text\",\"left\":940,\"top\":302,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"6\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"light_heavy_40\",\"time\":1700,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":88,\"height\":40,\"serial\":\"4\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15700,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":14300,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"6\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Raleway\"}},{\"text\":\"Videos\",\"type\":\"text\",\"left\":808,\"top\":251,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"9\",\"whitespace\":\"nowrap\",\"speed\":600,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"black_heavy_60\",\"time\":1100,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":203,\"height\":60,\"serial\":\"5\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15400,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":14900,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"top\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"9\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#000000\",\"font-weight\":\"900\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Raleway\"}},{\"text\":\"API\",\"type\":\"text\",\"left\":1045,\"top\":282,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lfr\",\"easing\":\"Power3.easeInOut\",\"split\":\"chars\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"8\",\"whitespace\":\"nowrap\",\"speed\":600,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"light_heavy_70\",\"time\":2000,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":112,\"height\":70,\"serial\":\"6\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15400,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":14000,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"right\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"8\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-family\":\"Raleway\"}},{\"text\":\"Functions\",\"type\":\"text\",\"left\":1001,\"top\":347,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"7\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"white_thin_34\",\"time\":2300,\"endtime\":\"\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":156,\"height\":35,\"serial\":\"7\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15700,\"endSpeedFinal\":300,\"realEndTime\":16000,\"timeLast\":13700,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"7\",\"font-family\":\"Raleway\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"200\",\"font-size\":\"35px\",\"line-height\":\"35px\",\"font-family\":\"Raleway\"}},{\"style\":\"\",\"text\":\"Image 1\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/homeslider_fullscreen\\/ipad_dark.png\",\"left\":-122,\"top\":12,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"customin-2\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"10\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1800,\"endtime\":15350,\"endspeed\":600,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":1000,\"height\":700,\"serial\":\"8\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15350,\"endSpeedFinal\":600,\"realEndTime\":15950,\"timeLast\":15350,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"0\",\"x_end\":\"inherit\",\"y_start\":\"0\",\"y_end\":\"inherit\",\"z_start\":\"0\",\"z_end\":\"inherit\",\"x_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"0\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"0\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"0\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"0\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"10\"}},{\"type\":\"video\",\"style\":\"\",\"video_type\":\"vimeo\",\"video_width\":\"625\",\"video_height\":\"467\",\"video_data\":{\"video_type\":\"vimeo\",\"id\":\"76127035\",\"title\":\"Life is Beautiful (3D Animated Short Film)\",\"link\":\"http:\\/\\/vimeo.com\\/76127035\",\"author\":\"Ben Brand\",\"description\":\"Anton may be done with life, but life ain\\u2019t done with Anton. In his convincing decision to change his measly existence he discovers the real greatness of life.<br \\/>\\r\\n<br \\/>\\r\\n\'Life is Beautiful\' is a 3D animation short made with support of Caviar Amsterdam, animation studio Fube, the dutch filmfund and the NTR. It\'s part of the NTR SHORT! competition that premiered at the Dutch Film festival 2013 in Utrecht.<br \\/>\\r\\n<br \\/>\\r\\nFor artwork and more information go to: https:\\/\\/www.facebook.com\\/Life.is.beautiful.theshort<br \\/>\\r\\n<br \\/>\\r\\nDutch Filmfestival \\t 2013-09 \\tUtrecht (Netherlands) \\tNomination debute competition \\t<br \\/>\\r\\nShortcutz Filmfestival \\t 2014-04 \\tAmsterdam (Netherlands)<br \\/>\\r\\nHAFF Filmfestival \\t 2014-04 \\tUtrecht (Netherlands)<br \\/>\\r\\nDresden international Filmfestival 2014-05 \\tDresden (Germany)<br \\/>\\r\\nToronto International Animation Festival 2014-07 \\tToronto (Canada)<br \\/>\\r\\nNothwest Animation Festival 2014-07 \\tPortland (USA)<br \\/>\\r\\nShort Shorts international filmfestival 2014-06\\t Tokyo (Japan)<br \\/>\\r\\n<br \\/>\\r\\nProducer: Caviar Amsterdam<br \\/>\\r\\nWriter \\/ Director: Ben Brand<br \\/>\\r\\nCo-writer: Ilse Ott<br \\/>\\r\\nAnimation studio: Fube<br \\/>\\r\\nProducer: Niels Scheide \\/ Rogier Dorant<br \\/>\\r\\nExecutive Producers: Jacques Vereecken \\/ Sander Heeroma<br \\/>\\r\\nHead of production: Liesbeth Timmer<br \\/>\\r\\nLine Producer: Percy Tienhooven<br \\/>\\r\\nArt Director: Vincent bisschop<br \\/>\\r\\nTechnical Director:Jasper van Nieuwenhuizen<br \\/>\\r\\nCompositing: Koos Dekker<br \\/>\\r\\nRendering:Sebastiaan van Hesteren<br \\/>\\r\\nAnimatic: Percy Tienhoven<br \\/>\\r\\nHead of Animation: Rik Schutte<br \\/>\\r\\nAnimation: Nanda van Dijk<br \\/>\\r\\nAnimator:\\tPiebe van der storm<br \\/>\\r\\nLicht & Shading: Ruud Coenen<br \\/>\\r\\nShading: Dimitar Kralev<br \\/>\\r\\nSound Design: Dennis Kersten<br \\/>\\r\\nEditor: Wietse de Zwart<br \\/>\\r\\nMusic Composed by: Christiaan Verbeek<br \\/>\\r\\nStoryboard: Natasha Stevie<br \\/>\\r\\nAditional Artwork: Lois van Baarle<br \\/>\\r\\nModdeling: Kjeld Slingeland \\/ Vinnie Portier<br \\/>\\r\\nVoice acting: Jankees van den Berg \\/ Laura Branderhorst<br \\/>\\r\\n Ben Brand<br \\/>\\r\\nActing: Fabian Jansen<br \\/>\\r\\n<br \\/>\\r\\nSpecial thnx to: NMTRX ANIMATION STUDIOS<br \\/>\\r\\n<br \\/>\\r\\nMichael Visser<br \\/>\\r\\nPatrick Nijman<br \\/>\\r\\nJohan Boekhoven\",\"desc_small\":\"Anton may be done with life, but life ain\\u2019t done with Anton. In his convincing decision to change his measly existence he discovers the real greatness of life.<br \\/>\\r\\n<br \\/>\\r\\n\'Life is Beautiful\' is a ...\",\"thumb_large\":{\"url\":\"http:\\/\\/i.vimeocdn.com\\/video\\/472111198_640.jpg\",\"width\":640,\"height\":360},\"thumb_medium\":{\"url\":\"http:\\/\\/i.vimeocdn.com\\/video\\/472111198_200x150.jpg\",\"width\":200,\"height\":150},\"thumb_small\":{\"url\":\"http:\\/\\/i.vimeocdn.com\\/video\\/472111198_100x75.jpg\",\"width\":100,\"height\":75},\"width\":\"625\",\"height\":\"467\",\"args\":\"title=0&byline=0&portrait=0;api=1\",\"previewimage\":\"\",\"autoplay\":false,\"autoplayonlyfirsttime\":false,\"nextslide\":false,\"forcerewind\":false,\"fullwidth\":false,\"videoloop\":false,\"controls\":false,\"mute\":false,\"cover\":false,\"dotted\":\"none\",\"ratio\":\"16:9\"},\"video_id\":\"76127035\",\"video_title\":\"Life is Beautiful (3D Animated Short Film)\",\"video_image_url\":\"http:\\/\\/i.vimeocdn.com\\/video\\/472111198_200x150.jpg\",\"video_args\":\"title=0&byline=0&portrait=0;api=1\",\"text\":\"Vimeo: Life is Beautiful (3D Animated Short Film)\",\"left\":78,\"top\":103,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":2250,\"endtime\":\"15350\",\"endspeed\":600,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":625,\"height\":467,\"serial\":\"9\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15350,\"endSpeedFinal\":600,\"realEndTime\":15950,\"timeLast\":15350,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"inherit\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"-\"}}]',''),(60,12,6,'{\"background_type\":\"solid\",\"title\":\"Full-Width Video\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"fade\",\"0\":\"Remove\",\"slot_amount\":7,\"transition_rotation\":0,\"transition_duration\":600,\"delay\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/themepunch.com\\/revolution\\/wp-content\\/uploads\\/2014\\/06\\/homeslider_thumb6.jpg\",\"image_id\":\"\",\"slide_bg_color\":\"#000000\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"16000\",\"kb_easing\":\"Linear.easeNone\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/\",\"slide_parallax_level\":\"1\"}','[{\"type\":\"video\",\"style\":\"\",\"video_type\":\"vimeo\",\"video_width\":1168,\"video_height\":698,\"video_data\":{\"video_type\":\"vimeo\",\"id\":\"94502406\",\"title\":\"JohnnyExpress\",\"link\":\"http:\\/\\/vimeo.com\\/94502406\",\"author\":\"AlfredImageworks\",\"description\":\"It\'s 2150<br \\/>\\r\\n<br \\/>\\r\\nThere are all sorts of Aliens living throughout space.<br \\/>\\r\\nJohnny is a Space Delivery Man who travels to different planets to deliver packages.<br \\/>\\r\\nJohnny is lazy and his only desire is to sleep in his autopilot spaceship.<br \\/>\\r\\nwhen the spaceship arrives at the destination, all he has to do is simply deliver the box.<br \\/>\\r\\nHowever, it never goes as planned. Johnny encounters strange and bizarre planets <br \\/>\\r\\nand always seems to cause trouble on his delivery route.<br \\/>\\r\\n <br \\/>\\r\\nWill he be able to finish his mission without trouble?\",\"desc_small\":\"It\'s 2150<br \\/>\\r\\n<br \\/>\\r\\nThere are all sorts of Aliens living throughout space.<br \\/>\\r\\nJohnny is a Space Delivery Man who travels to different planets to deliver packages.<br \\/>\\r\\nJohnny is lazy and hi...\",\"thumb_large\":{\"url\":\"http:\\/\\/i.vimeocdn.com\\/video\\/474399476_640.jpg\",\"width\":640,\"height\":360},\"thumb_medium\":{\"url\":\"http:\\/\\/i.vimeocdn.com\\/video\\/474399476_200x150.jpg\",\"width\":200,\"height\":150},\"thumb_small\":{\"url\":\"http:\\/\\/i.vimeocdn.com\\/video\\/474399476_100x75.jpg\",\"width\":100,\"height\":75},\"width\":\"320\",\"height\":\"240\",\"args\":\"title=0&byline=0&portrait=0;api=1\",\"previewimage\":\"\",\"autoplay\":true,\"autoplayonlyfirsttime\":false,\"nextslide\":true,\"forcerewind\":true,\"fullwidth\":true,\"videoloop\":false,\"controls\":false,\"mute\":false,\"cover\":false,\"dotted\":\"none\",\"ratio\":\"16:9\"},\"video_id\":\"94502406\",\"video_title\":\"JohnnyExpress\",\"video_image_url\":\"http:\\/\\/i.vimeocdn.com\\/video\\/474399476_200x150.jpg\",\"video_args\":\"title=0&byline=0&portrait=0;api=1\",\"text\":\"Vimeo: JohnnyExpress\",\"left\":0,\"top\":0,\"align_hor\":\"left\",\"align_vert\":\"top\",\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"tp-fade\",\"easing\":\"Power1.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":500,\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1450,\"endtime\":\"15400\",\"endspeed\":600,\"endanimation\":\"stb\",\"endeasing\":\"Power1.easeOut\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":-1,\"height\":-1,\"serial\":\"0\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":15400,\"endSpeedFinal\":600,\"realEndTime\":16000,\"timeLast\":15400,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":true,\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"inherit\",\"y_end\":\"50px\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"deformation\":{\"parallax\":\"-\"}},{\"text\":\"Now Showing a Full-Width Video\",\"type\":\"text\",\"left\":0,\"top\":0,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"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\",\"animation\":\"lft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":1000,\"align_hor\":\"center\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":\"true\",\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"blue_bold_bg_20\",\"time\":1750,\"endtime\":4950,\"endspeed\":1000,\"endanimation\":\"ltt\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":-1,\"height\":-1,\"serial\":\"1\",\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"endTimeFinal\":4950,\"endSpeedFinal\":1000,\"realEndTime\":5950,\"timeLast\":4950,\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"endWithSlide\":false,\"x_start\":\"inherit\",\"x_end\":\"inherit\",\"y_start\":\"top\",\"y_end\":\"top\",\"z_start\":\"inherit\",\"z_end\":\"inherit\",\"x_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_start\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_start\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_y_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"inherit\",\"deformation\":{\"parallax\":\"-\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"8px\",\"5px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#3598dc\",\"background-transparency\":100,\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\"},\"inline\":[],\"deformation-hover\":[],\"static_styles\":{\"color\":\"#ffffff\",\"font-weight\":\"900\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Raleway\"}}]',''),(61,13,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\"}]','[\"\"]'),(62,13,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\"}]','[\"\"]'),(63,13,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\"}]','[\"\"]'); INSERT INTO `wp_revslider_slides` VALUES (64,13,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\"}]','[\"\"]'),(65,13,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\"}]','[\"\"]'),(71,15,1,'{\"background_type\":\"trans\"}','',''),(72,16,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"image_source_type\":\"full\",\"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\":\"100\",\"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\",\"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\":[\"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\":\"\",\"attr_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\\/web-product-dark-hero\\/webproduct_darkbg1.jpg\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"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\",\"slide_parallax_level\":\"5\",\"video_mute\":\"on\",\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"]}','[{\"style\":\"\",\"text\":\"Image 7\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/web-product-dark-hero\\/macbookpro.png\",\"scaleX\":{\"desktop\":\"1000px\",\"notebook\":\"\",\"tablet\":\"500px\",\"mobile\":\"350px\"},\"scaleY\":{\"desktop\":\"600px\",\"notebook\":\"\",\"tablet\":\"300px\",\"mobile\":\"210px\"},\"special_type\":null,\"left\":{\"desktop\":-254,\"notebook\":-453,\"tablet\":70,\"mobile\":60},\"top\":{\"desktop\":50,\"notebook\":50,\"tablet\":211,\"mobile\":25},\"hover\":false,\"alias\":\"macbook\",\"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\",\"animation\":\"lfr\",\"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\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"video_height\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\",\"tablet\":\"nowrap\",\"mobile\":\"nowrap\"},\"speed\":1500,\"align_hor\":{\"desktop\":\"right\",\"notebook\":\"right\",\"tablet\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\",\"tablet\":\"middle\",\"mobile\":\"bottom\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"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\":2500,\"endspeed\":1500,\"endtime\":10500,\"endanimation\":\"Fade-Out-Long\",\"endeasing\":\"Power4.easeIn\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":1000,\"height\":600,\"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\":\"right\",\"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\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"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\",\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"1\"},\"2d_rotation\":0,\"deformation-hover\":{\"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\"],\"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\",\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":0,\"endWithSlide\":true,\"alt\":\"\",\"autolinebreak\":false,\"scaleProportional\":true,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"forceminwidth\":false,\"alt_option\":\"media_library\",\"seo-optimized\":false,\"static_end\":\"last\",\"scrollunder_offset\":\"\",\"originalWidth\":1000,\"originalHeight\":600,\"show-on-hover\":false,\"cover_mode\":\"custom\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":1,\"orig-endanim\":\"Automatic Reverse\",\"orig-endanim-handle\":\"auto\",\"orig-anim\":\"PopUpSmooth\",\"orig-anim-handle\":\"PopUpSmooth\",\"static_start\":\"1\",\"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\"},{\"style\":\"\",\"text\":\"Image 9\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/web-product-dark-hero\\/express_macbook_content1.jpg\",\"scaleX\":{\"desktop\":\"653px\",\"notebook\":\"\",\"tablet\":\"330px\",\"mobile\":\"230px\"},\"scaleY\":{\"desktop\":\"408px\",\"notebook\":\"\",\"tablet\":\"206px\",\"mobile\":\"144px\"},\"special_type\":null,\"left\":{\"desktop\":828,\"notebook\":865,\"tablet\":70,\"mobile\":60},\"top\":{\"desktop\":217,\"notebook\":216,\"tablet\":580,\"mobile\":63},\"hover\":false,\"alias\":\"content1\",\"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\",\"animation\":\"lfr\",\"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\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"video_height\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\",\"tablet\":\"nowrap\",\"mobile\":\"nowrap\"},\"speed\":1500,\"align_hor\":{\"desktop\":\"left\",\"notebook\":\"left\",\"tablet\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"notebook\":\"top\",\"tablet\":\"top\",\"mobile\":\"bottom\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"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\":3350,\"endspeed\":1500,\"endtime\":10500,\"endanimation\":\"Fade-Out-Long\",\"endeasing\":\"Power4.easeIn\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":653,\"height\":408,\"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\":\"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\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"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\",\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"1\"},\"2d_rotation\":0,\"deformation-hover\":{\"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\"],\"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,\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":1,\"endWithSlide\":true,\"alt\":\"\",\"autolinebreak\":false,\"scaleProportional\":true,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"forceminwidth\":false,\"alt_option\":\"media_library\",\"seo-optimized\":false,\"static_end\":\"last\",\"scrollunder_offset\":\"\",\"originalWidth\":653,\"originalHeight\":408,\"show-on-hover\":false,\"cover_mode\":\"custom\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":2,\"orig-endanim\":\"Fade-Out\",\"orig-endanim-handle\":\"fadeout\",\"static_start\":\"1\",\"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\"},{\"style\":\"\",\"text\":\"Image 7\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/web-product-dark-hero\\/ipad_dark.png\",\"scaleX\":{\"desktop\":\"430px\",\"notebook\":\"\",\"tablet\":\"200px\",\"mobile\":\"170px\"},\"scaleY\":{\"desktop\":\"540px\",\"notebook\":\"\",\"tablet\":\"251px\",\"mobile\":\"213px\"},\"special_type\":null,\"left\":{\"desktop\":593,\"notebook\":633,\"tablet\":-110,\"mobile\":-60},\"top\":{\"desktop\":203,\"notebook\":203,\"tablet\":590,\"mobile\":20},\"hover\":false,\"alias\":\"ipad\",\"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\",\"animation\":\"lfr\",\"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\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"video_height\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\",\"tablet\":\"nowrap\",\"mobile\":\"nowrap\"},\"speed\":1500,\"align_hor\":{\"desktop\":\"left\",\"notebook\":\"left\",\"tablet\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"notebook\":\"top\",\"tablet\":\"top\",\"mobile\":\"bottom\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"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\":2750,\"endspeed\":1500,\"endtime\":10500,\"endanimation\":\"Fade-Out-Long\",\"endeasing\":\"Power4.easeIn\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":430,\"height\":540,\"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\":\"right\",\"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\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"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\",\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"2\"},\"2d_rotation\":0,\"deformation-hover\":{\"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\"],\"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,\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":2,\"endWithSlide\":true,\"alt\":\"\",\"autolinebreak\":false,\"scaleProportional\":true,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"forceminwidth\":false,\"alt_option\":\"media_library\",\"seo-optimized\":false,\"static_end\":\"last\",\"scrollunder_offset\":\"\",\"originalWidth\":430,\"originalHeight\":540,\"show-on-hover\":false,\"cover_mode\":\"custom\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":3,\"static_start\":\"1\",\"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\"},{\"style\":\"\",\"text\":\"Image 10\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/web-product-dark-hero\\/express_ipad_content1.jpg\",\"scaleX\":{\"desktop\":\"290px\",\"notebook\":\"\",\"tablet\":\"135px\",\"mobile\":\"115px\"},\"scaleY\":{\"desktop\":\"374px\",\"notebook\":\"\",\"tablet\":\"174px\",\"mobile\":\"148px\"},\"special_type\":null,\"left\":{\"desktop\":663,\"notebook\":703,\"tablet\":212,\"mobile\":-60},\"top\":{\"desktop\":291,\"notebook\":291,\"tablet\":632,\"mobile\":50},\"hover\":false,\"alias\":\"content2\",\"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\",\"animation\":\"lfr\",\"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\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"video_height\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\",\"tablet\":\"nowrap\",\"mobile\":\"nowrap\"},\"speed\":1500,\"align_hor\":{\"desktop\":\"left\",\"notebook\":\"left\",\"tablet\":\"left\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"notebook\":\"top\",\"tablet\":\"top\",\"mobile\":\"bottom\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"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\":3700,\"endspeed\":1500,\"endtime\":10500,\"endanimation\":\"Fade-Out-Long\",\"endeasing\":\"Power4.easeIn\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":290,\"height\":374,\"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\":\"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\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"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\",\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"2\"},\"2d_rotation\":0,\"deformation-hover\":{\"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\"],\"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,\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":3,\"endWithSlide\":true,\"alt\":\"\",\"autolinebreak\":false,\"scaleProportional\":true,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"forceminwidth\":false,\"alt_option\":\"media_library\",\"seo-optimized\":false,\"static_end\":\"last\",\"scrollunder_offset\":\"\",\"originalWidth\":290,\"originalHeight\":374,\"show-on-hover\":false,\"cover_mode\":\"custom\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":4,\"orig-endanim\":\"Automatic Reverse\",\"orig-endanim-handle\":\"auto\",\"static_start\":\"1\",\"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\"},{\"style\":\"\",\"text\":\"Image 8\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/web-product-dark-hero\\/ihpone_dark.png\",\"scaleX\":{\"desktop\":\"260px\",\"notebook\":\"\",\"tablet\":\"130px\",\"mobile\":\"100px\"},\"scaleY\":{\"desktop\":\"450px\",\"notebook\":\"\",\"tablet\":\"225px\",\"mobile\":\"173px\"},\"special_type\":null,\"left\":{\"desktop\":530,\"notebook\":553,\"tablet\":127,\"mobile\":58},\"top\":{\"desktop\":297,\"notebook\":297,\"tablet\":622,\"mobile\":529},\"hover\":false,\"alias\":\"iphone\",\"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\",\"animation\":\"lfr\",\"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\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"video_height\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\",\"tablet\":\"nowrap\",\"mobile\":\"nowrap\"},\"speed\":1500,\"align_hor\":{\"desktop\":\"left\",\"notebook\":\"left\",\"tablet\":\"left\",\"mobile\":\"left\"},\"align_vert\":{\"desktop\":\"top\",\"notebook\":\"top\",\"tablet\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"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\":3000,\"endspeed\":1500,\"endtime\":10500,\"endanimation\":\"Fade-Out-Long\",\"endeasing\":\"Power4.easeIn\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":260,\"height\":450,\"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\":\"right\",\"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\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"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\",\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"3\"},\"2d_rotation\":0,\"deformation-hover\":{\"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\"],\"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,\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":4,\"endWithSlide\":true,\"alt\":\"\",\"autolinebreak\":false,\"scaleProportional\":true,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"forceminwidth\":false,\"alt_option\":\"media_library\",\"seo-optimized\":false,\"static_end\":\"last\",\"scrollunder_offset\":\"\",\"originalWidth\":260,\"originalHeight\":450,\"show-on-hover\":false,\"cover_mode\":\"custom\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":5,\"static_start\":\"1\",\"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\"},{\"style\":\"\",\"text\":\"Image 11\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/web-product-dark-hero\\/express_iphone_content1.jpg\",\"scaleX\":{\"desktop\":\"170px\",\"notebook\":\"\",\"tablet\":\"85px\",\"mobile\":\"66px\"},\"scaleY\":{\"desktop\":\"286px\",\"notebook\":\"\",\"tablet\":\"143px\",\"mobile\":\"111px\"},\"special_type\":null,\"left\":{\"desktop\":575,\"notebook\":598,\"tablet\":150,\"mobile\":75},\"top\":{\"desktop\":380,\"notebook\":379,\"tablet\":663,\"mobile\":560},\"hover\":false,\"alias\":\"content3\",\"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\",\"animation\":\"lfr\",\"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\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"video_height\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\",\"tablet\":\"nowrap\",\"mobile\":\"nowrap\"},\"speed\":1500,\"align_hor\":{\"desktop\":\"left\",\"notebook\":\"left\",\"tablet\":\"left\",\"mobile\":\"left\"},\"align_vert\":{\"desktop\":\"top\",\"notebook\":\"top\",\"tablet\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"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\":3950,\"endspeed\":1500,\"endtime\":10500,\"endanimation\":\"Fade-Out-Long\",\"endeasing\":\"Power4.easeIn\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":170,\"height\":286,\"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\":\"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\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"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\",\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"3\"},\"2d_rotation\":0,\"deformation-hover\":{\"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\"],\"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,\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":5,\"endWithSlide\":true,\"alt\":\"\",\"autolinebreak\":false,\"scaleProportional\":true,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"forceminwidth\":false,\"alt_option\":\"media_library\",\"seo-optimized\":false,\"static_end\":\"last\",\"scrollunder_offset\":\"\",\"originalWidth\":170,\"originalHeight\":286,\"show-on-hover\":false,\"cover_mode\":\"custom\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":6,\"orig-endanim\":\"Automatic Reverse\",\"orig-endanim-handle\":\"auto\",\"static_start\":\"1\",\"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\":\"Beautiful<br\\/>\\nWebsites\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":30,\"tablet\":200,\"mobile\":80},\"top\":{\"desktop\":-110,\"tablet\":137,\"mobile\":130},\"hover\":false,\"alias\":\"headline\",\"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\",\"animation\":\"sfl\",\"easing\":\"Power2.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\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"video_height\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"tablet\":\"nowrap\",\"mobile\":\"nowrap\"},\"speed\":1000,\"align_hor\":{\"desktop\":\"left\",\"tablet\":\"left\",\"mobile\":\"left\"},\"align_vert\":{\"desktop\":\"middle\",\"tablet\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"style\":\"WebProduct-Title-Light\",\"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\":\"Fade-Out-Long\",\"endeasing\":\"Power4.easeIn\",\"width\":380,\"height\":180,\"static_styles\":{\"font-size\":{\"desktop\":\"90px\",\"tablet\":\"75px\",\"mobile\":\"75px\"},\"line-height\":{\"desktop\":\"90px\",\"tablet\":\"75px\",\"mobile\":\"70px\"},\"font-weight\":{\"desktop\":\"100\",\"tablet\":\"100\",\"mobile\":\"100\"},\"color\":{\"desktop\":\"#fff\",\"tablet\":\"#fff\",\"mobile\":\"#fff\"}},\"x_start\":\"-50px\",\"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\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"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\",\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"parallax\":\"-\",\"corner_right\":\"nothing\",\"corner_left\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"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\"],\"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,\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":6,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"alt\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"forceminwidth\":false,\"alt_option\":\"media_library\",\"seo-optimized\":false,\"static_end\":\"last\",\"scrollunder_offset\":\"\",\"show-on-hover\":false,\"cover_mode\":\"custom\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":7,\"static_start\":\"1\",\"corner_left\":\"nothing\",\"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\":\"WORDPRESS \\/ HTML & CSS \\/ JQUERY\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":30,\"tablet\":200,\"mobile\":80,\"notebook\":30},\"top\":{\"desktop\":14,\"tablet\":294,\"mobile\":277,\"notebook\":44},\"hover\":false,\"alias\":\"subline\",\"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\",\"animation\":\"sfl\",\"easing\":\"Power2.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\"},\"max_width\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\"},\"video_width\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"video_height\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"tablet\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\"},\"speed\":1000,\"align_hor\":{\"desktop\":\"left\",\"tablet\":\"left\",\"mobile\":\"left\",\"notebook\":\"left\"},\"align_vert\":{\"desktop\":\"middle\",\"tablet\":\"top\",\"mobile\":\"top\",\"notebook\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"style\":\"WebProduct-SubTitle-Light\",\"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\":1250,\"endspeed\":1500,\"endtime\":10500,\"endanimation\":\"Fade-Out-Long\",\"endeasing\":\"Power4.easeIn\",\"width\":301,\"height\":20,\"static_styles\":{\"font-size\":{\"desktop\":\"15px\",\"tablet\":\"15px\",\"mobile\":\"13px\",\"notebook\":\"15px\"},\"line-height\":{\"desktop\":\"20px\",\"tablet\":\"20px\",\"mobile\":\"20px\",\"notebook\":\"20px\"},\"font-weight\":{\"desktop\":\"400\",\"tablet\":\"400\",\"mobile\":\"400\",\"notebook\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\",\"mobile\":\"#ffffff\",\"notebook\":\"#ffffff\"}},\"x_start\":\"-50px\",\"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\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"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\",\"color-transparency\":\"0.35\",\"border-transparency\":\"1\",\"parallax\":\"-\",\"corner_right\":\"nothing\",\"corner_left\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"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\"],\"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,\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":7,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"alt\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"inline\":{\"idle\":{\"letter-spacing\":\"2px\",\"font-weight\":\"500\"}},\"forceminwidth\":false,\"alt_option\":\"media_library\",\"seo-optimized\":false,\"static_end\":\"last\",\"scrollunder_offset\":\"\",\"show-on-hover\":false,\"cover_mode\":\"custom\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":10,\"static_start\":\"1\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"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\":\"Our portfolio includes some of the most prominent clients.<br\\/>\\nYou can be a part now!\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":30,\"tablet\":200,\"mobile\":80,\"notebook\":30},\"top\":{\"desktop\":99,\"tablet\":345,\"mobile\":316,\"notebook\":127},\"hover\":false,\"alias\":\"slogan\",\"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\",\"animation\":\"sfl\",\"easing\":\"Power2.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"76px\",\"mobile\":\"68px\",\"notebook\":\"auto\"},\"max_width\":{\"desktop\":\"448px\",\"tablet\":\"334px\",\"mobile\":\"277px\",\"notebook\":\"356px\"},\"video_width\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"video_height\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"normal\",\"tablet\":\"normal\",\"mobile\":\"normal\",\"notebook\":\"normal\"},\"speed\":1000,\"align_hor\":{\"desktop\":\"left\",\"tablet\":\"left\",\"mobile\":\"left\",\"notebook\":\"left\"},\"align_vert\":{\"desktop\":\"middle\",\"tablet\":\"top\",\"mobile\":\"top\",\"notebook\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"style\":\"WebProduct-Content-Light\",\"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\":1500,\"endtime\":10500,\"endanimation\":\"Fade-Out-Long\",\"endeasing\":\"Power4.easeIn\",\"width\":262,\"height\":73,\"static_styles\":{\"font-size\":{\"desktop\":\"16px\",\"tablet\":\"16px\",\"mobile\":\"14px\",\"notebook\":\"16px\"},\"line-height\":{\"desktop\":\"24px\",\"tablet\":\"24px\",\"mobile\":\"22px\",\"notebook\":\"24px\"},\"font-weight\":{\"desktop\":\"600\",\"tablet\":\"600\",\"mobile\":\"600\",\"notebook\":\"600\"},\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\",\"mobile\":\"#ffffff\",\"notebook\":\"#ffffff\"}},\"x_start\":\"-50px\",\"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\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"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\",\"color-transparency\":\"0.65\",\"border-transparency\":\"1\",\"parallax\":\"-\",\"corner_right\":\"nothing\",\"corner_left\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"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\"],\"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,\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":8,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"alt\":\"\",\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"inline\":{\"idle\":{}},\"forceminwidth\":false,\"alt_option\":\"media_library\",\"seo-optimized\":false,\"static_end\":\"last\",\"scrollunder_offset\":\"\",\"show-on-hover\":false,\"cover_mode\":\"custom\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":9,\"static_start\":\"1\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"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\":{\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\",\"mobile\":\"#ffffff\"},\"font-size\":{\"desktop\":\"16px\",\"tablet\":\"16px\",\"mobile\":\"16px\"},\"line-height\":{\"desktop\":\"48px\",\"tablet\":\"48px\",\"mobile\":\"48px\"},\"font-weight\":{\"desktop\":\"600\",\"tablet\":\"600\",\"mobile\":\"600\"}},\"deformation\":{\"font-family\":\"Raleway\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"color-transparency\":\"1\",\"border-color\":\"#000000\",\"border-opacity\":\"0.5\",\"border-width\":\"2\",\"icon-class\":\"fa-icon-chevron-right\",\"padding\":[\"0px\",\"40px\",\"0px\",\"40px\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"border-style\":\"none\",\"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\",\"border-transparency\":\"1\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"deformation-hover\":{\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"color\":\"#333333\",\"color-transparency\":\"1\",\"border-color\":\"#000000\",\"border-opacity\":\"0.5\",\"border-width\":\"2\",\"text-decoration\":\"none\",\"border-style\":\"none\",\"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\":\"Linear.easeNone\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"border-transparency\":\"1\",\"css_cursor\":\"auto\"},\"text\":\"GET STARTED TODAY\",\"type\":\"button\",\"style\":\"WebProduct-Button\",\"classes\":\"rev-btn rev-maxround rev-hiddenicon rev-uppercase\",\"left\":{\"desktop\":30,\"tablet\":200,\"mobile\":80},\"top\":{\"desktop\":238,\"tablet\":456,\"mobile\":420},\"hover\":true,\"alias\":\"call to action\",\"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\",\"animation\":\"sfl\",\"easing\":\"Power2.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\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"video_height\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"tablet\":\"nowrap\",\"mobile\":\"nowrap\"},\"speed\":1000,\"align_hor\":{\"desktop\":\"left\",\"tablet\":\"left\",\"mobile\":\"left\"},\"align_vert\":{\"desktop\":\"middle\",\"tablet\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"resizeme\":false,\"link_slide\":\"nothing\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1750,\"endspeed\":1500,\"endtime\":10500,\"endanimation\":\"Fade-Out-Long\",\"endeasing\":\"Power4.easeIn\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":263,\"height\":48,\"x_start\":\"-50px\",\"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,\"serial\":9,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"alt\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"inline\":{\"idle\":{\"letter-spacing\":\"1px\"}},\"forceminwidth\":false,\"alt_option\":\"media_library\",\"seo-optimized\":false,\"static_end\":\"last\",\"scrollunder_offset\":\"\",\"show-on-hover\":false,\"cover_mode\":\"custom\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":8,\"static_start\":\"1\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"rev-btn\",\"layer_action\":{\"tooltip_event\":[\"click\"],\"action\":[\"scroll_under\"],\"image_link\":[\"\"],\"link_open_in\":[\"_self\"],\"jump_to_slide\":[73],\"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\"}]','[\"\"]'),(73,16,2,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"image_source_type\":\"full\",\"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\":\"100\",\"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\",\"title\":\"Examples\",\"delay\":\"\",\"state\":\"unpublished\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/\",\"save_performance\":\"off\",\"slide_transition\":[\"slidevertical\"],\"slot_amount\":[\"1\"],\"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\":\"\",\"attr_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\\/web-product-dark-hero\\/webproduct_darkbg2.jpg\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"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\",\"slide_parallax_level\":\"-\",\"video_mute\":\"on\",\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"]}','[{\"style\":\"\",\"text\":\"Image 7\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/web-product-dark-hero\\/examplelayer3.jpg\",\"scaleX\":{\"desktop\":\"600px\",\"notebook\":\"500px\",\"tablet\":\"400px\",\"mobile\":\"200px\"},\"scaleY\":{\"desktop\":\"338px\",\"notebook\":\"281px\",\"tablet\":\"225px\",\"mobile\":\"113px\"},\"special_type\":null,\"left\":{\"desktop\":103,\"notebook\":161,\"tablet\":-264,\"mobile\":-116},\"top\":{\"desktop\":-260,\"notebook\":-152,\"tablet\":252,\"mobile\":65},\"hover\":true,\"alias\":\"macbook\",\"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\",\"animation\":\"RotateInFormZero\",\"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\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"video_height\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\",\"tablet\":\"nowrap\",\"mobile\":\"nowrap\"},\"speed\":1500,\"align_hor\":{\"desktop\":\"right\",\"notebook\":\"right\",\"tablet\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\",\"tablet\":\"middle\",\"mobile\":\"bottom\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"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\":2500,\"endspeed\":2000,\"endtime\":11000,\"endanimation\":\"Fade-Out-Long\",\"endeasing\":\"Power4.easeIn\",\"width\":600,\"height\":338,\"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\":\"inherit\",\"y_start\":\"bottom\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"x_rotate_start\":\"-20deg\",\"y_rotate_start\":\"-20deg\",\"z_rotate_start\":\"0deg\",\"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\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"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\",\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":-30,\"deformation-hover\":{\"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\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0px\",\"skewy\":\"0\",\"scalex\":\"0.9\",\"scaley\":\"0.9\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":-30,\"speed\":\"500\",\"easing\":\"Power1.easeInOut\",\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":0,\"endWithSlide\":true,\"alt\":\"\",\"autolinebreak\":false,\"scaleProportional\":true,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"forceminwidth\":false,\"alt_option\":\"media_library\",\"seo-optimized\":false,\"static_end\":\"last\",\"scrollunder_offset\":\"\",\"originalWidth\":800,\"originalHeight\":450,\"show-on-hover\":false,\"cover_mode\":\"custom\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":1,\"orig-endanim\":\"Fade-Out-Long\",\"orig-endanim-handle\":\"Fade-Out-Long\",\"orig-anim\":\"Long-From-Bottom\",\"orig-anim-handle\":\"lfb\",\"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\":[]},\"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\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 7\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/web-product-dark-hero\\/examplelayer2.jpg\",\"scaleX\":{\"desktop\":\"600px\",\"notebook\":\"500px\",\"tablet\":\"400px\",\"mobile\":\"200px\"},\"scaleY\":{\"desktop\":\"338px\",\"notebook\":\"281px\",\"tablet\":\"225px\",\"mobile\":\"113px\"},\"special_type\":null,\"left\":{\"desktop\":779,\"notebook\":623,\"tablet\":-3,\"mobile\":16},\"top\":{\"desktop\":276,\"notebook\":325,\"tablet\":809,\"mobile\":-32},\"hover\":true,\"alias\":\"ipad\",\"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\",\"animation\":\"RotateInFormZero\",\"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\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"video_height\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\",\"tablet\":\"nowrap\",\"mobile\":\"nowrap\"},\"speed\":1500,\"align_hor\":{\"desktop\":\"left\",\"notebook\":\"left\",\"tablet\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"notebook\":\"top\",\"tablet\":\"top\",\"mobile\":\"bottom\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"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\":2750,\"endspeed\":2000,\"endtime\":11000,\"endanimation\":\"Fade-Out-Long\",\"endeasing\":\"Power4.easeIn\",\"width\":600,\"height\":338,\"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\":\"inherit\",\"y_start\":\"bottom\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"x_rotate_start\":\"-20deg\",\"y_rotate_start\":\"-20deg\",\"z_rotate_start\":\"0deg\",\"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\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"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\",\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":-10,\"deformation-hover\":{\"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\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"0.9\",\"scaley\":\"0.9\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":-10,\"speed\":\"500\",\"easing\":\"Power1.easeInOut\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":1,\"endWithSlide\":true,\"alt\":\"\",\"autolinebreak\":false,\"scaleProportional\":true,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"forceminwidth\":false,\"alt_option\":\"media_library\",\"seo-optimized\":false,\"static_end\":\"last\",\"scrollunder_offset\":\"\",\"originalWidth\":800,\"originalHeight\":450,\"show-on-hover\":false,\"cover_mode\":\"custom\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":3,\"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\":[]},\"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\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 8\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/web-product-dark-hero\\/examplelayer1.jpg\",\"scaleX\":{\"desktop\":\"600px\",\"notebook\":\"500px\",\"tablet\":\"400px\",\"mobile\":\"200px\"},\"scaleY\":{\"desktop\":\"338px\",\"notebook\":\"281px\",\"tablet\":\"225px\",\"mobile\":\"113px\"},\"special_type\":null,\"left\":{\"desktop\":813,\"notebook\":638,\"tablet\":396,\"mobile\":263},\"top\":{\"desktop\":557,\"notebook\":549,\"tablet\":551,\"mobile\":507},\"hover\":true,\"alias\":\"iphone\",\"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\",\"animation\":\"RotateInFormZero\",\"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\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"video_height\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\",\"tablet\":\"nowrap\",\"mobile\":\"nowrap\"},\"speed\":1500,\"align_hor\":{\"desktop\":\"left\",\"notebook\":\"left\",\"tablet\":\"left\",\"mobile\":\"left\"},\"align_vert\":{\"desktop\":\"top\",\"notebook\":\"top\",\"tablet\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"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\":3000,\"endspeed\":2000,\"endtime\":11000,\"endanimation\":\"Fade-Out-Long\",\"endeasing\":\"Power4.easeIn\",\"width\":600,\"height\":338,\"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\":\"inherit\",\"y_start\":\"bottom\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"inherit\",\"opacity_end\":\"0\",\"x_rotate_start\":\"-20deg\",\"y_rotate_start\":\"-20deg\",\"z_rotate_start\":\"0deg\",\"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\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"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\",\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":10,\"deformation-hover\":{\"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\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"0.9\",\"scaley\":\"0.9\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":10,\"speed\":\"500\",\"easing\":\"Power1.easeInOut\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":2,\"endWithSlide\":true,\"alt\":\"\",\"autolinebreak\":false,\"scaleProportional\":true,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"forceminwidth\":false,\"alt_option\":\"media_library\",\"seo-optimized\":false,\"static_end\":\"last\",\"scrollunder_offset\":\"\",\"originalWidth\":800,\"originalHeight\":450,\"show-on-hover\":false,\"cover_mode\":\"custom\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":5,\"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\":[]},\"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\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"This is<br\\/>\\nVariety!\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":30,\"tablet\":200,\"mobile\":80},\"top\":{\"desktop\":-80,\"tablet\":137,\"mobile\":140},\"hover\":false,\"alias\":\"headline\",\"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\",\"animation\":\"sfl\",\"easing\":\"Power2.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\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"video_height\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"tablet\":\"nowrap\",\"mobile\":\"nowrap\"},\"speed\":1000,\"align_hor\":{\"desktop\":\"left\",\"tablet\":\"left\",\"mobile\":\"left\"},\"align_vert\":{\"desktop\":\"middle\",\"tablet\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"style\":\"WebProduct-Title-Light\",\"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\":\"Fade-Out-Long\",\"endeasing\":\"Power4.easeIn\",\"width\":380,\"height\":180,\"static_styles\":{\"font-size\":{\"desktop\":\"90px\",\"tablet\":\"75px\",\"mobile\":\"75px\"},\"line-height\":{\"desktop\":\"90px\",\"tablet\":\"75px\",\"mobile\":\"70px\"},\"font-weight\":{\"desktop\":\"100\",\"tablet\":\"100\",\"mobile\":\"100\"},\"color\":{\"desktop\":\"#fff\",\"tablet\":\"#ffffff\",\"mobile\":\"#fff\"}},\"x_start\":\"-50px\",\"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\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"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\",\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"parallax\":\"-\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"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\"],\"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,\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":3,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"alt\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"forceminwidth\":false,\"alt_option\":\"media_library\",\"seo-optimized\":false,\"static_end\":\"last\",\"scrollunder_offset\":\"\",\"show-on-hover\":false,\"cover_mode\":\"custom\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":7,\"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\":[]},\"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\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"JUST PICK AND CUSTOMIZE\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":30,\"tablet\":200,\"mobile\":79},\"top\":{\"desktop\":44,\"tablet\":294,\"mobile\":287},\"hover\":false,\"alias\":\"subline\",\"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\",\"animation\":\"sfl\",\"easing\":\"Power2.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\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"video_height\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"tablet\":\"nowrap\",\"mobile\":\"nowrap\"},\"speed\":1000,\"align_hor\":{\"desktop\":\"left\",\"tablet\":\"left\",\"mobile\":\"left\"},\"align_vert\":{\"desktop\":\"middle\",\"tablet\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"style\":\"WebProduct-SubTitle-Light\",\"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\":1250,\"endspeed\":1500,\"endtime\":10500,\"endanimation\":\"Fade-Out-Long\",\"endeasing\":\"Power4.easeIn\",\"width\":220,\"height\":20,\"static_styles\":{\"font-size\":{\"desktop\":\"15px\",\"tablet\":\"15px\",\"mobile\":\"13px\"},\"line-height\":{\"desktop\":\"20px\",\"tablet\":\"20px\",\"mobile\":\"20px\"},\"font-weight\":{\"desktop\":\"400\",\"tablet\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#999999\",\"mobile\":\"#999999\"}},\"x_start\":\"-50px\",\"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\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"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\",\"color-transparency\":\"0.35\",\"border-transparency\":\"1\",\"parallax\":\"-\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"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\"],\"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,\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":4,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"alt\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"inline\":{\"idle\":{\"letter-spacing\":\"2px\",\"font-weight\":\"500\"}},\"forceminwidth\":false,\"alt_option\":\"media_library\",\"seo-optimized\":false,\"static_end\":\"last\",\"scrollunder_offset\":\"\",\"show-on-hover\":false,\"cover_mode\":\"custom\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":10,\"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\":[]},\"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\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"We made sure that there are plenty of examples available for you to choose from.\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":30,\"tablet\":200,\"mobile\":80,\"notebook\":30},\"top\":{\"desktop\":129,\"tablet\":345,\"mobile\":326,\"notebook\":127},\"hover\":false,\"alias\":\"slogan\",\"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\",\"animation\":\"sfl\",\"easing\":\"Power2.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"76px\",\"mobile\":\"68px\",\"notebook\":\"auto\"},\"max_width\":{\"desktop\":\"448px\",\"tablet\":\"334px\",\"mobile\":\"277px\",\"notebook\":\"356px\"},\"video_width\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"video_height\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"normal\",\"tablet\":\"normal\",\"mobile\":\"normal\",\"notebook\":\"normal\"},\"speed\":1000,\"align_hor\":{\"desktop\":\"left\",\"tablet\":\"left\",\"mobile\":\"left\",\"notebook\":\"left\"},\"align_vert\":{\"desktop\":\"middle\",\"tablet\":\"top\",\"mobile\":\"top\",\"notebook\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"style\":\"WebProduct-Content-Light\",\"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\":1500,\"endtime\":10500,\"endanimation\":\"Fade-Out-Long\",\"endeasing\":\"Power4.easeIn\",\"width\":262,\"height\":73,\"static_styles\":{\"font-size\":{\"desktop\":\"16px\",\"tablet\":\"16px\",\"mobile\":\"14px\",\"notebook\":\"16px\"},\"line-height\":{\"desktop\":\"24px\",\"tablet\":\"24px\",\"mobile\":\"22px\",\"notebook\":\"24px\"},\"font-weight\":{\"desktop\":\"600\",\"tablet\":\"600\",\"mobile\":\"600\",\"notebook\":\"600\"},\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\",\"mobile\":\"#ffffff\",\"notebook\":\"#ffffff\"}},\"x_start\":\"-50px\",\"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\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"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\",\"color-transparency\":\"0.65\",\"border-transparency\":\"1\",\"parallax\":\"-\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"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\"],\"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,\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":5,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"alt\":\"\",\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"inline\":{\"idle\":{}},\"forceminwidth\":false,\"alt_option\":\"media_library\",\"seo-optimized\":false,\"static_end\":\"last\",\"scrollunder_offset\":\"\",\"show-on-hover\":false,\"cover_mode\":\"custom\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":9,\"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\":[]},\"corner_left\":\"nothing\",\"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\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"static_styles\":{\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\",\"mobile\":\"#ffffff\"},\"font-size\":{\"desktop\":\"16px\",\"tablet\":\"16px\",\"mobile\":\"16px\"},\"line-height\":{\"desktop\":\"48px\",\"tablet\":\"48px\",\"mobile\":\"48px\"},\"font-weight\":{\"desktop\":\"600\",\"tablet\":\"600\",\"mobile\":\"600\"}},\"deformation\":{\"font-family\":\"Raleway\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"color-transparency\":\"1\",\"border-color\":\"#000000\",\"border-opacity\":\"0.5\",\"border-width\":\"2\",\"icon-class\":\"fa-icon-chevron-right\",\"padding\":[\"0px\",\"40px\",\"0px\",\"40px\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"border-style\":\"none\",\"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\",\"border-transparency\":\"1\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"deformation-hover\":{\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"color\":\"#333333\",\"color-transparency\":\"1\",\"border-color\":\"#000000\",\"border-opacity\":\"0.5\",\"border-width\":\"2\",\"text-decoration\":\"none\",\"border-style\":\"none\",\"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\":\"Linear.easeNone\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"border-transparency\":\"1\",\"css_cursor\":\"auto\"},\"text\":\"HOW DOES IT WORK?\",\"type\":\"button\",\"style\":\"WebProduct-Button\",\"classes\":\"rev-btn rev-maxround rev-hiddenicon rev-uppercase\",\"left\":{\"desktop\":30,\"tablet\":200,\"mobile\":80},\"top\":{\"desktop\":268,\"tablet\":456,\"mobile\":430},\"hover\":true,\"alias\":\"call to action\",\"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\",\"animation\":\"sfl\",\"easing\":\"Power2.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\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"video_height\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"tablet\":\"nowrap\",\"mobile\":\"nowrap\"},\"speed\":1000,\"align_hor\":{\"desktop\":\"left\",\"tablet\":\"left\",\"mobile\":\"left\"},\"align_vert\":{\"desktop\":\"middle\",\"tablet\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"resizeme\":false,\"link_slide\":\"nothing\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1750,\"endspeed\":1500,\"endtime\":10500,\"endanimation\":\"Fade-Out-Long\",\"endeasing\":\"Power4.easeIn\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":263,\"height\":48,\"x_start\":\"-50px\",\"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,\"serial\":6,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"alt\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"inline\":{\"idle\":{\"letter-spacing\":\"1px\"}},\"forceminwidth\":false,\"alt_option\":\"media_library\",\"seo-optimized\":false,\"static_end\":\"last\",\"scrollunder_offset\":\"\",\"show-on-hover\":false,\"cover_mode\":\"custom\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":8,\"static_start\":\"1\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"rev-btn\",\"layer_action\":{\"tooltip_event\":[\"click\"],\"action\":[\"jumpto\"],\"image_link\":[\"\"],\"link_open_in\":[\"same\"],\"jump_to_slide\":[74],\"scrollunder_offset\":[\"\"],\"actioncallback\":[\"\"],\"layer_target\":[\"1\"],\"link_type\":[\"jquery\"],\"action_delay\":[\"\"],\"toggle_layer_type\":[\"visible\"],\"toggle_class\":[\"\"]}}]','[\"\"]'),(74,16,3,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"image_source_type\":\"full\",\"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\":\"100\",\"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\",\"title\":\"Easy to Use\",\"delay\":\"\",\"state\":\"unpublished\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/\",\"save_performance\":\"off\",\"slide_transition\":[\"slidevertical\"],\"slot_amount\":[\"1\"],\"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\":\"\",\"attr_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\\/web-product-dark-hero\\/webproduct_darkbg3.jpg\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"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\",\"slide_parallax_level\":\"-\",\"video_mute\":\"on\",\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"]}','[{\"style\":\"\",\"text\":\"Image 7\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/web-product-dark-hero\\/macbookpro.png\",\"scaleX\":{\"desktop\":\"1000px\",\"notebook\":\"\",\"tablet\":\"500px\",\"mobile\":\"350px\"},\"scaleY\":{\"desktop\":\"600px\",\"notebook\":\"\",\"tablet\":\"300px\",\"mobile\":\"210px\"},\"special_type\":null,\"left\":{\"desktop\":-54,\"notebook\":-133,\"tablet\":0,\"mobile\":0},\"top\":{\"desktop\":50,\"notebook\":50,\"tablet\":211,\"mobile\":5},\"hover\":false,\"alias\":\"macbook\",\"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\",\"animation\":\"lfr\",\"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\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"video_height\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\",\"tablet\":\"nowrap\",\"mobile\":\"nowrap\"},\"speed\":1500,\"align_hor\":{\"desktop\":\"right\",\"notebook\":\"right\",\"tablet\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\",\"tablet\":\"middle\",\"mobile\":\"bottom\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"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\":2500,\"endspeed\":1500,\"endtime\":10500,\"endanimation\":\"Fade-Out-Long\",\"endeasing\":\"Power4.easeIn\",\"width\":1000,\"height\":600,\"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\":\"right\",\"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\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"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\",\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"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\"],\"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\",\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":0,\"endWithSlide\":true,\"alt\":\"\",\"autolinebreak\":false,\"scaleProportional\":true,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"forceminwidth\":false,\"alt_option\":\"media_library\",\"seo-optimized\":false,\"static_end\":\"last\",\"scrollunder_offset\":\"\",\"originalWidth\":1000,\"originalHeight\":600,\"show-on-hover\":false,\"cover_mode\":\"custom\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":1,\"orig-endanim\":\"Automatic Reverse\",\"orig-endanim-handle\":\"auto\",\"orig-anim\":\"PopUpSmooth\",\"orig-anim-handle\":\"PopUpSmooth\",\"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\":[]},\"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\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 9\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/web-product-dark-hero\\/editor_layers1.jpg\",\"scaleX\":{\"desktop\":\"653px\",\"notebook\":\"\",\"tablet\":\"330px\",\"mobile\":\"230px\"},\"scaleY\":{\"desktop\":\"408px\",\"notebook\":\"\",\"tablet\":\"206px\",\"mobile\":\"144px\"},\"special_type\":null,\"left\":{\"desktop\":628,\"notebook\":545,\"tablet\":0,\"mobile\":0},\"top\":{\"desktop\":267,\"notebook\":216,\"tablet\":580,\"mobile\":43},\"hover\":false,\"alias\":\"content1\",\"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\",\"animation\":\"customin-338\",\"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\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"video_height\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"notebook\":\"nowrap\",\"tablet\":\"nowrap\",\"mobile\":\"nowrap\"},\"speed\":1500,\"align_hor\":{\"desktop\":\"left\",\"notebook\":\"left\",\"tablet\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"top\",\"notebook\":\"top\",\"tablet\":\"top\",\"mobile\":\"bottom\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"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\":3350,\"endspeed\":1500,\"endtime\":10500,\"endanimation\":\"Fade-Out-Long\",\"endeasing\":\"Power4.easeIn\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":653,\"height\":408,\"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\":\"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\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"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\",\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"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\"],\"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,\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":1,\"endWithSlide\":true,\"alt\":\"\",\"autolinebreak\":false,\"scaleProportional\":true,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"forceminwidth\":false,\"alt_option\":\"media_library\",\"seo-optimized\":false,\"static_end\":\"last\",\"scrollunder_offset\":\"\",\"originalWidth\":653,\"originalHeight\":408,\"show-on-hover\":false,\"cover_mode\":\"custom\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":2,\"orig-endanim\":\"Fade-Out\",\"orig-endanim-handle\":\"fadeout\",\"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\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\"},{\"text\":\"How Does<br\\/>\\nit Work?\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":30,\"tablet\":200,\"mobile\":80},\"top\":{\"desktop\":-80,\"tablet\":137,\"mobile\":140},\"hover\":false,\"alias\":\"headline\",\"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\",\"animation\":\"sfl\",\"easing\":\"Power2.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\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"video_height\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"tablet\":\"nowrap\",\"mobile\":\"nowrap\"},\"speed\":1000,\"align_hor\":{\"desktop\":\"left\",\"tablet\":\"left\",\"mobile\":\"left\"},\"align_vert\":{\"desktop\":\"middle\",\"tablet\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"style\":\"WebProduct-Title-Light\",\"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\":\"Fade-Out-Long\",\"endeasing\":\"Power4.easeIn\",\"width\":380,\"height\":180,\"static_styles\":{\"font-size\":{\"desktop\":\"90px\",\"tablet\":\"75px\",\"mobile\":\"75px\"},\"line-height\":{\"desktop\":\"90px\",\"tablet\":\"70px\",\"mobile\":\"70px\"},\"font-weight\":{\"desktop\":\"100\",\"tablet\":\"100\",\"mobile\":\"100\"},\"color\":{\"desktop\":\"#fff\",\"tablet\":\"#fff\",\"mobile\":\"#fff\"}},\"x_start\":\"-50px\",\"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\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"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\",\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"parallax\":\"-\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"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\"],\"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,\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":2,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"alt\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"forceminwidth\":false,\"alt_option\":\"media_library\",\"seo-optimized\":false,\"static_end\":\"last\",\"scrollunder_offset\":\"\",\"show-on-hover\":false,\"cover_mode\":\"custom\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":7,\"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\":[]},\"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\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"IT\'S SO EASY THAT ANYONE CAN DO IT\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":30,\"tablet\":200,\"mobile\":80},\"top\":{\"desktop\":44,\"tablet\":294,\"mobile\":287},\"hover\":false,\"alias\":\"subline\",\"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\",\"animation\":\"sfl\",\"easing\":\"Power2.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\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"video_height\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"tablet\":\"nowrap\",\"mobile\":\"nowrap\"},\"speed\":1000,\"align_hor\":{\"desktop\":\"left\",\"tablet\":\"left\",\"mobile\":\"left\"},\"align_vert\":{\"desktop\":\"middle\",\"tablet\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"style\":\"WebProduct-SubTitle-Light\",\"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\":1250,\"endspeed\":1500,\"endtime\":10500,\"endanimation\":\"Fade-Out-Long\",\"endeasing\":\"Power4.easeIn\",\"width\":301,\"height\":20,\"static_styles\":{\"font-size\":{\"desktop\":\"15px\",\"tablet\":\"15px\",\"mobile\":\"13px\"},\"line-height\":{\"desktop\":\"20px\",\"tablet\":\"20px\",\"mobile\":\"20px\"},\"font-weight\":{\"desktop\":\"400\",\"tablet\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"-50px\",\"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\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"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\",\"color-transparency\":\"0.35\",\"border-transparency\":\"1\",\"parallax\":\"-\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"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\"],\"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,\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":3,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"alt\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"inline\":{\"idle\":{\"letter-spacing\":\"2px\",\"font-weight\":\"500\"}},\"forceminwidth\":false,\"alt_option\":\"media_library\",\"seo-optimized\":false,\"static_end\":\"last\",\"scrollunder_offset\":\"\",\"show-on-hover\":false,\"cover_mode\":\"custom\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":10,\"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\":[]},\"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\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"Our new Visual Editor will make creating any design an absolute breeze. Designers will feel at home right away!\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":30,\"tablet\":200,\"mobile\":80,\"notebook\":30},\"top\":{\"desktop\":129,\"tablet\":345,\"mobile\":326,\"notebook\":127},\"hover\":false,\"alias\":\"slogan\",\"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\",\"animation\":\"sfl\",\"easing\":\"Power2.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"76px\",\"mobile\":\"68px\",\"notebook\":\"auto\"},\"max_width\":{\"desktop\":\"448px\",\"tablet\":\"334px\",\"mobile\":\"277px\",\"notebook\":\"356px\"},\"video_width\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"video_height\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"normal\",\"tablet\":\"normal\",\"mobile\":\"normal\",\"notebook\":\"normal\"},\"speed\":1000,\"align_hor\":{\"desktop\":\"left\",\"tablet\":\"left\",\"mobile\":\"left\",\"notebook\":\"left\"},\"align_vert\":{\"desktop\":\"middle\",\"tablet\":\"top\",\"mobile\":\"top\",\"notebook\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"style\":\"WebProduct-Content-Light\",\"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\":1500,\"endtime\":10500,\"endanimation\":\"Fade-Out-Long\",\"endeasing\":\"Power4.easeIn\",\"width\":262,\"height\":73,\"static_styles\":{\"font-size\":{\"desktop\":\"16px\",\"tablet\":\"16px\",\"mobile\":\"14px\",\"notebook\":\"16px\"},\"line-height\":{\"desktop\":\"24px\",\"tablet\":\"24px\",\"mobile\":\"22\",\"notebook\":\"24px\"},\"font-weight\":{\"desktop\":\"600\",\"tablet\":\"600\",\"mobile\":\"600\",\"notebook\":\"600\"},\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\",\"mobile\":\"#ffffff\",\"notebook\":\"#ffffff\"}},\"x_start\":\"-50px\",\"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\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"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\",\"color-transparency\":\"0.65\",\"border-transparency\":\"1\",\"parallax\":\"-\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"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\"],\"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,\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":4,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"alt\":\"\",\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"inline\":{\"idle\":{}},\"forceminwidth\":false,\"alt_option\":\"media_library\",\"seo-optimized\":false,\"static_end\":\"last\",\"scrollunder_offset\":\"\",\"show-on-hover\":false,\"cover_mode\":\"custom\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":9,\"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\":[]},\"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\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"static_styles\":{\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\",\"mobile\":\"#ffffff\"},\"font-size\":{\"desktop\":\"16px\",\"tablet\":\"16px\",\"mobile\":\"16px\"},\"line-height\":{\"desktop\":\"48px\",\"tablet\":\"48px\",\"mobile\":\"48px\"},\"font-weight\":{\"desktop\":\"600\",\"tablet\":\"600\",\"mobile\":\"600\"}},\"deformation\":{\"font-family\":\"Raleway\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"color-transparency\":\"1\",\"border-color\":\"#000000\",\"border-opacity\":\"0.5\",\"border-width\":\"2\",\"icon-class\":\"fa-icon-chevron-right\",\"padding\":[\"0px\",\"40px\",\"0px\",\"40px\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"border-style\":\"none\",\"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\",\"border-transparency\":\"1\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"deformation-hover\":{\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"color\":\"#333333\",\"color-transparency\":\"1\",\"border-color\":\"#000000\",\"border-opacity\":\"0.5\",\"border-width\":\"2\",\"text-decoration\":\"none\",\"border-style\":\"none\",\"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\":\"Linear.easeNone\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"border-transparency\":\"1\",\"css_cursor\":\"auto\"},\"text\":\"I WANT A LICENSE\",\"type\":\"button\",\"style\":\"WebProduct-Button\",\"classes\":\"rev-btn rev-maxround rev-hiddenicon rev-uppercase\",\"left\":{\"desktop\":30,\"tablet\":200,\"mobile\":79},\"top\":{\"desktop\":268,\"tablet\":456,\"mobile\":430},\"hover\":true,\"alias\":\"call to action\",\"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\",\"animation\":\"sfl\",\"easing\":\"Power2.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\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"video_height\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"tablet\":\"nowrap\",\"mobile\":\"nowrap\"},\"speed\":1000,\"align_hor\":{\"desktop\":\"left\",\"tablet\":\"left\",\"mobile\":\"left\"},\"align_vert\":{\"desktop\":\"middle\",\"tablet\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"resizeme\":false,\"link_slide\":\"nothing\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1750,\"endspeed\":1500,\"endtime\":10500,\"endanimation\":\"Fade-Out-Long\",\"endeasing\":\"Power4.easeIn\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":239,\"height\":48,\"x_start\":\"-50px\",\"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,\"serial\":5,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"alt\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"inline\":{\"idle\":{\"letter-spacing\":\"1px\"}},\"forceminwidth\":false,\"alt_option\":\"media_library\",\"seo-optimized\":false,\"static_end\":\"last\",\"scrollunder_offset\":\"\",\"show-on-hover\":false,\"cover_mode\":\"custom\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":8,\"static_start\":\"1\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"rev-btn\",\"layer_action\":{\"tooltip_event\":[\"click\"],\"action\":[\"jumpto\"],\"image_link\":[\"\"],\"link_open_in\":[\"same\"],\"jump_to_slide\":[75],\"scrollunder_offset\":[\"\"],\"actioncallback\":[\"\"],\"layer_target\":[\"1\"],\"link_type\":[\"jquery\"],\"action_delay\":[\"\"],\"toggle_layer_type\":[\"visible\"],\"toggle_class\":[\"\"]}}]','[\"\"]'),(75,16,4,'{\"background_type\":\"html5\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"image_source_type\":\"full\",\"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\":\"100\",\"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\",\"title\":\"Get a License\",\"delay\":\"\",\"state\":\"unpublished\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/\",\"save_performance\":\"off\",\"slide_transition\":[\"slidevertical\"],\"slot_amount\":[\"1\"],\"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\":\"\",\"attr_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\\/web-product-dark-hero\\/officeloop_cover.jpg\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/web-product-dark-hero\\/officeloop_low.mp4\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"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\",\"slide_parallax_level\":\"-\",\"video_mute\":\"on\",\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"]}','[{\"static_styles\":{\"font-size\":{\"desktop\":\"\"},\"line-height\":{\"desktop\":\"\"},\"font-weight\":{\"desktop\":\"100\"},\"color\":{\"desktop\":\"\"}},\"deformation\":{\"background-color\":\"#726c65\",\"background-transparency\":\"0.95\",\"border-color\":\"#000000\",\"border-opacity\":\"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\",\"border-transparency\":\"1\",\"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\":\"LIGHT COVER\",\"type\":\"shape\",\"style\":\"tp-shape tp-shapewrapper\",\"autolinebreak\":false,\"max_width\":{\"desktop\":\"100px\"},\"cover_mode\":\"cover\",\"max_height\":{\"desktop\":\"100px\"},\"left\":{\"desktop\":0},\"top\":{\"desktop\":0},\"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,\"parallax_level\":\"-\",\"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\":\"slide\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":0,\"endspeed\":1500,\"endtime\":10500,\"endanimation\":\"fadeout\",\"endeasing\":\"Power4.easeIn\",\"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,\"unique_id\":11,\"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\":[]},\"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\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"The Whole World of<br\\/>\\nSlider Revolution\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":0,\"tablet\":0,\"mobile\":0},\"top\":{\"desktop\":-80,\"tablet\":176,\"mobile\":187},\"hover\":false,\"alias\":\"headline\",\"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\",\"animation\":\"sfl\",\"easing\":\"Power2.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\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"video_height\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"tablet\":\"nowrap\",\"mobile\":\"nowrap\"},\"speed\":1000,\"align_hor\":{\"desktop\":\"center\",\"tablet\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"tablet\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"style\":\"WebProduct-Title-Light\",\"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\":\"Fade-Out-Long\",\"endeasing\":\"Power4.easeIn\",\"width\":380,\"height\":180,\"static_styles\":{\"font-size\":{\"desktop\":\"90px\",\"tablet\":\"50px\",\"mobile\":\"40px\"},\"line-height\":{\"desktop\":\"90px\",\"tablet\":\"50px\",\"mobile\":\"40px\"},\"font-weight\":{\"desktop\":\"100\",\"tablet\":\"100\",\"mobile\":\"100\"},\"color\":{\"desktop\":\"#fff\",\"tablet\":\"#fff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"-50px\",\"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\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"center\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"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\",\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"parallax\":\"-\",\"corner_right\":\"nothing\",\"corner_left\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"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\"],\"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,\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"alt\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"forceminwidth\":false,\"alt_option\":\"media_library\",\"seo-optimized\":false,\"static_end\":\"last\",\"scrollunder_offset\":\"\",\"show-on-hover\":false,\"cover_mode\":\"custom\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":7,\"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\":[]},\"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\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"LICENSES STARTING FROM $18\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":0,\"tablet\":0,\"mobile\":0},\"top\":{\"desktop\":44,\"tablet\":294,\"mobile\":287},\"hover\":false,\"alias\":\"subline\",\"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\",\"animation\":\"sfl\",\"easing\":\"Power2.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\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"video_height\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"tablet\":\"nowrap\",\"mobile\":\"nowrap\"},\"speed\":1000,\"align_hor\":{\"desktop\":\"center\",\"tablet\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"tablet\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"style\":\"WebProduct-SubTitle-Light\",\"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\":1250,\"endspeed\":1500,\"endtime\":10500,\"endanimation\":\"Fade-Out-Long\",\"endeasing\":\"Power4.easeIn\",\"width\":301,\"height\":20,\"static_styles\":{\"font-size\":{\"desktop\":\"15px\",\"tablet\":\"15px\",\"mobile\":\"13px\"},\"line-height\":{\"desktop\":\"20px\",\"tablet\":\"20px\",\"mobile\":\"20px\"},\"font-weight\":{\"desktop\":\"400\",\"tablet\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"-50px\",\"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\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"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\",\"color-transparency\":\"0.35\",\"border-transparency\":\"1\",\"parallax\":\"-\",\"corner_right\":\"nothing\",\"corner_left\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"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\"],\"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,\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":2,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"alt\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"inline\":{\"idle\":{\"letter-spacing\":\"2px\",\"font-weight\":\"500\"}},\"forceminwidth\":false,\"alt_option\":\"media_library\",\"seo-optimized\":false,\"static_end\":\"last\",\"scrollunder_offset\":\"\",\"show-on-hover\":false,\"cover_mode\":\"custom\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":10,\"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\":[]},\"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\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"Make the most of your website and enhance it with cutting-edge ThemePunch technology.\",\"type\":\"text\",\"special_type\":null,\"left\":{\"desktop\":0,\"tablet\":0,\"mobile\":0,\"notebook\":0},\"top\":{\"desktop\":129,\"tablet\":345,\"mobile\":326,\"notebook\":127},\"hover\":false,\"alias\":\"slogan\",\"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\",\"animation\":\"sfl\",\"easing\":\"Power2.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"76px\",\"mobile\":\"68px\",\"notebook\":\"auto\"},\"max_width\":{\"desktop\":\"448px\",\"tablet\":\"334px\",\"mobile\":\"277px\",\"notebook\":\"356px\"},\"video_width\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"video_height\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"normal\",\"tablet\":\"normal\",\"mobile\":\"normal\",\"notebook\":\"normal\"},\"speed\":1000,\"align_hor\":{\"desktop\":\"center\",\"tablet\":\"center\",\"mobile\":\"center\",\"notebook\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"tablet\":\"top\",\"mobile\":\"top\",\"notebook\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"link_slide\":\"nothing\",\"style\":\"WebProduct-Content-Light\",\"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\":1500,\"endtime\":10500,\"endanimation\":\"Fade-Out-Long\",\"endeasing\":\"Power4.easeIn\",\"width\":262,\"height\":73,\"static_styles\":{\"font-size\":{\"desktop\":\"16px\",\"tablet\":\"16px\",\"mobile\":\"14px\",\"notebook\":\"16px\"},\"line-height\":{\"desktop\":\"24px\",\"tablet\":\"24px\",\"mobile\":\"22\",\"notebook\":\"24px\"},\"font-weight\":{\"desktop\":\"600\",\"tablet\":\"600\",\"mobile\":\"600\",\"notebook\":\"600\"},\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\",\"mobile\":\"#ffffff\",\"notebook\":\"#ffffff\"}},\"x_start\":\"-50px\",\"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\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"center\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"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\",\"color-transparency\":\"0.65\",\"border-transparency\":\"1\",\"parallax\":\"-\",\"corner_right\":\"nothing\",\"corner_left\":\"nothing\"},\"2d_rotation\":0,\"deformation-hover\":{\"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\"],\"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,\"color-transparency\":\"1\",\"border-transparency\":\"1\",\"css_cursor\":\"auto\"},\"visible\":true,\"serial\":3,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"alt\":\"\",\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"inline\":{\"idle\":{}},\"forceminwidth\":false,\"alt_option\":\"media_library\",\"seo-optimized\":false,\"static_end\":\"last\",\"scrollunder_offset\":\"\",\"show-on-hover\":false,\"cover_mode\":\"custom\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":9,\"static_start\":\"1\",\"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\":{\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\",\"mobile\":\"#ffffff\"},\"font-size\":{\"desktop\":\"16px\",\"tablet\":\"16px\",\"mobile\":\"16px\"},\"line-height\":{\"desktop\":\"48px\",\"tablet\":\"48px\",\"mobile\":\"48px\"},\"font-weight\":{\"desktop\":\"600\",\"tablet\":\"600\",\"mobile\":\"600\"}},\"deformation\":{\"font-family\":\"Raleway\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"color-transparency\":\"1\",\"border-color\":\"#000000\",\"border-opacity\":\"0.5\",\"border-width\":\"2\",\"icon-class\":\"fa-icon-chevron-right\",\"padding\":[\"0px\",\"40px\",\"0px\",\"40px\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"border-style\":\"none\",\"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\",\"border-transparency\":\"1\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"deformation-hover\":{\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"color\":\"#333333\",\"color-transparency\":\"1\",\"border-color\":\"#000000\",\"border-opacity\":\"0.5\",\"border-width\":\"2\",\"text-decoration\":\"none\",\"border-style\":\"none\",\"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\":\"Linear.easeNone\",\"2d_origin_x\":50,\"2d_origin_y\":50,\"border-transparency\":\"1\",\"css_cursor\":\"auto\"},\"text\":\"BUY ON ENVATO\",\"type\":\"button\",\"style\":\"WebProduct-Button\",\"classes\":\"rev-btn rev-maxround rev-hiddenicon rev-uppercase\",\"left\":{\"desktop\":0,\"tablet\":0,\"mobile\":0},\"top\":{\"desktop\":268,\"tablet\":456,\"mobile\":430},\"hover\":true,\"alias\":\"call to action\",\"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\",\"animation\":\"sfl\",\"easing\":\"Power2.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\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"video_height\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"parallax_level\":\"-\",\"whitespace\":{\"desktop\":\"nowrap\",\"tablet\":\"nowrap\",\"mobile\":\"nowrap\"},\"speed\":1000,\"align_hor\":{\"desktop\":\"center\",\"tablet\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"tablet\":\"top\",\"mobile\":\"top\"},\"hiddenunder\":false,\"resizeme\":false,\"link_slide\":\"nothing\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1750,\"endspeed\":1500,\"endtime\":10500,\"endanimation\":\"Fade-Out-Long\",\"endeasing\":\"Power4.easeIn\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":263,\"height\":48,\"x_start\":\"-50px\",\"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,\"serial\":4,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"alt\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"inline\":{\"idle\":{\"letter-spacing\":\"1px\"}},\"forceminwidth\":false,\"alt_option\":\"media_library\",\"seo-optimized\":false,\"static_end\":\"last\",\"scrollunder_offset\":\"\",\"show-on-hover\":false,\"cover_mode\":\"custom\",\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"unique_id\":8,\"static_start\":\"1\",\"subtype\":\"\",\"specialsettings\":{},\"internal_class\":\"\",\"layer_action\":{\"tooltip_event\":[\"click\"],\"action\":[\"link\"],\"image_link\":[\"http:\\/\\/codecanyon.net\\/item\\/slider-revolution-responsive-wordpress-plugin\\/2751380?ref=themepunch\"],\"link_open_in\":[\"_blank\"],\"jump_to_slide\":[72],\"scrollunder_offset\":[\"\"],\"actioncallback\":[\"\"],\"layer_target\":[\"11\"],\"link_type\":[\"a\"],\"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\"}]','[\"\"]'),(90,20,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\\/classic-carousel\\/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\":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\":\"none\",\"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\":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\":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\":[]}},{\"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\"}]','[\"\"]'),(91,20,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\\/classic-carousel\\/touchit.jpg\",\"transition_ease_in\":[\"Power3.easeInOut\"],\"transition_ease_out\":[\"Power3.easeInOut\"],\"video_mute\":\"on\"}','[{\"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\":\"customin-338\",\"easing\":\"Power3.easeOut\",\"split\":\"none\",\"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\":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\":\"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\",\"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\":[]},\"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-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\\/classic-carousel\\/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\\/classic-carousel\\/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\\/classic-carousel\\/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\\/classic-carousel\\/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\"}]','[\"\"]'),(92,20,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\\/classic-carousel\\/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\":1000,\"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\":\"SlideMaskFromTop\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"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\":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\":\"[-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\",\"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\":[]}},{\"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\"}]','[\"\"]'),(93,20,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\\/classic-carousel\\/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\":\"loopandnoslidestop\",\"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\":\"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\\/classic-carousel\\/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\":[]},\"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\":\"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\":\"custom\",\"easing\":\"Back.easeOut\",\"split\":\"none\",\"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\":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\":\"5deg\",\"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\":\"PopUpSmooth\",\"orig-anim-handle\":\"PopUpSmooth\",\"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\"}]','[\"\"]'),(94,20,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\\/classic-carousel\\/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\":\"[100%]\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"customin-354\",\"easing\":\"Power2.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-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\":\"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\":[\"10px\",\"20px\",\"10px\",\"20px\"],\"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\",\"inline\":{\"idle\":{\"text-shadow\":\"5px 5px 20px rgba(0,0,0,0.5)\"}},\"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\":\"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\",\"inline\":{\"idle\":{\"text-shadow\":\"1px 2px 10px rgba(0,0,0,0.5)\"}}},{\"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\":[\"10px\",\"10px\",\"10px\",\"10px\"],\"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\",\"inline\":{\"idle\":{\"text-shadow\":\"1px 1px 10px rgba(0,0,0,0.5)\"}},\"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\":[]}}]','[\"\"]'),(95,21,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Clear\",\"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\":\"BIG BAND\",\"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\\/2016\\/08\\/IMG_3913-1-e1471052977521.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\",\"image_id\":\"4025\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"ph-navbar-old-arrows-back-color-custom-slide\":\"off\",\"ph-navbar-old-arrows-back-color-custom\":\"0,0,0,0.5\",\"ph-navbar-old-arrows-arrow-color-color-slide\":\"off\",\"ph-navbar-old-arrows-arrow-color-color\":\"#ffffff\",\"ph-navbar-old-arrows-back-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-back-size-custom\":\"70\",\"ph-navbar-old-arrows-arrow-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-arrow-size-custom\":\"20\",\"ph-navbar-old-arrows-font-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-font-size-custom\":\"13\",\"ph-navbar-old-arrows-title-wrap-border-radius-custom-slide\":\"off\",\"ph-navbar-old-arrows-title-wrap-border-radius-custom\":\"35\",\"ph-navbar-old-arrows-leftarrow-custom-slide\":\"off\",\"ph-navbar-old-arrows-leftarrow-custom\":\"\\\\\\\\e824\",\"ph-navbar-old-arrows-right-arrow-custom-slide\":\"off\",\"ph-navbar-old-arrows-right-arrow-custom\":\"\\\\\\\\e825\",\"ph-navbar-old-arrows-letter-spacing-custom-slide\":\"off\",\"ph-navbar-old-arrows-letter-spacing-custom\":\"3\",\"ph-navbar-old-arrows-overlay-rgba-color-rgba-slide\":\"off\",\"ph-navbar-old-arrows-overlay-rgba-color-rgba\":\"rgba(0,0,0,0.51)\",\"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-zeus-tabs-bg-color-custom-slide\":\"off\",\"ph-zeus-tabs-bg-color-custom\":\"0,0,0,0.25\",\"ph-zeus-tabs-back-hover-color-rgba-slide\":\"off\",\"ph-zeus-tabs-back-hover-color-rgba\":\"#ffffff\",\"ph-zeus-tabs-color-color-slide\":\"off\",\"ph-zeus-tabs-color-color\":\"#ffffff\",\"ph-zeus-tabs-hover-color-color-slide\":\"off\",\"ph-zeus-tabs-hover-color-color\":\"#000000\",\"ph-zeus-tabs-font-size-custom-slide\":\"off\",\"ph-zeus-tabs-font-size-custom\":\"13\",\"ph-zeus-tabs-title-font-font_family-slide\":\"off\",\"ph-zeus-tabs-title-font-font_family\":\"Roboto Slab\",\"ph-zeus-tabs-padding-custom-slide\":\"off\",\"ph-zeus-tabs-padding-custom\":\"9px 10px\",\"ph-navbar-thumbs-bg-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-bg-color-rgba\":\"rgba(0,0,0,0.25)\",\"ph-navbar-thumbs-titlebg-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-titlebg-color-rgba\":\"rgba(255,255,255,0.81)\",\"ph-navbar-thumbs-hovercolor-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-hovercolor-color-rgba\":\"#ffffff\",\"ph-navbar-thumbs-hbgb-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-hbgb-color-rgba\":\"#777777\"}','[{\"text\":\"COAST BIG BAND\",\"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\":\"none\",\"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\":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\":\"-\",\"text-transform\":\"none\"},\"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\",\"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\",\"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_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"layer-selectable\":\"default\",\"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\":\"MUSIC FOR ANY EVENT\",\"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\":\"PopUpSmooth\",\"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\":\"-\",\"text-transform\":\"none\"},\"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\",\"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_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"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,\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"split_in_extratime\":-5,\"split_out_extratime\":-10,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"layer-selectable\":\"default\",\"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-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\":\"-\",\"text-transform\":\"none\"},\"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\",\"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\",\"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\",\"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,\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":1,\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":1,\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"split_in_extratime\":-5,\"split_out_extratime\":-10}]','\"\"'),(96,21,2,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Clear\",\"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\":\"CLASSIC\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_thumb\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/2016\\/08\\/microphone-on-stage-wallpaper-2.jpg\",\"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\\/2016\\/08\\/microphone-on-stage-wallpaper-2.jpg\",\"transition_ease_in\":[\"Power3.easeInOut\"],\"transition_ease_out\":[\"Power3.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\",\"image_id\":\"4027\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"ph-navbar-old-arrows-back-color-custom-slide\":\"off\",\"ph-navbar-old-arrows-back-color-custom\":\"0,0,0,0.5\",\"ph-navbar-old-arrows-arrow-color-color-slide\":\"off\",\"ph-navbar-old-arrows-arrow-color-color\":\"#ffffff\",\"ph-navbar-old-arrows-back-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-back-size-custom\":\"70\",\"ph-navbar-old-arrows-arrow-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-arrow-size-custom\":\"20\",\"ph-navbar-old-arrows-font-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-font-size-custom\":\"13\",\"ph-navbar-old-arrows-title-wrap-border-radius-custom-slide\":\"off\",\"ph-navbar-old-arrows-title-wrap-border-radius-custom\":\"35\",\"ph-navbar-old-arrows-leftarrow-custom-slide\":\"off\",\"ph-navbar-old-arrows-leftarrow-custom\":\"\\\\\\\\e824\",\"ph-navbar-old-arrows-right-arrow-custom-slide\":\"off\",\"ph-navbar-old-arrows-right-arrow-custom\":\"\\\\\\\\e825\",\"ph-navbar-old-arrows-letter-spacing-custom-slide\":\"off\",\"ph-navbar-old-arrows-letter-spacing-custom\":\"3\",\"ph-navbar-old-arrows-overlay-rgba-color-rgba-slide\":\"off\",\"ph-navbar-old-arrows-overlay-rgba-color-rgba\":\"rgba(0,0,0,0.51)\",\"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-zeus-tabs-bg-color-custom-slide\":\"off\",\"ph-zeus-tabs-bg-color-custom\":\"0,0,0,0.25\",\"ph-zeus-tabs-back-hover-color-rgba-slide\":\"off\",\"ph-zeus-tabs-back-hover-color-rgba\":\"#ffffff\",\"ph-zeus-tabs-color-color-slide\":\"off\",\"ph-zeus-tabs-color-color\":\"#ffffff\",\"ph-zeus-tabs-hover-color-color-slide\":\"off\",\"ph-zeus-tabs-hover-color-color\":\"#000000\",\"ph-zeus-tabs-font-size-custom-slide\":\"off\",\"ph-zeus-tabs-font-size-custom\":\"13\",\"ph-zeus-tabs-title-font-font_family-slide\":\"off\",\"ph-zeus-tabs-title-font-font_family\":\"Roboto Slab\",\"ph-zeus-tabs-padding-custom-slide\":\"off\",\"ph-zeus-tabs-padding-custom\":\"9px 10px\",\"ph-navbar-thumbs-bg-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-bg-color-rgba\":\"rgba(0,0,0,0.25)\",\"ph-navbar-thumbs-titlebg-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-titlebg-color-rgba\":\"rgba(255,255,255,0.81)\",\"ph-navbar-thumbs-hovercolor-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-hovercolor-color-rgba\":\"#ffffff\",\"ph-navbar-thumbs-hbgb-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-hbgb-color-rgba\":\"#777777\"}','[{\"text\":\"MUSIC YOU LOVE\",\"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\":\"custom\",\"easing\":\"Power3.easeOut\",\"split\":\"none\",\"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\":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\":\"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\",\"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\",\"text-transform\":\"none\"},\"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\",\"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\",\"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_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"layer-selectable\":\"default\",\"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\":\"FROM BIG BAND TO ROCK\",\"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\":\"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\":\"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\",\"text-transform\":\"none\"},\"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\",\"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_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"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,\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"split_in_extratime\":-5,\"split_out_extratime\":-10,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"layer-selectable\":\"default\",\"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\",\"text-transform\":\"none\"},\"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\",\"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\",\"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\",\"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,\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":1,\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":1,\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"split_in_extratime\":-5,\"split_out_extratime\":-10},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/classic-carousel\\/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\",\"text-transform\":\"none\"},\"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\",\"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\":[]},\"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\",\"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,\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":1,\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":1,\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"split_in_extratime\":-10,\"split_out_extratime\":-10},{\"style\":\"\",\"text\":\"Image 7\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/classic-carousel\\/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\",\"text-transform\":\"none\"},\"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\",\"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\":[]},\"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\",\"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,\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":1,\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":1,\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"split_in_extratime\":-10,\"split_out_extratime\":-10},{\"style\":\"\",\"text\":\"Image 8\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/classic-carousel\\/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\",\"text-transform\":\"none\"},\"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\",\"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\":[]},\"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\",\"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,\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":1,\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":1,\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"split_in_extratime\":-10,\"split_out_extratime\":-10},{\"style\":\"\",\"text\":\"Image 9\",\"type\":\"image\",\"image_url\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/uploads\\/revslider\\/classic-carousel\\/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\",\"text-transform\":\"none\"},\"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\",\"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\":[]},\"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\",\"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,\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":1,\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":1,\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"split_in_extratime\":-10,\"split_out_extratime\":-10}]','\"\"'),(97,21,3,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Clear\",\"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\":\"FUN \",\"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\\/2016\\/08\\/IMG_5630-2.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\",\"image_id\":\"4028\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"ph-navbar-old-arrows-back-color-custom-slide\":\"off\",\"ph-navbar-old-arrows-back-color-custom\":\"0,0,0,0.5\",\"ph-navbar-old-arrows-arrow-color-color-slide\":\"off\",\"ph-navbar-old-arrows-arrow-color-color\":\"#ffffff\",\"ph-navbar-old-arrows-back-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-back-size-custom\":\"70\",\"ph-navbar-old-arrows-arrow-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-arrow-size-custom\":\"20\",\"ph-navbar-old-arrows-font-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-font-size-custom\":\"13\",\"ph-navbar-old-arrows-title-wrap-border-radius-custom-slide\":\"off\",\"ph-navbar-old-arrows-title-wrap-border-radius-custom\":\"35\",\"ph-navbar-old-arrows-leftarrow-custom-slide\":\"off\",\"ph-navbar-old-arrows-leftarrow-custom\":\"\\\\\\\\e824\",\"ph-navbar-old-arrows-right-arrow-custom-slide\":\"off\",\"ph-navbar-old-arrows-right-arrow-custom\":\"\\\\\\\\e825\",\"ph-navbar-old-arrows-letter-spacing-custom-slide\":\"off\",\"ph-navbar-old-arrows-letter-spacing-custom\":\"3\",\"ph-navbar-old-arrows-overlay-rgba-color-rgba-slide\":\"off\",\"ph-navbar-old-arrows-overlay-rgba-color-rgba\":\"rgba(0,0,0,0.51)\",\"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-zeus-tabs-bg-color-custom-slide\":\"off\",\"ph-zeus-tabs-bg-color-custom\":\"0,0,0,0.25\",\"ph-zeus-tabs-back-hover-color-rgba-slide\":\"off\",\"ph-zeus-tabs-back-hover-color-rgba\":\"#ffffff\",\"ph-zeus-tabs-color-color-slide\":\"off\",\"ph-zeus-tabs-color-color\":\"#ffffff\",\"ph-zeus-tabs-hover-color-color-slide\":\"off\",\"ph-zeus-tabs-hover-color-color\":\"#000000\",\"ph-zeus-tabs-font-size-custom-slide\":\"off\",\"ph-zeus-tabs-font-size-custom\":\"13\",\"ph-zeus-tabs-title-font-font_family-slide\":\"off\",\"ph-zeus-tabs-title-font-font_family\":\"Roboto Slab\",\"ph-zeus-tabs-padding-custom-slide\":\"off\",\"ph-zeus-tabs-padding-custom\":\"9px 10px\",\"ph-navbar-thumbs-bg-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-bg-color-rgba\":\"rgba(0,0,0,0.25)\",\"ph-navbar-thumbs-titlebg-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-titlebg-color-rgba\":\"rgba(255,255,255,0.81)\",\"ph-navbar-thumbs-hovercolor-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-hovercolor-color-rgba\":\"#ffffff\",\"ph-navbar-thumbs-hbgb-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-hbgb-color-rgba\":\"#777777\"}','[{\"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\":\"-\",\"text-transform\":\"none\"},\"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\",\"zindex\":\"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\":1000,\"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\":[]},\"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,\"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\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":1,\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":1,\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"split_in_extratime\":-10,\"split_out_extratime\":-10},{\"text\":\"FUN\",\"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\":\"SlideMaskFromTop\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"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\":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\":\"[-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\",\"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\":\"-\",\"text-transform\":\"none\"},\"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\",\"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\",\"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_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"layer-selectable\":\"default\",\"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\":\"FROM BEGINNING TO END\",\"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\":\"SlideMaskFromTop\",\"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\":\"-\",\"text-transform\":\"none\"},\"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\",\"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_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"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,\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"split_in_extratime\":-5,\"split_out_extratime\":-10,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"layer-selectable\":\"default\",\"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\":[]}}]','\"\"'),(98,21,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\\/classic-carousel\\/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\":\"loopandnoslidestop\",\"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\":\"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\\/classic-carousel\\/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\":[]},\"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\":\"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\":\"custom\",\"easing\":\"Back.easeOut\",\"split\":\"none\",\"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\":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\":\"5deg\",\"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\":\"PopUpSmooth\",\"orig-anim-handle\":\"PopUpSmooth\",\"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\"}]','[\"\"]'),(99,21,5,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Clear\",\"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\":\"STYLE\",\"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\\/2016\\/08\\/FullSizeRender-2.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\",\"image_id\":\"4029\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"ph-navbar-old-arrows-back-color-custom-slide\":\"off\",\"ph-navbar-old-arrows-back-color-custom\":\"0,0,0,0.5\",\"ph-navbar-old-arrows-arrow-color-color-slide\":\"off\",\"ph-navbar-old-arrows-arrow-color-color\":\"#ffffff\",\"ph-navbar-old-arrows-back-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-back-size-custom\":\"70\",\"ph-navbar-old-arrows-arrow-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-arrow-size-custom\":\"20\",\"ph-navbar-old-arrows-font-size-custom-slide\":\"off\",\"ph-navbar-old-arrows-font-size-custom\":\"13\",\"ph-navbar-old-arrows-title-wrap-border-radius-custom-slide\":\"off\",\"ph-navbar-old-arrows-title-wrap-border-radius-custom\":\"35\",\"ph-navbar-old-arrows-leftarrow-custom-slide\":\"off\",\"ph-navbar-old-arrows-leftarrow-custom\":\"\\\\\\\\e824\",\"ph-navbar-old-arrows-right-arrow-custom-slide\":\"off\",\"ph-navbar-old-arrows-right-arrow-custom\":\"\\\\\\\\e825\",\"ph-navbar-old-arrows-letter-spacing-custom-slide\":\"off\",\"ph-navbar-old-arrows-letter-spacing-custom\":\"3\",\"ph-navbar-old-arrows-overlay-rgba-color-rgba-slide\":\"off\",\"ph-navbar-old-arrows-overlay-rgba-color-rgba\":\"rgba(0,0,0,0.51)\",\"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-zeus-tabs-bg-color-custom-slide\":\"off\",\"ph-zeus-tabs-bg-color-custom\":\"0,0,0,0.25\",\"ph-zeus-tabs-back-hover-color-rgba-slide\":\"off\",\"ph-zeus-tabs-back-hover-color-rgba\":\"#ffffff\",\"ph-zeus-tabs-color-color-slide\":\"off\",\"ph-zeus-tabs-color-color\":\"#ffffff\",\"ph-zeus-tabs-hover-color-color-slide\":\"off\",\"ph-zeus-tabs-hover-color-color\":\"#000000\",\"ph-zeus-tabs-font-size-custom-slide\":\"off\",\"ph-zeus-tabs-font-size-custom\":\"13\",\"ph-zeus-tabs-title-font-font_family-slide\":\"off\",\"ph-zeus-tabs-title-font-font_family\":\"Roboto Slab\",\"ph-zeus-tabs-padding-custom-slide\":\"off\",\"ph-zeus-tabs-padding-custom\":\"9px 10px\",\"ph-navbar-thumbs-bg-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-bg-color-rgba\":\"rgba(0,0,0,0.25)\",\"ph-navbar-thumbs-titlebg-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-titlebg-color-rgba\":\"rgba(255,255,255,0.81)\",\"ph-navbar-thumbs-hovercolor-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-hovercolor-color-rgba\":\"#ffffff\",\"ph-navbar-thumbs-hbgb-color-rgba-slide\":\"off\",\"ph-navbar-thumbs-hbgb-color-rgba\":\"#777777\",\"0\":\"Clear\"}','[{\"text\":\"WE ADD TO YOUR EVENT\",\"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\":\"[100%]\",\"mask_x_end\":\"inherit\",\"mask_y_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"custom\",\"easing\":\"Power2.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-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\":\"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\":[\"10px\",\"20px\",\"10px\",\"20px\"],\"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\":\"-\",\"text-transform\":\"none\"},\"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\",\"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\",\"inline\":{\"idle\":{\"text-shadow\":\"5px 5px 20px rgba(0,0,0,0.5)\"}},\"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_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"split_in_extratime\":-5,\"split_out_extratime\":-10,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"layer-selectable\":\"default\",\"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\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"ELEGANT TO LAID BACK...WE CAN DO IT\",\"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\":\"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\":\"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\":\"-\",\"text-transform\":\"none\"},\"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\",\"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_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"inline\":{\"idle\":{\"text-shadow\":\"1px 2px 10px rgba(0,0,0,0.5)\"}},\"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,\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"split_in_extratime\":-5,\"split_out_extratime\":-10,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"layer-selectable\":\"default\",\"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\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"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\":[\"10px\",\"10px\",\"10px\",\"10px\"],\"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\":\"-\",\"text-transform\":\"none\"},\"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\",\"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\",\"inline\":{\"idle\":{\"text-shadow\":\"1px 1px 10px rgba(0,0,0,0.5)\"}},\"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\":[]},\"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,\"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\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":1,\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":1,\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"split_in_extratime\":-5,\"split_out_extratime\":-10}]','\"\"'),(100,22,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Clear\",\"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\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"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_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=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\",\"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\":\"Slide\",\"delay\":\"\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"https:\\/\\/revolution.themepunch.com\\/wp-content\\/\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"cube\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"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\",\"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\\/duotone\\/duo5_w.jpg\",\"ph-uranus-arrows-height-custom-slide\":\"off\",\"ph-uranus-arrows-height-custom\":\"60\",\"ph-uranus-arrows-font-size-custom-slide\":\"off\",\"ph-uranus-arrows-font-size-custom\":\"60\",\"ph-uranus-arrows-background-color-rgba-slide\":\"off\",\"ph-uranus-arrows-background-color-rgba\":\"rgba(255,255,255,0)\",\"ph-uranus-arrows-width-custom-slide\":\"off\",\"ph-uranus-arrows-width-custom\":\"60\",\"slide_parallax_level\":\"3\",\"ph-preview4-bullets-bullet-size-custom-slide\":\"off\",\"ph-preview4-bullets-bullet-size-custom\":\"12\",\"ph-preview4-bullets-bullet-color-color-slide\":\"off\",\"ph-preview4-bullets-bullet-color-color\":\"#ffffff\",\"ph-preview4-bullets-border-custom-slide\":\"off\",\"ph-preview4-bullets-border-custom\":\"2\",\"ph-preview4-bullets-bullet-hover-color-rgba-slide\":\"off\",\"ph-preview4-bullets-bullet-hover-color-rgba\":\"rgba(0,0,0,0.21)\"}','[{\"text\":\"WALKING<br\\/>\\nTHE CITY\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0,\"tablet\":0,\"notebook\":0,\"mobile\":0},\"top\":{\"desktop\":-70,\"tablet\":-70,\"notebook\":-70,\"mobile\":-100},\"internal_class\":\"\",\"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\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"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_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"custom\",\"easing\":\"Power4.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"6\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"720px\",\"tablet\":\"480px\",\"notebook\":\"640\",\"mobile\":\"300px\"},\"video_width\":{\"desktop\":\"480\",\"tablet\":\"480\",\"notebook\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"tablet\":\"360\",\"notebook\":\"360\",\"mobile\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\",\"tablet\":\"normal\",\"notebook\":\"normal\",\"mobile\":\"normal\"},\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"center\",\"tablet\":\"center\",\"notebook\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"tablet\":\"middle\",\"notebook\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":false,\"show-on-hover\":false,\"basealign\":\"grid\",\"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\",\"static_styles\":{\"font-size\":{\"desktop\":\"60px\",\"tablet\":\"40px\",\"notebook\":\"60px\",\"mobile\":\"20px\"},\"line-height\":{\"desktop\":\"70px\",\"tablet\":\"50px\",\"notebook\":\"70px\",\"mobile\":\"30px\"},\"font-weight\":{\"desktop\":\"700\",\"tablet\":\"700\",\"notebook\":\"700\",\"mobile\":\"700\"},\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\",\"notebook\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"20px\",\"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\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Open Sans\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"center\",\"text-transform\":\"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\"],\"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\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"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\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"split_in_extratime\":-6,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"orig-anim\":\"Short-from-Bottom\",\"orig-anim-handle\":\"sfb\",\"inline\":{\"idle\":{\"letter-spacing\":\"10px\"}},\"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\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"Post-ironic authentic drinking vinegar chambray quinoa. VHS letterpress sriracha, tacos skateboard migas farm-to-table artisan kombucha. \",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":0,\"notebook\":0,\"tablet\":0,\"mobile\":0},\"top\":{\"desktop\":44,\"notebook\":57,\"tablet\":39,\"mobile\":0},\"internal_class\":\"\",\"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\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"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_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"custom\",\"easing\":\"Power4.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"6\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"720px\",\"notebook\":\"480px\",\"tablet\":\"480px\",\"mobile\":\"300px\"},\"video_width\":{\"desktop\":\"480\",\"notebook\":\"480\",\"tablet\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"notebook\":\"360\",\"tablet\":\"360\",\"mobile\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\",\"notebook\":\"normal\",\"tablet\":\"normal\",\"mobile\":\"normal\"},\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"center\",\"notebook\":\"center\",\"tablet\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\",\"tablet\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":false,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":false,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":700,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":640,\"height\":84,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"17px\",\"notebook\":\"17px\",\"tablet\":\"17px\",\"mobile\":\"15px\"},\"line-height\":{\"desktop\":\"26px\",\"notebook\":\"26px\",\"tablet\":\"26px\",\"mobile\":\"24px\"},\"font-weight\":{\"desktop\":\"400\",\"notebook\":\"400\",\"tablet\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"notebook\":\"#ffffff\",\"tablet\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"10px\",\"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\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Open Sans\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"center\",\"text-transform\":\"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\"],\"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\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"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\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"split_in_extratime\":-6,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"orig-anim\":\"Short-from-Bottom\",\"orig-anim-handle\":\"sfb\",\"inline\":{\"idle\":{}},\"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\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"static_styles\":{\"color\":{\"desktop\":\"#000000\",\"tablet\":\"#000000\",\"mobile\":\"#000000\",\"notebook\":\"#000000\"},\"font-size\":{\"desktop\":\"15px\",\"tablet\":\"15px\",\"mobile\":\"15px\",\"notebook\":\"15px\"},\"line-height\":{\"desktop\":\"40px\",\"tablet\":\"40px\",\"mobile\":\"40px\",\"notebook\":\"40px\"},\"font-weight\":{\"desktop\":\"700\",\"tablet\":\"700\",\"mobile\":\"700\",\"notebook\":\"700\"}},\"inline\":{\"idle\":{\"outline\":\"none\",\"box-shadow\":\"none\",\"box-sizing\":\"border-box\",\"-moz-box-sizing\":\"border-box\",\"-webkit-box-sizing\":\"border-box\"},\"hover\":{}},\"deformation\":{\"padding\":[\"0px\",\"30px\",\"0px\",\"30px\"],\"font-family\":\"Open Sans\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"color-transparency\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-opacity\":\"1\",\"border-width\":\"0\",\"border-style\":\"solid\",\"icon-class\":\"\",\"text-decoration\":\"none\",\"font-style\":\"normal\",\"text-align\":\"left\",\"text-transform\":\"none\",\"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\"},\"deformation-hover\":{\"background-color\":\"#eeeeee\",\"background-transparency\":\"1\",\"color\":\"#000000\",\"color-transparency\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-opacity\":\"1\",\"border-width\":\"0\",\"border-style\":\"solid\",\"icon-class\":\"\",\"css_cursor\":\"pointer\",\"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\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\"},\"text\":\"READ MORE\",\"type\":\"button\",\"subtype\":\"roundbutton\",\"specialsettings\":{},\"alias\":\"CALL TO ACTION\",\"style\":\"\",\"internal_class\":\"rev-btn\",\"resize-full\":false,\"resizeme\":false,\"max_width\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\"},\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\"},\"autolinebreak\":false,\"hover\":true,\"unique_id\":4,\"left\":{\"desktop\":0,\"tablet\":0,\"mobile\":0,\"notebook\":0},\"top\":{\"desktop\":133,\"tablet\":141,\"mobile\":102,\"notebook\":159},\"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\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"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_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"custom\",\"easing\":\"Power4.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"video_width\":{\"desktop\":\"480\",\"tablet\":\"480\",\"mobile\":\"480\",\"notebook\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"tablet\":\"360\",\"mobile\":\"360\",\"notebook\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"tablet\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"center\",\"tablet\":\"center\",\"mobile\":\"center\",\"notebook\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"tablet\":\"middle\",\"mobile\":\"middle\",\"notebook\":\"middle\"},\"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\":\"grid\",\"responsive_offset\":false,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":900,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":147,\"height\":41,\"cover_mode\":\"custom\",\"x_start\":\"inherit\",\"y_start\":\"20px\",\"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\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"orig-anim\":\"Fade-In\",\"orig-anim-handle\":\"tp-fade\",\"layer_action\":{\"tooltip_event\":[\"click\"],\"action\":[\"scroll_under\"],\"image_link\":[\"\"],\"link_open_in\":[\"_self\"],\"jump_to_slide\":[101],\"scrollunder_offset\":[\"\"],\"actioncallback\":[\"\"],\"layer_target\":[\"backgroundvideo\"],\"link_type\":[\"jquery\"],\"action_delay\":[\"\"],\"toggle_layer_type\":[\"visible\"],\"toggle_class\":[\"\"]}}]','[\"\"]'),(101,22,2,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Clear\",\"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\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"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_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=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\",\"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\":\"Slide\",\"delay\":\"\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"https:\\/\\/revolution.themepunch.com\\/wp-content\\/\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"cube\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"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\",\"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\\/duotone\\/duo4_w.jpg\",\"ph-uranus-arrows-height-custom-slide\":\"off\",\"ph-uranus-arrows-height-custom\":\"60\",\"ph-uranus-arrows-font-size-custom-slide\":\"off\",\"ph-uranus-arrows-font-size-custom\":\"60\",\"ph-uranus-arrows-background-color-rgba-slide\":\"off\",\"ph-uranus-arrows-background-color-rgba\":\"rgba(255,255,255,0)\",\"ph-uranus-arrows-width-custom-slide\":\"off\",\"ph-uranus-arrows-width-custom\":\"60\",\"slide_parallax_level\":\"3\",\"ph-preview4-bullets-bullet-size-custom-slide\":\"off\",\"ph-preview4-bullets-bullet-size-custom\":\"12\",\"ph-preview4-bullets-bullet-color-color-slide\":\"off\",\"ph-preview4-bullets-bullet-color-color\":\"#ffffff\",\"ph-preview4-bullets-border-custom-slide\":\"off\",\"ph-preview4-bullets-border-custom\":\"2\",\"ph-preview4-bullets-bullet-hover-color-rgba-slide\":\"off\",\"ph-preview4-bullets-bullet-hover-color-rgba\":\"rgba(0,0,0,0.21)\"}','[{\"text\":\"FOREST<BR\\/>\\nEXPLORATION\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0,\"tablet\":0,\"notebook\":0,\"mobile\":0},\"top\":{\"desktop\":-70,\"tablet\":-70,\"notebook\":-70,\"mobile\":-100},\"internal_class\":\"\",\"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\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"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_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"custom\",\"easing\":\"Power4.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"6\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"720px\",\"tablet\":\"480px\",\"notebook\":\"640\",\"mobile\":\"300px\"},\"video_width\":{\"desktop\":\"480\",\"tablet\":\"480\",\"notebook\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"tablet\":\"360\",\"notebook\":\"360\",\"mobile\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\",\"tablet\":\"normal\",\"notebook\":\"normal\",\"mobile\":\"normal\"},\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"center\",\"tablet\":\"center\",\"notebook\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"tablet\":\"middle\",\"notebook\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":false,\"show-on-hover\":false,\"basealign\":\"grid\",\"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\",\"static_styles\":{\"font-size\":{\"desktop\":\"60px\",\"tablet\":\"40px\",\"notebook\":\"60px\",\"mobile\":\"20px\"},\"line-height\":{\"desktop\":\"70px\",\"tablet\":\"50px\",\"notebook\":\"70px\",\"mobile\":\"30px\"},\"font-weight\":{\"desktop\":\"700\",\"tablet\":\"700\",\"notebook\":\"700\",\"mobile\":\"700\"},\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\",\"notebook\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"20px\",\"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\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Open Sans\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"center\",\"text-transform\":\"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\"],\"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\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"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\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"split_in_extratime\":-6,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"orig-anim\":\"Short-from-Bottom\",\"orig-anim-handle\":\"sfb\",\"inline\":{\"idle\":{\"letter-spacing\":\"10px\"}},\"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\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"Post-ironic authentic drinking vinegar chambray quinoa. VHS letterpress sriracha, tacos skateboard migas farm-to-table artisan kombucha. \",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":0,\"notebook\":0,\"tablet\":0,\"mobile\":0},\"top\":{\"desktop\":44,\"notebook\":57,\"tablet\":39,\"mobile\":0},\"internal_class\":\"\",\"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\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"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_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"custom\",\"easing\":\"Power4.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"6\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"720px\",\"notebook\":\"480px\",\"tablet\":\"480px\",\"mobile\":\"300px\"},\"video_width\":{\"desktop\":\"480\",\"notebook\":\"480\",\"tablet\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"notebook\":\"360\",\"tablet\":\"360\",\"mobile\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\",\"notebook\":\"normal\",\"tablet\":\"normal\",\"mobile\":\"normal\"},\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"center\",\"notebook\":\"center\",\"tablet\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\",\"tablet\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":false,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":false,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":700,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":640,\"height\":84,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"17px\",\"notebook\":\"17px\",\"tablet\":\"17px\",\"mobile\":\"15px\"},\"line-height\":{\"desktop\":\"26px\",\"notebook\":\"26px\",\"tablet\":\"26px\",\"mobile\":\"24px\"},\"font-weight\":{\"desktop\":\"400\",\"notebook\":\"400\",\"tablet\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"notebook\":\"#ffffff\",\"tablet\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"10px\",\"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\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Open Sans\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"center\",\"text-transform\":\"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\"],\"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\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"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\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"split_in_extratime\":-6,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"orig-anim\":\"Short-from-Bottom\",\"orig-anim-handle\":\"sfb\",\"inline\":{\"idle\":{}},\"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\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"static_styles\":{\"color\":{\"desktop\":\"#000000\",\"tablet\":\"#000000\",\"mobile\":\"#000000\",\"notebook\":\"#000000\"},\"font-size\":{\"desktop\":\"15px\",\"tablet\":\"15px\",\"mobile\":\"15px\",\"notebook\":\"15px\"},\"line-height\":{\"desktop\":\"40px\",\"tablet\":\"40px\",\"mobile\":\"40px\",\"notebook\":\"40px\"},\"font-weight\":{\"desktop\":\"700\",\"tablet\":\"700\",\"mobile\":\"700\",\"notebook\":\"700\"}},\"inline\":{\"idle\":{\"outline\":\"none\",\"box-shadow\":\"none\",\"box-sizing\":\"border-box\",\"-moz-box-sizing\":\"border-box\",\"-webkit-box-sizing\":\"border-box\"},\"hover\":{}},\"deformation\":{\"padding\":[\"0px\",\"30px\",\"0px\",\"30px\"],\"font-family\":\"Open Sans\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"color-transparency\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-opacity\":\"1\",\"border-width\":\"0\",\"border-style\":\"solid\",\"icon-class\":\"\",\"text-decoration\":\"none\",\"font-style\":\"normal\",\"text-align\":\"left\",\"text-transform\":\"none\",\"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\"},\"deformation-hover\":{\"background-color\":\"#eeeeee\",\"background-transparency\":\"1\",\"color\":\"#000000\",\"color-transparency\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-opacity\":\"1\",\"border-width\":\"0\",\"border-style\":\"solid\",\"icon-class\":\"\",\"css_cursor\":\"pointer\",\"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\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\"},\"text\":\"READ MORE\",\"type\":\"button\",\"subtype\":\"roundbutton\",\"specialsettings\":{},\"alias\":\"CALL TO ACTION\",\"style\":\"\",\"internal_class\":\"rev-btn\",\"resize-full\":false,\"resizeme\":false,\"max_width\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\"},\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\"},\"autolinebreak\":false,\"hover\":true,\"unique_id\":4,\"left\":{\"desktop\":0,\"tablet\":0,\"mobile\":0,\"notebook\":0},\"top\":{\"desktop\":133,\"tablet\":141,\"mobile\":102,\"notebook\":159},\"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\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"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_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"custom\",\"easing\":\"Power4.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"video_width\":{\"desktop\":\"480\",\"tablet\":\"480\",\"mobile\":\"480\",\"notebook\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"tablet\":\"360\",\"mobile\":\"360\",\"notebook\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"tablet\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"center\",\"tablet\":\"center\",\"mobile\":\"center\",\"notebook\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"tablet\":\"middle\",\"mobile\":\"middle\",\"notebook\":\"middle\"},\"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\":\"grid\",\"responsive_offset\":false,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":900,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":147,\"height\":41,\"cover_mode\":\"custom\",\"x_start\":\"inherit\",\"y_start\":\"20px\",\"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\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"orig-anim\":\"Fade-In\",\"orig-anim-handle\":\"tp-fade\",\"layer_action\":{\"tooltip_event\":[\"click\"],\"action\":[\"scroll_under\"],\"image_link\":[\"\"],\"link_open_in\":[\"_self\"],\"jump_to_slide\":[100],\"scrollunder_offset\":[\"\"],\"actioncallback\":[\"\"],\"layer_target\":[\"backgroundvideo\"],\"link_type\":[\"jquery\"],\"action_delay\":[\"\"],\"toggle_layer_type\":[\"visible\"],\"toggle_class\":[\"\"]}}]','[\"\"]'),(102,22,3,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Clear\",\"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\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"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_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=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\",\"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\":\"Slide\",\"delay\":\"\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"https:\\/\\/revolution.themepunch.com\\/wp-content\\/\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"cube\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"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\",\"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\\/duotone\\/duo3_w.jpg\",\"ph-uranus-arrows-height-custom-slide\":\"off\",\"ph-uranus-arrows-height-custom\":\"60\",\"ph-uranus-arrows-font-size-custom-slide\":\"off\",\"ph-uranus-arrows-font-size-custom\":\"60\",\"ph-uranus-arrows-background-color-rgba-slide\":\"off\",\"ph-uranus-arrows-background-color-rgba\":\"rgba(255,255,255,0)\",\"ph-uranus-arrows-width-custom-slide\":\"off\",\"ph-uranus-arrows-width-custom\":\"60\",\"slide_parallax_level\":\"3\",\"ph-preview4-bullets-bullet-size-custom-slide\":\"off\",\"ph-preview4-bullets-bullet-size-custom\":\"12\",\"ph-preview4-bullets-bullet-color-color-slide\":\"off\",\"ph-preview4-bullets-bullet-color-color\":\"#ffffff\",\"ph-preview4-bullets-border-custom-slide\":\"off\",\"ph-preview4-bullets-border-custom\":\"2\",\"ph-preview4-bullets-bullet-hover-color-rgba-slide\":\"off\",\"ph-preview4-bullets-bullet-hover-color-rgba\":\"rgba(0,0,0,0.21)\"}','[{\"text\":\"CURIOSITY<BR\\/>\\nREWARDED\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0,\"tablet\":0,\"notebook\":0,\"mobile\":0},\"top\":{\"desktop\":-70,\"tablet\":-70,\"notebook\":-70,\"mobile\":-100},\"internal_class\":\"\",\"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\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"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_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"custom\",\"easing\":\"Power4.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"6\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"720px\",\"tablet\":\"480px\",\"notebook\":\"640\",\"mobile\":\"300px\"},\"video_width\":{\"desktop\":\"480\",\"tablet\":\"480\",\"notebook\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"tablet\":\"360\",\"notebook\":\"360\",\"mobile\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\",\"tablet\":\"normal\",\"notebook\":\"normal\",\"mobile\":\"normal\"},\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"center\",\"tablet\":\"center\",\"notebook\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"tablet\":\"middle\",\"notebook\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":false,\"show-on-hover\":false,\"basealign\":\"grid\",\"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\",\"static_styles\":{\"font-size\":{\"desktop\":\"60px\",\"tablet\":\"40px\",\"notebook\":\"60px\",\"mobile\":\"20px\"},\"line-height\":{\"desktop\":\"70px\",\"tablet\":\"50px\",\"notebook\":\"70px\",\"mobile\":\"30px\"},\"font-weight\":{\"desktop\":\"700\",\"tablet\":\"700\",\"notebook\":\"700\",\"mobile\":\"700\"},\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\",\"notebook\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"20px\",\"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\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Open Sans\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"center\",\"text-transform\":\"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\"],\"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\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"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\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"split_in_extratime\":-6,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"orig-anim\":\"Short-from-Bottom\",\"orig-anim-handle\":\"sfb\",\"inline\":{\"idle\":{\"letter-spacing\":\"10px\"}},\"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\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"Post-ironic authentic drinking vinegar chambray quinoa. VHS letterpress sriracha, tacos skateboard migas farm-to-table artisan kombucha. \",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":0,\"notebook\":0,\"tablet\":0,\"mobile\":0},\"top\":{\"desktop\":44,\"notebook\":57,\"tablet\":39,\"mobile\":0},\"internal_class\":\"\",\"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\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"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_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"custom\",\"easing\":\"Power4.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"6\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"720px\",\"notebook\":\"480px\",\"tablet\":\"480px\",\"mobile\":\"300px\"},\"video_width\":{\"desktop\":\"480\",\"notebook\":\"480\",\"tablet\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"notebook\":\"360\",\"tablet\":\"360\",\"mobile\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\",\"notebook\":\"normal\",\"tablet\":\"normal\",\"mobile\":\"normal\"},\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"center\",\"notebook\":\"center\",\"tablet\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\",\"tablet\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":false,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":false,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":700,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":640,\"height\":84,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"17px\",\"notebook\":\"17px\",\"tablet\":\"17px\",\"mobile\":\"15px\"},\"line-height\":{\"desktop\":\"26px\",\"notebook\":\"26px\",\"tablet\":\"26px\",\"mobile\":\"24px\"},\"font-weight\":{\"desktop\":\"400\",\"notebook\":\"400\",\"tablet\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"notebook\":\"#ffffff\",\"tablet\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"10px\",\"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\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Open Sans\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"center\",\"text-transform\":\"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\"],\"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\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"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\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"split_in_extratime\":-6,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"orig-anim\":\"Short-from-Bottom\",\"orig-anim-handle\":\"sfb\",\"inline\":{\"idle\":{}},\"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\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"static_styles\":{\"color\":{\"desktop\":\"#000000\",\"tablet\":\"#000000\",\"mobile\":\"#000000\",\"notebook\":\"#000000\"},\"font-size\":{\"desktop\":\"15px\",\"tablet\":\"15px\",\"mobile\":\"15px\",\"notebook\":\"15px\"},\"line-height\":{\"desktop\":\"40px\",\"tablet\":\"40px\",\"mobile\":\"40px\",\"notebook\":\"40px\"},\"font-weight\":{\"desktop\":\"700\",\"tablet\":\"700\",\"mobile\":\"700\",\"notebook\":\"700\"}},\"inline\":{\"idle\":{\"outline\":\"none\",\"box-shadow\":\"none\",\"box-sizing\":\"border-box\",\"-moz-box-sizing\":\"border-box\",\"-webkit-box-sizing\":\"border-box\"},\"hover\":{}},\"deformation\":{\"padding\":[\"0px\",\"30px\",\"0px\",\"30px\"],\"font-family\":\"Open Sans\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"color-transparency\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-opacity\":\"1\",\"border-width\":\"0\",\"border-style\":\"solid\",\"icon-class\":\"\",\"text-decoration\":\"none\",\"font-style\":\"normal\",\"text-align\":\"left\",\"text-transform\":\"none\",\"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\"},\"deformation-hover\":{\"background-color\":\"#eeeeee\",\"background-transparency\":\"1\",\"color\":\"#000000\",\"color-transparency\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-opacity\":\"1\",\"border-width\":\"0\",\"border-style\":\"solid\",\"icon-class\":\"\",\"css_cursor\":\"pointer\",\"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\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\"},\"text\":\"READ MORE\",\"type\":\"button\",\"subtype\":\"roundbutton\",\"specialsettings\":{},\"alias\":\"CALL TO ACTION\",\"style\":\"\",\"internal_class\":\"rev-btn\",\"resize-full\":false,\"resizeme\":false,\"max_width\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\"},\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\"},\"autolinebreak\":false,\"hover\":true,\"unique_id\":4,\"left\":{\"desktop\":0,\"tablet\":0,\"mobile\":0,\"notebook\":0},\"top\":{\"desktop\":133,\"tablet\":141,\"mobile\":102,\"notebook\":159},\"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\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"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_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"custom\",\"easing\":\"Power4.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"video_width\":{\"desktop\":\"480\",\"tablet\":\"480\",\"mobile\":\"480\",\"notebook\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"tablet\":\"360\",\"mobile\":\"360\",\"notebook\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"tablet\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"center\",\"tablet\":\"center\",\"mobile\":\"center\",\"notebook\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"tablet\":\"middle\",\"mobile\":\"middle\",\"notebook\":\"middle\"},\"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\":\"grid\",\"responsive_offset\":false,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":900,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":147,\"height\":41,\"cover_mode\":\"custom\",\"x_start\":\"inherit\",\"y_start\":\"20px\",\"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\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"orig-anim\":\"Fade-In\",\"orig-anim-handle\":\"tp-fade\",\"layer_action\":{\"tooltip_event\":[\"click\"],\"action\":[\"scroll_under\"],\"image_link\":[\"\"],\"link_open_in\":[\"_self\"],\"jump_to_slide\":[100],\"scrollunder_offset\":[\"\"],\"actioncallback\":[\"\"],\"layer_target\":[\"backgroundvideo\"],\"link_type\":[\"jquery\"],\"action_delay\":[\"\"],\"toggle_layer_type\":[\"visible\"],\"toggle_class\":[\"\"]}}]','[\"\"]'),(103,22,4,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Clear\",\"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\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"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_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=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\",\"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\":\"Slide\",\"delay\":\"\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"https:\\/\\/revolution.themepunch.com\\/wp-content\\/\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"cube\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"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\",\"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\\/duotone\\/duo2_w.jpg\",\"ph-uranus-arrows-height-custom-slide\":\"off\",\"ph-uranus-arrows-height-custom\":\"60\",\"ph-uranus-arrows-font-size-custom-slide\":\"off\",\"ph-uranus-arrows-font-size-custom\":\"60\",\"ph-uranus-arrows-background-color-rgba-slide\":\"off\",\"ph-uranus-arrows-background-color-rgba\":\"rgba(255,255,255,0)\",\"ph-uranus-arrows-width-custom-slide\":\"off\",\"ph-uranus-arrows-width-custom\":\"60\",\"slide_parallax_level\":\"3\",\"ph-preview4-bullets-bullet-size-custom-slide\":\"off\",\"ph-preview4-bullets-bullet-size-custom\":\"12\",\"ph-preview4-bullets-bullet-color-color-slide\":\"off\",\"ph-preview4-bullets-bullet-color-color\":\"#ffffff\",\"ph-preview4-bullets-border-custom-slide\":\"off\",\"ph-preview4-bullets-border-custom\":\"2\",\"ph-preview4-bullets-bullet-hover-color-rgba-slide\":\"off\",\"ph-preview4-bullets-bullet-hover-color-rgba\":\"rgba(0,0,0,0.21)\"}','[{\"text\":\"BE UNIQUE<br\\/>\\nSTICK OUT\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0,\"tablet\":0,\"notebook\":0,\"mobile\":0},\"top\":{\"desktop\":-70,\"tablet\":-70,\"notebook\":-70,\"mobile\":-100},\"internal_class\":\"\",\"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\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"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_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"custom\",\"easing\":\"Power4.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"6\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"720px\",\"tablet\":\"480px\",\"notebook\":\"640\",\"mobile\":\"300px\"},\"video_width\":{\"desktop\":\"480\",\"tablet\":\"480\",\"notebook\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"tablet\":\"360\",\"notebook\":\"360\",\"mobile\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\",\"tablet\":\"normal\",\"notebook\":\"normal\",\"mobile\":\"normal\"},\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"center\",\"tablet\":\"center\",\"notebook\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"tablet\":\"middle\",\"notebook\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":false,\"show-on-hover\":false,\"basealign\":\"grid\",\"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\",\"static_styles\":{\"font-size\":{\"desktop\":\"60px\",\"tablet\":\"40px\",\"notebook\":\"60px\",\"mobile\":\"20px\"},\"line-height\":{\"desktop\":\"70px\",\"tablet\":\"50px\",\"notebook\":\"70px\",\"mobile\":\"30px\"},\"font-weight\":{\"desktop\":\"700\",\"tablet\":\"700\",\"notebook\":\"700\",\"mobile\":\"700\"},\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\",\"notebook\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"20px\",\"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\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Open Sans\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"center\",\"text-transform\":\"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\"],\"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\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"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\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"split_in_extratime\":-6,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"orig-anim\":\"Short-from-Bottom\",\"orig-anim-handle\":\"sfb\",\"inline\":{\"idle\":{\"letter-spacing\":\"10px\"}},\"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\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"Post-ironic authentic drinking vinegar chambray quinoa. VHS letterpress sriracha, tacos skateboard migas farm-to-table artisan kombucha. \",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":0,\"notebook\":0,\"tablet\":0,\"mobile\":0},\"top\":{\"desktop\":44,\"notebook\":57,\"tablet\":39,\"mobile\":0},\"internal_class\":\"\",\"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\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"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_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"custom\",\"easing\":\"Power4.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"6\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"720px\",\"notebook\":\"480px\",\"tablet\":\"480px\",\"mobile\":\"300px\"},\"video_width\":{\"desktop\":\"480\",\"notebook\":\"480\",\"tablet\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"notebook\":\"360\",\"tablet\":\"360\",\"mobile\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\",\"notebook\":\"normal\",\"tablet\":\"normal\",\"mobile\":\"normal\"},\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"center\",\"notebook\":\"center\",\"tablet\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\",\"tablet\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":false,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":false,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":700,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":640,\"height\":84,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"17px\",\"notebook\":\"17px\",\"tablet\":\"17px\",\"mobile\":\"15px\"},\"line-height\":{\"desktop\":\"26px\",\"notebook\":\"26px\",\"tablet\":\"26px\",\"mobile\":\"24px\"},\"font-weight\":{\"desktop\":\"400\",\"notebook\":\"400\",\"tablet\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"notebook\":\"#ffffff\",\"tablet\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"10px\",\"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\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Open Sans\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"center\",\"text-transform\":\"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\"],\"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\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"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\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"split_in_extratime\":-6,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"orig-anim\":\"Short-from-Bottom\",\"orig-anim-handle\":\"sfb\",\"inline\":{\"idle\":{}},\"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\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"static_styles\":{\"color\":{\"desktop\":\"#000000\",\"tablet\":\"#000000\",\"mobile\":\"#000000\",\"notebook\":\"#000000\"},\"font-size\":{\"desktop\":\"15px\",\"tablet\":\"15px\",\"mobile\":\"15px\",\"notebook\":\"15px\"},\"line-height\":{\"desktop\":\"40px\",\"tablet\":\"40px\",\"mobile\":\"40px\",\"notebook\":\"40px\"},\"font-weight\":{\"desktop\":\"700\",\"tablet\":\"700\",\"mobile\":\"700\",\"notebook\":\"700\"}},\"inline\":{\"idle\":{\"outline\":\"none\",\"box-shadow\":\"none\",\"box-sizing\":\"border-box\",\"-moz-box-sizing\":\"border-box\",\"-webkit-box-sizing\":\"border-box\"},\"hover\":{}},\"deformation\":{\"padding\":[\"0px\",\"30px\",\"0px\",\"30px\"],\"font-family\":\"Open Sans\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"color-transparency\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-opacity\":\"1\",\"border-width\":\"0\",\"border-style\":\"solid\",\"icon-class\":\"\",\"text-decoration\":\"none\",\"font-style\":\"normal\",\"text-align\":\"left\",\"text-transform\":\"none\",\"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\"},\"deformation-hover\":{\"background-color\":\"#eeeeee\",\"background-transparency\":\"1\",\"color\":\"#000000\",\"color-transparency\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-opacity\":\"1\",\"border-width\":\"0\",\"border-style\":\"solid\",\"icon-class\":\"\",\"css_cursor\":\"pointer\",\"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\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\"},\"text\":\"READ MORE\",\"type\":\"button\",\"subtype\":\"roundbutton\",\"specialsettings\":{},\"alias\":\"CALL TO ACTION\",\"style\":\"\",\"internal_class\":\"rev-btn\",\"resize-full\":false,\"resizeme\":false,\"max_width\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\"},\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\"},\"autolinebreak\":false,\"hover\":true,\"unique_id\":4,\"left\":{\"desktop\":0,\"tablet\":0,\"mobile\":0,\"notebook\":0},\"top\":{\"desktop\":133,\"tablet\":141,\"mobile\":102,\"notebook\":159},\"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\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"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_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"custom\",\"easing\":\"Power4.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"video_width\":{\"desktop\":\"480\",\"tablet\":\"480\",\"mobile\":\"480\",\"notebook\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"tablet\":\"360\",\"mobile\":\"360\",\"notebook\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"tablet\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"center\",\"tablet\":\"center\",\"mobile\":\"center\",\"notebook\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"tablet\":\"middle\",\"mobile\":\"middle\",\"notebook\":\"middle\"},\"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\":\"grid\",\"responsive_offset\":false,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":900,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":147,\"height\":41,\"cover_mode\":\"custom\",\"x_start\":\"inherit\",\"y_start\":\"20px\",\"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\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"orig-anim\":\"Fade-In\",\"orig-anim-handle\":\"tp-fade\",\"layer_action\":{\"tooltip_event\":[\"click\"],\"action\":[\"scroll_under\"],\"image_link\":[\"\"],\"link_open_in\":[\"_self\"],\"jump_to_slide\":[100],\"scrollunder_offset\":[\"\"],\"actioncallback\":[\"\"],\"layer_target\":[\"backgroundvideo\"],\"link_type\":[\"jquery\"],\"action_delay\":[\"\"],\"toggle_layer_type\":[\"visible\"],\"toggle_class\":[\"\"]}}]','[\"\"]'),(104,22,5,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Clear\",\"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\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"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_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=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\",\"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\":\"Slide\",\"delay\":\"\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"https:\\/\\/revolution.themepunch.com\\/wp-content\\/\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"cube\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"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\",\"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\\/duotone\\/duo1_w.jpg\",\"ph-uranus-arrows-height-custom-slide\":\"off\",\"ph-uranus-arrows-height-custom\":\"60\",\"ph-uranus-arrows-font-size-custom-slide\":\"off\",\"ph-uranus-arrows-font-size-custom\":\"60\",\"ph-uranus-arrows-background-color-rgba-slide\":\"off\",\"ph-uranus-arrows-background-color-rgba\":\"rgba(255,255,255,0)\",\"ph-uranus-arrows-width-custom-slide\":\"off\",\"ph-uranus-arrows-width-custom\":\"60\",\"slide_parallax_level\":\"3\",\"ph-preview4-bullets-bullet-size-custom-slide\":\"off\",\"ph-preview4-bullets-bullet-size-custom\":\"12\",\"ph-preview4-bullets-bullet-color-color-slide\":\"off\",\"ph-preview4-bullets-bullet-color-color\":\"#ffffff\",\"ph-preview4-bullets-border-custom-slide\":\"off\",\"ph-preview4-bullets-border-custom\":\"2\",\"ph-preview4-bullets-bullet-hover-color-rgba-slide\":\"off\",\"ph-preview4-bullets-bullet-hover-color-rgba\":\"rgba(0,0,0,0.21)\"}','[{\"text\":\"VAPE<br\\/>\\nNATION\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0,\"tablet\":0,\"notebook\":0,\"mobile\":0},\"top\":{\"desktop\":-70,\"tablet\":-70,\"notebook\":-70,\"mobile\":-100},\"internal_class\":\"\",\"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\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"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_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"custom\",\"easing\":\"Power4.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"6\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"720px\",\"tablet\":\"480px\",\"notebook\":\"640\",\"mobile\":\"300px\"},\"video_width\":{\"desktop\":\"480\",\"tablet\":\"480\",\"notebook\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"tablet\":\"360\",\"notebook\":\"360\",\"mobile\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\",\"tablet\":\"normal\",\"notebook\":\"normal\",\"mobile\":\"normal\"},\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"center\",\"tablet\":\"center\",\"notebook\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"tablet\":\"middle\",\"notebook\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":false,\"show-on-hover\":false,\"basealign\":\"grid\",\"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\",\"static_styles\":{\"font-size\":{\"desktop\":\"60px\",\"tablet\":\"40px\",\"notebook\":\"60px\",\"mobile\":\"20px\"},\"line-height\":{\"desktop\":\"70px\",\"tablet\":\"50px\",\"notebook\":\"70px\",\"mobile\":\"30px\"},\"font-weight\":{\"desktop\":\"700\",\"tablet\":\"700\",\"notebook\":\"700\",\"mobile\":\"700\"},\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\",\"notebook\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"20px\",\"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\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Open Sans\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"center\",\"text-transform\":\"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\"],\"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\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"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\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"split_in_extratime\":-6,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"orig-anim\":\"Short-from-Bottom\",\"orig-anim-handle\":\"sfb\",\"inline\":{\"idle\":{\"letter-spacing\":\"10px\"}},\"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\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"Post-ironic authentic drinking vinegar chambray quinoa. VHS letterpress sriracha, tacos skateboard migas farm-to-table artisan kombucha. \",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":0,\"notebook\":0,\"tablet\":0,\"mobile\":0},\"top\":{\"desktop\":44,\"notebook\":57,\"tablet\":39,\"mobile\":0},\"internal_class\":\"\",\"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\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"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_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"custom\",\"easing\":\"Power4.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"6\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"720px\",\"notebook\":\"480px\",\"tablet\":\"480px\",\"mobile\":\"300px\"},\"video_width\":{\"desktop\":\"480\",\"notebook\":\"480\",\"tablet\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"notebook\":\"360\",\"tablet\":\"360\",\"mobile\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\",\"notebook\":\"normal\",\"tablet\":\"normal\",\"mobile\":\"normal\"},\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"center\",\"notebook\":\"center\",\"tablet\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\",\"tablet\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":false,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":false,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":700,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":640,\"height\":84,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"17px\",\"notebook\":\"17px\",\"tablet\":\"17px\",\"mobile\":\"15px\"},\"line-height\":{\"desktop\":\"26px\",\"notebook\":\"26px\",\"tablet\":\"26px\",\"mobile\":\"24px\"},\"font-weight\":{\"desktop\":\"400\",\"notebook\":\"400\",\"tablet\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"notebook\":\"#ffffff\",\"tablet\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"10px\",\"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\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Open Sans\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"center\",\"text-transform\":\"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\"],\"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\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"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\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"split_in_extratime\":-6,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"orig-anim\":\"Short-from-Bottom\",\"orig-anim-handle\":\"sfb\",\"inline\":{\"idle\":{}},\"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\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"static_styles\":{\"color\":{\"desktop\":\"#000000\",\"tablet\":\"#000000\",\"mobile\":\"#000000\",\"notebook\":\"#000000\"},\"font-size\":{\"desktop\":\"15px\",\"tablet\":\"15px\",\"mobile\":\"15px\",\"notebook\":\"15px\"},\"line-height\":{\"desktop\":\"40px\",\"tablet\":\"40px\",\"mobile\":\"40px\",\"notebook\":\"40px\"},\"font-weight\":{\"desktop\":\"700\",\"tablet\":\"700\",\"mobile\":\"700\",\"notebook\":\"700\"}},\"inline\":{\"idle\":{\"outline\":\"none\",\"box-shadow\":\"none\",\"box-sizing\":\"border-box\",\"-moz-box-sizing\":\"border-box\",\"-webkit-box-sizing\":\"border-box\"},\"hover\":{}},\"deformation\":{\"padding\":[\"0px\",\"30px\",\"0px\",\"30px\"],\"font-family\":\"Open Sans\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"color-transparency\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-opacity\":\"1\",\"border-width\":\"0\",\"border-style\":\"solid\",\"icon-class\":\"\",\"text-decoration\":\"none\",\"font-style\":\"normal\",\"text-align\":\"left\",\"text-transform\":\"none\",\"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\"},\"deformation-hover\":{\"background-color\":\"#eeeeee\",\"background-transparency\":\"1\",\"color\":\"#000000\",\"color-transparency\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-opacity\":\"1\",\"border-width\":\"0\",\"border-style\":\"solid\",\"icon-class\":\"\",\"css_cursor\":\"pointer\",\"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\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\"},\"text\":\"READ MORE\",\"type\":\"button\",\"subtype\":\"roundbutton\",\"specialsettings\":{},\"alias\":\"CALL TO ACTION\",\"style\":\"\",\"internal_class\":\"rev-btn\",\"resize-full\":false,\"resizeme\":false,\"max_width\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\"},\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\"},\"autolinebreak\":false,\"hover\":true,\"unique_id\":4,\"left\":{\"desktop\":0,\"tablet\":0,\"mobile\":0,\"notebook\":0},\"top\":{\"desktop\":133,\"tablet\":141,\"mobile\":102,\"notebook\":159},\"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\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"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_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"custom\",\"easing\":\"Power4.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"video_width\":{\"desktop\":\"480\",\"tablet\":\"480\",\"mobile\":\"480\",\"notebook\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"tablet\":\"360\",\"mobile\":\"360\",\"notebook\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"tablet\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"center\",\"tablet\":\"center\",\"mobile\":\"center\",\"notebook\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"tablet\":\"middle\",\"mobile\":\"middle\",\"notebook\":\"middle\"},\"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\":\"grid\",\"responsive_offset\":false,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":900,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":147,\"height\":41,\"cover_mode\":\"custom\",\"x_start\":\"inherit\",\"y_start\":\"20px\",\"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\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"orig-anim\":\"Fade-In\",\"orig-anim-handle\":\"tp-fade\",\"layer_action\":{\"tooltip_event\":[\"click\"],\"action\":[\"scroll_under\"],\"image_link\":[\"\"],\"link_open_in\":[\"_self\"],\"jump_to_slide\":[100],\"scrollunder_offset\":[\"\"],\"actioncallback\":[\"\"],\"layer_target\":[\"backgroundvideo\"],\"link_type\":[\"jquery\"],\"action_delay\":[\"\"],\"toggle_layer_type\":[\"visible\"],\"toggle_class\":[\"\"]}}]','[\"\"]'),(105,22,6,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Clear\",\"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\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"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_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=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\",\"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\":\"Slide\",\"delay\":\"\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"https:\\/\\/revolution.themepunch.com\\/wp-content\\/\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"cube\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"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\",\"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\\/duotone\\/duo6_w.jpg\",\"ph-uranus-arrows-height-custom-slide\":\"off\",\"ph-uranus-arrows-height-custom\":\"60\",\"ph-uranus-arrows-font-size-custom-slide\":\"off\",\"ph-uranus-arrows-font-size-custom\":\"60\",\"ph-uranus-arrows-background-color-rgba-slide\":\"off\",\"ph-uranus-arrows-background-color-rgba\":\"rgba(255,255,255,0)\",\"ph-uranus-arrows-width-custom-slide\":\"off\",\"ph-uranus-arrows-width-custom\":\"60\",\"slide_parallax_level\":\"3\",\"ph-preview4-bullets-bullet-size-custom-slide\":\"off\",\"ph-preview4-bullets-bullet-size-custom\":\"12\",\"ph-preview4-bullets-bullet-color-color-slide\":\"off\",\"ph-preview4-bullets-bullet-color-color\":\"#ffffff\",\"ph-preview4-bullets-border-custom-slide\":\"off\",\"ph-preview4-bullets-border-custom\":\"2\",\"ph-preview4-bullets-bullet-hover-color-rgba-slide\":\"off\",\"ph-preview4-bullets-bullet-hover-color-rgba\":\"rgba(0,0,0,0.21)\"}','[{\"text\":\"GALACTIC<br\\/>\\nCOOLNESS\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0,\"tablet\":0,\"notebook\":0,\"mobile\":0},\"top\":{\"desktop\":-70,\"tablet\":-70,\"notebook\":-70,\"mobile\":-100},\"internal_class\":\"\",\"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\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"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_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"custom\",\"easing\":\"Power4.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"6\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"720px\",\"tablet\":\"480px\",\"notebook\":\"640\",\"mobile\":\"300px\"},\"video_width\":{\"desktop\":\"480\",\"tablet\":\"480\",\"notebook\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"tablet\":\"360\",\"notebook\":\"360\",\"mobile\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\",\"tablet\":\"normal\",\"notebook\":\"normal\",\"mobile\":\"normal\"},\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"center\",\"tablet\":\"center\",\"notebook\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"tablet\":\"middle\",\"notebook\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":false,\"show-on-hover\":false,\"basealign\":\"grid\",\"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\",\"static_styles\":{\"font-size\":{\"desktop\":\"60px\",\"tablet\":\"40px\",\"notebook\":\"60px\",\"mobile\":\"20px\"},\"line-height\":{\"desktop\":\"70px\",\"tablet\":\"50px\",\"notebook\":\"70px\",\"mobile\":\"30px\"},\"font-weight\":{\"desktop\":\"700\",\"tablet\":\"700\",\"notebook\":\"700\",\"mobile\":\"700\"},\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\",\"notebook\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"20px\",\"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\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Open Sans\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"center\",\"text-transform\":\"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\"],\"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\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"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\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"split_in_extratime\":-6,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"orig-anim\":\"Short-from-Bottom\",\"orig-anim-handle\":\"sfb\",\"inline\":{\"idle\":{\"letter-spacing\":\"10px\"}},\"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\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"Post-ironic authentic drinking vinegar chambray quinoa. VHS letterpress sriracha, tacos skateboard migas farm-to-table artisan kombucha. \",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":0,\"notebook\":0,\"tablet\":0,\"mobile\":0},\"top\":{\"desktop\":44,\"notebook\":57,\"tablet\":39,\"mobile\":0},\"internal_class\":\"\",\"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\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"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_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"custom\",\"easing\":\"Power4.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"6\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"720px\",\"notebook\":\"480px\",\"tablet\":\"480px\",\"mobile\":\"300px\"},\"video_width\":{\"desktop\":\"480\",\"notebook\":\"480\",\"tablet\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"notebook\":\"360\",\"tablet\":\"360\",\"mobile\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\",\"notebook\":\"normal\",\"tablet\":\"normal\",\"mobile\":\"normal\"},\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"center\",\"notebook\":\"center\",\"tablet\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\",\"tablet\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":false,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":false,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":700,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":640,\"height\":84,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"17px\",\"notebook\":\"17px\",\"tablet\":\"17px\",\"mobile\":\"15px\"},\"line-height\":{\"desktop\":\"26px\",\"notebook\":\"26px\",\"tablet\":\"26px\",\"mobile\":\"24px\"},\"font-weight\":{\"desktop\":\"400\",\"notebook\":\"400\",\"tablet\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"notebook\":\"#ffffff\",\"tablet\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"10px\",\"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\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Open Sans\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"center\",\"text-transform\":\"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\"],\"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\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"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\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"split_in_extratime\":-6,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"orig-anim\":\"Short-from-Bottom\",\"orig-anim-handle\":\"sfb\",\"inline\":{\"idle\":{}},\"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\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"static_styles\":{\"color\":{\"desktop\":\"#000000\",\"tablet\":\"#000000\",\"mobile\":\"#000000\",\"notebook\":\"#000000\"},\"font-size\":{\"desktop\":\"15px\",\"tablet\":\"15px\",\"mobile\":\"15px\",\"notebook\":\"15px\"},\"line-height\":{\"desktop\":\"40px\",\"tablet\":\"40px\",\"mobile\":\"40px\",\"notebook\":\"40px\"},\"font-weight\":{\"desktop\":\"700\",\"tablet\":\"700\",\"mobile\":\"700\",\"notebook\":\"700\"}},\"inline\":{\"idle\":{\"outline\":\"none\",\"box-shadow\":\"none\",\"box-sizing\":\"border-box\",\"-moz-box-sizing\":\"border-box\",\"-webkit-box-sizing\":\"border-box\"},\"hover\":{}},\"deformation\":{\"padding\":[\"0px\",\"30px\",\"0px\",\"30px\"],\"font-family\":\"Open Sans\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"color-transparency\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-opacity\":\"1\",\"border-width\":\"0\",\"border-style\":\"solid\",\"icon-class\":\"\",\"text-decoration\":\"none\",\"font-style\":\"normal\",\"text-align\":\"left\",\"text-transform\":\"none\",\"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\"},\"deformation-hover\":{\"background-color\":\"#eeeeee\",\"background-transparency\":\"1\",\"color\":\"#000000\",\"color-transparency\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-opacity\":\"1\",\"border-width\":\"0\",\"border-style\":\"solid\",\"icon-class\":\"\",\"css_cursor\":\"pointer\",\"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\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\"},\"text\":\"READ MORE\",\"type\":\"button\",\"subtype\":\"roundbutton\",\"specialsettings\":{},\"alias\":\"CALL TO ACTION\",\"style\":\"\",\"internal_class\":\"rev-btn\",\"resize-full\":false,\"resizeme\":false,\"max_width\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\"},\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\"},\"autolinebreak\":false,\"hover\":true,\"unique_id\":4,\"left\":{\"desktop\":0,\"tablet\":0,\"mobile\":0,\"notebook\":0},\"top\":{\"desktop\":133,\"tablet\":141,\"mobile\":102,\"notebook\":159},\"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\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"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_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"custom\",\"easing\":\"Power4.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"video_width\":{\"desktop\":\"480\",\"tablet\":\"480\",\"mobile\":\"480\",\"notebook\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"tablet\":\"360\",\"mobile\":\"360\",\"notebook\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"tablet\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"center\",\"tablet\":\"center\",\"mobile\":\"center\",\"notebook\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"tablet\":\"middle\",\"mobile\":\"middle\",\"notebook\":\"middle\"},\"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\":\"grid\",\"responsive_offset\":false,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":900,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":147,\"height\":41,\"cover_mode\":\"custom\",\"x_start\":\"inherit\",\"y_start\":\"20px\",\"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\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"orig-anim\":\"Fade-In\",\"orig-anim-handle\":\"tp-fade\",\"layer_action\":{\"tooltip_event\":[\"click\"],\"action\":[\"scroll_under\"],\"image_link\":[\"\"],\"link_open_in\":[\"_self\"],\"jump_to_slide\":[100],\"scrollunder_offset\":[\"\"],\"actioncallback\":[\"\"],\"layer_target\":[\"backgroundvideo\"],\"link_type\":[\"jquery\"],\"action_delay\":[\"\"],\"toggle_layer_type\":[\"visible\"],\"toggle_class\":[\"\"]}}]','[\"\"]'),(106,23,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Clear\",\"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\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"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_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=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\",\"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\":\"Slide\",\"delay\":\"\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"https:\\/\\/revolution.themepunch.com\\/wp-content\\/\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"cube\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"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\",\"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\\/duotone\\/duo5_w.jpg\",\"ph-uranus-arrows-height-custom-slide\":\"off\",\"ph-uranus-arrows-height-custom\":\"60\",\"ph-uranus-arrows-font-size-custom-slide\":\"off\",\"ph-uranus-arrows-font-size-custom\":\"60\",\"ph-uranus-arrows-background-color-rgba-slide\":\"off\",\"ph-uranus-arrows-background-color-rgba\":\"rgba(255,255,255,0)\",\"ph-uranus-arrows-width-custom-slide\":\"off\",\"ph-uranus-arrows-width-custom\":\"60\",\"slide_parallax_level\":\"3\",\"ph-preview4-bullets-bullet-size-custom-slide\":\"off\",\"ph-preview4-bullets-bullet-size-custom\":\"12\",\"ph-preview4-bullets-bullet-color-color-slide\":\"off\",\"ph-preview4-bullets-bullet-color-color\":\"#ffffff\",\"ph-preview4-bullets-border-custom-slide\":\"off\",\"ph-preview4-bullets-border-custom\":\"2\",\"ph-preview4-bullets-bullet-hover-color-rgba-slide\":\"off\",\"ph-preview4-bullets-bullet-hover-color-rgba\":\"rgba(0,0,0,0.21)\"}','[{\"text\":\"WALKING<br\\/>\\nTHE CITY\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0,\"tablet\":0,\"notebook\":0,\"mobile\":0},\"top\":{\"desktop\":-70,\"tablet\":-70,\"notebook\":-70,\"mobile\":-100},\"internal_class\":\"\",\"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\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"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_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"custom\",\"easing\":\"Power4.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"6\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"720px\",\"tablet\":\"480px\",\"notebook\":\"640\",\"mobile\":\"300px\"},\"video_width\":{\"desktop\":\"480\",\"tablet\":\"480\",\"notebook\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"tablet\":\"360\",\"notebook\":\"360\",\"mobile\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\",\"tablet\":\"normal\",\"notebook\":\"normal\",\"mobile\":\"normal\"},\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"center\",\"tablet\":\"center\",\"notebook\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"tablet\":\"middle\",\"notebook\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":false,\"show-on-hover\":false,\"basealign\":\"grid\",\"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\",\"static_styles\":{\"font-size\":{\"desktop\":\"60px\",\"tablet\":\"40px\",\"notebook\":\"60px\",\"mobile\":\"20px\"},\"line-height\":{\"desktop\":\"70px\",\"tablet\":\"50px\",\"notebook\":\"70px\",\"mobile\":\"30px\"},\"font-weight\":{\"desktop\":\"700\",\"tablet\":\"700\",\"notebook\":\"700\",\"mobile\":\"700\"},\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\",\"notebook\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"20px\",\"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\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Open Sans\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"center\",\"text-transform\":\"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\"],\"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\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"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\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"split_in_extratime\":-6,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"orig-anim\":\"Short-from-Bottom\",\"orig-anim-handle\":\"sfb\",\"inline\":{\"idle\":{\"letter-spacing\":\"10px\"}},\"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\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"Post-ironic authentic drinking vinegar chambray quinoa. VHS letterpress sriracha, tacos skateboard migas farm-to-table artisan kombucha. \",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":0,\"notebook\":0,\"tablet\":0,\"mobile\":0},\"top\":{\"desktop\":44,\"notebook\":57,\"tablet\":39,\"mobile\":0},\"internal_class\":\"\",\"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\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"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_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"custom\",\"easing\":\"Power4.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"6\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"720px\",\"notebook\":\"480px\",\"tablet\":\"480px\",\"mobile\":\"300px\"},\"video_width\":{\"desktop\":\"480\",\"notebook\":\"480\",\"tablet\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"notebook\":\"360\",\"tablet\":\"360\",\"mobile\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\",\"notebook\":\"normal\",\"tablet\":\"normal\",\"mobile\":\"normal\"},\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"center\",\"notebook\":\"center\",\"tablet\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\",\"tablet\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":false,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":false,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":700,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":640,\"height\":84,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"17px\",\"notebook\":\"17px\",\"tablet\":\"17px\",\"mobile\":\"15px\"},\"line-height\":{\"desktop\":\"26px\",\"notebook\":\"26px\",\"tablet\":\"26px\",\"mobile\":\"24px\"},\"font-weight\":{\"desktop\":\"400\",\"notebook\":\"400\",\"tablet\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"notebook\":\"#ffffff\",\"tablet\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"10px\",\"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\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Open Sans\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"center\",\"text-transform\":\"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\"],\"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\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"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\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"split_in_extratime\":-6,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"orig-anim\":\"Short-from-Bottom\",\"orig-anim-handle\":\"sfb\",\"inline\":{\"idle\":{}},\"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\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"static_styles\":{\"color\":{\"desktop\":\"#000000\",\"tablet\":\"#000000\",\"mobile\":\"#000000\",\"notebook\":\"#000000\"},\"font-size\":{\"desktop\":\"15px\",\"tablet\":\"15px\",\"mobile\":\"15px\",\"notebook\":\"15px\"},\"line-height\":{\"desktop\":\"40px\",\"tablet\":\"40px\",\"mobile\":\"40px\",\"notebook\":\"40px\"},\"font-weight\":{\"desktop\":\"700\",\"tablet\":\"700\",\"mobile\":\"700\",\"notebook\":\"700\"}},\"inline\":{\"idle\":{\"outline\":\"none\",\"box-shadow\":\"none\",\"box-sizing\":\"border-box\",\"-moz-box-sizing\":\"border-box\",\"-webkit-box-sizing\":\"border-box\"},\"hover\":{}},\"deformation\":{\"padding\":[\"0px\",\"30px\",\"0px\",\"30px\"],\"font-family\":\"Open Sans\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"color-transparency\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-opacity\":\"1\",\"border-width\":\"0\",\"border-style\":\"solid\",\"icon-class\":\"\",\"text-decoration\":\"none\",\"font-style\":\"normal\",\"text-align\":\"left\",\"text-transform\":\"none\",\"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\"},\"deformation-hover\":{\"background-color\":\"#eeeeee\",\"background-transparency\":\"1\",\"color\":\"#000000\",\"color-transparency\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-opacity\":\"1\",\"border-width\":\"0\",\"border-style\":\"solid\",\"icon-class\":\"\",\"css_cursor\":\"pointer\",\"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\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\"},\"text\":\"READ MORE\",\"type\":\"button\",\"subtype\":\"roundbutton\",\"specialsettings\":{},\"alias\":\"CALL TO ACTION\",\"style\":\"\",\"internal_class\":\"rev-btn\",\"resize-full\":false,\"resizeme\":false,\"max_width\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\"},\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\"},\"autolinebreak\":false,\"hover\":true,\"unique_id\":4,\"left\":{\"desktop\":0,\"tablet\":0,\"mobile\":0,\"notebook\":0},\"top\":{\"desktop\":133,\"tablet\":141,\"mobile\":102,\"notebook\":159},\"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\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"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_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"custom\",\"easing\":\"Power4.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"video_width\":{\"desktop\":\"480\",\"tablet\":\"480\",\"mobile\":\"480\",\"notebook\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"tablet\":\"360\",\"mobile\":\"360\",\"notebook\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"tablet\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"center\",\"tablet\":\"center\",\"mobile\":\"center\",\"notebook\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"tablet\":\"middle\",\"mobile\":\"middle\",\"notebook\":\"middle\"},\"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\":\"grid\",\"responsive_offset\":false,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":900,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":147,\"height\":41,\"cover_mode\":\"custom\",\"x_start\":\"inherit\",\"y_start\":\"20px\",\"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\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"orig-anim\":\"Fade-In\",\"orig-anim-handle\":\"tp-fade\",\"layer_action\":{\"tooltip_event\":[\"click\"],\"action\":[\"scroll_under\"],\"image_link\":[\"\"],\"link_open_in\":[\"_self\"],\"jump_to_slide\":[107],\"scrollunder_offset\":[\"\"],\"actioncallback\":[\"\"],\"layer_target\":[\"backgroundvideo\"],\"link_type\":[\"jquery\"],\"action_delay\":[\"\"],\"toggle_layer_type\":[\"visible\"],\"toggle_class\":[\"\"]}}]','[\"\"]'),(107,23,2,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Clear\",\"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\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"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_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=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\",\"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\":\"Slide\",\"delay\":\"\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"https:\\/\\/revolution.themepunch.com\\/wp-content\\/\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"cube\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"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\",\"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\\/duotone\\/duo4_w.jpg\",\"ph-uranus-arrows-height-custom-slide\":\"off\",\"ph-uranus-arrows-height-custom\":\"60\",\"ph-uranus-arrows-font-size-custom-slide\":\"off\",\"ph-uranus-arrows-font-size-custom\":\"60\",\"ph-uranus-arrows-background-color-rgba-slide\":\"off\",\"ph-uranus-arrows-background-color-rgba\":\"rgba(255,255,255,0)\",\"ph-uranus-arrows-width-custom-slide\":\"off\",\"ph-uranus-arrows-width-custom\":\"60\",\"slide_parallax_level\":\"3\",\"ph-preview4-bullets-bullet-size-custom-slide\":\"off\",\"ph-preview4-bullets-bullet-size-custom\":\"12\",\"ph-preview4-bullets-bullet-color-color-slide\":\"off\",\"ph-preview4-bullets-bullet-color-color\":\"#ffffff\",\"ph-preview4-bullets-border-custom-slide\":\"off\",\"ph-preview4-bullets-border-custom\":\"2\",\"ph-preview4-bullets-bullet-hover-color-rgba-slide\":\"off\",\"ph-preview4-bullets-bullet-hover-color-rgba\":\"rgba(0,0,0,0.21)\"}','[{\"text\":\"FOREST<BR\\/>\\nEXPLORATION\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0,\"tablet\":0,\"notebook\":0,\"mobile\":0},\"top\":{\"desktop\":-70,\"tablet\":-70,\"notebook\":-70,\"mobile\":-100},\"internal_class\":\"\",\"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\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"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_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"custom\",\"easing\":\"Power4.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"6\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"720px\",\"tablet\":\"480px\",\"notebook\":\"640\",\"mobile\":\"300px\"},\"video_width\":{\"desktop\":\"480\",\"tablet\":\"480\",\"notebook\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"tablet\":\"360\",\"notebook\":\"360\",\"mobile\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\",\"tablet\":\"normal\",\"notebook\":\"normal\",\"mobile\":\"normal\"},\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"center\",\"tablet\":\"center\",\"notebook\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"tablet\":\"middle\",\"notebook\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":false,\"show-on-hover\":false,\"basealign\":\"grid\",\"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\",\"static_styles\":{\"font-size\":{\"desktop\":\"60px\",\"tablet\":\"40px\",\"notebook\":\"60px\",\"mobile\":\"20px\"},\"line-height\":{\"desktop\":\"70px\",\"tablet\":\"50px\",\"notebook\":\"70px\",\"mobile\":\"30px\"},\"font-weight\":{\"desktop\":\"700\",\"tablet\":\"700\",\"notebook\":\"700\",\"mobile\":\"700\"},\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\",\"notebook\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"20px\",\"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\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Open Sans\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"center\",\"text-transform\":\"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\"],\"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\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"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\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"split_in_extratime\":-6,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"orig-anim\":\"Short-from-Bottom\",\"orig-anim-handle\":\"sfb\",\"inline\":{\"idle\":{\"letter-spacing\":\"10px\"}},\"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\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"Post-ironic authentic drinking vinegar chambray quinoa. VHS letterpress sriracha, tacos skateboard migas farm-to-table artisan kombucha. \",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":0,\"notebook\":0,\"tablet\":0,\"mobile\":0},\"top\":{\"desktop\":44,\"notebook\":57,\"tablet\":39,\"mobile\":0},\"internal_class\":\"\",\"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\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"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_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"custom\",\"easing\":\"Power4.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"6\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"720px\",\"notebook\":\"480px\",\"tablet\":\"480px\",\"mobile\":\"300px\"},\"video_width\":{\"desktop\":\"480\",\"notebook\":\"480\",\"tablet\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"notebook\":\"360\",\"tablet\":\"360\",\"mobile\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\",\"notebook\":\"normal\",\"tablet\":\"normal\",\"mobile\":\"normal\"},\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"center\",\"notebook\":\"center\",\"tablet\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\",\"tablet\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":false,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":false,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":700,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":640,\"height\":84,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"17px\",\"notebook\":\"17px\",\"tablet\":\"17px\",\"mobile\":\"15px\"},\"line-height\":{\"desktop\":\"26px\",\"notebook\":\"26px\",\"tablet\":\"26px\",\"mobile\":\"24px\"},\"font-weight\":{\"desktop\":\"400\",\"notebook\":\"400\",\"tablet\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"notebook\":\"#ffffff\",\"tablet\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"10px\",\"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\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Open Sans\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"center\",\"text-transform\":\"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\"],\"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\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"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\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"split_in_extratime\":-6,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"orig-anim\":\"Short-from-Bottom\",\"orig-anim-handle\":\"sfb\",\"inline\":{\"idle\":{}},\"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\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"static_styles\":{\"color\":{\"desktop\":\"#000000\",\"tablet\":\"#000000\",\"mobile\":\"#000000\",\"notebook\":\"#000000\"},\"font-size\":{\"desktop\":\"15px\",\"tablet\":\"15px\",\"mobile\":\"15px\",\"notebook\":\"15px\"},\"line-height\":{\"desktop\":\"40px\",\"tablet\":\"40px\",\"mobile\":\"40px\",\"notebook\":\"40px\"},\"font-weight\":{\"desktop\":\"700\",\"tablet\":\"700\",\"mobile\":\"700\",\"notebook\":\"700\"}},\"inline\":{\"idle\":{\"outline\":\"none\",\"box-shadow\":\"none\",\"box-sizing\":\"border-box\",\"-moz-box-sizing\":\"border-box\",\"-webkit-box-sizing\":\"border-box\"},\"hover\":{}},\"deformation\":{\"padding\":[\"0px\",\"30px\",\"0px\",\"30px\"],\"font-family\":\"Open Sans\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"color-transparency\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-opacity\":\"1\",\"border-width\":\"0\",\"border-style\":\"solid\",\"icon-class\":\"\",\"text-decoration\":\"none\",\"font-style\":\"normal\",\"text-align\":\"left\",\"text-transform\":\"none\",\"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\"},\"deformation-hover\":{\"background-color\":\"#eeeeee\",\"background-transparency\":\"1\",\"color\":\"#000000\",\"color-transparency\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-opacity\":\"1\",\"border-width\":\"0\",\"border-style\":\"solid\",\"icon-class\":\"\",\"css_cursor\":\"pointer\",\"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\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\"},\"text\":\"READ MORE\",\"type\":\"button\",\"subtype\":\"roundbutton\",\"specialsettings\":{},\"alias\":\"CALL TO ACTION\",\"style\":\"\",\"internal_class\":\"rev-btn\",\"resize-full\":false,\"resizeme\":false,\"max_width\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\"},\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\"},\"autolinebreak\":false,\"hover\":true,\"unique_id\":4,\"left\":{\"desktop\":0,\"tablet\":0,\"mobile\":0,\"notebook\":0},\"top\":{\"desktop\":133,\"tablet\":141,\"mobile\":102,\"notebook\":159},\"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\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"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_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"custom\",\"easing\":\"Power4.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"video_width\":{\"desktop\":\"480\",\"tablet\":\"480\",\"mobile\":\"480\",\"notebook\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"tablet\":\"360\",\"mobile\":\"360\",\"notebook\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"tablet\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"center\",\"tablet\":\"center\",\"mobile\":\"center\",\"notebook\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"tablet\":\"middle\",\"mobile\":\"middle\",\"notebook\":\"middle\"},\"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\":\"grid\",\"responsive_offset\":false,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":900,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":147,\"height\":41,\"cover_mode\":\"custom\",\"x_start\":\"inherit\",\"y_start\":\"20px\",\"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\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"orig-anim\":\"Fade-In\",\"orig-anim-handle\":\"tp-fade\",\"layer_action\":{\"tooltip_event\":[\"click\"],\"action\":[\"scroll_under\"],\"image_link\":[\"\"],\"link_open_in\":[\"_self\"],\"jump_to_slide\":[106],\"scrollunder_offset\":[\"\"],\"actioncallback\":[\"\"],\"layer_target\":[\"backgroundvideo\"],\"link_type\":[\"jquery\"],\"action_delay\":[\"\"],\"toggle_layer_type\":[\"visible\"],\"toggle_class\":[\"\"]}}]','[\"\"]'),(108,23,3,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Clear\",\"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\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"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_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=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\",\"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\":\"Slide\",\"delay\":\"\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"https:\\/\\/revolution.themepunch.com\\/wp-content\\/\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"cube\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"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\",\"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\\/duotone\\/duo3_w.jpg\",\"ph-uranus-arrows-height-custom-slide\":\"off\",\"ph-uranus-arrows-height-custom\":\"60\",\"ph-uranus-arrows-font-size-custom-slide\":\"off\",\"ph-uranus-arrows-font-size-custom\":\"60\",\"ph-uranus-arrows-background-color-rgba-slide\":\"off\",\"ph-uranus-arrows-background-color-rgba\":\"rgba(255,255,255,0)\",\"ph-uranus-arrows-width-custom-slide\":\"off\",\"ph-uranus-arrows-width-custom\":\"60\",\"slide_parallax_level\":\"3\",\"ph-preview4-bullets-bullet-size-custom-slide\":\"off\",\"ph-preview4-bullets-bullet-size-custom\":\"12\",\"ph-preview4-bullets-bullet-color-color-slide\":\"off\",\"ph-preview4-bullets-bullet-color-color\":\"#ffffff\",\"ph-preview4-bullets-border-custom-slide\":\"off\",\"ph-preview4-bullets-border-custom\":\"2\",\"ph-preview4-bullets-bullet-hover-color-rgba-slide\":\"off\",\"ph-preview4-bullets-bullet-hover-color-rgba\":\"rgba(0,0,0,0.21)\"}','[{\"text\":\"CURIOSITY<BR\\/>\\nREWARDED\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0,\"tablet\":0,\"notebook\":0,\"mobile\":0},\"top\":{\"desktop\":-70,\"tablet\":-70,\"notebook\":-70,\"mobile\":-100},\"internal_class\":\"\",\"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\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"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_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"custom\",\"easing\":\"Power4.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"6\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"720px\",\"tablet\":\"480px\",\"notebook\":\"640\",\"mobile\":\"300px\"},\"video_width\":{\"desktop\":\"480\",\"tablet\":\"480\",\"notebook\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"tablet\":\"360\",\"notebook\":\"360\",\"mobile\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\",\"tablet\":\"normal\",\"notebook\":\"normal\",\"mobile\":\"normal\"},\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"center\",\"tablet\":\"center\",\"notebook\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"tablet\":\"middle\",\"notebook\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":false,\"show-on-hover\":false,\"basealign\":\"grid\",\"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\",\"static_styles\":{\"font-size\":{\"desktop\":\"60px\",\"tablet\":\"40px\",\"notebook\":\"60px\",\"mobile\":\"20px\"},\"line-height\":{\"desktop\":\"70px\",\"tablet\":\"50px\",\"notebook\":\"70px\",\"mobile\":\"30px\"},\"font-weight\":{\"desktop\":\"700\",\"tablet\":\"700\",\"notebook\":\"700\",\"mobile\":\"700\"},\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\",\"notebook\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"20px\",\"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\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Open Sans\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"center\",\"text-transform\":\"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\"],\"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\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"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\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"split_in_extratime\":-6,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"orig-anim\":\"Short-from-Bottom\",\"orig-anim-handle\":\"sfb\",\"inline\":{\"idle\":{\"letter-spacing\":\"10px\"}},\"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\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"Post-ironic authentic drinking vinegar chambray quinoa. VHS letterpress sriracha, tacos skateboard migas farm-to-table artisan kombucha. \",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":0,\"notebook\":0,\"tablet\":0,\"mobile\":0},\"top\":{\"desktop\":44,\"notebook\":57,\"tablet\":39,\"mobile\":0},\"internal_class\":\"\",\"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\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"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_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"custom\",\"easing\":\"Power4.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"6\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"720px\",\"notebook\":\"480px\",\"tablet\":\"480px\",\"mobile\":\"300px\"},\"video_width\":{\"desktop\":\"480\",\"notebook\":\"480\",\"tablet\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"notebook\":\"360\",\"tablet\":\"360\",\"mobile\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\",\"notebook\":\"normal\",\"tablet\":\"normal\",\"mobile\":\"normal\"},\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"center\",\"notebook\":\"center\",\"tablet\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\",\"tablet\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":false,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":false,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":700,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":640,\"height\":84,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"17px\",\"notebook\":\"17px\",\"tablet\":\"17px\",\"mobile\":\"15px\"},\"line-height\":{\"desktop\":\"26px\",\"notebook\":\"26px\",\"tablet\":\"26px\",\"mobile\":\"24px\"},\"font-weight\":{\"desktop\":\"400\",\"notebook\":\"400\",\"tablet\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"notebook\":\"#ffffff\",\"tablet\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"10px\",\"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\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Open Sans\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"center\",\"text-transform\":\"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\"],\"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\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"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\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"split_in_extratime\":-6,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"orig-anim\":\"Short-from-Bottom\",\"orig-anim-handle\":\"sfb\",\"inline\":{\"idle\":{}},\"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\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"static_styles\":{\"color\":{\"desktop\":\"#000000\",\"tablet\":\"#000000\",\"mobile\":\"#000000\",\"notebook\":\"#000000\"},\"font-size\":{\"desktop\":\"15px\",\"tablet\":\"15px\",\"mobile\":\"15px\",\"notebook\":\"15px\"},\"line-height\":{\"desktop\":\"40px\",\"tablet\":\"40px\",\"mobile\":\"40px\",\"notebook\":\"40px\"},\"font-weight\":{\"desktop\":\"700\",\"tablet\":\"700\",\"mobile\":\"700\",\"notebook\":\"700\"}},\"inline\":{\"idle\":{\"outline\":\"none\",\"box-shadow\":\"none\",\"box-sizing\":\"border-box\",\"-moz-box-sizing\":\"border-box\",\"-webkit-box-sizing\":\"border-box\"},\"hover\":{}},\"deformation\":{\"padding\":[\"0px\",\"30px\",\"0px\",\"30px\"],\"font-family\":\"Open Sans\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"color-transparency\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-opacity\":\"1\",\"border-width\":\"0\",\"border-style\":\"solid\",\"icon-class\":\"\",\"text-decoration\":\"none\",\"font-style\":\"normal\",\"text-align\":\"left\",\"text-transform\":\"none\",\"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\"},\"deformation-hover\":{\"background-color\":\"#eeeeee\",\"background-transparency\":\"1\",\"color\":\"#000000\",\"color-transparency\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-opacity\":\"1\",\"border-width\":\"0\",\"border-style\":\"solid\",\"icon-class\":\"\",\"css_cursor\":\"pointer\",\"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\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\"},\"text\":\"READ MORE\",\"type\":\"button\",\"subtype\":\"roundbutton\",\"specialsettings\":{},\"alias\":\"CALL TO ACTION\",\"style\":\"\",\"internal_class\":\"rev-btn\",\"resize-full\":false,\"resizeme\":false,\"max_width\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\"},\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\"},\"autolinebreak\":false,\"hover\":true,\"unique_id\":4,\"left\":{\"desktop\":0,\"tablet\":0,\"mobile\":0,\"notebook\":0},\"top\":{\"desktop\":133,\"tablet\":141,\"mobile\":102,\"notebook\":159},\"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\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"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_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"custom\",\"easing\":\"Power4.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"video_width\":{\"desktop\":\"480\",\"tablet\":\"480\",\"mobile\":\"480\",\"notebook\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"tablet\":\"360\",\"mobile\":\"360\",\"notebook\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"tablet\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"center\",\"tablet\":\"center\",\"mobile\":\"center\",\"notebook\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"tablet\":\"middle\",\"mobile\":\"middle\",\"notebook\":\"middle\"},\"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\":\"grid\",\"responsive_offset\":false,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":900,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":147,\"height\":41,\"cover_mode\":\"custom\",\"x_start\":\"inherit\",\"y_start\":\"20px\",\"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\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"orig-anim\":\"Fade-In\",\"orig-anim-handle\":\"tp-fade\",\"layer_action\":{\"tooltip_event\":[\"click\"],\"action\":[\"scroll_under\"],\"image_link\":[\"\"],\"link_open_in\":[\"_self\"],\"jump_to_slide\":[106],\"scrollunder_offset\":[\"\"],\"actioncallback\":[\"\"],\"layer_target\":[\"backgroundvideo\"],\"link_type\":[\"jquery\"],\"action_delay\":[\"\"],\"toggle_layer_type\":[\"visible\"],\"toggle_class\":[\"\"]}}]','[\"\"]'),(109,23,4,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Clear\",\"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\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"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_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=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\",\"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\":\"Slide\",\"delay\":\"\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"https:\\/\\/revolution.themepunch.com\\/wp-content\\/\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"cube\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"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\",\"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\\/duotone\\/duo2_w.jpg\",\"ph-uranus-arrows-height-custom-slide\":\"off\",\"ph-uranus-arrows-height-custom\":\"60\",\"ph-uranus-arrows-font-size-custom-slide\":\"off\",\"ph-uranus-arrows-font-size-custom\":\"60\",\"ph-uranus-arrows-background-color-rgba-slide\":\"off\",\"ph-uranus-arrows-background-color-rgba\":\"rgba(255,255,255,0)\",\"ph-uranus-arrows-width-custom-slide\":\"off\",\"ph-uranus-arrows-width-custom\":\"60\",\"slide_parallax_level\":\"3\",\"ph-preview4-bullets-bullet-size-custom-slide\":\"off\",\"ph-preview4-bullets-bullet-size-custom\":\"12\",\"ph-preview4-bullets-bullet-color-color-slide\":\"off\",\"ph-preview4-bullets-bullet-color-color\":\"#ffffff\",\"ph-preview4-bullets-border-custom-slide\":\"off\",\"ph-preview4-bullets-border-custom\":\"2\",\"ph-preview4-bullets-bullet-hover-color-rgba-slide\":\"off\",\"ph-preview4-bullets-bullet-hover-color-rgba\":\"rgba(0,0,0,0.21)\"}','[{\"text\":\"BE UNIQUE<br\\/>\\nSTICK OUT\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0,\"tablet\":0,\"notebook\":0,\"mobile\":0},\"top\":{\"desktop\":-70,\"tablet\":-70,\"notebook\":-70,\"mobile\":-100},\"internal_class\":\"\",\"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\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"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_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"custom\",\"easing\":\"Power4.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"6\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"720px\",\"tablet\":\"480px\",\"notebook\":\"640\",\"mobile\":\"300px\"},\"video_width\":{\"desktop\":\"480\",\"tablet\":\"480\",\"notebook\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"tablet\":\"360\",\"notebook\":\"360\",\"mobile\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\",\"tablet\":\"normal\",\"notebook\":\"normal\",\"mobile\":\"normal\"},\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"center\",\"tablet\":\"center\",\"notebook\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"tablet\":\"middle\",\"notebook\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":false,\"show-on-hover\":false,\"basealign\":\"grid\",\"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\",\"static_styles\":{\"font-size\":{\"desktop\":\"60px\",\"tablet\":\"40px\",\"notebook\":\"60px\",\"mobile\":\"20px\"},\"line-height\":{\"desktop\":\"70px\",\"tablet\":\"50px\",\"notebook\":\"70px\",\"mobile\":\"30px\"},\"font-weight\":{\"desktop\":\"700\",\"tablet\":\"700\",\"notebook\":\"700\",\"mobile\":\"700\"},\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\",\"notebook\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"20px\",\"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\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Open Sans\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"center\",\"text-transform\":\"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\"],\"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\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"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\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"split_in_extratime\":-6,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"orig-anim\":\"Short-from-Bottom\",\"orig-anim-handle\":\"sfb\",\"inline\":{\"idle\":{\"letter-spacing\":\"10px\"}},\"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\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"Post-ironic authentic drinking vinegar chambray quinoa. VHS letterpress sriracha, tacos skateboard migas farm-to-table artisan kombucha. \",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":0,\"notebook\":0,\"tablet\":0,\"mobile\":0},\"top\":{\"desktop\":44,\"notebook\":57,\"tablet\":39,\"mobile\":0},\"internal_class\":\"\",\"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\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"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_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"custom\",\"easing\":\"Power4.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"6\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"720px\",\"notebook\":\"480px\",\"tablet\":\"480px\",\"mobile\":\"300px\"},\"video_width\":{\"desktop\":\"480\",\"notebook\":\"480\",\"tablet\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"notebook\":\"360\",\"tablet\":\"360\",\"mobile\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\",\"notebook\":\"normal\",\"tablet\":\"normal\",\"mobile\":\"normal\"},\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"center\",\"notebook\":\"center\",\"tablet\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\",\"tablet\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":false,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":false,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":700,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":640,\"height\":84,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"17px\",\"notebook\":\"17px\",\"tablet\":\"17px\",\"mobile\":\"15px\"},\"line-height\":{\"desktop\":\"26px\",\"notebook\":\"26px\",\"tablet\":\"26px\",\"mobile\":\"24px\"},\"font-weight\":{\"desktop\":\"400\",\"notebook\":\"400\",\"tablet\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"notebook\":\"#ffffff\",\"tablet\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"10px\",\"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\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Open Sans\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"center\",\"text-transform\":\"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\"],\"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\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"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\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"split_in_extratime\":-6,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"orig-anim\":\"Short-from-Bottom\",\"orig-anim-handle\":\"sfb\",\"inline\":{\"idle\":{}},\"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\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"static_styles\":{\"color\":{\"desktop\":\"#000000\",\"tablet\":\"#000000\",\"mobile\":\"#000000\",\"notebook\":\"#000000\"},\"font-size\":{\"desktop\":\"15px\",\"tablet\":\"15px\",\"mobile\":\"15px\",\"notebook\":\"15px\"},\"line-height\":{\"desktop\":\"40px\",\"tablet\":\"40px\",\"mobile\":\"40px\",\"notebook\":\"40px\"},\"font-weight\":{\"desktop\":\"700\",\"tablet\":\"700\",\"mobile\":\"700\",\"notebook\":\"700\"}},\"inline\":{\"idle\":{\"outline\":\"none\",\"box-shadow\":\"none\",\"box-sizing\":\"border-box\",\"-moz-box-sizing\":\"border-box\",\"-webkit-box-sizing\":\"border-box\"},\"hover\":{}},\"deformation\":{\"padding\":[\"0px\",\"30px\",\"0px\",\"30px\"],\"font-family\":\"Open Sans\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"color-transparency\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-opacity\":\"1\",\"border-width\":\"0\",\"border-style\":\"solid\",\"icon-class\":\"\",\"text-decoration\":\"none\",\"font-style\":\"normal\",\"text-align\":\"left\",\"text-transform\":\"none\",\"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\"},\"deformation-hover\":{\"background-color\":\"#eeeeee\",\"background-transparency\":\"1\",\"color\":\"#000000\",\"color-transparency\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-opacity\":\"1\",\"border-width\":\"0\",\"border-style\":\"solid\",\"icon-class\":\"\",\"css_cursor\":\"pointer\",\"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\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\"},\"text\":\"READ MORE\",\"type\":\"button\",\"subtype\":\"roundbutton\",\"specialsettings\":{},\"alias\":\"CALL TO ACTION\",\"style\":\"\",\"internal_class\":\"rev-btn\",\"resize-full\":false,\"resizeme\":false,\"max_width\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\"},\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\"},\"autolinebreak\":false,\"hover\":true,\"unique_id\":4,\"left\":{\"desktop\":0,\"tablet\":0,\"mobile\":0,\"notebook\":0},\"top\":{\"desktop\":133,\"tablet\":141,\"mobile\":102,\"notebook\":159},\"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\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"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_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"custom\",\"easing\":\"Power4.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"video_width\":{\"desktop\":\"480\",\"tablet\":\"480\",\"mobile\":\"480\",\"notebook\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"tablet\":\"360\",\"mobile\":\"360\",\"notebook\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"tablet\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"center\",\"tablet\":\"center\",\"mobile\":\"center\",\"notebook\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"tablet\":\"middle\",\"mobile\":\"middle\",\"notebook\":\"middle\"},\"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\":\"grid\",\"responsive_offset\":false,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":900,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":147,\"height\":41,\"cover_mode\":\"custom\",\"x_start\":\"inherit\",\"y_start\":\"20px\",\"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\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"orig-anim\":\"Fade-In\",\"orig-anim-handle\":\"tp-fade\",\"layer_action\":{\"tooltip_event\":[\"click\"],\"action\":[\"scroll_under\"],\"image_link\":[\"\"],\"link_open_in\":[\"_self\"],\"jump_to_slide\":[106],\"scrollunder_offset\":[\"\"],\"actioncallback\":[\"\"],\"layer_target\":[\"backgroundvideo\"],\"link_type\":[\"jquery\"],\"action_delay\":[\"\"],\"toggle_layer_type\":[\"visible\"],\"toggle_class\":[\"\"]}}]','[\"\"]'),(110,23,5,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Clear\",\"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\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"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_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=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\",\"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\":\"Slide\",\"delay\":\"\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"https:\\/\\/revolution.themepunch.com\\/wp-content\\/\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"cube\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"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\",\"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\\/duotone\\/duo1_w.jpg\",\"ph-uranus-arrows-height-custom-slide\":\"off\",\"ph-uranus-arrows-height-custom\":\"60\",\"ph-uranus-arrows-font-size-custom-slide\":\"off\",\"ph-uranus-arrows-font-size-custom\":\"60\",\"ph-uranus-arrows-background-color-rgba-slide\":\"off\",\"ph-uranus-arrows-background-color-rgba\":\"rgba(255,255,255,0)\",\"ph-uranus-arrows-width-custom-slide\":\"off\",\"ph-uranus-arrows-width-custom\":\"60\",\"slide_parallax_level\":\"3\",\"ph-preview4-bullets-bullet-size-custom-slide\":\"off\",\"ph-preview4-bullets-bullet-size-custom\":\"12\",\"ph-preview4-bullets-bullet-color-color-slide\":\"off\",\"ph-preview4-bullets-bullet-color-color\":\"#ffffff\",\"ph-preview4-bullets-border-custom-slide\":\"off\",\"ph-preview4-bullets-border-custom\":\"2\",\"ph-preview4-bullets-bullet-hover-color-rgba-slide\":\"off\",\"ph-preview4-bullets-bullet-hover-color-rgba\":\"rgba(0,0,0,0.21)\"}','[{\"text\":\"VAPE<br\\/>\\nNATION\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0,\"tablet\":0,\"notebook\":0,\"mobile\":0},\"top\":{\"desktop\":-70,\"tablet\":-70,\"notebook\":-70,\"mobile\":-100},\"internal_class\":\"\",\"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\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"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_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"custom\",\"easing\":\"Power4.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"6\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"720px\",\"tablet\":\"480px\",\"notebook\":\"640\",\"mobile\":\"300px\"},\"video_width\":{\"desktop\":\"480\",\"tablet\":\"480\",\"notebook\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"tablet\":\"360\",\"notebook\":\"360\",\"mobile\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\",\"tablet\":\"normal\",\"notebook\":\"normal\",\"mobile\":\"normal\"},\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"center\",\"tablet\":\"center\",\"notebook\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"tablet\":\"middle\",\"notebook\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":false,\"show-on-hover\":false,\"basealign\":\"grid\",\"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\",\"static_styles\":{\"font-size\":{\"desktop\":\"60px\",\"tablet\":\"40px\",\"notebook\":\"60px\",\"mobile\":\"20px\"},\"line-height\":{\"desktop\":\"70px\",\"tablet\":\"50px\",\"notebook\":\"70px\",\"mobile\":\"30px\"},\"font-weight\":{\"desktop\":\"700\",\"tablet\":\"700\",\"notebook\":\"700\",\"mobile\":\"700\"},\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\",\"notebook\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"20px\",\"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\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Open Sans\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"center\",\"text-transform\":\"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\"],\"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\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"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\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"split_in_extratime\":-6,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"orig-anim\":\"Short-from-Bottom\",\"orig-anim-handle\":\"sfb\",\"inline\":{\"idle\":{\"letter-spacing\":\"10px\"}},\"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\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"Post-ironic authentic drinking vinegar chambray quinoa. VHS letterpress sriracha, tacos skateboard migas farm-to-table artisan kombucha. \",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":0,\"notebook\":0,\"tablet\":0,\"mobile\":0},\"top\":{\"desktop\":44,\"notebook\":57,\"tablet\":39,\"mobile\":0},\"internal_class\":\"\",\"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\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"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_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"custom\",\"easing\":\"Power4.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"6\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"720px\",\"notebook\":\"480px\",\"tablet\":\"480px\",\"mobile\":\"300px\"},\"video_width\":{\"desktop\":\"480\",\"notebook\":\"480\",\"tablet\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"notebook\":\"360\",\"tablet\":\"360\",\"mobile\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\",\"notebook\":\"normal\",\"tablet\":\"normal\",\"mobile\":\"normal\"},\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"center\",\"notebook\":\"center\",\"tablet\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\",\"tablet\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":false,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":false,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":700,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":640,\"height\":84,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"17px\",\"notebook\":\"17px\",\"tablet\":\"17px\",\"mobile\":\"15px\"},\"line-height\":{\"desktop\":\"26px\",\"notebook\":\"26px\",\"tablet\":\"26px\",\"mobile\":\"24px\"},\"font-weight\":{\"desktop\":\"400\",\"notebook\":\"400\",\"tablet\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"notebook\":\"#ffffff\",\"tablet\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"10px\",\"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\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Open Sans\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"center\",\"text-transform\":\"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\"],\"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\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"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\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"split_in_extratime\":-6,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"orig-anim\":\"Short-from-Bottom\",\"orig-anim-handle\":\"sfb\",\"inline\":{\"idle\":{}},\"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\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"static_styles\":{\"color\":{\"desktop\":\"#000000\",\"tablet\":\"#000000\",\"mobile\":\"#000000\",\"notebook\":\"#000000\"},\"font-size\":{\"desktop\":\"15px\",\"tablet\":\"15px\",\"mobile\":\"15px\",\"notebook\":\"15px\"},\"line-height\":{\"desktop\":\"40px\",\"tablet\":\"40px\",\"mobile\":\"40px\",\"notebook\":\"40px\"},\"font-weight\":{\"desktop\":\"700\",\"tablet\":\"700\",\"mobile\":\"700\",\"notebook\":\"700\"}},\"inline\":{\"idle\":{\"outline\":\"none\",\"box-shadow\":\"none\",\"box-sizing\":\"border-box\",\"-moz-box-sizing\":\"border-box\",\"-webkit-box-sizing\":\"border-box\"},\"hover\":{}},\"deformation\":{\"padding\":[\"0px\",\"30px\",\"0px\",\"30px\"],\"font-family\":\"Open Sans\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"color-transparency\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-opacity\":\"1\",\"border-width\":\"0\",\"border-style\":\"solid\",\"icon-class\":\"\",\"text-decoration\":\"none\",\"font-style\":\"normal\",\"text-align\":\"left\",\"text-transform\":\"none\",\"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\"},\"deformation-hover\":{\"background-color\":\"#eeeeee\",\"background-transparency\":\"1\",\"color\":\"#000000\",\"color-transparency\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-opacity\":\"1\",\"border-width\":\"0\",\"border-style\":\"solid\",\"icon-class\":\"\",\"css_cursor\":\"pointer\",\"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\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\"},\"text\":\"READ MORE\",\"type\":\"button\",\"subtype\":\"roundbutton\",\"specialsettings\":{},\"alias\":\"CALL TO ACTION\",\"style\":\"\",\"internal_class\":\"rev-btn\",\"resize-full\":false,\"resizeme\":false,\"max_width\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\"},\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\"},\"autolinebreak\":false,\"hover\":true,\"unique_id\":4,\"left\":{\"desktop\":0,\"tablet\":0,\"mobile\":0,\"notebook\":0},\"top\":{\"desktop\":133,\"tablet\":141,\"mobile\":102,\"notebook\":159},\"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\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"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_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"custom\",\"easing\":\"Power4.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"video_width\":{\"desktop\":\"480\",\"tablet\":\"480\",\"mobile\":\"480\",\"notebook\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"tablet\":\"360\",\"mobile\":\"360\",\"notebook\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"tablet\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"center\",\"tablet\":\"center\",\"mobile\":\"center\",\"notebook\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"tablet\":\"middle\",\"mobile\":\"middle\",\"notebook\":\"middle\"},\"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\":\"grid\",\"responsive_offset\":false,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":900,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":147,\"height\":41,\"cover_mode\":\"custom\",\"x_start\":\"inherit\",\"y_start\":\"20px\",\"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\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"orig-anim\":\"Fade-In\",\"orig-anim-handle\":\"tp-fade\",\"layer_action\":{\"tooltip_event\":[\"click\"],\"action\":[\"scroll_under\"],\"image_link\":[\"\"],\"link_open_in\":[\"_self\"],\"jump_to_slide\":[106],\"scrollunder_offset\":[\"\"],\"actioncallback\":[\"\"],\"layer_target\":[\"backgroundvideo\"],\"link_type\":[\"jquery\"],\"action_delay\":[\"\"],\"toggle_layer_type\":[\"visible\"],\"toggle_class\":[\"\"]}}]','[\"\"]'),(111,23,6,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Clear\",\"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\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"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_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=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\",\"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\":\"Slide\",\"delay\":\"\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"https:\\/\\/revolution.themepunch.com\\/wp-content\\/\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"cube\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"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\",\"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\\/duotone\\/duo6_w.jpg\",\"ph-uranus-arrows-height-custom-slide\":\"off\",\"ph-uranus-arrows-height-custom\":\"60\",\"ph-uranus-arrows-font-size-custom-slide\":\"off\",\"ph-uranus-arrows-font-size-custom\":\"60\",\"ph-uranus-arrows-background-color-rgba-slide\":\"off\",\"ph-uranus-arrows-background-color-rgba\":\"rgba(255,255,255,0)\",\"ph-uranus-arrows-width-custom-slide\":\"off\",\"ph-uranus-arrows-width-custom\":\"60\",\"slide_parallax_level\":\"3\",\"ph-preview4-bullets-bullet-size-custom-slide\":\"off\",\"ph-preview4-bullets-bullet-size-custom\":\"12\",\"ph-preview4-bullets-bullet-color-color-slide\":\"off\",\"ph-preview4-bullets-bullet-color-color\":\"#ffffff\",\"ph-preview4-bullets-border-custom-slide\":\"off\",\"ph-preview4-bullets-border-custom\":\"2\",\"ph-preview4-bullets-bullet-hover-color-rgba-slide\":\"off\",\"ph-preview4-bullets-bullet-hover-color-rgba\":\"rgba(0,0,0,0.21)\"}','[{\"text\":\"GALACTIC<br\\/>\\nCOOLNESS\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0,\"tablet\":0,\"notebook\":0,\"mobile\":0},\"top\":{\"desktop\":-70,\"tablet\":-70,\"notebook\":-70,\"mobile\":-100},\"internal_class\":\"\",\"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\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"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_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"custom\",\"easing\":\"Power4.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"6\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"notebook\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"720px\",\"tablet\":\"480px\",\"notebook\":\"640\",\"mobile\":\"300px\"},\"video_width\":{\"desktop\":\"480\",\"tablet\":\"480\",\"notebook\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"tablet\":\"360\",\"notebook\":\"360\",\"mobile\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\",\"tablet\":\"normal\",\"notebook\":\"normal\",\"mobile\":\"normal\"},\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"center\",\"tablet\":\"center\",\"notebook\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"tablet\":\"middle\",\"notebook\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":false,\"show-on-hover\":false,\"basealign\":\"grid\",\"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\",\"static_styles\":{\"font-size\":{\"desktop\":\"60px\",\"tablet\":\"40px\",\"notebook\":\"60px\",\"mobile\":\"20px\"},\"line-height\":{\"desktop\":\"70px\",\"tablet\":\"50px\",\"notebook\":\"70px\",\"mobile\":\"30px\"},\"font-weight\":{\"desktop\":\"700\",\"tablet\":\"700\",\"notebook\":\"700\",\"mobile\":\"700\"},\"color\":{\"desktop\":\"#ffffff\",\"tablet\":\"#ffffff\",\"notebook\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"20px\",\"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\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Open Sans\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"center\",\"text-transform\":\"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\"],\"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\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"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\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"split_in_extratime\":-6,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"notebook\":\"\",\"mobile\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"orig-anim\":\"Short-from-Bottom\",\"orig-anim-handle\":\"sfb\",\"inline\":{\"idle\":{\"letter-spacing\":\"10px\"}},\"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\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"Post-ironic authentic drinking vinegar chambray quinoa. VHS letterpress sriracha, tacos skateboard migas farm-to-table artisan kombucha. \",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":0,\"notebook\":0,\"tablet\":0,\"mobile\":0},\"top\":{\"desktop\":44,\"notebook\":57,\"tablet\":39,\"mobile\":0},\"internal_class\":\"\",\"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\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"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_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"custom\",\"easing\":\"Power4.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"6\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\",\"notebook\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\"},\"max_width\":{\"desktop\":\"720px\",\"notebook\":\"480px\",\"tablet\":\"480px\",\"mobile\":\"300px\"},\"video_width\":{\"desktop\":\"480\",\"notebook\":\"480\",\"tablet\":\"480\",\"mobile\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"notebook\":\"360\",\"tablet\":\"360\",\"mobile\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\",\"notebook\":\"normal\",\"tablet\":\"normal\",\"mobile\":\"normal\"},\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"center\",\"notebook\":\"center\",\"tablet\":\"center\",\"mobile\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"notebook\":\"middle\",\"tablet\":\"middle\",\"mobile\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":false,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":false,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":700,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":640,\"height\":84,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"17px\",\"notebook\":\"17px\",\"tablet\":\"17px\",\"mobile\":\"15px\"},\"line-height\":{\"desktop\":\"26px\",\"notebook\":\"26px\",\"tablet\":\"26px\",\"mobile\":\"24px\"},\"font-weight\":{\"desktop\":\"400\",\"notebook\":\"400\",\"tablet\":\"400\",\"mobile\":\"400\"},\"color\":{\"desktop\":\"#ffffff\",\"notebook\":\"#ffffff\",\"tablet\":\"#ffffff\",\"mobile\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"10px\",\"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\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Open Sans\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"center\",\"text-transform\":\"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\"],\"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\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"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\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"split_in_extratime\":-6,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"scaleY\":{\"desktop\":\"\",\"notebook\":\"\",\"tablet\":\"\",\"mobile\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"orig-anim\":\"Short-from-Bottom\",\"orig-anim-handle\":\"sfb\",\"inline\":{\"idle\":{}},\"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\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"static_styles\":{\"color\":{\"desktop\":\"#000000\",\"tablet\":\"#000000\",\"mobile\":\"#000000\",\"notebook\":\"#000000\"},\"font-size\":{\"desktop\":\"15px\",\"tablet\":\"15px\",\"mobile\":\"15px\",\"notebook\":\"15px\"},\"line-height\":{\"desktop\":\"40px\",\"tablet\":\"40px\",\"mobile\":\"40px\",\"notebook\":\"40px\"},\"font-weight\":{\"desktop\":\"700\",\"tablet\":\"700\",\"mobile\":\"700\",\"notebook\":\"700\"}},\"inline\":{\"idle\":{\"outline\":\"none\",\"box-shadow\":\"none\",\"box-sizing\":\"border-box\",\"-moz-box-sizing\":\"border-box\",\"-webkit-box-sizing\":\"border-box\"},\"hover\":{}},\"deformation\":{\"padding\":[\"0px\",\"30px\",\"0px\",\"30px\"],\"font-family\":\"Open Sans\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"color-transparency\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-opacity\":\"1\",\"border-width\":\"0\",\"border-style\":\"solid\",\"icon-class\":\"\",\"text-decoration\":\"none\",\"font-style\":\"normal\",\"text-align\":\"left\",\"text-transform\":\"none\",\"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\"},\"deformation-hover\":{\"background-color\":\"#eeeeee\",\"background-transparency\":\"1\",\"color\":\"#000000\",\"color-transparency\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-opacity\":\"1\",\"border-width\":\"0\",\"border-style\":\"solid\",\"icon-class\":\"\",\"css_cursor\":\"pointer\",\"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\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\"},\"text\":\"READ MORE\",\"type\":\"button\",\"subtype\":\"roundbutton\",\"specialsettings\":{},\"alias\":\"CALL TO ACTION\",\"style\":\"\",\"internal_class\":\"rev-btn\",\"resize-full\":false,\"resizeme\":false,\"max_width\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\"},\"max_height\":{\"desktop\":\"auto\",\"tablet\":\"auto\",\"mobile\":\"auto\",\"notebook\":\"auto\"},\"autolinebreak\":false,\"hover\":true,\"unique_id\":4,\"left\":{\"desktop\":0,\"tablet\":0,\"mobile\":0,\"notebook\":0},\"top\":{\"desktop\":133,\"tablet\":141,\"mobile\":102,\"notebook\":159},\"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\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"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_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"custom\",\"easing\":\"Power4.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"video_width\":{\"desktop\":\"480\",\"tablet\":\"480\",\"mobile\":\"480\",\"notebook\":\"480\"},\"video_height\":{\"desktop\":\"360\",\"tablet\":\"360\",\"mobile\":\"360\",\"notebook\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\",\"tablet\":\"nowrap\",\"mobile\":\"nowrap\",\"notebook\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"center\",\"tablet\":\"center\",\"mobile\":\"center\",\"notebook\":\"center\"},\"align_vert\":{\"desktop\":\"middle\",\"tablet\":\"middle\",\"mobile\":\"middle\",\"notebook\":\"middle\"},\"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\":\"grid\",\"responsive_offset\":false,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":900,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":147,\"height\":41,\"cover_mode\":\"custom\",\"x_start\":\"inherit\",\"y_start\":\"20px\",\"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\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"scaleY\":{\"desktop\":\"\",\"tablet\":\"\",\"mobile\":\"\",\"notebook\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"orig-anim\":\"Fade-In\",\"orig-anim-handle\":\"tp-fade\",\"layer_action\":{\"tooltip_event\":[\"click\"],\"action\":[\"scroll_under\"],\"image_link\":[\"\"],\"link_open_in\":[\"_self\"],\"jump_to_slide\":[106],\"scrollunder_offset\":[\"\"],\"actioncallback\":[\"\"],\"layer_target\":[\"backgroundvideo\"],\"link_type\":[\"jquery\"],\"action_delay\":[\"\"],\"toggle_layer_type\":[\"visible\"],\"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=13 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,13,'{\"background_type\":\"trans\"}','[]','[\"\"]'),(4,15,'{\"background_type\":\"trans\"}','',''),(5,16,'{\"background_type\":\"trans\"}','[]','[\"\"]'),(9,20,'{\"background_type\":\"trans\"}','[]','[\"\"]'),(10,21,'{\"background_type\":\"trans\"}','[]','[\"\"]'),(11,22,'{\"staticoverflow\":\"visible\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/\"}','[{\"static_styles\":{\"font-size\":{\"desktop\":\"\"},\"line-height\":{\"desktop\":\"\"},\"font-weight\":{\"desktop\":\"100\"},\"color\":{\"desktop\":\"\"}},\"deformation\":{\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"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\",\"text-transform\":\"none\",\"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\":\"15\"},\"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\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"text\":\" \",\"alias\":\"LEFT CORNER\",\"type\":\"shape\",\"style\":\"\",\"internal_class\":\"tp-shape tp-shapewrapper\",\"autolinebreak\":false,\"max_width\":{\"desktop\":\"1500px\"},\"max_height\":{\"desktop\":\"1500px\"},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":-750},\"top\":{\"desktop\":-1850},\"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\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"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_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":45,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"bottom\"},\"hiddenunder\":false,\"resizeme\":false,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":false,\"visible-mobile\":false,\"resize-full\":false,\"show-on-hover\":false,\"basealign\":\"slide\",\"responsive_offset\":false,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":0,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":1000,\"height\":1000,\"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\":\"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\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":9,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"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\":[]}},{\"static_styles\":{\"font-size\":{\"desktop\":\"\"},\"line-height\":{\"desktop\":\"\"},\"font-weight\":{\"desktop\":\"100\"},\"color\":{\"desktop\":\"\"}},\"deformation\":{\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"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\",\"text-transform\":\"none\",\"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\":\"15\"},\"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\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"text\":\" \",\"alias\":\"RIGHT CORNER\",\"type\":\"shape\",\"style\":\"\",\"internal_class\":\"tp-shape tp-shapewrapper\",\"autolinebreak\":false,\"max_width\":{\"desktop\":\"1500px\"},\"max_height\":{\"desktop\":\"1500px\"},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":-750},\"top\":{\"desktop\":-1850},\"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\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"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_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":45,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"right\"},\"align_vert\":{\"desktop\":\"bottom\"},\"hiddenunder\":false,\"resizeme\":false,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":false,\"visible-mobile\":false,\"resize-full\":false,\"show-on-hover\":false,\"basealign\":\"slide\",\"responsive_offset\":false,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":0,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":1000,\"height\":1000,\"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\":\"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\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":10,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"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\":[]}}]','[\"\"]'),(12,23,'{\"staticoverflow\":\"visible\",\"image\":\"http:\\/\\/daviddelk.net\\/band\\/wp-content\\/\"}','[{\"static_styles\":{\"font-size\":{\"desktop\":\"\"},\"line-height\":{\"desktop\":\"\"},\"font-weight\":{\"desktop\":\"100\"},\"color\":{\"desktop\":\"\"}},\"deformation\":{\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"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\",\"text-transform\":\"none\",\"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\":\"15\"},\"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\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"text\":\" \",\"alias\":\"LEFT CORNER\",\"type\":\"shape\",\"style\":\"\",\"internal_class\":\"tp-shape tp-shapewrapper\",\"autolinebreak\":false,\"max_width\":{\"desktop\":\"1500px\"},\"max_height\":{\"desktop\":\"1500px\"},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":-750},\"top\":{\"desktop\":-1850},\"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\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"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_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":45,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"bottom\"},\"hiddenunder\":false,\"resizeme\":false,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":false,\"visible-mobile\":false,\"resize-full\":false,\"show-on-hover\":false,\"basealign\":\"slide\",\"responsive_offset\":false,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":0,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":1000,\"height\":1000,\"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\":\"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\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":9,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"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\":[]}},{\"static_styles\":{\"font-size\":{\"desktop\":\"\"},\"line-height\":{\"desktop\":\"\"},\"font-weight\":{\"desktop\":\"100\"},\"color\":{\"desktop\":\"\"}},\"deformation\":{\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"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\",\"text-transform\":\"none\",\"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\":\"15\"},\"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\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"text\":\" \",\"alias\":\"RIGHT CORNER\",\"type\":\"shape\",\"style\":\"\",\"internal_class\":\"tp-shape tp-shapewrapper\",\"autolinebreak\":false,\"max_width\":{\"desktop\":\"1500px\"},\"max_height\":{\"desktop\":\"1500px\"},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":-750},\"top\":{\"desktop\":-1850},\"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\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"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_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":45,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"right\"},\"align_vert\":{\"desktop\":\"bottom\"},\"hiddenunder\":false,\"resizeme\":false,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":false,\"visible-mobile\":false,\"resize-full\":false,\"show-on-hover\":false,\"basealign\":\"slide\",\"responsive_offset\":false,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":0,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":1000,\"height\":1000,\"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\":\"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\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":10,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"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\":[]}}]','[\"\"]'); /*!40000 ALTER TABLE `wp_revslider_static_slides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_sg_action` -- DROP TABLE IF EXISTS `wp_sg_action`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_sg_action` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `type` tinyint(3) unsigned NOT NULL, `subtype` tinyint(3) unsigned NOT NULL DEFAULT '0', `status` tinyint(3) unsigned NOT NULL, `progress` tinyint(3) unsigned NOT NULL DEFAULT '0', `start_date` datetime NOT NULL, `update_date` datetime DEFAULT NULL, `options` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_sg_action` -- LOCK TABLES `wp_sg_action` WRITE; /*!40000 ALTER TABLE `wp_sg_action` DISABLE KEYS */; INSERT INTO `wp_sg_action` VALUES (3,'sg_backup_20160816003646',1,0,7,9,'2016-08-16 00:36:46','2016-08-16 00:43:08','{\"SG_BACKUP_IN_BACKGROUND_MODE\":0,\"SG_BACKUP_UPLOAD_TO_STORAGES\":\"\",\"SG_ACTION_BACKUP_DATABASE_AVAILABLE\":1,\"SG_ACTION_BACKUP_FILES_AVAILABLE\":1,\"SG_BACKUP_FILE_PATHS_EXCLUDE\":\"wp-content\\/plugins\\/backup\\/,wp-content\\/plugins\\/backup-guard-pro\\/,wp-content\\/plugins\\/backup-guard-silver\\/,wp-content\\/plugins\\/backup-guard-gold\\/,wp-content\\/plugins\\/backup-guard-platinum\\/,wp-content\\/uploads\\/backup-guard\\/,wp-content\\/uploads\\/sg_symlinks\\/\",\"SG_BACKUP_FILE_PATHS\":\"wp-content\"}'),(4,'sg_backup_20160816004427',1,0,7,33,'2016-08-16 00:44:27','2016-08-16 00:51:55','{\"SG_BACKUP_IN_BACKGROUND_MODE\":0,\"SG_BACKUP_UPLOAD_TO_STORAGES\":\"\",\"SG_ACTION_BACKUP_DATABASE_AVAILABLE\":1,\"SG_ACTION_BACKUP_FILES_AVAILABLE\":1,\"SG_BACKUP_FILE_PATHS_EXCLUDE\":\"wp-content\\/plugins\\/backup\\/,wp-content\\/plugins\\/backup-guard-pro\\/,wp-content\\/plugins\\/backup-guard-silver\\/,wp-content\\/plugins\\/backup-guard-gold\\/,wp-content\\/plugins\\/backup-guard-platinum\\/,wp-content\\/uploads\\/backup-guard\\/,wp-content\\/uploads\\/sg_symlinks\\/\",\"SG_BACKUP_FILE_PATHS\":\"wp-content\"}'),(5,'sg_backup_20160816022206',1,0,7,12,'2016-08-16 02:22:06','2016-08-16 02:29:50','{\"SG_BACKUP_IN_BACKGROUND_MODE\":0,\"SG_BACKUP_UPLOAD_TO_STORAGES\":\"\",\"SG_ACTION_BACKUP_DATABASE_AVAILABLE\":1,\"SG_ACTION_BACKUP_FILES_AVAILABLE\":1,\"SG_BACKUP_FILE_PATHS_EXCLUDE\":\"wp-content\\/plugins\\/backup\\/,wp-content\\/plugins\\/backup-guard-pro\\/,wp-content\\/plugins\\/backup-guard-silver\\/,wp-content\\/plugins\\/backup-guard-gold\\/,wp-content\\/plugins\\/backup-guard-platinum\\/,wp-content\\/uploads\\/backup-guard\\/,wp-content\\/uploads\\/sg_symlinks\\/\",\"SG_BACKUP_FILE_PATHS\":\"wp-content\"}'),(6,'sg_backup_20160817204152',1,0,7,6,'2016-08-17 20:41:52','2016-08-17 20:48:55','{\"SG_BACKUP_IN_BACKGROUND_MODE\":0,\"SG_BACKUP_UPLOAD_TO_STORAGES\":\"\",\"SG_ACTION_BACKUP_DATABASE_AVAILABLE\":1,\"SG_ACTION_BACKUP_FILES_AVAILABLE\":1,\"SG_BACKUP_FILE_PATHS_EXCLUDE\":\"wp-content\\/plugins\\/backup\\/,wp-content\\/plugins\\/backup-guard-pro\\/,wp-content\\/plugins\\/backup-guard-silver\\/,wp-content\\/plugins\\/backup-guard-gold\\/,wp-content\\/plugins\\/backup-guard-platinum\\/,wp-content\\/uploads\\/backup-guard\\/,wp-content\\/uploads\\/sg_symlinks\\/\",\"SG_BACKUP_FILE_PATHS\":\"wp-content\"}'),(7,'sg_backup_20170213200155',1,0,2,0,'2017-02-13 20:01:56','2017-02-13 20:02:30','{\"SG_BACKUP_IN_BACKGROUND_MODE\":0,\"SG_BACKUP_UPLOAD_TO_STORAGES\":\"\",\"SG_ACTION_BACKUP_DATABASE_AVAILABLE\":1,\"SG_ACTION_BACKUP_FILES_AVAILABLE\":1,\"SG_BACKUP_FILE_PATHS_EXCLUDE\":\"wp-content\\/plugins\\/backup\\/,wp-content\\/plugins\\/backup-guard-pro\\/,wp-content\\/plugins\\/backup-guard-silver\\/,wp-content\\/plugins\\/backup-guard-gold\\/,wp-content\\/plugins\\/backup-guard-platinum\\/,wp-content\\/uploads\\/backup-guard\\/,wp-content\\/uploads\\/sg_symlinks\\/\",\"SG_BACKUP_FILE_PATHS\":\"wp-content\"}'); /*!40000 ALTER TABLE `wp_sg_action` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_sg_config` -- DROP TABLE IF EXISTS `wp_sg_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_sg_config` ( `ckey` varchar(100) NOT NULL, `cvalue` text NOT NULL, PRIMARY KEY (`ckey`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_sg_config` -- LOCK TABLES `wp_sg_config` WRITE; /*!40000 ALTER TABLE `wp_sg_config` DISABLE KEYS */; INSERT INTO `wp_sg_config` VALUES ('SG_BACKUP_CURRENT_KEY','f39fed5e0f81247bcc8836943a5b6cfd4c6dc23f'),('SG_BACKUP_GUARD_VERSION','1.1.19'),('SG_BACKUP_SYNCHRONOUS_STORAGE_UPLOAD','1'),('SG_BACKUP_WITH_RELOADINGS','1'),('SG_DO_BACKUP_WITH_RELOADINGS','0'),('SG_EXCEPTION_TIMEOUT_ERROR','1'),('SG_NOTIFICATIONS_EMAIL_ADDRESS',''),('SG_NOTIFICATIONS_ENABLED','0'),('SG_RELOAD_METHOD','2'),('SG_RUNNING_ACTION','1'),('SG_STORAGE_BACKUPS_FOLDER_NAME','sg_backups'); /*!40000 ALTER TABLE `wp_sg_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_sg_schedule` -- DROP TABLE IF EXISTS `wp_sg_schedule`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_sg_schedule` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `label` varchar(255) NOT NULL, `status` tinyint(3) unsigned NOT NULL, `schedule_options` varchar(255) NOT NULL, `backup_options` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_sg_schedule` -- LOCK TABLES `wp_sg_schedule` WRITE; /*!40000 ALTER TABLE `wp_sg_schedule` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_sg_schedule` 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),(22,41,0),(36,39,0),(39,41,0),(42,41,0),(45,58,0),(51,69,0),(54,68,0),(56,59,0),(58,57,0),(59,63,0),(60,74,0),(60,78,0),(60,79,0),(60,84,0),(60,86,0),(60,87,0),(61,77,0),(61,80,0),(61,81,0),(61,88,0),(61,89,0),(66,74,0),(66,80,0),(66,82,0),(66,89,0),(68,74,0),(68,80,0),(68,82,0),(68,85,0),(68,89,0),(70,74,0),(70,82,0),(70,83,0),(70,84,0),(70,85,0),(70,86,0),(70,88,0),(72,74,0),(72,81,0),(72,82,0),(72,83,0),(72,84,0),(72,85,0),(74,74,0),(74,79,0),(74,86,0),(74,88,0),(74,89,0),(76,75,0),(76,78,0),(76,79,0),(76,86,0),(76,88,0),(76,89,0),(78,74,0),(78,78,0),(78,79,0),(78,84,0),(78,86,0),(126,39,0),(162,42,0),(173,34,0),(173,35,0),(173,37,0),(173,38,0),(176,35,0),(176,36,0),(176,37,0),(182,35,0),(182,37,0),(185,32,0),(185,33,0),(185,35,0),(185,36,0),(188,34,0),(188,35,0),(188,36,0),(191,35,0),(191,36,0),(191,37,0),(252,40,0),(526,67,0),(528,46,0),(549,46,0),(549,47,0),(551,44,0),(551,47,0),(553,43,0),(553,44,0),(553,45,0),(553,48,0),(554,43,0),(554,45,0),(554,48,0),(555,43,0),(555,44,0),(556,44,0),(556,47,0),(557,44,0),(557,46,0),(557,47,0),(558,44,0),(558,46,0),(558,47,0),(582,44,0),(582,46,0),(582,47,0),(595,3,0),(595,26,0),(599,3,0),(599,27,0),(603,3,0),(603,28,0),(607,3,0),(607,29,0),(609,3,0),(609,30,0),(634,60,0),(650,2,0),(652,2,0),(652,7,0),(652,8,0),(652,10,0),(654,2,0),(654,5,0),(654,8,0),(654,13,0),(757,74,0),(757,79,0),(757,80,0),(757,85,0),(757,86,0),(757,89,0),(758,74,0),(758,80,0),(758,89,0),(759,74,0),(759,78,0),(759,79,0),(759,84,0),(759,86,0),(759,87,0),(760,74,0),(760,78,0),(760,79,0),(760,85,0),(760,88,0),(760,89,0),(761,74,0),(761,81,0),(761,83,0),(761,84,0),(761,85,0),(761,86,0),(829,65,0),(837,73,0),(879,56,0),(945,61,0),(950,61,0),(951,62,0),(952,62,0),(1016,74,0),(1016,81,0),(1016,82,0),(1016,83,0),(1016,84,0),(1016,85,0),(1030,70,0),(1032,71,0),(1034,72,0),(1035,66,0),(1036,64,0),(1181,76,0),(1181,82,0),(1181,83,0),(1181,84,0),(1181,86,0),(2403,4,0),(2403,6,0),(2403,8,0),(2424,4,0),(2424,7,0),(2424,8,0),(2424,9,0),(2424,11,0),(2428,4,0),(2428,5,0),(2428,11,0),(2461,4,0),(2461,31,0),(2496,3,0),(2496,31,0),(3440,16,0),(3442,16,0),(3444,16,0),(3446,16,0),(3448,16,0),(3455,17,0),(3456,17,0),(3463,17,0),(3464,17,0),(3466,17,0),(3516,2,0),(3516,8,0),(3542,14,0),(3544,14,0),(3568,23,0),(3571,23,0),(3573,18,0),(3574,18,0),(3579,21,0),(3585,21,0),(3591,18,0),(3593,18,0),(3595,15,0),(3595,18,0),(3597,14,0),(3597,15,0),(3599,15,0),(3601,15,0),(3601,21,0),(3678,20,0),(3680,20,0),(3682,20,0),(3684,20,0),(3686,22,0),(3687,22,0),(3688,22,0),(3689,19,0),(3691,19,0),(3695,19,0),(3697,19,0),(3699,19,0),(3701,19,0),(3703,19,0),(3705,19,0),(4188,25,0),(4189,25,0),(4190,25,0),(4191,24,0),(4192,24,0),(4193,24,0),(4196,24,0),(4199,25,0),(4201,24,0),(4283,1,0),(4294,24,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=90 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,4),(3,3,'category','',0,6),(4,4,'category','',0,4),(5,5,'post_tag','',0,2),(6,6,'post_tag','',0,1),(7,7,'post_tag','',0,2),(8,8,'post_tag','',0,5),(9,9,'post_tag','',0,1),(10,10,'post_tag','',0,1),(11,11,'post_tag','',0,2),(12,12,'post_tag','',0,0),(13,13,'post_tag','',0,1),(14,14,'portfolios','',0,3),(15,15,'portfolios','',0,4),(16,16,'slideshows','Flex Image Slider for frontpage',0,5),(17,17,'slideshows','Content slideshow for frontpage',0,5),(18,18,'portfolios','',0,5),(19,19,'slideshows','',0,8),(20,20,'slideshows','',0,4),(21,21,'portfolios','',0,3),(22,22,'slideshows','',0,3),(23,23,'portfolios','',0,2),(24,24,'nav_menu','',0,6),(25,25,'nav_menu','',0,4),(26,26,'post_format','',0,1),(27,27,'post_format','',0,1),(28,28,'post_format','',0,1),(29,29,'post_format','',0,1),(30,30,'post_format','',0,1),(31,31,'post_format','',0,2),(32,32,'category','',0,1),(33,33,'category','',0,1),(34,34,'category','',0,2),(35,35,'category','',0,6),(36,36,'category','',0,4),(37,37,'category','',0,4),(38,38,'category','',0,1),(39,39,'slide-page','',0,2),(40,40,'slide-page','',0,1),(41,41,'slide-page','',0,3),(42,42,'slide-page','',0,1),(43,43,'category','',0,3),(44,44,'category','',0,7),(45,45,'category','',0,2),(46,46,'category','',0,5),(47,47,'category','',0,6),(48,48,'category','',0,2),(49,49,'post_tag','',0,0),(50,50,'post_tag','',0,0),(51,51,'post_tag','',0,0),(52,52,'post_tag','',0,0),(53,53,'post_tag','',0,0),(54,54,'post_tag','',0,0),(55,55,'post_tag','',0,0),(56,56,'slide-page','',0,1),(57,57,'slide-page','',0,1),(58,58,'slide-page','',0,1),(59,59,'slide-page','',0,1),(60,60,'slide-page','',0,1),(61,61,'slide-page','',0,2),(62,62,'slide-page','',0,2),(63,63,'slide-page','',0,1),(64,64,'slide-page','',0,1),(65,65,'slide-page','',0,1),(66,66,'slide-page','',0,1),(67,67,'slide-page','',0,1),(68,68,'slide-page','',0,1),(69,69,'slide-page','',0,1),(70,70,'slide-page','',0,1),(71,71,'slide-page','',0,1),(72,72,'slide-page','',0,1),(73,73,'slide-page','',0,1),(74,74,'product_type','',0,13),(75,75,'product_type','',0,1),(76,76,'product_type','',0,1),(77,77,'product_type','',0,1),(78,78,'product_cat','',0,5),(79,79,'product_tag','',0,7),(80,80,'product_cat','',0,5),(81,81,'product_tag','',0,4),(82,82,'product_tag','',0,6),(83,83,'product_cat','',0,5),(84,84,'product_cat','',0,8),(85,85,'product_tag','',0,7),(86,86,'product_tag','',0,9),(87,87,'product_cat','',0,2),(88,88,'product_cat','',0,5),(89,89,'product_cat','',0,8); /*!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 AUTO_INCREMENT=20 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 */; INSERT INTO `wp_termmeta` VALUES (1,78,'order','0'),(2,80,'order','0'),(3,83,'order','0'),(4,84,'order','0'),(5,87,'order','0'),(6,88,'order','0'),(7,89,'order','0'),(8,81,'product_count_product_tag','4'),(9,82,'product_count_product_tag','6'),(10,85,'product_count_product_tag','7'),(11,79,'product_count_product_tag','7'),(12,86,'product_count_product_tag','9'),(13,83,'product_count_product_cat','5'),(14,84,'product_count_product_cat','8'),(15,78,'product_count_product_cat','5'),(16,87,'product_count_product_cat','2'),(17,80,'product_count_product_cat','5'),(18,88,'product_count_product_cat','5'),(19,89,'product_count_product_cat','8'); /*!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=90 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,'News','news',0),(3,'PostFormats','post-formats',0),(4,'Projects','projects',0),(5,'beauty tips','beauty-tips',0),(6,'celebrity','celebrity',0),(7,'clothing','clothing',0),(8,'fashion','fashion',0),(9,'fashion shows','fashion-shows',0),(10,'models','models',0),(11,'photography','photography-2',0),(12,'portfolio','portfolio',0),(13,'shopping','shopping',0),(14,'Branding','branding',0),(15,'Fashion','fashion-2',0),(16,'Flex1 frontpage','flex1-frontpage',0),(17,'Flex2 frontpage','flex2-frontpage',0),(18,'Models','models-2',0),(19,'Our clients','our-clients',0),(20,'Our works','our-works',0),(21,'Photography','photography',0),(22,'Testimonials','testimonials',0),(23,'Video','video',0),(24,'Main menu','main-menu',0),(25,'Footer Menu','footer-menu',0),(26,'Video','post-format-video',0),(27,'Link','post-format-link',0),(28,'Quote','post-format-quote',0),(29,'Aside','post-format-aside',0),(30,'Image','post-format-image',0),(31,'Audio','post-format-audio',0),(32,'Brunch','brunch',0),(33,'Coffee','coffee',0),(34,'Dinner','dinner',0),(35,'Featured','featured',0),(36,'Lunch','lunch',0),(37,'Opening','opening',0),(38,'Specials','specials',0),(39,'About','about',0),(40,'Food & Drink','food-drink',0),(41,'Home','home',0),(42,'Story','story',0),(43,'Accessories','accessories',0),(44,'Design','design',0),(45,'Men','men',0),(46,'Promotions','promotions',0),(47,'Style','style',0),(48,'Women','women',0),(49,'Design','design',0),(50,'Events','events',0),(51,'Indoors','indoors',0),(52,'Modern','modern',0),(53,'Outdoors','outdoors',0),(54,'Sales','sales',0),(55,'Trends','trends',0),(56,'Accessory Shop','accessory-shop',0),(57,'Account','account',0),(58,'Cart','cart',0),(59,'Checkout','checkout',0),(60,'Contact','contact',0),(61,'Home 2','home2',0),(62,'Home 3','home3',0),(63,'Men\'s Product 1','mens-product-1',0),(64,'Men\'s Product 3','mens-product-3',0),(65,'Men\'s Shop','men-shop',0),(66,'Men’s Product 2','mens-product-2',0),(67,'News','news',0),(68,'Promotion','promotion',0),(69,'Shop','shop',0),(70,'Women\'s Product 1','womens-product-1',0),(71,'Women\'s Product 2','womens-product-2',0),(72,'Women\'s Product 3','womens-product-3',0),(73,'Women\'s Shop','women-shop',0),(74,'simple','simple',0),(75,'grouped','grouped',0),(76,'variable','variable',0),(77,'external','external',0),(78,'Accessories','accessories',0),(79,'Casual','casual',0),(80,'Dress','dress',0),(81,'Formal','formal',0),(82,'Indoor','indoor',0),(83,'Jacket','jacket',0),(84,'Mens','mens',0),(85,'Nightlife','nightlife',0),(86,'Outdoor','outdoor',0),(87,'Scarfs','scarfs',0),(88,'Shirts','shirts',0),(89,'Womens','womens',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=40 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'),(16,1,'wp_dashboard_quick_press_last_post_id','4571'),(17,1,'wp_user-settings','libraryContent=browse&urlbutton=file&editor=tinymce&mfold=o&imgsize=large'),(18,1,'wp_user-settings-time','1487040966'),(19,1,'nav_menu_recently_edited','24'),(20,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\";}'),(21,1,'metaboxhidden_nav-menus','a:6:{i:0;s:19:\"add-post-type-slide\";i:1;s:23:\"add-post-type-portfolio\";i:2;s:12:\"add-post_tag\";i:3;s:15:\"add-post_format\";i:4;s:14:\"add-slideshows\";i:5;s:14:\"add-portfolios\";}'),(22,1,'closedpostboxes_page','a:0:{}'),(23,1,'metaboxhidden_page','a:6:{i:0;s:24:\"fusion_settings_meta_box\";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\";}'),(25,1,'tribe_setDefaultNavMenuBoxes','1'),(26,1,'manageedit-shop_ordercolumnshidden','a:1:{i:0;s:15:\"billing_address\";}'),(27,1,'closedpostboxes_slide','a:0:{}'),(28,1,'metaboxhidden_slide','a:1:{i:0;s:7:\"slugdiv\";}'),(29,1,'_woocommerce_persistent_cart','a:1:{s:4:\"cart\";a:0:{}}'),(30,1,'meta-box-order_attachment','a:3:{s:4:\"side\";s:9:\"submitdiv\";s:6:\"normal\";s:46:\"commentstatusdiv,commentsdiv,slugdiv,authordiv\";s:8:\"advanced\";s:0:\"\";}'),(31,1,'screen_layout_attachment','2'),(33,1,'sgg-tutorial_was_showed','1'),(34,1,'closedpostboxes_tribe_events','a:0:{}'),(35,1,'metaboxhidden_tribe_events','a:1:{i:0;s:7:\"slugdiv\";}'),(36,1,'closedpostboxes_dashboard','a:1:{i:0;s:18:\"dashboard_activity\";}'),(37,1,'metaboxhidden_dashboard','a:0:{}'),(38,1,'session_tokens','a:7:{s:64:\"754270fdc6da6423b54b5891d9aba3b49ac79b76034eddd9bd5d04421253b440\";a:4:{s:10:\"expiration\";i:1487738584;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:1486528984;}s:64:\"831906dd6f6c1f5dcd35b869c50f3c2fa363da82006efd230195659af2d9f67e\";a:4:{s:10:\"expiration\";i:1488001609;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:1486792009;}s:64:\"a9c36a379af7784e09b71f026b26d8a99ec9805a791381263f58490e6e20893b\";a:4:{s:10:\"expiration\";i:1488169166;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:1486959566;}s:64:\"25231cd6e35f28e8a333de3f84eb1f1454d84ac0b7e5cf605c62ad6637f410b1\";a:4:{s:10:\"expiration\";i:1488205468;s:2:\"ip\";s:15:\"184.155.252.202\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0\";s:5:\"login\";i:1486995868;}s:64:\"0579c604a09d343c7e139333217a5bc302024f995a5a6ad9e486a666a6299713\";a:4:{s:10:\"expiration\";i:1487478357;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:1487305557;}s:64:\"e5550a911b1f0a18e36f8542ac6adfd190db8f733687f782befb6add9be2563f\";a:4:{s:10:\"expiration\";i:1487541342;s:2:\"ip\";s:15:\"184.155.252.202\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0\";s:5:\"login\";i:1487368542;}s:64:\"98f61cb48cfa65ebaa907270af8f4f473e310e5e3da6d68eef615bbab05e3a9d\";a:4:{s:10:\"expiration\";i:1487561434;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:1487388634;}}'),(39,1,'session_tokens','a:7:{s:64:\"754270fdc6da6423b54b5891d9aba3b49ac79b76034eddd9bd5d04421253b440\";a:4:{s:10:\"expiration\";i:1487738584;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:1486528984;}s:64:\"831906dd6f6c1f5dcd35b869c50f3c2fa363da82006efd230195659af2d9f67e\";a:4:{s:10:\"expiration\";i:1488001609;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:1486792009;}s:64:\"a9c36a379af7784e09b71f026b26d8a99ec9805a791381263f58490e6e20893b\";a:4:{s:10:\"expiration\";i:1488169166;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:1486959566;}s:64:\"25231cd6e35f28e8a333de3f84eb1f1454d84ac0b7e5cf605c62ad6637f410b1\";a:4:{s:10:\"expiration\";i:1488205468;s:2:\"ip\";s:15:\"184.155.252.202\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0\";s:5:\"login\";i:1486995868;}s:64:\"0579c604a09d343c7e139333217a5bc302024f995a5a6ad9e486a666a6299713\";a:4:{s:10:\"expiration\";i:1487478357;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:1487305557;}s:64:\"e5550a911b1f0a18e36f8542ac6adfd190db8f733687f782befb6add9be2563f\";a:4:{s:10:\"expiration\";i:1487541342;s:2:\"ip\";s:15:\"184.155.252.202\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0\";s:5:\"login\";i:1487368542;}s:64:\"98f61cb48cfa65ebaa907270af8f4f473e310e5e3da6d68eef615bbab05e3a9d\";a:4:{s:10:\"expiration\";i:1487561434;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:1487388634;}}'); /*!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$BpOJeTgrpR3q1WWVYbVtaLssSHkaDO/','coastbigband','david@abcrental.com','','2016-06-23 15:23:45','',0,'coastbigband'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_api_keys` -- DROP TABLE IF EXISTS `wp_woocommerce_api_keys`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_api_keys` ( `key_id` bigint(20) NOT NULL AUTO_INCREMENT, `user_id` bigint(20) NOT NULL, `description` longtext COLLATE utf8mb4_unicode_ci, `permissions` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL, `consumer_key` char(64) COLLATE utf8mb4_unicode_ci NOT NULL, `consumer_secret` char(43) COLLATE utf8mb4_unicode_ci NOT NULL, `nonces` longtext COLLATE utf8mb4_unicode_ci, `truncated_key` char(7) COLLATE utf8mb4_unicode_ci NOT NULL, `last_access` datetime DEFAULT NULL, PRIMARY KEY (`key_id`), KEY `consumer_key` (`consumer_key`), KEY `consumer_secret` (`consumer_secret`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_api_keys` -- LOCK TABLES `wp_woocommerce_api_keys` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_api_keys` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_api_keys` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_attribute_taxonomies` -- DROP TABLE IF EXISTS `wp_woocommerce_attribute_taxonomies`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_attribute_taxonomies` ( `attribute_id` bigint(20) NOT NULL AUTO_INCREMENT, `attribute_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL, `attribute_label` longtext COLLATE utf8mb4_unicode_ci, `attribute_type` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL, `attribute_orderby` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL, `attribute_public` int(1) NOT NULL DEFAULT '1', PRIMARY KEY (`attribute_id`), KEY `attribute_name` (`attribute_name`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_attribute_taxonomies` -- LOCK TABLES `wp_woocommerce_attribute_taxonomies` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_attribute_taxonomies` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_attribute_taxonomies` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_downloadable_product_permissions` -- DROP TABLE IF EXISTS `wp_woocommerce_downloadable_product_permissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_downloadable_product_permissions` ( `permission_id` bigint(20) NOT NULL AUTO_INCREMENT, `download_id` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL, `product_id` bigint(20) NOT NULL, `order_id` bigint(20) NOT NULL DEFAULT '0', `order_key` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL, `user_email` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL, `user_id` bigint(20) DEFAULT NULL, `downloads_remaining` varchar(9) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `access_expires` datetime DEFAULT NULL, `download_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`permission_id`), KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(191),`download_id`), KEY `download_order_product` (`download_id`,`order_id`,`product_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_downloadable_product_permissions` -- LOCK TABLES `wp_woocommerce_downloadable_product_permissions` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_downloadable_product_permissions` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_downloadable_product_permissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_order_itemmeta` -- DROP TABLE IF EXISTS `wp_woocommerce_order_itemmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_order_itemmeta` ( `meta_id` bigint(20) NOT NULL AUTO_INCREMENT, `order_item_id` bigint(20) NOT NULL, `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `order_item_id` (`order_item_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_woocommerce_order_itemmeta` -- LOCK TABLES `wp_woocommerce_order_itemmeta` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_order_itemmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_order_itemmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_order_items` -- DROP TABLE IF EXISTS `wp_woocommerce_order_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_order_items` ( `order_item_id` bigint(20) NOT NULL AUTO_INCREMENT, `order_item_name` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `order_item_type` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `order_id` bigint(20) NOT NULL, PRIMARY KEY (`order_item_id`), KEY `order_id` (`order_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_order_items` -- LOCK TABLES `wp_woocommerce_order_items` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_order_items` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_order_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_payment_tokenmeta` -- DROP TABLE IF EXISTS `wp_woocommerce_payment_tokenmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_payment_tokenmeta` ( `meta_id` bigint(20) NOT NULL AUTO_INCREMENT, `payment_token_id` bigint(20) NOT NULL, `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `payment_token_id` (`payment_token_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_woocommerce_payment_tokenmeta` -- LOCK TABLES `wp_woocommerce_payment_tokenmeta` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_payment_tokenmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_payment_tokenmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_payment_tokens` -- DROP TABLE IF EXISTS `wp_woocommerce_payment_tokens`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_payment_tokens` ( `token_id` bigint(20) NOT NULL AUTO_INCREMENT, `gateway_id` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `token` text COLLATE utf8mb4_unicode_ci NOT NULL, `user_id` bigint(20) NOT NULL DEFAULT '0', `type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `is_default` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`token_id`), KEY `user_id` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_payment_tokens` -- LOCK TABLES `wp_woocommerce_payment_tokens` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_payment_tokens` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_payment_tokens` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_sessions` -- DROP TABLE IF EXISTS `wp_woocommerce_sessions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_sessions` ( `session_id` bigint(20) NOT NULL AUTO_INCREMENT, `session_key` char(32) COLLATE utf8mb4_unicode_ci NOT NULL, `session_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `session_expiry` bigint(20) NOT NULL, PRIMARY KEY (`session_key`), UNIQUE KEY `session_id` (`session_id`) ) 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_woocommerce_sessions` -- LOCK TABLES `wp_woocommerce_sessions` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_sessions` DISABLE KEYS */; INSERT INTO `wp_woocommerce_sessions` VALUES (1,'1','a:18:{s:4:\"cart\";s:6:\"a:0:{}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:23:\"coupon_discount_amounts\";s:6:\"a:0:{}\";s:27:\"coupon_discount_tax_amounts\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:19:\"cart_contents_total\";i:0;s:5:\"total\";i:0;s:8:\"subtotal\";i:0;s:15:\"subtotal_ex_tax\";i:0;s:9:\"tax_total\";i:0;s:5:\"taxes\";s:6:\"a:0:{}\";s:14:\"shipping_taxes\";s:6:\"a:0:{}\";s:13:\"discount_cart\";i:0;s:17:\"discount_cart_tax\";i:0;s:14:\"shipping_total\";i:0;s:18:\"shipping_tax_total\";i:0;s:9:\"fee_total\";i:0;s:4:\"fees\";s:6:\"a:0:{}\";}',1471574008); /*!40000 ALTER TABLE `wp_woocommerce_sessions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_shipping_zone_locations` -- DROP TABLE IF EXISTS `wp_woocommerce_shipping_zone_locations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_shipping_zone_locations` ( `location_id` bigint(20) NOT NULL AUTO_INCREMENT, `zone_id` bigint(20) NOT NULL, `location_code` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `location_type` varchar(40) COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`location_id`), KEY `location_id` (`location_id`), KEY `location_type` (`location_type`), KEY `location_type_code` (`location_type`,`location_code`(90)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_shipping_zone_locations` -- LOCK TABLES `wp_woocommerce_shipping_zone_locations` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_locations` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_locations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_shipping_zone_methods` -- DROP TABLE IF EXISTS `wp_woocommerce_shipping_zone_methods`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_shipping_zone_methods` ( `zone_id` bigint(20) NOT NULL, `instance_id` bigint(20) NOT NULL AUTO_INCREMENT, `method_id` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `method_order` bigint(20) NOT NULL, `is_enabled` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`instance_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_shipping_zone_methods` -- LOCK TABLES `wp_woocommerce_shipping_zone_methods` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_methods` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_methods` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_shipping_zones` -- DROP TABLE IF EXISTS `wp_woocommerce_shipping_zones`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_shipping_zones` ( `zone_id` bigint(20) NOT NULL AUTO_INCREMENT, `zone_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `zone_order` bigint(20) NOT NULL, PRIMARY KEY (`zone_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_shipping_zones` -- LOCK TABLES `wp_woocommerce_shipping_zones` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_shipping_zones` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_shipping_zones` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_tax_rate_locations` -- DROP TABLE IF EXISTS `wp_woocommerce_tax_rate_locations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_tax_rate_locations` ( `location_id` bigint(20) NOT NULL AUTO_INCREMENT, `location_code` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `tax_rate_id` bigint(20) NOT NULL, `location_type` varchar(40) COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`location_id`), KEY `tax_rate_id` (`tax_rate_id`), KEY `location_type` (`location_type`), KEY `location_type_code` (`location_type`,`location_code`(90)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_tax_rate_locations` -- LOCK TABLES `wp_woocommerce_tax_rate_locations` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_tax_rate_locations` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_tax_rate_locations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_tax_rates` -- DROP TABLE IF EXISTS `wp_woocommerce_tax_rates`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_tax_rates` ( `tax_rate_id` bigint(20) NOT NULL AUTO_INCREMENT, `tax_rate_country` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `tax_rate_state` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `tax_rate` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `tax_rate_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `tax_rate_priority` bigint(20) NOT NULL, `tax_rate_compound` int(1) NOT NULL DEFAULT '0', `tax_rate_shipping` int(1) NOT NULL DEFAULT '1', `tax_rate_order` bigint(20) NOT NULL, `tax_rate_class` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`tax_rate_id`), KEY `tax_rate_country` (`tax_rate_country`(191)), KEY `tax_rate_state` (`tax_rate_state`(191)), KEY `tax_rate_class` (`tax_rate_class`(191)), KEY `tax_rate_priority` (`tax_rate_priority`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_tax_rates` -- LOCK TABLES `wp_woocommerce_tax_rates` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_tax_rates` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_tax_rates` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_zara4_exclude_from_bulk_compression_r1` -- DROP TABLE IF EXISTS `wp_zara4_exclude_from_bulk_compression_r1`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_zara4_exclude_from_bulk_compression_r1` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `file-path-hash` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL, `file-path` text COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `file-path-hash` (`file-path-hash`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_zara4_exclude_from_bulk_compression_r1` -- LOCK TABLES `wp_zara4_exclude_from_bulk_compression_r1` WRITE; /*!40000 ALTER TABLE `wp_zara4_exclude_from_bulk_compression_r1` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_zara4_exclude_from_bulk_compression_r1` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_zara4_file_compression_metadata_r1` -- DROP TABLE IF EXISTS `wp_zara4_file_compression_metadata_r1`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_zara4_file_compression_metadata_r1` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `file-path-hash` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL, `file-path` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `request-id` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `is-compressed` tinyint(1) NOT NULL DEFAULT '0', `original-file-size` bigint(20) unsigned DEFAULT NULL, `compressed-file-size` bigint(20) unsigned DEFAULT NULL, `original-file-hash` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `compressed-file-hash` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `bytes-saved` int(10) unsigned DEFAULT NULL, `percentage-saving` decimal(10,7) DEFAULT NULL, `no-saving-available` tinyint(1) NOT NULL DEFAULT '0', `plugin-version` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `file-path-hash` (`file-path-hash`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_zara4_file_compression_metadata_r1` -- LOCK TABLES `wp_zara4_file_compression_metadata_r1` WRITE; /*!40000 ALTER TABLE `wp_zara4_file_compression_metadata_r1` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_zara4_file_compression_metadata_r1` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_0322163_1' -- /*!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-02-18 0:42:50