0byt3m1n1
Path:
/
data
/
26
/
2
/
159
/
156
/
2648808
/
meta
/
2907112
/
mysql.backup
/
[
Home
]
File: mellanby.mysqlcluster17.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster17 Database: mellanby -- ------------------------------------------------------ -- Server version 5.6.51-91.0-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_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 AUTO_INCREMENT=2 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 */; INSERT INTO `wp_bwg_album` VALUES (1,'soya beans agreement signing ','soya-beans-agreement-signing','','','',1,1,1); /*!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 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 */; /*!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 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 */; /*!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_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 */; /*!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\",\"thumb_gal_title_font_color\":\"CCCCCC\",\"thumb_gal_title_font_style\":\"segoe ui\",\"thumb_gal_title_font_size\":16,\"thumb_gal_title_font_weight\":\"bold\",\"thumb_gal_title_margin\":\"2px\",\"thumb_gal_title_shadow\":\"0px 0px 0px #888888\",\"thumb_gal_title_align\":\"center\",\"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_compact_gal_title_font_color\":\"CCCCCC\",\"album_compact_gal_title_font_style\":\"segoe ui\",\"album_compact_gal_title_font_size\":16,\"album_compact_gal_title_font_weight\":\"bold\",\"album_compact_gal_title_margin\":\"2px\",\"album_compact_gal_title_shadow\":\"0px 0px 0px #888888\",\"album_compact_gal_title_align\":\"center\",\"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,\"album_extended_gal_title_font_color\":\"CCCCCC\",\"album_extended_gal_title_font_style\":\"segoe ui\",\"album_extended_gal_title_font_size\":16,\"album_extended_gal_title_font_weight\":\"bold\",\"album_extended_gal_title_margin\":\"2px\",\"album_extended_gal_title_shadow\":\"0px 0px 0px #888888\",\"album_extended_gal_title_align\":\"center\",\"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,\"masonry_thumb_gal_title_font_color\":\"CCCCCC\",\"masonry_thumb_gal_title_font_style\":\"segoe ui\",\"masonry_thumb_gal_title_font_size\":16,\"masonry_thumb_gal_title_font_weight\":\"bold\",\"masonry_thumb_gal_title_margin\":\"2px\",\"masonry_thumb_gal_title_shadow\":\"0px 0px 0px #888888\",\"masonry_thumb_gal_title_align\":\"center\",\"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,\"blog_style_gal_title_font_color\":\"CCCCCC\",\"blog_style_gal_title_font_style\":\"segoe ui\",\"blog_style_gal_title_font_size\":16,\"blog_style_gal_title_font_weight\":\"bold\",\"blog_style_gal_title_margin\":\"2px\",\"blog_style_gal_title_shadow\":\"0px 0px 0px #888888\",\"blog_style_gal_title_align\":\"center\",\"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,\"image_browser_image_title_align\":\"top\",\"image_browser_gal_title_font_color\":\"CCCCCC\",\"image_browser_gal_title_font_style\":\"segoe ui\",\"image_browser_gal_title_font_size\":16,\"image_browser_gal_title_font_weight\":\"bold\",\"image_browser_gal_title_margin\":\"2px\",\"image_browser_gal_title_shadow\":\"0px 0px 0px #888888\",\"image_browser_gal_title_align\":\"center\",\"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,\"album_masonry_gal_title_font_color\":\"CCCCCC\",\"album_masonry_gal_title_font_style\":\"segoe ui\",\"album_masonry_gal_title_font_size\":16,\"album_masonry_gal_title_font_weight\":\"bold\",\"album_masonry_gal_title_margin\":\"2px\",\"album_masonry_gal_title_shadow\":\"0px 0px 0px #888888\",\"album_masonry_gal_title_align\":\"center\",\"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,\"mosaic_thumb_gal_title_font_color\":\"CCCCCC\",\"mosaic_thumb_gal_title_font_style\":\"segoe ui\",\"mosaic_thumb_gal_title_font_size\":16,\"mosaic_thumb_gal_title_font_weight\":\"bold\",\"mosaic_thumb_gal_title_margin\":\"2px\",\"mosaic_thumb_gal_title_shadow\":\"0px 0px 0px #888888\",\"mosaic_thumb_gal_title_align\":\"center\",\"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\":\"segoe ui\",\"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\":\"\",\"thumb_gal_title_font_color\":\"CCCCCC\",\"thumb_gal_title_font_style\":\"segoe ui\",\"thumb_gal_title_font_size\":16,\"thumb_gal_title_font_weight\":\"bold\",\"thumb_gal_title_margin\":\"2px\",\"thumb_gal_title_shadow\":\"0px 0px 0px #888888\",\"thumb_gal_title_align\":\"center\",\"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\":\"segoe ui\",\"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_compact_gal_title_font_color\":\"CCCCCC\",\"album_compact_gal_title_font_style\":\"segoe ui\",\"album_compact_gal_title_font_size\":16,\"album_compact_gal_title_font_weight\":\"bold\",\"album_compact_gal_title_margin\":\"2px\",\"album_compact_gal_title_shadow\":\"0px 0px 0px #888888\",\"album_compact_gal_title_align\":\"center\",\"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,\"album_extended_gal_title_font_color\":\"CCCCCC\",\"album_extended_gal_title_font_style\":\"segoe ui\",\"album_extended_gal_title_font_size\":16,\"album_extended_gal_title_font_weight\":\"bold\",\"album_extended_gal_title_margin\":\"2px\",\"album_extended_gal_title_shadow\":\"0px 0px 0px #888888\",\"album_extended_gal_title_align\":\"center\",\"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,\"masonry_thumb_gal_title_font_color\":\"CCCCCC\",\"masonry_thumb_gal_title_font_style\":\"segoe ui\",\"masonry_thumb_gal_title_font_size\":16,\"masonry_thumb_gal_title_font_weight\":\"bold\",\"masonry_thumb_gal_title_margin\":\"2px\",\"masonry_thumb_gal_title_shadow\":\"0px 0px 0px #888888\",\"masonry_thumb_gal_title_align\":\"center\",\"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,\"blog_style_image_title_align\":\"top\",\"blog_style_gal_title_font_color\":\"CCCCCC\",\"blog_style_gal_title_font_style\":\"segoe ui\",\"blog_style_gal_title_font_size\":16,\"blog_style_gal_title_font_weight\":\"bold\",\"blog_style_gal_title_margin\":\"2px\",\"blog_style_gal_title_shadow\":\"0px 0px 0px #888888\",\"blog_style_gal_title_align\":\"center\",\"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,\"image_browser_image_title_align\":\"top\",\"image_browser_gal_title_font_color\":\"CCCCCC\",\"image_browser_gal_title_font_style\":\"segoe ui\",\"image_browser_gal_title_font_size\":16,\"image_browser_gal_title_font_weight\":\"bold\",\"image_browser_gal_title_margin\":\"2px\",\"image_browser_gal_title_shadow\":\"0px 0px 0px #888888\",\"image_browser_gal_title_align\":\"center\",\"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,\"album_masonry_gal_title_font_color\":\"CCCCCC\",\"album_masonry_gal_title_font_style\":\"segoe ui\",\"album_masonry_gal_title_font_size\":16,\"album_masonry_gal_title_font_weight\":\"bold\",\"album_masonry_gal_title_margin\":\"2px\",\"album_masonry_gal_title_shadow\":\"0px 0px 0px #888888\",\"album_masonry_gal_title_align\":\"center\",\"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,\"mosaic_thumb_gal_title_font_color\":\"CCCCCC\",\"mosaic_thumb_gal_title_font_style\":\"segoe ui\",\"mosaic_thumb_gal_title_font_size\":16,\"mosaic_thumb_gal_title_font_weight\":\"bold\",\"mosaic_thumb_gal_title_margin\":\"2px\",\"mosaic_thumb_gal_title_shadow\":\"0px 0px 0px #888888\",\"mosaic_thumb_gal_title_align\":\"center\",\"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\":\"segoe ui\",\"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` text 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` mediumtext 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_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` longtext 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 AUTO_INCREMENT=8 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 */; INSERT INTO `wp_links` VALUES (1,'http://codex.wordpress.org/','Documentation','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(2,'http://wordpress.org/development/','WordPress Blog','','','','Y',1,0,'0000-00-00 00:00:00','','','http://wordpress.org/development/feed/'),(3,'http://wordpress.org/extend/ideas/','Suggest Ideas','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(4,'http://wordpress.org/support/','Support Forum','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(5,'http://wordpress.org/extend/plugins/','Plugins','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(6,'http://wordpress.org/extend/themes/','Themes','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(7,'http://planet.wordpress.org/','WordPress Planet','','','','Y',1,0,'0000-00-00 00:00:00','','',''); /*!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 DEFAULT NULL, `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=710 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://www.mellanbytrust.com','yes'),(2,'blogname','The Mellanby Trust Company','yes'),(3,'blogdescription','Alternative Asset Management','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','niyotla@gmail.com','yes'),(6,'start_of_week','1','yes'),(7,'use_balanceTags','0','yes'),(8,'use_smilies','1','yes'),(9,'require_name_email','1','yes'),(10,'comments_notify','1','yes'),(11,'posts_per_rss','10','yes'),(12,'rss_use_excerpt','0','yes'),(13,'mailserver_url','mail.example.com','yes'),(14,'mailserver_login','login@example.com','yes'),(15,'mailserver_pass','password','yes'),(16,'mailserver_port','110','yes'),(17,'default_category','1','yes'),(18,'default_comment_status','open','yes'),(19,'default_ping_status','open','yes'),(20,'default_pingback_flag','0','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(29,'comment_moderation','0','yes'),(30,'moderation_notify','1','yes'),(31,'permalink_structure','/%postname%/','yes'),(33,'hack_file','0','yes'),(34,'blog_charset','UTF-8','yes'),(35,'moderation_keys','','no'),(36,'active_plugins','a:16:{i:0;s:25:\"add-to-any/add-to-any.php\";i:1;s:17:\"booked/booked.php\";i:2;s:37:\"breadcrumb-navxt/breadcrumb-navxt.php\";i:3;s:36:\"contact-form-7/wp-contact-form-7.php\";i:4;s:51:\"custom-icons-by-stylemixthemes/stm-custom-icons.php\";i:5;s:33:\"duplicate-post/duplicate-post.php\";i:6;s:59:\"force-regenerate-thumbnails/force-regenerate-thumbnails.php\";i:7;s:33:\"instagram-feed/instagram-feed.php\";i:8;s:27:\"js_composer/js_composer.php\";i:9;s:45:\"limit-login-attempts/limit-login-attempts.php\";i:10;s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";i:12;s:38:\"recent-tweets-widget/recent-tweets.php\";i:13;s:23:\"revslider/revslider.php\";i:14;s:29:\"stm-importer/stm-importer.php\";i:15;s:31:\"stm-post-type/stm-post-type.php\";i:16;s:37:\"tinymce-advanced/tinymce-advanced.php\";}','yes'),(37,'home','http://www.mellanbytrust.com','yes'),(38,'category_base','','yes'),(39,'ping_sites','http://rpc.pingomatic.com/','yes'),(41,'comment_max_links','2','yes'),(42,'gmt_offset','0','yes'),(43,'default_email_category','1','yes'),(44,'recently_edited','a:5:{i:0;s:92:\"/home/toyinala/public_html/saucestudiosng.com/mellanby/wp-content/themes/mellanby/footer.php\";i:1;s:91:\"/home/toyinala/public_html/saucestudiosng.com/mellanby/wp-content/themes/mellanby/style.css\";i:2;s:91:\"/home/toyinala/public_html/saucestudiosng.com/mellanby/wp-content/themes/mellanby/index.php\";i:3;s:105:\"/home/toyinala/public_html/saucestudiosng.com/mellanby/wp-content/themes/mellanby/inc/visual_composer.php\";i:4;s:92:\"/home/toyinala/public_html/saucestudiosng.com/mellanby/wp-content/themes/mellanby/header.php\";}','no'),(45,'template','mellanby','yes'),(46,'stylesheet','mellanby','yes'),(47,'comment_whitelist','1','yes'),(48,'blacklist_keys','','no'),(49,'comment_registration','0','yes'),(51,'html_type','text/html','yes'),(52,'use_trackback','0','yes'),(53,'default_role','subscriber','yes'),(54,'db_version','38590','yes'),(55,'uploads_use_yearmonth_folders','1','yes'),(56,'upload_path','','yes'),(57,'blog_public','1','yes'),(58,'default_link_category','2','yes'),(59,'show_on_front','page','yes'),(60,'tag_base','','yes'),(61,'show_avatars','1','yes'),(62,'avatar_rating','G','yes'),(63,'upload_url_path','','yes'),(64,'thumbnail_size_w','150','yes'),(65,'thumbnail_size_h','150','yes'),(66,'thumbnail_crop','1','yes'),(67,'medium_size_w','300','yes'),(68,'medium_size_h','300','yes'),(69,'avatar_default','mystery','yes'),(72,'large_size_w','1024','yes'),(73,'large_size_h','1024','yes'),(74,'image_default_link_type','','yes'),(75,'image_default_size','','yes'),(76,'image_default_align','','yes'),(77,'close_comments_for_old_posts','0','yes'),(78,'close_comments_days_old','14','yes'),(79,'thread_comments','1','yes'),(80,'thread_comments_depth','5','yes'),(81,'page_comments','0','yes'),(82,'comments_per_page','50','yes'),(83,'default_comments_page','newest','yes'),(84,'comment_order','asc','yes'),(85,'sticky_posts','a:0:{}','yes'),(86,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(87,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(88,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(89,'timezone_string','','yes'),(91,'embed_size_w','','yes'),(92,'embed_size_h','600','yes'),(93,'page_for_posts','7','yes'),(94,'page_on_front','1024','yes'),(95,'wp_user_roles','a:6:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:64:{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:24:\"edit_booked_appointments\";b:1;s:21:\"manage_booked_options\";b:1;s:10:\"copy_posts\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{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:10:\"copy_posts\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{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: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:20:\"booked_booking_agent\";a:2:{s:4:\"name\";s:13:\"Booking Agent\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:24:\"edit_booked_appointments\";b:1;}}}','yes'),(96,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(98,'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'),(99,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(101,'sidebars_widgets','a:9:{s:19:\"wp_inactive_widgets\";a:0:{}s:24:\"consulting-right-sidebar\";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:23:\"consulting-left-sidebar\";a:0:{}s:15:\"consulting-shop\";a:4:{i:0;s:32:\"woocommerce_product_categories-2\";i:1;s:26:\"woocommerce_price_filter-2\";i:2;s:32:\"woocommerce_top_rated_products-2\";i:3;s:31:\"woocommerce_product_tag_cloud-2\";}s:19:\"consulting-footer-1\";a:0:{}s:19:\"consulting-footer-2\";a:0:{}s:19:\"consulting-footer-3\";a:0:{}s:19:\"consulting-footer-4\";N;s:13:\"array_version\";i:3;}','yes'),(102,'ftp_credentials','a:3:{s:8:\"hostname\";s:9:\"localhost\";s:8:\"username\";N;s:15:\"connection_type\";s:3:\"ftp\";}','yes'),(103,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_links','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'rewrite_rules','a:381:{s:9:\"events/?$\";s:29:\"index.php?post_type=stm_event\";s:39:\"events/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=stm_event&feed=$matches[1]\";s:34:\"events/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=stm_event&feed=$matches[1]\";s:26:\"events/page/([0-9]{1,})/?$\";s:47:\"index.php?post_type=stm_event&paged=$matches[1]\";s:15:\"event_member/?$\";s:32:\"index.php?post_type=event_member\";s:45:\"event_member/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=event_member&feed=$matches[1]\";s:40:\"event_member/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=event_member&feed=$matches[1]\";s:32:\"event_member/page/([0-9]{1,})/?$\";s:50:\"index.php?post_type=event_member&paged=$matches[1]\";s:11:\"services/?$\";s:31:\"index.php?post_type=stm_service\";s:41:\"services/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=stm_service&feed=$matches[1]\";s:36:\"services/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=stm_service&feed=$matches[1]\";s:28:\"services/page/([0-9]{1,})/?$\";s:49:\"index.php?post_type=stm_service&paged=$matches[1]\";s:18:\"careers_archive/?$\";s:31:\"index.php?post_type=stm_careers\";s:48:\"careers_archive/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=stm_careers&feed=$matches[1]\";s:43:\"careers_archive/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=stm_careers&feed=$matches[1]\";s:35:\"careers_archive/page/([0-9]{1,})/?$\";s:49:\"index.php?post_type=stm_careers&paged=$matches[1]\";s:8:\"staff/?$\";s:29:\"index.php?post_type=stm_staff\";s:38:\"staff/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=stm_staff&feed=$matches[1]\";s:33:\"staff/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=stm_staff&feed=$matches[1]\";s:25:\"staff/page/([0-9]{1,})/?$\";s:47:\"index.php?post_type=stm_staff&paged=$matches[1]\";s:8:\"works/?$\";s:29:\"index.php?post_type=stm_works\";s:38:\"works/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=stm_works&feed=$matches[1]\";s:33:\"works/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=stm_works&feed=$matches[1]\";s:25:\"works/page/([0-9]{1,})/?$\";s:47:\"index.php?post_type=stm_works&paged=$matches[1]\";s:15:\"testimonials/?$\";s:36:\"index.php?post_type=stm_testimonials\";s:45:\"testimonials/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?post_type=stm_testimonials&feed=$matches[1]\";s:40:\"testimonials/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?post_type=stm_testimonials&feed=$matches[1]\";s:32:\"testimonials/page/([0-9]{1,})/?$\";s:54:\"index.php?post_type=stm_testimonials&paged=$matches[1]\";s:13:\"vc_sidebar/?$\";s:34:\"index.php?post_type=stm_vc_sidebar\";s:43:\"vc_sidebar/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?post_type=stm_vc_sidebar&feed=$matches[1]\";s:38:\"vc_sidebar/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?post_type=stm_vc_sidebar&feed=$matches[1]\";s:30:\"vc_sidebar/page/([0-9]{1,})/?$\";s:52:\"index.php?post_type=stm_vc_sidebar&paged=$matches[1]\";s:12:\"portfolio/?$\";s:33:\"index.php?post_type=stm_portfolio\";s:42:\"portfolio/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_type=stm_portfolio&feed=$matches[1]\";s:37:\"portfolio/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_type=stm_portfolio&feed=$matches[1]\";s:29:\"portfolio/page/([0-9]{1,})/?$\";s:51:\"index.php?post_type=stm_portfolio&paged=$matches[1]\";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: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:34:\"events/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"events/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"events/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"events/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"events/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"events/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"events/([^/]+)/embed/?$\";s:42:\"index.php?stm_event=$matches[1]&embed=true\";s:27:\"events/([^/]+)/trackback/?$\";s:36:\"index.php?stm_event=$matches[1]&tb=1\";s:47:\"events/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?stm_event=$matches[1]&feed=$matches[2]\";s:42:\"events/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?stm_event=$matches[1]&feed=$matches[2]\";s:35:\"events/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?stm_event=$matches[1]&paged=$matches[2]\";s:42:\"events/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?stm_event=$matches[1]&cpage=$matches[2]\";s:31:\"events/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?stm_event=$matches[1]&page=$matches[2]\";s:23:\"events/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"events/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"events/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"events/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"events/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"events/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"event_member/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"event_member/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"event_member/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"event_member/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"event_member/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"event_member/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"event_member/([^/]+)/embed/?$\";s:45:\"index.php?event_member=$matches[1]&embed=true\";s:33:\"event_member/([^/]+)/trackback/?$\";s:39:\"index.php?event_member=$matches[1]&tb=1\";s:53:\"event_member/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?event_member=$matches[1]&feed=$matches[2]\";s:48:\"event_member/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?event_member=$matches[1]&feed=$matches[2]\";s:41:\"event_member/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?event_member=$matches[1]&paged=$matches[2]\";s:48:\"event_member/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?event_member=$matches[1]&cpage=$matches[2]\";s:37:\"event_member/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?event_member=$matches[1]&page=$matches[2]\";s:29:\"event_member/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"event_member/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"event_member/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"event_member/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"event_member/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"event_member/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"services/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"services/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"services/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"services/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"services/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"services/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"services/([^/]+)/embed/?$\";s:44:\"index.php?stm_service=$matches[1]&embed=true\";s:29:\"services/([^/]+)/trackback/?$\";s:38:\"index.php?stm_service=$matches[1]&tb=1\";s:49:\"services/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?stm_service=$matches[1]&feed=$matches[2]\";s:44:\"services/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?stm_service=$matches[1]&feed=$matches[2]\";s:37:\"services/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?stm_service=$matches[1]&paged=$matches[2]\";s:44:\"services/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?stm_service=$matches[1]&cpage=$matches[2]\";s:33:\"services/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?stm_service=$matches[1]&page=$matches[2]\";s:25:\"services/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"services/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"services/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"services/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"services/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"services/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:43:\"careers_archive/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:53:\"careers_archive/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"careers_archive/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"careers_archive/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"careers_archive/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:49:\"careers_archive/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"careers_archive/([^/]+)/embed/?$\";s:44:\"index.php?stm_careers=$matches[1]&embed=true\";s:36:\"careers_archive/([^/]+)/trackback/?$\";s:38:\"index.php?stm_careers=$matches[1]&tb=1\";s:56:\"careers_archive/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?stm_careers=$matches[1]&feed=$matches[2]\";s:51:\"careers_archive/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?stm_careers=$matches[1]&feed=$matches[2]\";s:44:\"careers_archive/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?stm_careers=$matches[1]&paged=$matches[2]\";s:51:\"careers_archive/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?stm_careers=$matches[1]&cpage=$matches[2]\";s:40:\"careers_archive/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?stm_careers=$matches[1]&page=$matches[2]\";s:32:\"careers_archive/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"careers_archive/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"careers_archive/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"careers_archive/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"careers_archive/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"careers_archive/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"staff/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"staff/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"staff/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"staff/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"staff/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"staff/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"staff/([^/]+)/embed/?$\";s:42:\"index.php?stm_staff=$matches[1]&embed=true\";s:26:\"staff/([^/]+)/trackback/?$\";s:36:\"index.php?stm_staff=$matches[1]&tb=1\";s:46:\"staff/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?stm_staff=$matches[1]&feed=$matches[2]\";s:41:\"staff/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?stm_staff=$matches[1]&feed=$matches[2]\";s:34:\"staff/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?stm_staff=$matches[1]&paged=$matches[2]\";s:41:\"staff/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?stm_staff=$matches[1]&cpage=$matches[2]\";s:30:\"staff/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?stm_staff=$matches[1]&page=$matches[2]\";s:22:\"staff/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:32:\"staff/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:52:\"staff/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"staff/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"staff/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:28:\"staff/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"works/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"works/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"works/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"works/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"works/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"works/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"works/([^/]+)/embed/?$\";s:42:\"index.php?stm_works=$matches[1]&embed=true\";s:26:\"works/([^/]+)/trackback/?$\";s:36:\"index.php?stm_works=$matches[1]&tb=1\";s:46:\"works/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?stm_works=$matches[1]&feed=$matches[2]\";s:41:\"works/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?stm_works=$matches[1]&feed=$matches[2]\";s:34:\"works/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?stm_works=$matches[1]&paged=$matches[2]\";s:41:\"works/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?stm_works=$matches[1]&cpage=$matches[2]\";s:30:\"works/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?stm_works=$matches[1]&page=$matches[2]\";s:22:\"works/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:32:\"works/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:52:\"works/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"works/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"works/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:28:\"works/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"testimonials/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"testimonials/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"testimonials/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"testimonials/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"testimonials/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"testimonials/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"testimonials/([^/]+)/embed/?$\";s:49:\"index.php?stm_testimonials=$matches[1]&embed=true\";s:33:\"testimonials/([^/]+)/trackback/?$\";s:43:\"index.php?stm_testimonials=$matches[1]&tb=1\";s:53:\"testimonials/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?stm_testimonials=$matches[1]&feed=$matches[2]\";s:48:\"testimonials/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?stm_testimonials=$matches[1]&feed=$matches[2]\";s:41:\"testimonials/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?stm_testimonials=$matches[1]&paged=$matches[2]\";s:48:\"testimonials/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?stm_testimonials=$matches[1]&cpage=$matches[2]\";s:37:\"testimonials/([^/]+)(?:/([0-9]+))?/?$\";s:55:\"index.php?stm_testimonials=$matches[1]&page=$matches[2]\";s:29:\"testimonials/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"testimonials/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"testimonials/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"testimonials/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"testimonials/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"testimonials/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"vc_sidebar/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"vc_sidebar/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"vc_sidebar/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"vc_sidebar/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"vc_sidebar/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"vc_sidebar/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"vc_sidebar/([^/]+)/embed/?$\";s:47:\"index.php?stm_vc_sidebar=$matches[1]&embed=true\";s:31:\"vc_sidebar/([^/]+)/trackback/?$\";s:41:\"index.php?stm_vc_sidebar=$matches[1]&tb=1\";s:51:\"vc_sidebar/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?stm_vc_sidebar=$matches[1]&feed=$matches[2]\";s:46:\"vc_sidebar/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?stm_vc_sidebar=$matches[1]&feed=$matches[2]\";s:39:\"vc_sidebar/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?stm_vc_sidebar=$matches[1]&paged=$matches[2]\";s:46:\"vc_sidebar/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?stm_vc_sidebar=$matches[1]&cpage=$matches[2]\";s:35:\"vc_sidebar/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?stm_vc_sidebar=$matches[1]&page=$matches[2]\";s:27:\"vc_sidebar/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"vc_sidebar/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"vc_sidebar/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"vc_sidebar/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"vc_sidebar/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"vc_sidebar/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"portfolio/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"portfolio/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"portfolio/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"portfolio/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"portfolio/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"portfolio/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"portfolio/([^/]+)/embed/?$\";s:46:\"index.php?stm_portfolio=$matches[1]&embed=true\";s:30:\"portfolio/([^/]+)/trackback/?$\";s:40:\"index.php?stm_portfolio=$matches[1]&tb=1\";s:50:\"portfolio/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?stm_portfolio=$matches[1]&feed=$matches[2]\";s:45:\"portfolio/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?stm_portfolio=$matches[1]&feed=$matches[2]\";s:38:\"portfolio/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?stm_portfolio=$matches[1]&paged=$matches[2]\";s:45:\"portfolio/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?stm_portfolio=$matches[1]&cpage=$matches[2]\";s:34:\"portfolio/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?stm_portfolio=$matches[1]&page=$matches[2]\";s:26:\"portfolio/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"portfolio/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"portfolio/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"portfolio/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"portfolio/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"portfolio/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:66:\"stm_testimonials_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?stm_testimonials_category=$matches[1]&feed=$matches[2]\";s:61:\"stm_testimonials_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?stm_testimonials_category=$matches[1]&feed=$matches[2]\";s:42:\"stm_testimonials_category/([^/]+)/embed/?$\";s:58:\"index.php?stm_testimonials_category=$matches[1]&embed=true\";s:54:\"stm_testimonials_category/([^/]+)/page/?([0-9]{1,})/?$\";s:65:\"index.php?stm_testimonials_category=$matches[1]&paged=$matches[2]\";s:36:\"stm_testimonials_category/([^/]+)/?$\";s:47:\"index.php?stm_testimonials_category=$matches[1]\";s:59:\"stm_event_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?stm_event_category=$matches[1]&feed=$matches[2]\";s:54:\"stm_event_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?stm_event_category=$matches[1]&feed=$matches[2]\";s:35:\"stm_event_category/([^/]+)/embed/?$\";s:51:\"index.php?stm_event_category=$matches[1]&embed=true\";s:47:\"stm_event_category/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?stm_event_category=$matches[1]&paged=$matches[2]\";s:29:\"stm_event_category/([^/]+)/?$\";s:40:\"index.php?stm_event_category=$matches[1]\";s:61:\"stm_service_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?stm_service_category=$matches[1]&feed=$matches[2]\";s:56:\"stm_service_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?stm_service_category=$matches[1]&feed=$matches[2]\";s:37:\"stm_service_category/([^/]+)/embed/?$\";s:53:\"index.php?stm_service_category=$matches[1]&embed=true\";s:49:\"stm_service_category/([^/]+)/page/?([0-9]{1,})/?$\";s:60:\"index.php?stm_service_category=$matches[1]&paged=$matches[2]\";s:31:\"stm_service_category/([^/]+)/?$\";s:42:\"index.php?stm_service_category=$matches[1]\";s:59:\"stm_works_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?stm_works_category=$matches[1]&feed=$matches[2]\";s:54:\"stm_works_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?stm_works_category=$matches[1]&feed=$matches[2]\";s:35:\"stm_works_category/([^/]+)/embed/?$\";s:51:\"index.php?stm_works_category=$matches[1]&embed=true\";s:47:\"stm_works_category/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?stm_works_category=$matches[1]&paged=$matches[2]\";s:29:\"stm_works_category/([^/]+)/?$\";s:40:\"index.php?stm_works_category=$matches[1]\";s:59:\"stm_staff_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?stm_staff_category=$matches[1]&feed=$matches[2]\";s:54:\"stm_staff_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?stm_staff_category=$matches[1]&feed=$matches[2]\";s:35:\"stm_staff_category/([^/]+)/embed/?$\";s:51:\"index.php?stm_staff_category=$matches[1]&embed=true\";s:47:\"stm_staff_category/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?stm_staff_category=$matches[1]&paged=$matches[2]\";s:29:\"stm_staff_category/([^/]+)/?$\";s:40:\"index.php?stm_staff_category=$matches[1]\";s:63:\"stm_portfolio_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:61:\"index.php?stm_portfolio_category=$matches[1]&feed=$matches[2]\";s:58:\"stm_portfolio_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:61:\"index.php?stm_portfolio_category=$matches[1]&feed=$matches[2]\";s:39:\"stm_portfolio_category/([^/]+)/embed/?$\";s:55:\"index.php?stm_portfolio_category=$matches[1]&embed=true\";s:51:\"stm_portfolio_category/([^/]+)/page/?([0-9]{1,})/?$\";s:62:\"index.php?stm_portfolio_category=$matches[1]&paged=$matches[2]\";s:33:\"stm_portfolio_category/([^/]+)/?$\";s:44:\"index.php?stm_portfolio_category=$matches[1]\";s:47:\"booked_appointments/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"booked_appointments/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"booked_appointments/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"booked_appointments/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"booked_appointments/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"booked_appointments/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"booked_appointments/([^/]+)/embed/?$\";s:52:\"index.php?booked_appointments=$matches[1]&embed=true\";s:40:\"booked_appointments/([^/]+)/trackback/?$\";s:46:\"index.php?booked_appointments=$matches[1]&tb=1\";s:48:\"booked_appointments/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?booked_appointments=$matches[1]&paged=$matches[2]\";s:55:\"booked_appointments/([^/]+)/comment-page-([0-9]{1,})/?$\";s:59:\"index.php?booked_appointments=$matches[1]&cpage=$matches[2]\";s:44:\"booked_appointments/([^/]+)(?:/([0-9]+))?/?$\";s:58:\"index.php?booked_appointments=$matches[1]&page=$matches[2]\";s:36:\"booked_appointments/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"booked_appointments/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"booked_appointments/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"booked_appointments/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"booked_appointments/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"booked_appointments/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:56:\"custom-calendar/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:62:\"index.php?booked_custom_calendars=$matches[1]&feed=$matches[2]\";s:51:\"custom-calendar/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:62:\"index.php?booked_custom_calendars=$matches[1]&feed=$matches[2]\";s:32:\"custom-calendar/([^/]+)/embed/?$\";s:56:\"index.php?booked_custom_calendars=$matches[1]&embed=true\";s:44:\"custom-calendar/([^/]+)/page/?([0-9]{1,})/?$\";s:63:\"index.php?booked_custom_calendars=$matches[1]&paged=$matches[2]\";s:26:\"custom-calendar/([^/]+)/?$\";s:45:\"index.php?booked_custom_calendars=$matches[1]\";s:40:\"vc_grid_item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"vc_grid_item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"vc_grid_item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"vc_grid_item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"vc_grid_item/([^/]+)/embed/?$\";s:45:\"index.php?vc_grid_item=$matches[1]&embed=true\";s:33:\"vc_grid_item/([^/]+)/trackback/?$\";s:39:\"index.php?vc_grid_item=$matches[1]&tb=1\";s:41:\"vc_grid_item/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&paged=$matches[2]\";s:48:\"vc_grid_item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&cpage=$matches[2]\";s:37:\"vc_grid_item/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?vc_grid_item=$matches[1]&page=$matches[2]\";s:29:\"vc_grid_item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"vc_grid_item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"vc_grid_item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"vc_grid_item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"mc4wp-form/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"mc4wp-form/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"mc4wp-form/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"mc4wp-form/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"mc4wp-form/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"mc4wp-form/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"mc4wp-form/([^/]+)/embed/?$\";s:43:\"index.php?mc4wp-form=$matches[1]&embed=true\";s:31:\"mc4wp-form/([^/]+)/trackback/?$\";s:37:\"index.php?mc4wp-form=$matches[1]&tb=1\";s:39:\"mc4wp-form/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?mc4wp-form=$matches[1]&paged=$matches[2]\";s:46:\"mc4wp-form/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?mc4wp-form=$matches[1]&cpage=$matches[2]\";s:35:\"mc4wp-form/([^/]+)(?:/([0-9]+))?/?$\";s:49:\"index.php?mc4wp-form=$matches[1]&page=$matches[2]\";s:27:\"mc4wp-form/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"mc4wp-form/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"mc4wp-form/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"mc4wp-form/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"mc4wp-form/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"mc4wp-form/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=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:41:\"index.php?&page_id=1024&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: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]\";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:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(109,'uninstall_plugins','a:1:{s:33:\"instagram-feed/instagram-feed.php\";s:22:\"sb_instagram_uninstall\";}','no'),(110,'default_post_format','0','yes'),(111,'link_manager_enabled','1','yes'),(112,'finished_splitting_shared_terms','1','yes'),(113,'site_icon','0','yes'),(114,'medium_large_size_w','768','yes'),(115,'medium_large_size_h','0','yes'),(116,'initial_db_version','15260','yes'),(118,'cron','a:6:{i:1528984487;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:1528985334;a:1:{s:27:\"check_plugin_updates-booked\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1529008997;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:1529028474;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:1529031600;a:1:{s:29:\"mc4wp_refresh_mailchimp_lists\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(119,'db_upgraded','','yes'),(120,'WPLANG','','yes'),(121,'_transient_update_plugins','O:8:\"stdClass\":2:{s:12:\"last_checked\";i:0;s:8:\"response\";a:1:{s:17:\"booked/booked.php\";O:8:\"stdClass\":6:{s:2:\"id\";i:0;s:4:\"slug\";s:6:\"booked\";s:11:\"new_version\";s:6:\"1.9.13\";s:3:\"url\";s:20:\"https://getbooked.io\";s:7:\"package\";s:55:\"http://boxyupdates.com/get/?action=download&slug=booked\";s:6:\"plugin\";s:17:\"booked/booked.php\";}}}','yes'),(123,'_transient_update_themes','O:8:\"stdClass\":1:{s:12:\"last_checked\";i:0;}','yes'),(129,'theme_mods_twentyseventeen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1494986897;s:4:\"data\";a:7:{s:19:\"wp_inactive_widgets\";a:0:{}s:19:\"primary-widget-area\";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:21:\"secondary-widget-area\";a:0:{}s:24:\"first-footer-widget-area\";a:0:{}s:25:\"second-footer-widget-area\";a:0:{}s:24:\"third-footer-widget-area\";a:0:{}s:25:\"fourth-footer-widget-area\";a:0:{}}}}','yes'),(144,'can_compress_scripts','1','no'),(153,'current_theme','Consulting','yes'),(154,'theme_mods_mellanby','a:49:{i:0;b:0;s:18:\"nav_menu_locations\";a:4:{s:23:\"consulting-primary_menu\";i:40;s:25:\"consulting-sidebar_menu_1\";i:41;s:25:\"consulting-sidebar_menu_2\";i:42;s:25:\"consulting-sidebar_menu_3\";i:43;}s:12:\"header_style\";s:14:\"header_style_2\";s:7:\"top_bar\";b:0;s:15:\"top_bar_socials\";s:26:\"facebook,twitter,instagram\";s:7:\"socials\";s:356:\"facebook=http%3A%2F%2Fwww.facebook.com&twitter=http%3A%2F%2Fwww.twitter.com&instagram=http%3A%2F%2Fwww.instagram.com&google-plus=http%3A%2F%2Fwww.google.com&vimeo=&linkedin=http%3A%2F%2Fwww.linkedin.com&behance=&dribbble=&flickr=&github=&pinterest=&yahoo=&delicious=&dropbox=&reddit=&soundcloud=&google=&skype=&youtube=&tumblr=&whatsapp=&odnoklassniki=&vk=\";s:14:\"header_socials\";s:28:\"facebook,twitter,google-plus\";s:14:\"header_address\";s:0:\"\";s:19:\"header_address_icon\";s:16:\"fa fa-map-marker\";s:20:\"header_working_hours\";s:0:\"\";s:25:\"header_working_hours_icon\";s:13:\"fa fa-clock-o\";s:12:\"header_phone\";s:0:\"\";s:17:\"header_phone_icon\";s:11:\"fa fa-phone\";s:14:\"footer_socials\";s:37:\"facebook,twitter,google-plus,linkedin\";s:17:\"blog_sidebar_type\";s:2:\"vc\";s:15:\"blog_vc_sidebar\";s:3:\"527\";s:21:\"blog_sidebar_position\";s:5:\"right\";s:11:\"blog_layout\";s:4:\"list\";s:11:\"footer_text\";s:225:\"The Mellanby Trust Company (TMTC) Limited was incorporated in 2013 as a full service Asset Management company involved in providing Investment Advisory and execution services in Traditional and Alternative investment markets.\";s:16:\"footer_copyright\";s:130:\"Copyright © 2017 The Mellanby Trust Company Designed by <a href=\"http://saucestudiosng.com/\" target=\"_blank\"> Source Studios </a>\";s:15:\"blog_wp_sidebar\";s:24:\"consulting-right-sidebar\";s:21:\"shop_sidebar_position\";s:5:\"right\";s:15:\"shop_wp_sidebar\";s:15:\"consulting-shop\";s:20:\"footer_sidebar_count\";s:1:\"4\";s:11:\"sticky_menu\";b:1;s:18:\"custom_css_post_id\";i:-1;s:28:\"top_bar_contact_address_icon\";s:16:\"fa fa-map-marker\";s:26:\"top_bar_contact_email_icon\";s:16:\"fa fa-map-marker\";s:26:\"top_bar_contact_phone_icon\";s:16:\"fa fa-map-marker\";s:27:\"post_type_portfolio_rewrite\";s:9:\"portfolio\";s:16:\"enable_preloader\";b:0;s:18:\"event_sidebar_type\";s:2:\"vc\";s:16:\"event_vc_sidebar\";s:4:\"1096\";s:22:\"event_terms_conditions\";s:68:\"I agree with the all additional <a href=\'#\'>Terms and Conditions</a>\";s:16:\"event_wp_sidebar\";s:24:\"consulting-right-sidebar\";s:17:\"h1_text_transform\";s:9:\"lowercase\";s:17:\"h2_text_transform\";s:9:\"lowercase\";s:21:\"top_bar_info_1_office\";s:12:\"Onikan Lagos\";s:12:\"wc_cart_hide\";b:1;s:11:\"mobile_grid\";s:8:\"portrait\";s:9:\"site_skin\";s:11:\"skin_custom\";s:20:\"site_skin_base_color\";s:7:\"#2b2a29\";s:21:\"site_skin_third_color\";s:7:\"#fecc00\";s:10:\"custom_css\";s:292:\"body.header_style_2 .header_top\n{\n background: #2b2a29 !important;\n}\n\nbody.header_style_2 .header_top .top_nav .top_nav_wrapper > ul > li > a\n{\ncolor: #fecc00 !important;\n}\nbody.header_style_2 .header_top .top_nav .top_nav_wrapper > ul > li.current_page_item > a\n{\ncolor:#fff !important;\n}\";s:4:\"logo\";s:64:\"http://www.mellanbytrust.com/wp-content/uploads/2017/05/logo.png\";s:10:\"logo_width\";s:3:\"200\";s:11:\"logo_height\";s:2:\"50\";s:9:\"dark_logo\";s:64:\"http://www.mellanbytrust.com/wp-content/uploads/2017/05/logo.png\";s:19:\"wc_topbar_cart_hide\";b:1;}','yes'),(155,'theme_switched','','yes'),(156,'envato_market_version','1.0.0-RC2','yes'),(157,'stm_css_transition','yes','yes'),(158,'bcn_options','a:211:{s:17:\"bmainsite_display\";b:0;s:18:\"Hmainsite_template\";s:234:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to %title%.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:28:\"Hmainsite_template_no_anchor\";s:142:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\">%htitle%</span><meta property=\"position\" content=\"%position%\"></span>\";s:13:\"bhome_display\";b:1;s:14:\"Hhome_template\";s:129:\"<span typeof=\"v:Breadcrumb\"><a rel=\"v:url\" property=\"v:title\" title=\"Go to %title%.\" href=\"%link%\" class=\"%type%\">Home</a></span>\";s:24:\"Hhome_template_no_anchor\";s:71:\"<span typeof=\"v:Breadcrumb\"><span property=\"v:title\">Home</span></span>\";s:13:\"bblog_display\";b:1;s:14:\"Hblog_template\";s:234:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to %title%.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:24:\"Hblog_template_no_anchor\";s:142:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\">%htitle%</span><meta property=\"position\" content=\"%position%\"></span>\";s:10:\"hseparator\";s:46:\"<span><i class=\"fa fa-angle-right\"></i></span>\";s:12:\"blimit_title\";b:0;s:17:\"amax_title_length\";i:20;s:20:\"bcurrent_item_linked\";b:0;s:19:\"Hpost_page_template\";s:234:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to %title%.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:29:\"Hpost_page_template_no_anchor\";s:142:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\">%htitle%</span><meta property=\"position\" content=\"%position%\"></span>\";s:15:\"apost_page_root\";s:1:\"2\";s:15:\"Hpaged_template\";s:13:\"Page %htitle%\";s:14:\"bpaged_display\";b:0;s:19:\"Hpost_post_template\";s:234:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to %title%.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:29:\"Hpost_post_template_no_anchor\";s:142:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\">%htitle%</span><meta property=\"position\" content=\"%position%\"></span>\";s:15:\"apost_post_root\";s:1:\"0\";s:27:\"bpost_post_taxonomy_display\";b:1;s:27:\"bpost_post_taxonomy_referer\";b:0;s:24:\"Spost_post_taxonomy_type\";s:8:\"category\";s:25:\"Hpost_attachment_template\";s:234:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to %title%.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:35:\"Hpost_attachment_template_no_anchor\";s:142:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\">%htitle%</span><meta property=\"position\" content=\"%position%\"></span>\";s:13:\"H404_template\";s:142:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\">%htitle%</span><meta property=\"position\" content=\"%position%\"></span>\";s:10:\"S404_title\";s:3:\"404\";s:16:\"Hsearch_template\";s:125:\"Search results for \'<a title=\"Go to the first page of search results for %title%.\" href=\"%link%\" class=\"%type%\">%htitle%</a>\'\";s:26:\"Hsearch_template_no_anchor\";s:29:\"Search results for \'%htitle%\'\";s:22:\"Htax_post_tag_template\";s:251:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to the %title% tag archives.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:32:\"Htax_post_tag_template_no_anchor\";s:142:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\">%htitle%</span><meta property=\"position\" content=\"%position%\"></span>\";s:25:\"Htax_post_format_template\";s:247:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to the %title% archives.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:35:\"Htax_post_format_template_no_anchor\";s:142:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\">%htitle%</span><meta property=\"position\" content=\"%position%\"></span>\";s:16:\"Hauthor_template\";s:107:\"Articles by: <a title=\"Go to the first page of posts by %title%.\" href=\"%link%\" class=\"%type%\">%htitle%</a>\";s:26:\"Hauthor_template_no_anchor\";s:21:\"Articles by: %htitle%\";s:12:\"Sauthor_name\";s:12:\"display_name\";s:22:\"Htax_category_template\";s:256:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to the %title% category archives.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:32:\"Htax_category_template_no_anchor\";s:142:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\">%htitle%</span><meta property=\"position\" content=\"%position%\"></span>\";s:14:\"Hdate_template\";s:247:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to the %title% archives.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:24:\"Hdate_template_no_anchor\";s:142:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\">%htitle%</span><meta property=\"position\" content=\"%position%\"></span>\";s:32:\"bpost_stm_event_taxonomy_referer\";b:0;s:24:\"Hpost_stm_event_template\";s:234:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to %title%.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:34:\"Hpost_stm_event_template_no_anchor\";s:142:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\">%htitle%</span><meta property=\"position\" content=\"%position%\"></span>\";s:31:\"bpost_stm_event_archive_display\";b:0;s:20:\"apost_stm_event_root\";i:1113;s:32:\"bpost_stm_event_taxonomy_display\";b:0;s:29:\"Spost_stm_event_taxonomy_type\";s:18:\"stm_event_category\";s:35:\"bpost_event_member_taxonomy_referer\";b:0;s:27:\"Hpost_event_member_template\";s:234:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to %title%.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:37:\"Hpost_event_member_template_no_anchor\";s:142:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\">%htitle%</span><meta property=\"position\" content=\"%position%\"></span>\";s:34:\"bpost_event_member_archive_display\";b:1;s:23:\"apost_event_member_root\";i:0;s:35:\"bpost_event_member_taxonomy_display\";b:0;s:32:\"Spost_event_member_taxonomy_type\";s:8:\"BCN_DATE\";s:34:\"bpost_stm_service_taxonomy_referer\";b:0;s:26:\"Hpost_stm_service_template\";s:234:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to %title%.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:36:\"Hpost_stm_service_template_no_anchor\";s:142:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\">%htitle%</span><meta property=\"position\" content=\"%position%\"></span>\";s:33:\"bpost_stm_service_archive_display\";b:0;s:22:\"apost_stm_service_root\";i:558;s:34:\"bpost_stm_service_taxonomy_display\";b:0;s:31:\"Spost_stm_service_taxonomy_type\";s:4:\"date\";s:34:\"bpost_stm_careers_taxonomy_referer\";b:0;s:26:\"Hpost_stm_careers_template\";s:234:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to %title%.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:36:\"Hpost_stm_careers_template_no_anchor\";s:142:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\">%htitle%</span><meta property=\"position\" content=\"%position%\"></span>\";s:33:\"bpost_stm_careers_archive_display\";b:0;s:22:\"apost_stm_careers_root\";i:408;s:34:\"bpost_stm_careers_taxonomy_display\";b:0;s:31:\"Spost_stm_careers_taxonomy_type\";s:4:\"date\";s:32:\"bpost_stm_staff_taxonomy_referer\";b:0;s:24:\"Hpost_stm_staff_template\";s:234:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to %title%.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:34:\"Hpost_stm_staff_template_no_anchor\";s:142:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\">%htitle%</span><meta property=\"position\" content=\"%position%\"></span>\";s:31:\"bpost_stm_staff_archive_display\";b:0;s:20:\"apost_stm_staff_root\";i:462;s:32:\"bpost_stm_staff_taxonomy_display\";b:0;s:29:\"Spost_stm_staff_taxonomy_type\";s:4:\"date\";s:32:\"bpost_stm_works_taxonomy_referer\";b:0;s:24:\"Hpost_stm_works_template\";s:234:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to %title%.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:34:\"Hpost_stm_works_template_no_anchor\";s:142:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\">%htitle%</span><meta property=\"position\" content=\"%position%\"></span>\";s:31:\"bpost_stm_works_archive_display\";b:0;s:20:\"apost_stm_works_root\";i:601;s:32:\"bpost_stm_works_taxonomy_display\";b:0;s:29:\"Spost_stm_works_taxonomy_type\";s:18:\"stm_works_category\";s:39:\"bpost_stm_testimonials_taxonomy_referer\";b:0;s:31:\"Hpost_stm_testimonials_template\";s:234:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to %title%.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:41:\"Hpost_stm_testimonials_template_no_anchor\";s:142:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\">%htitle%</span><meta property=\"position\" content=\"%position%\"></span>\";s:38:\"bpost_stm_testimonials_archive_display\";b:1;s:27:\"apost_stm_testimonials_root\";i:0;s:39:\"bpost_stm_testimonials_taxonomy_display\";b:0;s:36:\"Spost_stm_testimonials_taxonomy_type\";s:4:\"date\";s:37:\"bpost_stm_vc_sidebar_taxonomy_referer\";b:0;s:29:\"Hpost_stm_vc_sidebar_template\";s:234:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to %title%.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:39:\"Hpost_stm_vc_sidebar_template_no_anchor\";s:142:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\">%htitle%</span><meta property=\"position\" content=\"%position%\"></span>\";s:36:\"bpost_stm_vc_sidebar_archive_display\";b:1;s:25:\"apost_stm_vc_sidebar_root\";i:0;s:37:\"bpost_stm_vc_sidebar_taxonomy_display\";b:0;s:34:\"Spost_stm_vc_sidebar_taxonomy_type\";s:4:\"date\";s:36:\"bpost_stm_portfolio_taxonomy_referer\";b:0;s:28:\"Hpost_stm_portfolio_template\";s:234:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to %title%.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:38:\"Hpost_stm_portfolio_template_no_anchor\";s:142:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\">%htitle%</span><meta property=\"position\" content=\"%position%\"></span>\";s:35:\"bpost_stm_portfolio_archive_display\";b:0;s:24:\"apost_stm_portfolio_root\";i:1130;s:36:\"bpost_stm_portfolio_taxonomy_display\";b:0;s:33:\"Spost_stm_portfolio_taxonomy_type\";s:22:\"stm_portfolio_category\";s:30:\"bpost_product_taxonomy_referer\";b:0;s:22:\"Hpost_product_template\";s:234:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to %title%.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:32:\"Hpost_product_template_no_anchor\";s:142:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\">%htitle%</span><meta property=\"position\" content=\"%position%\"></span>\";s:29:\"bpost_product_archive_display\";b:1;s:18:\"apost_product_root\";i:0;s:30:\"bpost_product_taxonomy_display\";b:1;s:27:\"Spost_product_taxonomy_type\";s:11:\"product_cat\";s:40:\"bpost_product_variation_taxonomy_referer\";b:0;s:32:\"Hpost_product_variation_template\";s:234:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to %title%.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:42:\"Hpost_product_variation_template_no_anchor\";s:142:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\">%htitle%</span><meta property=\"position\" content=\"%position%\"></span>\";s:39:\"bpost_product_variation_archive_display\";b:0;s:28:\"apost_product_variation_root\";i:0;s:40:\"bpost_product_variation_taxonomy_display\";b:0;s:37:\"Spost_product_variation_taxonomy_type\";s:22:\"product_shipping_class\";s:33:\"bpost_shop_order_taxonomy_referer\";b:0;s:25:\"Hpost_shop_order_template\";s:234:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to %title%.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:35:\"Hpost_shop_order_template_no_anchor\";s:142:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\">%htitle%</span><meta property=\"position\" content=\"%position%\"></span>\";s:32:\"bpost_shop_order_archive_display\";b:0;s:21:\"apost_shop_order_root\";i:0;s:33:\"bpost_shop_order_taxonomy_display\";b:0;s:30:\"Spost_shop_order_taxonomy_type\";s:4:\"date\";s:40:\"bpost_shop_order_refund_taxonomy_referer\";b:0;s:32:\"Hpost_shop_order_refund_template\";s:234:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to %title%.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:42:\"Hpost_shop_order_refund_template_no_anchor\";s:142:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\">%htitle%</span><meta property=\"position\" content=\"%position%\"></span>\";s:39:\"bpost_shop_order_refund_archive_display\";b:0;s:28:\"apost_shop_order_refund_root\";i:0;s:40:\"bpost_shop_order_refund_taxonomy_display\";b:0;s:37:\"Spost_shop_order_refund_taxonomy_type\";s:4:\"date\";s:34:\"bpost_shop_coupon_taxonomy_referer\";b:0;s:26:\"Hpost_shop_coupon_template\";s:234:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to %title%.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:36:\"Hpost_shop_coupon_template_no_anchor\";s:142:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\">%htitle%</span><meta property=\"position\" content=\"%position%\"></span>\";s:33:\"bpost_shop_coupon_archive_display\";b:0;s:22:\"apost_shop_coupon_root\";i:0;s:34:\"bpost_shop_coupon_taxonomy_display\";b:0;s:31:\"Spost_shop_coupon_taxonomy_type\";s:4:\"date\";s:35:\"bpost_shop_webhook_taxonomy_referer\";b:0;s:27:\"Hpost_shop_webhook_template\";s:234:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to %title%.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:37:\"Hpost_shop_webhook_template_no_anchor\";s:142:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\">%htitle%</span><meta property=\"position\" content=\"%position%\"></span>\";s:34:\"bpost_shop_webhook_archive_display\";b:0;s:23:\"apost_shop_webhook_root\";i:0;s:35:\"bpost_shop_webhook_taxonomy_display\";b:0;s:32:\"Spost_shop_webhook_taxonomy_type\";s:4:\"date\";s:36:\"bpost_vc4_templates_taxonomy_referer\";b:0;s:28:\"Hpost_vc4_templates_template\";s:234:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to %title%.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:38:\"Hpost_vc4_templates_template_no_anchor\";s:142:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\">%htitle%</span><meta property=\"position\" content=\"%position%\"></span>\";s:35:\"bpost_vc4_templates_archive_display\";b:0;s:24:\"apost_vc4_templates_root\";i:0;s:36:\"bpost_vc4_templates_taxonomy_display\";b:0;s:33:\"Spost_vc4_templates_taxonomy_type\";s:8:\"BCN_DATE\";s:42:\"bpost_booked_appointments_taxonomy_referer\";b:0;s:34:\"Hpost_booked_appointments_template\";s:234:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to %title%.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:44:\"Hpost_booked_appointments_template_no_anchor\";s:142:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\">%htitle%</span><meta property=\"position\" content=\"%position%\"></span>\";s:41:\"bpost_booked_appointments_archive_display\";b:0;s:30:\"apost_booked_appointments_root\";i:0;s:42:\"bpost_booked_appointments_taxonomy_display\";b:0;s:39:\"Spost_booked_appointments_taxonomy_type\";s:23:\"booked_custom_calendars\";s:41:\"bpost_wpcf7_contact_form_taxonomy_referer\";b:0;s:33:\"Hpost_wpcf7_contact_form_template\";s:234:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to %title%.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:43:\"Hpost_wpcf7_contact_form_template_no_anchor\";s:142:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\">%htitle%</span><meta property=\"position\" content=\"%position%\"></span>\";s:40:\"bpost_wpcf7_contact_form_archive_display\";b:0;s:29:\"apost_wpcf7_contact_form_root\";i:0;s:41:\"bpost_wpcf7_contact_form_taxonomy_display\";b:0;s:38:\"Spost_wpcf7_contact_form_taxonomy_type\";s:4:\"date\";s:35:\"bpost_vc_grid_item_taxonomy_referer\";b:0;s:27:\"Hpost_vc_grid_item_template\";s:234:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to %title%.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:37:\"Hpost_vc_grid_item_template_no_anchor\";s:142:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\">%htitle%</span><meta property=\"position\" content=\"%position%\"></span>\";s:34:\"bpost_vc_grid_item_archive_display\";b:0;s:23:\"apost_vc_grid_item_root\";i:0;s:35:\"bpost_vc_grid_item_taxonomy_display\";b:0;s:32:\"Spost_vc_grid_item_taxonomy_type\";s:4:\"date\";s:33:\"bpost_mc4wp-form_taxonomy_referer\";b:0;s:25:\"Hpost_mc4wp-form_template\";s:234:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to %title%.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:35:\"Hpost_mc4wp-form_template_no_anchor\";s:142:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\">%htitle%</span><meta property=\"position\" content=\"%position%\"></span>\";s:32:\"bpost_mc4wp-form_archive_display\";b:0;s:21:\"apost_mc4wp-form_root\";i:0;s:33:\"bpost_mc4wp-form_taxonomy_display\";b:0;s:30:\"Spost_mc4wp-form_taxonomy_type\";s:4:\"date\";s:39:\"Htax_stm_testimonials_category_template\";s:258:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to the %title% Categories archives.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:49:\"Htax_stm_testimonials_category_template_no_anchor\";s:142:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\">%htitle%</span><meta property=\"position\" content=\"%position%\"></span>\";s:32:\"Htax_stm_event_category_template\";s:258:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to the %title% Categories archives.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:42:\"Htax_stm_event_category_template_no_anchor\";s:142:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\">%htitle%</span><meta property=\"position\" content=\"%position%\"></span>\";s:34:\"Htax_stm_service_category_template\";s:258:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to the %title% Categories archives.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:44:\"Htax_stm_service_category_template_no_anchor\";s:142:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\">%htitle%</span><meta property=\"position\" content=\"%position%\"></span>\";s:32:\"Htax_stm_works_category_template\";s:258:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to the %title% Categories archives.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:42:\"Htax_stm_works_category_template_no_anchor\";s:142:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\">%htitle%</span><meta property=\"position\" content=\"%position%\"></span>\";s:32:\"Htax_stm_staff_category_template\";s:258:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to the %title% Categories archives.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:42:\"Htax_stm_staff_category_template_no_anchor\";s:142:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\">%htitle%</span><meta property=\"position\" content=\"%position%\"></span>\";s:36:\"Htax_stm_portfolio_category_template\";s:258:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to the %title% Categories archives.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:46:\"Htax_stm_portfolio_category_template_no_anchor\";s:142:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\">%htitle%</span><meta property=\"position\" content=\"%position%\"></span>\";s:26:\"Htax_product_type_template\";s:251:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to the %title% Tag archives.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:36:\"Htax_product_type_template_no_anchor\";s:142:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\">%htitle%</span><meta property=\"position\" content=\"%position%\"></span>\";s:25:\"Htax_product_cat_template\";s:264:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to the %title% Product Category archives.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:35:\"Htax_product_cat_template_no_anchor\";s:142:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\">%htitle%</span><meta property=\"position\" content=\"%position%\"></span>\";s:25:\"Htax_product_tag_template\";s:259:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to the %title% Product Tag archives.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:35:\"Htax_product_tag_template_no_anchor\";s:142:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\">%htitle%</span><meta property=\"position\" content=\"%position%\"></span>\";s:36:\"Htax_product_shipping_class_template\";s:262:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to the %title% Shipping Class archives.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:46:\"Htax_product_shipping_class_template_no_anchor\";s:142:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\">%htitle%</span><meta property=\"position\" content=\"%position%\"></span>\";s:37:\"Htax_booked_custom_calendars_template\";s:263:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to the %title% Custom Calendar archives.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:47:\"Htax_booked_custom_calendars_template_no_anchor\";s:142:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\">%htitle%</span><meta property=\"position\" content=\"%position%\"></span>\";s:22:\"Htax_pa_color_template\";s:253:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to the %title% color archives.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:32:\"Htax_pa_color_template_no_anchor\";s:142:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\">%htitle%</span><meta property=\"position\" content=\"%position%\"></span>\";s:27:\"Hpost_stm_partners_template\";s:234:\"<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to %title%.\" href=\"%link%\" class=\"%type%\"><span property=\"name\">%htitle%</span></a><meta property=\"position\" content=\"%position%\"></span>\";s:37:\"Hpost_stm_partners_template_no_anchor\";s:142:\"<span property=\"itemListElement\" typeof=\"ListItem\"><span property=\"name\">%htitle%</span><meta property=\"position\" content=\"%position%\"></span>\";s:34:\"bpost_stm_partners_archive_display\";b:0;s:23:\"apost_stm_partners_root\";i:0;s:35:\"bpost_stm_partners_taxonomy_display\";b:0;s:32:\"Spost_stm_partners_taxonomy_type\";s:4:\"date\";}','yes'),(159,'addtoany_options','a:43:{s:8:\"position\";s:6:\"bottom\";s:30:\"display_in_posts_on_front_page\";s:2:\"-1\";s:33:\"display_in_posts_on_archive_pages\";s:2:\"-1\";s:19:\"display_in_excerpts\";s:2:\"-1\";s:16:\"display_in_posts\";s:2:\"-1\";s:16:\"display_in_pages\";s:2:\"-1\";s:15:\"display_in_feed\";s:2:\"-1\";s:10:\"show_title\";s:2:\"-1\";s:7:\"onclick\";s:2:\"-1\";s:9:\"icon_size\";s:2:\"20\";s:6:\"button\";s:10:\"A2A_SVG_32\";s:13:\"button_custom\";s:0:\"\";s:17:\"button_show_count\";s:2:\"-1\";s:6:\"header\";s:0:\"\";s:23:\"additional_js_variables\";s:0:\"\";s:14:\"additional_css\";s:0:\"\";s:12:\"custom_icons\";s:2:\"-1\";s:16:\"custom_icons_url\";s:1:\"/\";s:17:\"custom_icons_type\";s:3:\"png\";s:10:\"inline_css\";s:1:\"1\";s:5:\"cache\";s:2:\"-1\";s:27:\"display_in_cpt_stm_partners\";s:2:\"-1\";s:26:\"display_in_cpt_stm_careers\";s:2:\"-1\";s:24:\"display_in_cpt_stm_staff\";s:2:\"-1\";s:31:\"display_in_cpt_stm_testimonials\";s:2:\"-1\";s:29:\"display_in_cpt_stm_vc_sidebar\";s:2:\"-1\";s:11:\"button_text\";s:5:\"Share\";s:24:\"special_facebook_options\";a:1:{s:10:\"show_count\";s:2:\"-1\";}s:15:\"active_services\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"twitter\";i:2;s:11:\"google_plus\";}s:29:\"special_facebook_like_options\";a:1:{s:4:\"verb\";s:4:\"like\";}s:29:\"special_twitter_tweet_options\";a:1:{s:10:\"show_count\";s:2:\"-1\";}s:30:\"special_google_plusone_options\";a:1:{s:10:\"show_count\";s:2:\"-1\";}s:33:\"special_google_plus_share_options\";a:1:{s:10:\"show_count\";s:2:\"-1\";}s:29:\"special_pinterest_pin_options\";a:1:{s:10:\"show_count\";s:2:\"-1\";}s:26:\"display_in_cpt_stm_service\";s:2:\"-1\";s:24:\"display_in_cpt_stm_works\";s:2:\"-1\";s:22:\"display_in_cpt_product\";s:2:\"-1\";s:22:\"display_in_attachments\";s:1:\"1\";s:18:\"custom_icons_width\";s:0:\"\";s:19:\"custom_icons_height\";s:0:\"\";s:24:\"display_in_cpt_stm_event\";s:2:\"-1\";s:27:\"display_in_cpt_event_member\";s:2:\"-1\";s:28:\"display_in_cpt_stm_portfolio\";s:2:\"-1\";}','yes'),(162,'envato_market_state','install','yes'),(163,'envato_market','1760c209cbf60dfdc264c5079719a420','yes'),(164,'_site_transient_stm_theme_token_added','token_set','no'),(171,'wpcf7','a:2:{s:7:\"version\";s:3:\"4.7\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1494986935;s:7:\"version\";s:3:\"4.7\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(174,'sbi_rating_notice','pending','yes'),(175,'sb_instagram_settings','a:3:{s:21:\"sb_instagram_show_btn\";b:1;s:24:\"sb_instagram_show_header\";b:1;s:28:\"sb_instagram_show_follow_btn\";b:1;}','yes'),(176,'tp_twitter_global_notification','1','yes'),(177,'revslider-update-check-short','1528899429','yes'),(178,'revslider-templates-check','1528899433','yes'),(183,'revslider-library-check','1528540332','yes'),(184,'rs-library','a:2:{s:7:\"objects\";a:169:{i:198;a:11:{s:2:\"id\";s:3:\"198\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_dvd_1.png\";s:4:\"name\";s:3:\"DVD\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:43:17\";s:6:\"active\";s:1:\"1\";}i:197;a:11:{s:2:\"id\";s:3:\"197\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"relax_hammock.jpg\";s:4:\"name\";s:13:\"Relax Hammock\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:196;a:11:{s:2:\"id\";s:3:\"196\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"beach_houses.jpg\";s:4:\"name\";s:12:\"Beach Houses\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:195;a:11:{s:2:\"id\";s:3:\"195\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"forest_road_2.jpg\";s:4:\"name\";s:13:\"Forest Road 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:194;a:11:{s:2:\"id\";s:3:\"194\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"clean_desk.jpg\";s:4:\"name\";s:10:\"Clean Desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:193;a:11:{s:2:\"id\";s:3:\"193\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_6.jpg\";s:4:\"name\";s:15:\"Mountain View 6\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1249\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:192;a:11:{s:2:\"id\";s:3:\"192\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"corn_field.jpg\";s:4:\"name\";s:10:\"Corn Field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1320\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:191;a:11:{s:2:\"id\";s:3:\"191\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:21:\"stylish_apartment.jpg\";s:4:\"name\";s:17:\"Stylish Apartment\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:190;a:11:{s:2:\"id\";s:3:\"190\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:24:\"hipster_coffee_house.jpg\";s:4:\"name\";s:20:\"Hipster Coffee House\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:189;a:11:{s:2:\"id\";s:3:\"189\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"blurry_beach.jpg\";s:4:\"name\";s:12:\"Blurry Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";}i:188;a:11:{s:2:\"id\";s:3:\"188\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_plant_1.png\";s:4:\"name\";s:7:\"Plant 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";}i:187;a:11:{s:2:\"id\";s:3:\"187\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_pen_1.png\";s:4:\"name\";s:5:\"Pen 1\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";}i:186;a:11:{s:2:\"id\";s:3:\"186\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"greens_street.jpg\";s:4:\"name\";s:13:\"Greens Street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:185;a:11:{s:2:\"id\";s:3:\"185\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"desert.jpg\";s:4:\"name\";s:6:\"Desert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:184;a:11:{s:2:\"id\";s:3:\"184\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_5.jpg\";s:4:\"name\";s:15:\"Mountain View 5\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:183;a:11:{s:2:\"id\";s:3:\"183\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"laptop.jpg\";s:4:\"name\";s:6:\"Laptop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1391\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:182;a:11:{s:2:\"id\";s:3:\"182\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"grand_canyon.jpg\";s:4:\"name\";s:12:\"Grand Canyon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1287\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:181;a:11:{s:2:\"id\";s:3:\"181\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:20:\"landscape_clouds.jpg\";s:4:\"name\";s:16:\"Landscape Clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:180;a:11:{s:2:\"id\";s:3:\"180\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"highway_night.jpg\";s:4:\"name\";s:13:\"Highway Night\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:179;a:11:{s:2:\"id\";s:3:\"179\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"beach_water.jpg\";s:4:\"name\";s:11:\"Beach Water\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:177;a:11:{s:2:\"id\";s:3:\"177\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"woman_beach.jpg\";s:4:\"name\";s:11:\"Woman Beach\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:3;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:175;a:11:{s:2:\"id\";s:3:\"175\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:12:\"cool_guy.jpg\";s:4:\"name\";s:8:\"Cool Guy\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:174;a:11:{s:2:\"id\";s:3:\"174\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"beach_sea.jpg\";s:4:\"name\";s:9:\"Beach Sea\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:173;a:11:{s:2:\"id\";s:3:\"173\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"bridge_clouds.jpg\";s:4:\"name\";s:13:\"Bridge Clouds\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";}i:172;a:11:{s:2:\"id\";s:3:\"172\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_egg_1.png\";s:4:\"name\";s:3:\"Egg\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:171;a:11:{s:2:\"id\";s:3:\"171\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_guitar_1.png\";s:4:\"name\";s:6:\"Guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:170;a:11:{s:2:\"id\";s:3:\"170\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_envelope_1.png\";s:4:\"name\";s:15:\"Closed Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:169;a:11:{s:2:\"id\";s:3:\"169\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_2.png\";s:4:\"name\";s:18:\"Postit Label White\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:168;a:11:{s:2:\"id\";s:3:\"168\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_envelope_2.png\";s:4:\"name\";s:13:\"Open Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:167;a:11:{s:2:\"id\";s:3:\"167\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_eggs_1.png\";s:4:\"name\";s:10:\"Egg Carton\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:166;a:11:{s:2:\"id\";s:3:\"166\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:25:\"object_bottleopener_1.png\";s:4:\"name\";s:13:\"Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:165;a:11:{s:2:\"id\";s:3:\"165\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blueprints_1.png\";s:4:\"name\";s:10:\"Blueprints\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:164;a:11:{s:2:\"id\";s:3:\"164\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_holepunch_1.png\";s:4:\"name\";s:10:\"Hole-punch\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:163;a:11:{s:2:\"id\";s:3:\"163\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_speaker_1.png\";s:4:\"name\";s:13:\"Black Speaker\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:162;a:11:{s:2:\"id\";s:3:\"162\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_eraser_1.png\";s:4:\"name\";s:6:\"Eraser\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:161;a:11:{s:2:\"id\";s:3:\"161\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_vinylcover_1.png\";s:4:\"name\";s:11:\"Vinyl Cover\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:160;a:11:{s:2:\"id\";s:3:\"160\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_booklet_1.png\";s:4:\"name\";s:9:\"Booklet 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:159;a:11:{s:2:\"id\";s:3:\"159\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_earphones_2.png\";s:4:\"name\";s:11:\"Earphones 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:158;a:11:{s:2:\"id\";s:3:\"158\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_vinyl_1.png\";s:4:\"name\";s:5:\"Vinyl\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:157;a:11:{s:2:\"id\";s:3:\"157\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_1.png\";s:4:\"name\";s:17:\"Postit Label Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:156;a:11:{s:2:\"id\";s:3:\"156\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_mechpencil_1.png\";s:4:\"name\";s:17:\"Mechanical Pencil\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:155;a:11:{s:2:\"id\";s:3:\"155\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_turntable_1.png\";s:4:\"name\";s:9:\"Turntable\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:154;a:11:{s:2:\"id\";s:3:\"154\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_folder_2.png\";s:4:\"name\";s:19:\"Closed Folder Black\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:153;a:11:{s:2:\"id\";s:3:\"153\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_4.png\";s:4:\"name\";s:18:\"Postit Label Green\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:152;a:11:{s:2:\"id\";s:3:\"152\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_folder_1.png\";s:4:\"name\";s:12:\"Blank Folder\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:151;a:11:{s:2:\"id\";s:3:\"151\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_pencup_1.png\";s:4:\"name\";s:7:\"Pen Cup\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:150;a:11:{s:2:\"id\";s:3:\"150\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_winebottle_1.png\";s:4:\"name\";s:15:\"Red Wine Bottle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:149;a:11:{s:2:\"id\";s:3:\"149\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_headphones_1.png\";s:4:\"name\";s:10:\"Headphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:148;a:11:{s:2:\"id\";s:3:\"148\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_earphones_1.png\";s:4:\"name\";s:9:\"Earphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:147;a:11:{s:2:\"id\";s:3:\"147\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_postit_3.png\";s:4:\"name\";s:19:\"Postit Label Yellow\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:146;a:11:{s:2:\"id\";s:3:\"146\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_corkscrew_1.png\";s:4:\"name\";s:23:\"Corkscrew Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1300\";s:6:\"height\";s:4:\"1300\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";}i:145;a:11:{s:2:\"id\";s:3:\"145\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_muffin_1.png\";s:4:\"name\";s:16:\"Chocolate Muffin\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:144;a:11:{s:2:\"id\";s:3:\"144\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_2.png\";s:4:\"name\";s:12:\"Yellow Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:143;a:11:{s:2:\"id\";s:3:\"143\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_knife_2.png\";s:4:\"name\";s:7:\"Knife 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:142;a:11:{s:2:\"id\";s:3:\"142\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_2.png\";s:4:\"name\";s:16:\"Chopping Board 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:141;a:11:{s:2:\"id\";s:3:\"141\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_3.png\";s:4:\"name\";s:16:\"Chopping Board 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:140;a:11:{s:2:\"id\";s:3:\"140\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_coffee_2.png\";s:4:\"name\";s:12:\"Coffee Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:139;a:11:{s:2:\"id\";s:3:\"139\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_bread_1.png\";s:4:\"name\";s:15:\"Croissant Bread\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:138;a:11:{s:2:\"id\";s:3:\"138\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_spoon_2.png\";s:4:\"name\";s:12:\"Wodden Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:137;a:11:{s:2:\"id\";s:3:\"137\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:26:\"object_choppingboard_1.png\";s:4:\"name\";s:16:\"Chopping Board 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:136;a:11:{s:2:\"id\";s:3:\"136\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_cup_2.png\";s:4:\"name\";s:11:\"Empty Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:135;a:11:{s:2:\"id\";s:3:\"135\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_knife_1.png\";s:4:\"name\";s:5:\"Knife\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:134;a:11:{s:2:\"id\";s:3:\"134\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_spoon_1.png\";s:4:\"name\";s:5:\"Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:133;a:11:{s:2:\"id\";s:3:\"133\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_cup_1.png\";s:4:\"name\";s:9:\"Empty Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:132;a:11:{s:2:\"id\";s:3:\"132\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_3.png\";s:4:\"name\";s:11:\"White Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:131;a:11:{s:2:\"id\";s:3:\"131\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_coffee_1.png\";s:4:\"name\";s:10:\"Coffee Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:130;a:11:{s:2:\"id\";s:3:\"130\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_frypan_2.png\";s:4:\"name\";s:9:\"Fry Pan 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:129;a:11:{s:2:\"id\";s:3:\"129\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_frypan_1.png\";s:4:\"name\";s:9:\"Fry Pan 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:128;a:11:{s:2:\"id\";s:3:\"128\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_fork_1.png\";s:4:\"name\";s:4:\"Fork\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:127;a:11:{s:2:\"id\";s:3:\"127\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_dishrag_1.png\";s:4:\"name\";s:13:\"Dishrag Cloth\";s:4:\"tags\";a:0:{}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";}i:126;a:11:{s:2:\"id\";s:3:\"126\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_wacom_pen.png\";s:4:\"name\";s:17:\"Wacom Drawing Pen\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1060\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:125;a:11:{s:2:\"id\";s:3:\"125\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_occulus_vr.png\";s:4:\"name\";s:23:\"Occulus Virtual Reality\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:124;a:11:{s:2:\"id\";s:3:\"124\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_antenna.png\";s:4:\"name\";s:13:\"Antenna Radar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:123;a:11:{s:2:\"id\";s:3:\"123\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_solarpanel.png\";s:4:\"name\";s:11:\"Solar Panel\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:122;a:11:{s:2:\"id\";s:3:\"122\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_wacom.png\";s:4:\"name\";s:20:\"Wacom Drawing Tablet\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:121;a:11:{s:2:\"id\";s:3:\"121\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_earth_2.png\";s:4:\"name\";s:20:\"Earth Globe Planet 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:120;a:11:{s:2:\"id\";s:3:\"120\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_chair_1.png\";s:4:\"name\";s:12:\"Office Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:119;a:11:{s:2:\"id\";s:3:\"119\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_windturbine_2.png\";s:4:\"name\";s:14:\"Wind Turbine 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:118;a:11:{s:2:\"id\";s:3:\"118\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_windturbine.png\";s:4:\"name\";s:12:\"Wind Turbine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:117;a:11:{s:2:\"id\";s:3:\"117\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:16:\"object_earth.png\";s:4:\"name\";s:18:\"Earth Globe Planet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";}i:116;a:11:{s:2:\"id\";s:3:\"116\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_2.jpg\";s:4:\"name\";s:15:\"Mountain View 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:115;a:11:{s:2:\"id\";s:3:\"115\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"desert_trees.jpg\";s:4:\"name\";s:12:\"Desert Trees\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:114;a:11:{s:2:\"id\";s:3:\"114\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:20:\"explore_moutains.jpg\";s:4:\"name\";s:17:\"Explore Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:113;a:11:{s:2:\"id\";s:3:\"113\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"night_skyline_2.jpg\";s:4:\"name\";s:15:\"Night Skyline 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:112;a:11:{s:2:\"id\";s:3:\"112\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"cliff_ocean.jpg\";s:4:\"name\";s:11:\"Cliff Ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:111;a:11:{s:2:\"id\";s:3:\"111\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"city_smoke.jpg\";s:4:\"name\";s:10:\"City Smoke\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:110;a:11:{s:2:\"id\";s:3:\"110\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"surfer_beach.jpg\";s:4:\"name\";s:12:\"Surfer Beach\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:109;a:11:{s:2:\"id\";s:3:\"109\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:13:\"sky_night.jpg\";s:4:\"name\";s:9:\"Sky Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:108;a:11:{s:2:\"id\";s:3:\"108\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"palm_sunset.jpg\";s:4:\"name\";s:11:\"Palm Sunset\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:3;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1372\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:107;a:11:{s:2:\"id\";s:3:\"107\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"concert_people.jpg\";s:4:\"name\";s:14:\"Concert People\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:106;a:11:{s:2:\"id\";s:3:\"106\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"forest_road.jpg\";s:4:\"name\";s:11:\"Forest Road\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:105;a:11:{s:2:\"id\";s:3:\"105\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:15:\"beach_ocean.jpg\";s:4:\"name\";s:11:\"Beach Ocean\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:104;a:11:{s:2:\"id\";s:3:\"104\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:18:\"mountain_night.jpg\";s:4:\"name\";s:14:\"Mountain Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:103;a:11:{s:2:\"id\";s:3:\"103\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"ocean_mountains.jpg\";s:4:\"name\";s:15:\"Ocean Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:102;a:11:{s:2:\"id\";s:3:\"102\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:10:\"forest.jpg\";s:4:\"name\";s:6:\"Forest\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:101;a:11:{s:2:\"id\";s:3:\"101\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"ocean_stones.jpg\";s:4:\"name\";s:12:\"Ocean Stones\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:100;a:11:{s:2:\"id\";s:3:\"100\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"country_road.jpg\";s:4:\"name\";s:12:\"Country Road\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:99;a:11:{s:2:\"id\";s:2:\"99\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:9:\"beach.jpg\";s:4:\"name\";s:5:\"Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:98;a:11:{s:2:\"id\";s:2:\"98\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:16:\"city_skyline.jpg\";s:4:\"name\";s:12:\"City Skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:97;a:11:{s:2:\"id\";s:2:\"97\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"night_skyline.jpg\";s:4:\"name\";s:13:\"Night Skyline\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:96;a:11:{s:2:\"id\";s:2:\"96\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"city_river.jpg\";s:4:\"name\";s:10:\"City River\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:95;a:11:{s:2:\"id\";s:2:\"95\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_3.jpg\";s:4:\"name\";s:15:\"Mountain View 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:94;a:11:{s:2:\"id\";s:2:\"94\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:14:\"misty_farm.jpg\";s:4:\"name\";s:10:\"Misty Farm\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:93;a:11:{s:2:\"id\";s:2:\"93\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"mountain_path.jpg\";s:4:\"name\";s:13:\"Mountain Path\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:92;a:11:{s:2:\"id\";s:2:\"92\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"night_skyline_3.jpg\";s:4:\"name\";s:15:\"Night Skyline 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:91;a:11:{s:2:\"id\";s:2:\"91\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:17:\"mountain_view.jpg\";s:4:\"name\";s:13:\"Mountain View\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1160\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:90;a:11:{s:2:\"id\";s:2:\"90\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"rocky_landscape.jpg\";s:4:\"name\";s:15:\"Rocky Landscape\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:89;a:11:{s:2:\"id\";s:2:\"89\";s:4:\"type\";s:1:\"2\";s:6:\"handle\";s:19:\"mountain_view_4.jpg\";s:4:\"name\";s:15:\"Mountain View 4\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1203\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";}i:88;a:11:{s:2:\"id\";s:2:\"88\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_eiffeltower_2.png\";s:4:\"name\";s:13:\"Eiffeltower 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:87;a:11:{s:2:\"id\";s:2:\"87\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_notebook_1.png\";s:4:\"name\";s:11:\"Notebook PC\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:86;a:11:{s:2:\"id\";s:2:\"86\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_macbook_1.png\";s:4:\"name\";s:20:\"Apple Macbook Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:85;a:11:{s:2:\"id\";s:2:\"85\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_canon_2.png\";s:4:\"name\";s:21:\"Canon Camera DSLR Top\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:84;a:11:{s:2:\"id\";s:2:\"84\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_3.png\";s:4:\"name\";s:25:\"Apple iPhone Silver White\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:83;a:11:{s:2:\"id\";s:2:\"83\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_candy_2.png\";s:4:\"name\";s:15:\"Candy Colored 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:82;a:11:{s:2:\"id\";s:2:\"82\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_macmouse_1.png\";s:4:\"name\";s:15:\"Apple Mac Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:81;a:11:{s:2:\"id\";s:2:\"81\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_1.png\";s:4:\"name\";s:18:\"Apple iPhone Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:80;a:11:{s:2:\"id\";s:2:\"80\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_deco_1.png\";s:4:\"name\";s:17:\"White Deco Object\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:79;a:11:{s:2:\"id\";s:2:\"79\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_1.png\";s:4:\"name\";s:24:\"Apple Watch White Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:78;a:11:{s:2:\"id\";s:2:\"78\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_swissknife_1.png\";s:4:\"name\";s:11:\"Swiss Knife\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:77;a:11:{s:2:\"id\";s:2:\"77\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_2.png\";s:4:\"name\";s:17:\"Apple Watch Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:76;a:11:{s:2:\"id\";s:2:\"76\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_candy_1.png\";s:4:\"name\";s:13:\"Candy Colored\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:75;a:11:{s:2:\"id\";s:2:\"75\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_1.png\";s:4:\"name\";s:16:\"Apple iPad Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:74;a:11:{s:2:\"id\";s:2:\"74\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_lamp_2.png\";s:4:\"name\";s:15:\"Black Desk Lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:73;a:11:{s:2:\"id\";s:2:\"73\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_canon_1.png\";s:4:\"name\";s:17:\"Canon Camera DLSR\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:72;a:11:{s:2:\"id\";s:2:\"72\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_2.png\";s:4:\"name\";s:12:\"Blackberry 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:71;a:11:{s:2:\"id\";s:2:\"71\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_iphone_2.png\";s:4:\"name\";s:19:\"Apple iPhone Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:70;a:11:{s:2:\"id\";s:2:\"70\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_2.png\";s:4:\"name\";s:15:\"Apple iPad Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:69;a:11:{s:2:\"id\";s:2:\"69\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_printer_1.png\";s:4:\"name\";s:7:\"Printer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:68;a:11:{s:2:\"id\";s:2:\"68\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_pcmouse_1.png\";s:4:\"name\";s:14:\"Black PC Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:67;a:11:{s:2:\"id\";s:2:\"67\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_ipad_3.png\";s:4:\"name\";s:17:\"Apple iPad Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:66;a:11:{s:2:\"id\";s:2:\"66\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_lamp_1.png\";s:4:\"name\";s:13:\"Desk Lamp Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:65;a:11:{s:2:\"id\";s:2:\"65\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:22:\"object_macscreen_1.png\";s:4:\"name\";s:16:\"Apple Mac Screen\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:64;a:11:{s:2:\"id\";s:2:\"64\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_3.png\";s:4:\"name\";s:12:\"Blackberry 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:63;a:11:{s:2:\"id\";s:2:\"63\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_applewatch_3.png\";s:4:\"name\";s:16:\"Apple Watch Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:62;a:11:{s:2:\"id\";s:2:\"62\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_blackberry_1.png\";s:4:\"name\";s:10:\"Blackberry\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";}i:49;a:11:{s:2:\"id\";s:2:\"49\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_bottle_1.png\";s:4:\"name\";s:18:\"Brown Glass Bottle\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:48;a:11:{s:2:\"id\";s:2:\"48\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_glasses_1.png\";s:4:\"name\";s:19:\"Hipster Glasses Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:47;a:11:{s:2:\"id\";s:2:\"47\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_magazine_1.png\";s:4:\"name\";s:14:\"Blank Magazine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:46;a:11:{s:2:\"id\";s:2:\"46\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:28:\"object_leatherdocument_2.png\";s:4:\"name\";s:24:\"Black Leather Document 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:45;a:11:{s:2:\"id\";s:2:\"45\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_purse_2.png\";s:4:\"name\";s:13:\"Black Purse 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:44;a:11:{s:2:\"id\";s:2:\"44\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_typewriter_1.png\";s:4:\"name\";s:18:\"Retro Typewriter 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:43;a:11:{s:2:\"id\";s:2:\"43\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_5.png\";s:4:\"name\";s:9:\"Old Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:42;a:11:{s:2:\"id\";s:2:\"42\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:28:\"object_leatherdocument_1.png\";s:4:\"name\";s:29:\"Black Leather Document Closed\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:41;a:11:{s:2:\"id\";s:2:\"41\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_4.png\";s:4:\"name\";s:8:\"Old Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:40;a:11:{s:2:\"id\";s:2:\"40\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_wallet_2.png\";s:4:\"name\";s:22:\"Black Leather Document\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:39;a:11:{s:2:\"id\";s:2:\"39\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_quill_2.png\";s:4:\"name\";s:15:\"Quill Feather 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:38;a:11:{s:2:\"id\";s:2:\"38\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_eiffeltower_1.png\";s:4:\"name\";s:11:\"Eiffeltower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:37;a:11:{s:2:\"id\";s:2:\"37\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_magazine_2.png\";s:4:\"name\";s:11:\"Open Book 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1333\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:36;a:11:{s:2:\"id\";s:2:\"36\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_1.png\";s:4:\"name\";s:10:\"Blank Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:35;a:11:{s:2:\"id\";s:2:\"35\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"object_glasses_2.png\";s:4:\"name\";s:15:\"Hipster Glasses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:34;a:11:{s:2:\"id\";s:2:\"34\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_2.png\";s:4:\"name\";s:11:\"Open Book 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:33;a:11:{s:2:\"id\";s:2:\"33\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_gloves_1.png\";s:4:\"name\";s:12:\"Black Gloves\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:32;a:11:{s:2:\"id\";s:2:\"32\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_typewriter_2.png\";s:4:\"name\";s:16:\"Retro Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:31;a:11:{s:2:\"id\";s:2:\"31\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:17:\"object_book_3.png\";s:4:\"name\";s:9:\"Open Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:30;a:11:{s:2:\"id\";s:2:\"30\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_wallet_1.png\";s:4:\"name\";s:12:\"Black Wallet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:29;a:11:{s:2:\"id\";s:2:\"29\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_purse_1.png\";s:4:\"name\";s:11:\"Black Purse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:28;a:11:{s:2:\"id\";s:2:\"28\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_quill_1.png\";s:4:\"name\";s:13:\"Quill Feather\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";}i:27;a:11:{s:2:\"id\";s:2:\"27\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_artbox_2.png\";s:4:\"name\";s:16:\"Art Box Colors 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:26;a:11:{s:2:\"id\";s:2:\"26\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"object_cloth_1.png\";s:4:\"name\";s:17:\"Cloth Paint Color\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:25;a:11:{s:2:\"id\";s:2:\"25\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"object_brushpot_1.png\";s:4:\"name\";s:9:\"Brush Pot\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"984\";s:6:\"height\";s:3:\"984\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:24;a:11:{s:2:\"id\";s:2:\"24\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:24:\"object_paintbucket_1.png\";s:4:\"name\";s:12:\"Paint Bucket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:23;a:11:{s:2:\"id\";s:2:\"23\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_2.png\";s:4:\"name\";s:12:\"Paintbrush 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:22;a:11:{s:2:\"id\";s:2:\"22\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:19:\"object_artbox_1.png\";s:4:\"name\";s:14:\"Art Box Colors\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:21;a:11:{s:2:\"id\";s:2:\"21\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_3.png\";s:4:\"name\";s:12:\"Paintbrush 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:20;a:11:{s:2:\"id\";s:2:\"20\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:23:\"object_paintbrush_1.png\";s:4:\"name\";s:12:\"Paintbrush 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";}i:11;a:11:{s:2:\"id\";s:2:\"11\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"table_radio_right.png\";s:4:\"name\";s:18:\"Radio Speaker Wood\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:10;a:11:{s:2:\"id\";s:2:\"10\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:18:\"keyboard_apple.png\";s:4:\"name\";s:14:\"Apple Keyboard\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:9;a:11:{s:2:\"id\";s:1:\"9\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:20:\"macbook_top_gold.png\";s:4:\"name\";s:18:\"Apple Macbook Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}i:8;a:11:{s:2:\"id\";s:1:\"8\";s:4:\"type\";s:1:\"1\";s:6:\"handle\";s:21:\"nexus6_front_blue.png\";s:4:\"name\";s:19:\"Google Nexus 6 Blue\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}}s:4:\"tags\";a:13:{i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}i:5;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:20;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:21;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:16;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}i:18;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:4;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:19;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:23;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:3;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:24;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:22;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}}','no'),(185,'revslider_checktables','1','yes'),(186,'rs_tables_created','1','yes'),(187,'revslider_table_version','1.0.6','yes'),(188,'revslider-global-settings','a:0:{}','yes'),(189,'tadv_settings','a:6:{s:7:\"options\";s:15:\"menubar,advlist\";s:9:\"toolbar_1\";s:106:\"formatselect,bold,italic,blockquote,bullist,numlist,alignleft,aligncenter,alignright,link,unlink,undo,redo\";s:9:\"toolbar_2\";s:103:\"fontselect,fontsizeselect,outdent,indent,pastetext,removeformat,charmap,wp_more,forecolor,table,wp_help\";s:9:\"toolbar_3\";s:0:\"\";s:9:\"toolbar_4\";s:0:\"\";s:7:\"plugins\";s:104:\"anchor,code,insertdatetime,nonbreaking,print,searchreplace,table,visualblocks,visualchars,advlist,wptadv\";}','yes'),(190,'tadv_admin_settings','a:1:{s:7:\"options\";a:0:{}}','yes'),(191,'tadv_version','4000','yes'),(193,'external_updates-booked','O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1528956318;s:14:\"checkedVersion\";s:6:\"1.9.10\";s:6:\"update\";O:8:\"stdClass\":7:{s:2:\"id\";i:0;s:4:\"slug\";s:6:\"booked\";s:7:\"version\";s:3:\"2.1\";s:8:\"homepage\";s:20:\"https://getbooked.io\";s:12:\"download_url\";s:55:\"http://boxyupdates.com/get/?action=download&slug=booked\";s:14:\"upgrade_notice\";N;s:8:\"filename\";s:17:\"booked/booked.php\";}}','no'),(194,'revslider_update_version','5.2.5.5','yes'),(195,'widget_tp_widget_recent_tweets','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(196,'widget_a2a_share_save_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(197,'widget_a2a_follow_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(198,'widget_booked_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(199,'widget_rev-slider-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(200,'widget_mc4wp_form_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(201,'widget_bcn_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(202,'vc_version','5.1','yes'),(204,'booked_version_check','1.9.10','yes'),(205,'_transient_timeout_booked_show_new_tags','1496283080','no'),(206,'_transient_booked_show_new_tags','1','no'),(208,'stm_fonts','a:1:{s:3:\"stm\";a:4:{s:7:\"include\";s:13:\"stm_fonts/stm\";s:6:\"folder\";s:13:\"stm_fonts/stm\";s:5:\"style\";s:11:\"stm/stm.css\";s:6:\"config\";s:11:\"charmap.php\";}}','yes'),(209,'mc4wp_version','4.1.2','yes'),(210,'wpb_js_composer_license_activation_notified','yes','yes'),(211,'mc4wp_flash_messages','a:0:{}','no'),(212,'consulting_layout','layout_1','yes'),(213,'fresh_site','0','yes'),(214,'category_children','a:0:{}','yes'),(215,'stm_testimonials_category_children','a:0:{}','yes'),(216,'stm_event_category_children','a:0:{}','yes'),(217,'stm_service_category_children','a:0:{}','yes'),(218,'stm_works_category_children','a:0:{}','yes'),(220,'stm_portfolio_category_children','a:0:{}','yes'),(221,'woocommerce_shop_page_id','834','yes'),(222,'shop_catalog_image_size[width]','175','yes'),(223,'shop_catalog_image_size[height]','258','yes'),(224,'shop_single_image_size[width]','175','yes'),(225,'shop_single_image_size[height]','258','yes'),(226,'shop_thumbnail_image_size[width]','54','yes'),(227,'shop_thumbnail_image_size[height]','79','yes'),(228,'woocommerce_cart_page_id','835','yes'),(229,'woocommerce_myaccount_page_id','837','yes'),(230,'booked_light_color','#002e5b','yes'),(231,'booked_dark_color','#6c98e1','yes'),(232,'booked_button_color','#6c98e1','yes'),(233,'widget_woocommerce_product_categories','a:2:{i:2;a:7:{s:5:\"title\";s:15:\"shop categories\";s:7:\"orderby\";s:4:\"name\";s:8:\"dropdown\";i:0;s:5:\"count\";i:0;s:12:\"hierarchical\";i:1;s:18:\"show_children_only\";i:0;s:10:\"hide_empty\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(234,'widget_woocommerce_price_filter','a:2:{i:2;a:1:{s:5:\"title\";s:15:\"filter by price\";}s:12:\"_multiwidget\";i:1;}','yes'),(235,'widget_woocommerce_top_rated_products','a:2:{i:2;a:2:{s:5:\"title\";s:18:\"top rated products\";s:6:\"number\";i:3;}s:12:\"_multiwidget\";i:1;}','yes'),(236,'widget_woocommerce_product_tag_cloud','a:2:{i:2;a:1:{s:5:\"title\";s:12:\"product tags\";}s:12:\"_multiwidget\";i:1;}','yes'),(238,'stm_custom_style','631','yes'),(239,'revslider-valid-notice','false','yes'),(240,'envato_market_dismiss_notice','dismissed','yes'),(241,'rs_cache_overlay','5.4.1','yes'),(263,'recently_activated','a:1:{s:31:\"photo-gallery/photo-gallery.php\";i:1496126997;}','yes'),(264,'duplicate_post_copytitle','1','yes'),(265,'duplicate_post_copydate','','yes'),(266,'duplicate_post_copystatus','','yes'),(267,'duplicate_post_copyslug','1','yes'),(268,'duplicate_post_copyexcerpt','1','yes'),(269,'duplicate_post_copycontent','1','yes'),(270,'duplicate_post_copythumbnail','1','yes'),(271,'duplicate_post_copytemplate','1','yes'),(272,'duplicate_post_copyformat','1','yes'),(273,'duplicate_post_copyauthor','','yes'),(274,'duplicate_post_copypassword','','yes'),(275,'duplicate_post_copyattachments','','yes'),(276,'duplicate_post_copychildren','','yes'),(277,'duplicate_post_copycomments','','yes'),(278,'duplicate_post_copymenuorder','1','yes'),(279,'duplicate_post_taxonomies_blacklist','','yes'),(280,'duplicate_post_blacklist','','yes'),(281,'duplicate_post_types_enabled','a:9:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:12:\"event_member\";i:3;s:9:\"stm_staff\";i:4;s:9:\"stm_works\";i:5;s:16:\"stm_testimonials\";i:6;s:14:\"stm_vc_sidebar\";i:7;s:13:\"stm_portfolio\";i:8;s:12:\"vc_grid_item\";}','yes'),(282,'duplicate_post_show_row','1','yes'),(283,'duplicate_post_show_adminbar','1','yes'),(284,'duplicate_post_show_submitbox','1','yes'),(285,'duplicate_post_show_bulkactions','1','yes'),(286,'duplicate_post_version','3.2','no'),(287,'duplicate_post_show_notice','','no'),(310,'_transient_timeout_dash_df263dcaa43680d8e91051017eda6e7e','1495170057','no'),(311,'_transient_dash_df263dcaa43680d8e91051017eda6e7e','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2017/05/wordpress-4-7-5/\'>WordPress 4.7.5 Security and Maintenance Release</a> <span class=\"rss-date\">May 16, 2017</span><div class=\"rssSummary\">WordPress 4.7.5 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.4 and earlier are affected by six security issues: Insufficient redirect validation in the HTTP class. Reported by Ronni Skansing. Improper handling of post meta data values in the XML-RPC […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/atom-editor-adds-git-and-github-integration\'>WPTavern: Atom Editor Adds Git and GitHub Integration</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wpweekly-episode-273-mental-health-awareness-with-bridget-willard-and-ed-finkler\'>WPTavern: WPWeekly Episode 273 – Mental Health Awareness With Bridget Willard and Ed Finkler</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wordcamp-europe-contributor-day-to-host-13-workshops-event-is-nearly-sold-out\'>WPTavern: WordCamp Europe Contributor Day to Host 13 Workshops, Event is Nearly Sold Out</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\"dashboard-news-plugin\"><span>Popular Plugin:</span> WooCommerce <a href=\"plugin-install.php?tab=plugin-information&plugin=woocommerce&_wpnonce=6a008ea85f&TB_iframe=true&width=600&height=800\" class=\"thickbox open-plugin-details-modal\" aria-label=\"Install WooCommerce\">(Install)</a></li></ul></div>','no'),(318,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:5:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.6.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.9.6.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.6-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.6-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.9.6\";s:7:\"version\";s:5:\"4.9.6\";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:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.6.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.9.6.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.6-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.6-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.9.6\";s:7:\"version\";s:5:\"4.9.6\";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:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.5.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.9.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.5-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.9.5\";s:7:\"version\";s:5:\"4.9.5\";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:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.8.6.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.8.6.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.8.6-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.8.6-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.8.6\";s:7:\"version\";s:5:\"4.8.6\";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:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.7.10.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.7.10.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.7.10-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.7.10-new-bundled.zip\";s:7:\"partial\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.7.10-partial-4.zip\";s:8:\"rollback\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.7.10-rollback-4.zip\";}s:7:\"current\";s:6:\"4.7.10\";s:7:\"version\";s:6:\"4.7.10\";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:5:\"4.7.4\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1528956311;s:15:\"version_checked\";s:5:\"4.7.4\";s:12:\"translations\";a:0:{}}','no'),(322,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1528956318;s:7:\"checked\";a:2:{s:8:\"mellanby\";s:5:\"3.5.7\";s:15:\"twentyseventeen\";s:3:\"1.2\";}s:8:\"response\";a:1:{s:15:\"twentyseventeen\";a:4:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.1.6.zip\";}}s:12:\"translations\";a:0:{}}','no'),(343,'revslider-connection','1','yes'),(344,'revslider-latest-version','5.4.7.4','yes'),(345,'revslider-stable-version','4.2','yes'),(346,'revslider-notices','a:9:{i:0;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.0.9\";s:4:\"text\";s:220:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/\" target=\"_blank\"><img src=\"//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:232:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/?ref=515b\" target=\"_blank\"><img src=\"//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:230:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/?ref=52b\" target=\"_blank\"><img src=\"//updates.themepunch.tools/banners/updatenow_banner52.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.1.5 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS515-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:3;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.2.9\";s:4:\"text\";s:239:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/?ref=530b\" target=\"_blank\"><img src=\"//updates.themepunch.tools/banners/updatenow_banner_large_5.3.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.3.0 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS530-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:4;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.3.9\";s:4:\"text\";s:222:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/?ref=54b\" target=\"_blank\"><img src=\"//updates.themepunch.tools/banners/updatenow_54.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS540-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:5;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.4.1\";s:4:\"text\";s:239:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/?ref=542b\" target=\"_blank\"><img src=\"//updates.themepunch.tools/banners/updatenow_banner_large_542.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4.2 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS540-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:6;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.4.4\";s:4:\"text\";s:226:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/?ref=545b\" target=\"_blank\"><img src=\"//updates.themepunch.tools/banners/updatenow_545.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4.5 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS545-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:7;O:8:\"stdClass\":7:{s:7:\"version\";s:7:\"5.4.5.1\";s:4:\"text\";s:242:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/?ref=5452b\" target=\"_blank\"><img src=\"//updates.themepunch.tools/banners/updatenow_banner_large5452.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4.5.2 is out\" ></a>\";s:4:\"code\";s:11:\"TPRS5452-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:8;O:8:\"stdClass\":7:{s:7:\"version\";s:7:\"5.4.5.2\";s:4:\"text\";s:223:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/?ref=546b\" target=\"_blank\"><img src=\"//updates.themepunch.tools/banners/546_update.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4.6 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS546-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}}','yes'),(347,'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'),(348,'revslider-addons','O:8:\"stdClass\":24:{s:26:\"revslider-whiteboard-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:26:\"revslider-whiteboard-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Whiteboard\";s:6:\"line_1\";s:31:\"Create Hand-Drawn Presentations\";s:6:\"line_2\";s:45:\"that are understandable, memorable & engaging\";s:9:\"available\";s:5:\"1.0.6\";s:10:\"background\";s:65:\"//updates.themepunch.tools/addons/images/whiteboard_widget_bg.jpg\";s:6:\"button\";s:11:\"How to use?\";}s:22:\"revslider-backup-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:22:\"revslider-backup-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Backup\";s:6:\"line_1\";s:12:\"Make Backups\";s:6:\"line_2\";s:25:\"Revisions for your safety\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";}s:23:\"revslider-gallery-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:23:\"revslider-gallery-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"WordPress Gallery\";s:6:\"line_1\";s:31:\"Replace the standard WP Gallery\";s:6:\"line_2\";s:31:\"with the Sliders of your choice\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";}s:25:\"revslider-rel-posts-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:25:\"revslider-rel-posts-addon\";s:12:\"version_from\";s:7:\"5.2.4.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Related Posts\";s:6:\"line_1\";s:25:\"Add related Posts Sliders\";s:6:\"line_2\";s:31:\"at the end of your post content\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";}s:26:\"revslider-typewriter-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:26:\"revslider-typewriter-addon\";s:12:\"version_from\";s:5:\"5.3.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"Typewriter Effect\";s:6:\"line_1\";s:27:\"Enhance your slider\'s text \";s:6:\"line_2\";s:24:\"with typewriter effects \";s:9:\"available\";s:5:\"1.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";}s:23:\"revslider-sharing-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:23:\"revslider-sharing-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Social Sharing\";s:6:\"line_1\";s:17:\"Share your slides\";s:6:\"line_2\";s:50:\"with RevSlider \"actions\" because sharing is caring\";s:9:\"available\";s:5:\"1.1.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";}s:27:\"revslider-maintenance-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:27:\"revslider-maintenance-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:15:\"Coming & Maint.\";s:6:\"line_1\";s:37:\"Simple Coming Soon & Maintenance Page\";s:6:\"line_2\";s:42:\"Let your visitors know what\'s up and when!\";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";}s:20:\"revslider-snow-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:20:\"revslider-snow-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Holiday Snow\";s:6:\"line_1\";s:12:\"Let it snow!\";s:6:\"line_2\";s:32:\"Add animated snow to any Slider \";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";}s:25:\"revslider-particles-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:25:\"revslider-particles-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Particle Effects\";s:6:\"line_1\";s:17:\"Let\'s Parti(cle)!\";s:6:\"line_2\";s:51:\"Add interactive particle animations to your sliders\";s:9:\"available\";s:5:\"1.0.6\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";}s:24:\"revslider-polyfold-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:24:\"revslider-polyfold-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:22:\"Polyfold Scroll Effect\";s:6:\"line_1\";s:32:\"Add sharp edges to your sliders \";s:6:\"line_2\";s:35:\"as they scroll into and out of view\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";}s:19:\"revslider-404-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:19:\"revslider-404-addon\";s:12:\"version_from\";s:3:\"5.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:3:\"404\";s:6:\"line_1\";s:39:\"Build custom 404 \"Page not Found\" Pages\";s:6:\"line_2\";s:28:\"with Slider Revolution swag!\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";}s:30:\"revslider-prevnext-posts-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:30:\"revslider-prevnext-posts-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Adjacent Posts\";s:6:\"line_1\";s:30:\"Display previous and next post\";s:6:\"line_2\";s:28:\"to the currently showing one\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";}s:25:\"revslider-filmstrip-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:25:\"revslider-filmstrip-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Filmstrip\";s:6:\"line_1\";s:44:\"Display a continously rotating set of images\";s:6:\"line_2\";s:26:\"for your slide backgrounds\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";}s:21:\"revslider-login-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:21:\"revslider-login-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Login Page\";s:6:\"line_1\";s:25:\"Very simple WP Login Page\";s:6:\"line_2\";s:34:\"enhanced with your favorite slider\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";}s:24:\"revslider-featured-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:24:\"revslider-featured-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Post Featured Slider\";s:6:\"line_1\";s:25:\"Display a featured Slider\";s:6:\"line_2\";s:41:\"instead of a featured Image in your Posts\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";}s:22:\"revslider-slicey-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:22:\"revslider-slicey-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Slicey\";s:6:\"line_1\";s:20:\"Slice \'em up nicely!\";s:6:\"line_2\";s:38:\"Create image slices of your background\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";}s:27:\"revslider-beforeafter-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:27:\"revslider-beforeafter-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Before & After\";s:6:\"line_1\";s:35:\"Compare two slides before and after\";s:6:\"line_2\";s:33:\"use it vertically or horizontally\";s:9:\"available\";s:5:\"1.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";}s:23:\"revslider-weather-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:23:\"revslider-weather-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Weather\";s:6:\"line_1\";s:21:\"Every where you go...\";s:6:\"line_2\";s:36:\"...always take the weather with you!\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";}s:24:\"revslider-panorama-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:24:\"revslider-panorama-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"Panorama\";s:6:\"line_1\";s:14:\"Panorama AddOn\";s:6:\"line_2\";s:23:\"Display images in 360°\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";}s:30:\"revslider-duotonefilters-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:30:\"revslider-duotonefilters-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Duotone\";s:6:\"line_1\";s:7:\"Duotone\";s:6:\"line_2\";s:25:\"Because one is not enough\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";}s:22:\"revslider-reveal-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:24:\"revslider-revealer-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Reveal\";s:6:\"line_1\";s:9:\"Reveal...\";s:6:\"line_2\";s:37:\"...your inner beast... and RevSliders\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";}s:23:\"revslider-refresh-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:23:\"revslider-refresh-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"(Re)Load\";s:6:\"line_1\";s:39:\"Reload the current page or a custom URL\";s:6:\"line_2\";s:34:\"after a certain time, loops, slide\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";}s:27:\"revslider-bubblemorph-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:27:\"revslider-bubblemorph-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"BubbleMorph\";s:6:\"line_1\";s:26:\"Include BubbleMorph Layers\";s:6:\"line_2\";s:33:\"for a decorative lava lamp effect\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";}s:28:\"revslider-liquideffect-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:28:\"revslider-liquideffect-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Distortion\";s:6:\"line_1\";s:22:\"Add Distortion Effects\";s:6:\"line_2\";s:30:\"to your slides and transitions\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";}}','yes'),(395,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(400,'duplicate_post_title_prefix','','yes'),(401,'duplicate_post_title_suffix','','yes'),(402,'duplicate_post_increase_menu_order_by','','yes'),(403,'duplicate_post_roles','a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}','yes'),(418,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1528956317;s:8:\"response\";a:9:{s:25:\"add-to-any/add-to-any.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:24:\"w.org/plugins/add-to-any\";s:4:\"slug\";s:10:\"add-to-any\";s:6:\"plugin\";s:25:\"add-to-any/add-to-any.php\";s:11:\"new_version\";s:6:\"1.7.26\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/add-to-any/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/add-to-any.1.7.26.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/add-to-any/assets/icon-256x256.png?rev=972738\";s:2:\"1x\";s:54:\"https://ps.w.org/add-to-any/assets/icon.svg?rev=972738\";s:3:\"svg\";s:54:\"https://ps.w.org/add-to-any/assets/icon.svg?rev=972738\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/add-to-any/assets/banner-1544x500.png?rev=1629680\";s:2:\"1x\";s:65:\"https://ps.w.org/add-to-any/assets/banner-772x250.png?rev=1629680\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.0\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:19:\"akismet/akismet.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.0.7\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.0.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.6\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:37:\"breadcrumb-navxt/breadcrumb-navxt.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:30:\"w.org/plugins/breadcrumb-navxt\";s:4:\"slug\";s:16:\"breadcrumb-navxt\";s:6:\"plugin\";s:37:\"breadcrumb-navxt/breadcrumb-navxt.php\";s:11:\"new_version\";s:5:\"6.1.0\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/breadcrumb-navxt/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/breadcrumb-navxt.6.1.0.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:68:\"https://ps.w.org/breadcrumb-navxt/assets/icon-256x256.png?rev=971477\";s:2:\"1x\";s:60:\"https://ps.w.org/breadcrumb-navxt/assets/icon.svg?rev=971477\";s:3:\"svg\";s:60:\"https://ps.w.org/breadcrumb-navxt/assets/icon.svg?rev=971477\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/breadcrumb-navxt/assets/banner-772x250.jpg?rev=479408\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.6\";s:12:\"requires_php\";s:3:\"5.3\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:33:\"duplicate-post/duplicate-post.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/duplicate-post\";s:4:\"slug\";s:14:\"duplicate-post\";s:6:\"plugin\";s:33:\"duplicate-post/duplicate-post.php\";s:11:\"new_version\";s:5:\"3.2.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/duplicate-post/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/duplicate-post.3.2.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/duplicate-post/assets/icon-256x256.png?rev=1612753\";s:2:\"1x\";s:67:\"https://ps.w.org/duplicate-post/assets/icon-128x128.png?rev=1612753\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/duplicate-post/assets/banner-772x250.png?rev=1612986\";}s:11:\"banners_rtl\";a:0:{}s:14:\"upgrade_notice\";s:90:\"<p>Adds compatibility with Gutenberg UI and fixes a problem with slugs on new installs</p>\";s:6:\"tested\";s:5:\"4.9.5\";s:12:\"requires_php\";s:5:\"5.2.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:33:\"instagram-feed/instagram-feed.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/instagram-feed\";s:4:\"slug\";s:14:\"instagram-feed\";s:6:\"plugin\";s:33:\"instagram-feed/instagram-feed.php\";s:11:\"new_version\";s:5:\"1.8.3\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/instagram-feed/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/instagram-feed.1.8.3.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/instagram-feed/assets/icon-128x128.png?rev=991410\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/instagram-feed/assets/banner-772x250.png?rev=1805441\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.5\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:30:\"w.org/plugins/mailchimp-for-wp\";s:4:\"slug\";s:16:\"mailchimp-for-wp\";s:6:\"plugin\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:11:\"new_version\";s:5:\"4.2.3\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/mailchimp-for-wp/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/mailchimp-for-wp.4.2.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/mailchimp-for-wp/assets/icon-256x256.png?rev=1224577\";s:2:\"1x\";s:69:\"https://ps.w.org/mailchimp-for-wp/assets/icon-128x128.png?rev=1224577\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:71:\"https://ps.w.org/mailchimp-for-wp/assets/banner-772x250.png?rev=1184706\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.6\";s:12:\"requires_php\";s:5:\"5.2.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:31:\"photo-gallery/photo-gallery.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:27:\"w.org/plugins/photo-gallery\";s:4:\"slug\";s:13:\"photo-gallery\";s:6:\"plugin\";s:31:\"photo-gallery/photo-gallery.php\";s:11:\"new_version\";s:6:\"1.4.11\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/photo-gallery/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/photo-gallery.1.4.11.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/photo-gallery/assets/icon-128x128.png?rev=1508783\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/photo-gallery/assets/banner-772x250.jpg?rev=1505235\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.6\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:38:\"recent-tweets-widget/recent-tweets.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:34:\"w.org/plugins/recent-tweets-widget\";s:4:\"slug\";s:20:\"recent-tweets-widget\";s:6:\"plugin\";s:38:\"recent-tweets-widget/recent-tweets.php\";s:11:\"new_version\";s:5:\"1.6.8\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/recent-tweets-widget/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/recent-tweets-widget.1.6.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/recent-tweets-widget/assets/icon-256x256.png?rev=1849418\";s:2:\"1x\";s:73:\"https://ps.w.org/recent-tweets-widget/assets/icon-128x128.png?rev=1849418\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:75:\"https://ps.w.org/recent-tweets-widget/assets/banner-772x250.png?rev=1849422\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.8.6\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"js_composer/js_composer.php\";O:8:\"stdClass\":5:{s:4:\"slug\";s:11:\"js_composer\";s:11:\"new_version\";s:5:\"5.4.7\";s:3:\"url\";s:0:\"\";s:7:\"package\";b:0;s:4:\"name\";s:24:\"WPBakery Visual Composer\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:5:{s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";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:\"5.0.2\";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.5.0.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=984007\";s:2:\"1x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-128x128.png?rev=984007\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.6\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}}s:59:\"force-regenerate-thumbnails/force-regenerate-thumbnails.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:41:\"w.org/plugins/force-regenerate-thumbnails\";s:4:\"slug\";s:27:\"force-regenerate-thumbnails\";s:6:\"plugin\";s:59:\"force-regenerate-thumbnails/force-regenerate-thumbnails.php\";s:11:\"new_version\";s:5:\"2.0.6\";s:3:\"url\";s:58:\"https://wordpress.org/plugins/force-regenerate-thumbnails/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/force-regenerate-thumbnails.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:71:\"https://s.w.org/plugins/geopattern-icon/force-regenerate-thumbnails.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";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:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=969907\";s:2:\"1x\";s:63:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=969907\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:65:\"https://ps.w.org/hello-dolly/assets/banner-772x250.png?rev=478342\";}s:11:\"banners_rtl\";a:0:{}}s:45:\"limit-login-attempts/limit-login-attempts.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:34:\"w.org/plugins/limit-login-attempts\";s:4:\"slug\";s:20:\"limit-login-attempts\";s:6:\"plugin\";s:45:\"limit-login-attempts/limit-login-attempts.php\";s:11:\"new_version\";s:5:\"1.7.1\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/limit-login-attempts/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/limit-login-attempts.1.7.1.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:64:\"https://s.w.org/plugins/geopattern-icon/limit-login-attempts.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:37:\"tinymce-advanced/tinymce-advanced.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:30:\"w.org/plugins/tinymce-advanced\";s:4:\"slug\";s:16:\"tinymce-advanced\";s:6:\"plugin\";s:37:\"tinymce-advanced/tinymce-advanced.php\";s:11:\"new_version\";s:6:\"4.7.11\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/tinymce-advanced/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/tinymce-advanced.4.7.11.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/tinymce-advanced/assets/icon-256x256.png?rev=971511\";s:2:\"1x\";s:68:\"https://ps.w.org/tinymce-advanced/assets/icon-128x128.png?rev=971511\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/tinymce-advanced/assets/banner-772x250.png?rev=894078\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.6\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}}}}','no'),(419,'wd_bwg_version','1.3.42','no'),(420,'wd_bwg_theme_version','1.0.0','no'),(421,'widget_bwp_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(422,'widget_bwp_gallery_slideshow','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(423,'bwg_admin_notice','a:1:{s:15:\"two_week_review\";a:2:{s:5:\"start\";s:8:\"6/4/2017\";s:3:\"int\";i:14;}}','yes'),(424,'bwg_subscribe_done','1','yes'),(425,'revslider-notices-dc','a:1:{i:0;s:10:\"TPRS540-01\";}','yes'),(440,'limit_login_retries','a:2:{s:14:\"134.249.50.185\";i:4;s:13:\"185.63.254.37\";i:4;}','no'),(441,'limit_login_retries_valid','a:2:{s:14:\"134.249.50.185\";i:1528630001;s:13:\"185.63.254.37\";i:1528661475;}','no'),(514,'stm_staff_category_children','a:0:{}','yes'),(525,'_site_transient_timeout_browser_5d9a37c6a96acca914609d0251644dda','1496233551','no'),(526,'_site_transient_browser_5d9a37c6a96acca914609d0251644dda','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"58.0.3029.110\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(608,'_site_transient_timeout_envato_market_plugins','1496130739','no'),(609,'_site_transient_envato_market_plugins','a:4:{s:9:\"purchased\";a:0:{}s:6:\"active\";a:0:{}s:9:\"installed\";a:0:{}s:7:\"install\";a:0:{}}','no'),(610,'_site_transient_timeout_available_translations','1496137813','no'),(611,'_site_transient_available_translations','a:108:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-03-27 04:32:49\";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.4/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:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.7.4\";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.4/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:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.7.4\";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.4/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:\"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: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: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:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-05-09 11:39:31\";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.4/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.4\";s:7:\"updated\";s:19:\"2017-05-16 13:06:08\";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.4/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.4\";s:7:\"updated\";s:19:\"2017-05-12 09:29:39\";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.4/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.4\";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.4/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.4\";s:7:\"updated\";s:19:\"2017-04-05 09:50:06\";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.4/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:8:\"Fortsæt\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"4.7.4\";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.4/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:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-03-18 13:57:42\";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.4/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:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-04-28 14:35:15\";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.4/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_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.7.4\";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.4/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: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.4\";s:7:\"updated\";s:19:\"2017-05-11 20:10:39\";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.4/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_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.7.4\";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.4/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_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.7.4\";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.4/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_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-01-28 03:10:25\";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.4/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_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"4.7.4\";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.4/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:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.7.4\";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.4/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:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-05-04 18:08:49\";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.4/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.4\";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.4/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_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:5:\"4.7.4\";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.4/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_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"4.7.4\";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.4/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:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-05-10 16:26:52\";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.4/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_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-04-23 23:02:31\";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.4/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_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_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_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"4.7.4\";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.4/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: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.4\";s:7:\"updated\";s:19:\"2017-05-12 06:40:28\";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.4/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.4\";s:7:\"updated\";s:19:\"2017-02-02 15:21:03\";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.4/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.4\";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.4/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_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.7.4\";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.4/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_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-05-05 12:10:24\";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.4/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_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-02-03 21:08:25\";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.4/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.4\";s:7:\"updated\";s:19:\"2017-04-21 14:17:42\";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.4/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.4\";s:7:\"updated\";s:19:\"2017-01-29 21:21:10\";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.4/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.4\";s:7:\"updated\";s:19:\"2017-05-01 10:53:22\";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.4/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.4\";s:7:\"updated\";s:19:\"2017-03-28 13:34:22\";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.4/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.4\";s:7:\"updated\";s:19:\"2017-05-02 14:01:52\";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.4/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.4\";s:7:\"updated\";s:19:\"2017-04-13 13:55:54\";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.4/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.4\";s:7:\"updated\";s:19:\"2017-04-08 04:57:54\";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.4/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.4\";s:7:\"updated\";s:19:\"2017-05-02 05:13:51\";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.4/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.4\";s:7:\"updated\";s:19:\"2017-04-05 06:17:00\";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.4/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.4\";s:7:\"updated\";s:19:\"2017-04-18 05:09:08\";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.4/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.4\";s:7:\"updated\";s:19:\"2017-03-30 09:46:13\";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.4/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.4\";s:7:\"updated\";s:19:\"2017-03-17 20:40:40\";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.4/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.4\";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.4/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.4\";s:7:\"updated\";s:19:\"2017-03-24 06:52:11\";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.4/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.4\";s:7:\"updated\";s:19:\"2017-03-05 09:45:10\";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.4/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.18\";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.18/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.4\";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.4/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_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-05-11 15:57:29\";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.4/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:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-05-15 08:29:44\";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.4/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:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-02-16 13:24:21\";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.4/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.4\";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.4/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.4\";s:7:\"updated\";s:19:\"2017-04-23 09:31:28\";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.4/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.18\";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.18/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_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-04-17 15:02:48\";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.4/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:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-05-15 10:57:32\";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.4/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: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.4\";s:7:\"updated\";s:19:\"2017-04-15 14:53:36\";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.4/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.4\";s:7:\"updated\";s:19:\"2017-04-20 10:13:53\";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.4/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.4\";s:7:\"updated\";s:19:\"2017-05-10 13:48:29\";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.4/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.4\";s:7:\"updated\";s:19:\"2017-02-08 17:57:45\";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.4/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.4\";s:7:\"updated\";s:19:\"2017-04-24 08:35:30\";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.4/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.4\";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.4/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.4\";s:7:\"updated\";s:19:\"2017-04-03 00:34:10\";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.4/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.4\";s:7:\"updated\";s:19:\"2017-04-15 09:03:35\";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.4/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.4\";s:7:\"updated\";s:19:\"2017-05-17 03:13:31\";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.4/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.4\";s:7:\"updated\";s:19:\"2017-03-27 07:08:07\";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.4/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.4\";s:7:\"updated\";s:19:\"2017-05-13 09:55:38\";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.4/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.4\";s:7:\"updated\";s:19:\"2017-04-10 15:33:37\";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.4/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_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-05-08 04:16:08\";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.4/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:\"繼續\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"4.7.4\";s:7:\"updated\";s:19:\"2017-03-28 12:03:30\";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.4/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.4\";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.4/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:\"继续\";}}}','no'),(614,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1496137857','no'),(615,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','O:8:\"stdClass\":100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4339;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2480;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2353;}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:2098;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:1820;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1579;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1557;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1429;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1335;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1322;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1314;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1267;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1263;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1103;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1041;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1038;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:983;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:927;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:812;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:790;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:786;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:762;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:760;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:665;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:655;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:652;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:645;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:642;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:634;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:622;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:600;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:590;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:589;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:575;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:572;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:571;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:566;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:554;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:550;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:538;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:529;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:523;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:518;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:503;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:497;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:489;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:488;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:476;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:464;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:462;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:462;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:459;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:440;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:433;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:433;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:431;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:426;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:419;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:412;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:409;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:404;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:401;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:399;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:396;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:395;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:394;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:376;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:375;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:365;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:363;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:350;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:332;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:332;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:331;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:329;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:321;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:321;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:319;}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";i:317;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:317;}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:314;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:312;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:296;}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";i:293;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:293;}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";i:292;}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\";i:286;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:285;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:285;}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";i:280;}s:6:\"author\";a:3:{s:4:\"name\";s:6:\"author\";s:4:\"slug\";s:6:\"author\";s:5:\"count\";i:279;}s:7:\"adsense\";a:3:{s:4:\"name\";s:7:\"adsense\";s:4:\"slug\";s:7:\"adsense\";s:5:\"count\";i:278;}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";i:273;}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";i:271;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:267;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:267;}s:14:\"administration\";a:3:{s:4:\"name\";s:14:\"administration\";s:4:\"slug\";s:14:\"administration\";s:5:\"count\";i:263;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:262;}s:7:\"captcha\";a:3:{s:4:\"name\";s:7:\"captcha\";s:4:\"slug\";s:7:\"captcha\";s:5:\"count\";i:261;}s:5:\"cache\";a:3:{s:4:\"name\";s:5:\"cache\";s:4:\"slug\";s:5:\"cache\";s:5:\"count\";i:260;}}','no'),(630,'_site_transient_timeout_browser_a6ce2d1edb65f3af71fff85081a03f9d','1529145252','no'),(631,'_site_transient_browser_a6ce2d1edb65f3af71fff85081a03f9d','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"67.0.3396.79\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(644,'_site_transient_timeout_envato_market_themes','1528544258','no'),(645,'_site_transient_envato_market_themes','a:4:{s:9:\"purchased\";a:0:{}s:6:\"active\";a:0:{}s:9:\"installed\";a:0:{}s:7:\"install\";a:0:{}}','no'),(652,'limit_login_lockouts','a:1:{s:13:\"185.63.254.37\";i:1528619475;}','yes'),(653,'limit_login_logged','a:2:{s:14:\"134.249.50.185\";a:1:{s:13:\"silvermelinda\";i:1;}s:13:\"185.63.254.37\";a:1:{s:4:\"user\";i:1;}}','no'),(654,'limit_login_lockouts_total','2','no'),(687,'rs-templates-new','','no'),(688,'rs-templates','a:2:{s:6:\"slider\";a:216:{i:0;a:20:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:16:\"Classic Carousel\";s:5:\"alias\";s:16:\"classic-carousel\";s:3:\"zip\";s:20:\"classic-carousel.zip\";s:3:\"uid\";s:32:\"146a01dd380c0cdee85c4456ee68cd84\";s:3:\"img\";s:27:\"classic-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/carousel-slider-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">Our classic, full-width carousel example. Drag, swipe or click to navigate!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:310:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:1;a:20:{s:2:\"id\";s:1:\"2\";s:5:\"title\";s:14:\"Classic Slider\";s:5:\"alias\";s:13:\"classicslider\";s:3:\"zip\";s:17:\"classicslider.zip\";s:3:\"uid\";s:32:\"a0d6a9248c9066b404ba0f1cdadc5cf2\";s:3:\"img\";s:24:\"classicslider/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-slideshow-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:136:\" <span class=\"ttm_content\">A classic slideshow example with timer, bullets and arrow navigation.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:2;a:20:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:12:\"Content Tabs\";s:5:\"alias\";s:11:\"contenttabs\";s:3:\"zip\";s:15:\"contenttabs.zip\";s:3:\"uid\";s:32:\"e02e91604b690123a3d07a65582c4fd0\";s:3:\"img\";s:22:\"contenttabs/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-content-tabs-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:170:\" <span class=\"ttm_content\">An auto-size slider with a cool split-text animation effect. Navigate with vertical bullets and thumbs.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:3;a:20:{s:2:\"id\";s:1:\"4\";s:5:\"title\";s:13:\"Facebook Feed\";s:5:\"alias\";s:13:\"facebook-feed\";s:3:\"zip\";s:17:\"facebook-feed.zip\";s:3:\"uid\";s:32:\"5506431d5b1babcb25dcf52c508d42e3\";s:3:\"img\";s:24:\"facebook-feed/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-facebook-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:174:\"<span class=\"ttm_content\"> This slider is automatically populated by a Facebook stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:439:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Facebook Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:4;a:20:{s:2:\"id\";s:1:\"5\";s:5:\"title\";s:7:\"Fashion\";s:5:\"alias\";s:7:\"fashion\";s:3:\"zip\";s:11:\"fashion.zip\";s:3:\"uid\";s:32:\"4f4b914d6db35e19101ff003c4e7ea3a\";s:3:\"img\";s:18:\"fashion/slider.jpg\";s:7:\"preview\";s:65:\"http://revolution.themepunch.com/wordpress-one-page-slider-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\" <span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:5;a:20:{s:2:\"id\";s:1:\"6\";s:5:\"title\";s:14:\"Flickr Gallery\";s:5:\"alias\";s:14:\"flickr-gallery\";s:3:\"zip\";s:18:\"flickr-gallery.zip\";s:3:\"uid\";s:32:\"ad85cfac7acfa678e6a1b8febfee51ed\";s:3:\"img\";s:25:\"flickr-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-flickr-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\" <span class=\"ttm_content\"> This slider is automatically populated by a Flickr stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:437:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Flickr Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:6;a:20:{s:2:\"id\";s:1:\"7\";s:5:\"title\";s:3:\"Gym\";s:5:\"alias\";s:3:\"gym\";s:3:\"zip\";s:7:\"gym.zip\";s:3:\"uid\";s:32:\"e4d81f13f96fb9bc905f4ad89615032b\";s:3:\"img\";s:14:\"gym/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/one-page-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:189:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the slider menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:7;a:20:{s:2:\"id\";s:1:\"8\";s:5:\"title\";s:18:\"Highlight Carousel\";s:5:\"alias\";s:18:\"highlight-carousel\";s:3:\"zip\";s:22:\"highlight-carousel.zip\";s:3:\"uid\";s:32:\"ada52163f723a942f782351fa0396b3d\";s:3:\"img\";s:29:\"highlight-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-swipe-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:138:\" <span class=\"ttm_content\">A swipe-controlled carousel with an additional tab-based navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:8;a:20:{s:2:\"id\";s:1:\"9\";s:5:\"title\";s:18:\"Highlight Showcase\";s:5:\"alias\";s:18:\"highlight-showcase\";s:3:\"zip\";s:22:\"highlight-showcase.zip\";s:3:\"uid\";s:32:\"2bfe0bd410fb48fec9d942eab1e21530\";s:3:\"img\";s:29:\"highlight-showcase/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-parallax-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">A tab-based navigation, a slideshow timer and cool animations make this slider interesting!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:9;a:20:{s:2:\"id\";s:2:\"10\";s:5:\"title\";s:10:\"Image Hero\";s:5:\"alias\";s:10:\"image-hero\";s:3:\"zip\";s:13:\"imagehero.zip\";s:3:\"uid\";s:32:\"7db18781d44f2adc28c962440894aac1\";s:3:\"img\";s:20:\"imagehero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-image/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:121:\"<span class=\"ttm_content\">A commonly used full-width image hero block with texts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:10;a:20:{s:2:\"id\";s:2:\"11\";s:5:\"title\";s:17:\"Instagram Gallery\";s:5:\"alias\";s:13:\"insta-gallery\";s:3:\"zip\";s:17:\"insta-gallery.zip\";s:3:\"uid\";s:32:\"711732b0d42ec2b57818a2b9b1d86cba\";s:3:\"img\";s:24:\"insta-gallery/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-instagram-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:174:\"<span class=\"ttm_content\">This slider is automatically populated by a Instagram stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:440:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Instagram Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:11;a:20:{s:2:\"id\";s:2:\"12\";s:5:\"title\";s:21:\"Levano Restaurant Bar\";s:5:\"alias\";s:19:\"levanorestaurantbar\";s:3:\"zip\";s:23:\"levanorestaurantbar.zip\";s:3:\"uid\";s:32:\"4178f837db67d1b2eb6cb5840bbd0b42\";s:3:\"img\";s:30:\"levanorestaurantbar/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-front-page-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:12;a:20:{s:2:\"id\";s:2:\"13\";s:5:\"title\";s:19:\"Main Feature Slider\";s:5:\"alias\";s:11:\"mainfeature\";s:3:\"zip\";s:15:\"mainfeature.zip\";s:3:\"uid\";s:32:\"1e002a3230ab00095bedc6f60393ee7f\";s:3:\"img\";s:22:\"mainfeature/slider.jpg\";s:7:\"preview\";s:33:\"http://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"750\";s:11:\"description\";s:127:\" <span class=\"ttm_content\">A slightly stripped down version of the main preview slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:13;a:20:{s:2:\"id\";s:2:\"14\";s:5:\"title\";s:17:\"Media Gallery Two\";s:5:\"alias\";s:17:\"media-gallery-two\";s:3:\"zip\";s:21:\"media-gallery-two.zip\";s:3:\"uid\";s:32:\"d002f1b1b55805f9322c264c5504ba5a\";s:3:\"img\";s:28:\"media-gallery-two/slider.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-media-gallery-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:127:\"<span class=\"ttm_content\">A media gallery example with Vimeo, HTML5 and Youtube videos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and titles.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:14;a:20:{s:2:\"id\";s:2:\"15\";s:5:\"title\";s:23:\"Media Carousel Autoplay\";s:5:\"alias\";s:23:\"media-carousel-autoplay\";s:3:\"zip\";s:27:\"media-carousel-autoplay.zip\";s:3:\"uid\";s:32:\"393d7875b1cc9d933378b35e4f645d76\";s:3:\"img\";s:34:\"media-carousel-autoplay/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-media-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"720\";s:6:\"height\";s:3:\"405\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A media carousel with \"autoplay\" activated. Swipe or click tabs to navigate the slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:315:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and caption texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:15;a:20:{s:2:\"id\";s:2:\"16\";s:5:\"title\";s:21:\"News Background Video\";s:5:\"alias\";s:21:\"news-background-video\";s:3:\"zip\";s:17:\"news-bg-video.zip\";s:3:\"uid\";s:32:\"a0efe44ac3af0f958b3f84c816a08272\";s:3:\"img\";s:24:\"news-bg-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A hero block with HTML5 background video that plays when entering the screen.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:16;a:20:{s:2:\"id\";s:2:\"17\";s:5:\"title\";s:12:\"News Gallery\";s:5:\"alias\";s:12:\"news-gallery\";s:3:\"zip\";s:16:\"news-gallery.zip\";s:3:\"uid\";s:32:\"3a069c3b286dbb9ee435563f747e3300\";s:3:\"img\";s:23:\"news-gallery/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-news-rotator/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A news gallery slideshow with tab navigation. Great for any blog!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:17;a:20:{s:2:\"id\";s:2:\"18\";s:5:\"title\";s:23:\"News Gallery Post Based\";s:5:\"alias\";s:23:\"news-gallery-post-based\";s:3:\"zip\";s:27:\"news-gallery-post-based.zip\";s:3:\"uid\";s:32:\"32fe05b1039c29ab9420bfd15aec5488\";s:3:\"img\";s:34:\"news-gallery-post-based/slider.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-post-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:447:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:18;a:20:{s:2:\"id\";s:2:\"19\";s:5:\"title\";s:9:\"News Hero\";s:5:\"alias\";s:9:\"news-hero\";s:3:\"zip\";s:13:\"news-hero.zip\";s:3:\"uid\";s:32:\"96a0385538a17c8c81ed8175740f70ea\";s:3:\"img\";s:20:\"news-hero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:107:\"<span class=\"ttm_content\">A image hero block with ken burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:19;a:20:{s:2:\"id\";s:2:\"20\";s:5:\"title\";s:10:\"News Video\";s:5:\"alias\";s:10:\"news-video\";s:3:\"zip\";s:14:\"news-video.zip\";s:3:\"uid\";s:32:\"f901e9e16e0363248156c2209eb584e9\";s:3:\"img\";s:21:\"news-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:128:\"<span class=\"ttm_content\">A Vimeo background video hero block with play / pause buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:315:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:20;a:20:{s:2:\"id\";s:2:\"21\";s:5:\"title\";s:15:\"Newsletter Hero\";s:5:\"alias\";s:15:\"newsletter-hero\";s:3:\"zip\";s:19:\"newsletter-hero.zip\";s:3:\"uid\";s:32:\"6290a9864d8c4c6311784586ed1cc5fe\";s:3:\"img\";s:26:\"newsletter-hero/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-newsletter-signup/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">This hero block uses a custom styled Mailchimp newsletter signup field.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:461:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and <a href=\"https://www.themepunch.com/faq/how-to-setup-mailchimp-for-the-newsletter-hero-template/\" target=\"_blank\">Mailchimp code</a>.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:21;a:20:{s:2:\"id\";s:2:\"22\";s:5:\"title\";s:11:\"Not Generic\";s:5:\"alias\";s:10:\"notgeneric\";s:3:\"zip\";s:14:\"notgeneric.zip\";s:3:\"uid\";s:32:\"9d87ba95e02210a9f82387add2ceadf9\";s:3:\"img\";s:21:\"notgeneric/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">A full-screen slider with a layer based navigation and sleek content elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:22;a:20:{s:2:\"id\";s:2:\"23\";s:5:\"title\";s:11:\"Photography\";s:5:\"alias\";s:11:\"photography\";s:3:\"zip\";s:15:\"photography.zip\";s:3:\"uid\";s:32:\"1b2072547afb75e49f33b016751ed360\";s:3:\"img\";s:22:\"photography/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-photography-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:23;a:20:{s:2:\"id\";s:2:\"24\";s:5:\"title\";s:20:\"Photography Carousel\";s:5:\"alias\";s:20:\"photography-carousel\";s:3:\"zip\";s:24:\"photography-carousel.zip\";s:3:\"uid\";s:32:\"9a84b859ba23dc49ba8784e3a86545fa\";s:3:\"img\";s:31:\"photography-carousel/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-photo-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">A front-page carousel that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:24;a:20:{s:2:\"id\";s:2:\"25\";s:5:\"title\";s:16:\"Search Form Hero\";s:5:\"alias\";s:16:\"search-form-hero\";s:3:\"zip\";s:20:\"search-form-hero.zip\";s:3:\"uid\";s:32:\"e09eb1bd0f22b3a2b02a1aa251dd1f3e\";s:3:\"img\";s:27:\"search-form-hero/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-search-form-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This hero block uses a custom styled input field to show search results on a WordPress site.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:346:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and search field code.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:25;a:20:{s:2:\"id\";s:2:\"26\";s:5:\"title\";s:17:\"Showcase Carousel\";s:5:\"alias\";s:16:\"showcasecarousel\";s:3:\"zip\";s:20:\"showcasecarousel.zip\";s:3:\"uid\";s:32:\"c5ca218398331bd2c064efc2f62eae56\";s:3:\"img\";s:27:\"showcasecarousel/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-cover-flow-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">A fancy carousel that rotates, fades and scales slider items.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:310:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:26;a:20:{s:2:\"id\";s:2:\"27\";s:5:\"title\";s:11:\"Sports Hero\";s:5:\"alias\";s:11:\"sports-hero\";s:3:\"zip\";s:14:\"sportshero.zip\";s:3:\"uid\";s:32:\"8de7a145f32a362d618d2595ffa2f724\";s:3:\"img\";s:21:\"sportshero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-image-hero/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:113:\"<span class=\"ttm_content\">An sports themed image hero block with buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:27;a:20:{s:2:\"id\";s:2:\"28\";s:5:\"title\";s:12:\"Twitter Feed\";s:5:\"alias\";s:12:\"twitter-feed\";s:3:\"zip\";s:16:\"twitter-feed.zip\";s:3:\"uid\";s:32:\"efbfc2af5da5258e7b7bed8598e483cc\";s:3:\"img\";s:23:\"twitter-feed/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-twitter-feed/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a Twitter stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:438:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Twitter Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:28;a:20:{s:2:\"id\";s:2:\"29\";s:5:\"title\";s:13:\"Vimeo Gallery\";s:5:\"alias\";s:13:\"vimeo-gallery\";s:3:\"zip\";s:17:\"vimeo-gallery.zip\";s:3:\"uid\";s:32:\"fa824ce1ff3942ec268fc9eda60df539\";s:3:\"img\";s:24:\"vimeo-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-vimeo-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:170:\"<span class=\"ttm_content\">This slider is automatically populated by a Vimeo stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:436:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Vimeo Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:29;a:20:{s:2:\"id\";s:2:\"30\";s:5:\"title\";s:10:\"Vimeo Hero\";s:5:\"alias\";s:9:\"vimeohero\";s:3:\"zip\";s:13:\"vimeohero.zip\";s:3:\"uid\";s:32:\"c575575f96173d88589cddcb06120b77\";s:3:\"img\";s:20:\"vimeohero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-vimeo/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:116:\"<span class=\"ttm_content\">A commonly used Vimeo video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:461:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:30;a:20:{s:2:\"id\";s:2:\"31\";s:5:\"title\";s:16:\"Web Product Dark\";s:5:\"alias\";s:16:\"web-product-dark\";s:3:\"zip\";s:20:\"web-product-dark.zip\";s:3:\"uid\";s:32:\"39b872cf0608e63c3a503e58374dc30a\";s:3:\"img\";s:27:\"web-product-dark/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-frontpage-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:31;a:20:{s:2:\"id\";s:2:\"32\";s:5:\"title\";s:21:\"Web Product Dark Hero\";s:5:\"alias\";s:21:\"web-product-dark-hero\";s:3:\"zip\";s:25:\"web-product-dark-hero.zip\";s:3:\"uid\";s:32:\"b6784e8925221f36677217979d26e6f0\";s:3:\"img\";s:32:\"web-product-dark-hero/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-header-image/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:32;a:20:{s:2:\"id\";s:2:\"33\";s:5:\"title\";s:22:\"Web Product Light Hero\";s:5:\"alias\";s:22:\"web-product-light-hero\";s:3:\"zip\";s:26:\"web-product-light-hero.zip\";s:3:\"uid\";s:32:\"428e65d6aaa6ef775429989d50516492\";s:3:\"img\";s:33:\"web-product-light-hero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/hero-image-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:315:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:33;a:20:{s:2:\"id\";s:2:\"34\";s:5:\"title\";s:17:\"Web Product Light\";s:5:\"alias\";s:15:\"webproductlight\";s:3:\"zip\";s:19:\"webproductlight.zip\";s:3:\"uid\";s:32:\"fa23dab5bf1139c6393828647a9de4e0\";s:3:\"img\";s:26:\"webproductlight/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-cover-page/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:617:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:34;a:20:{s:2:\"id\";s:2:\"35\";s:5:\"title\";s:15:\"Youtube Gallery\";s:5:\"alias\";s:15:\"youtube-gallery\";s:3:\"zip\";s:19:\"youtube-gallery.zip\";s:3:\"uid\";s:32:\"ee9e4928ac74f5f0c0b697ce708f5aa7\";s:3:\"img\";s:26:\"youtube-gallery/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/wordpress-youtube-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a YouTube stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:438:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"YouTube Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:35;a:20:{s:2:\"id\";s:2:\"36\";s:5:\"title\";s:12:\"Youtube Hero\";s:5:\"alias\";s:11:\"youtubehero\";s:3:\"zip\";s:15:\"youtubehero.zip\";s:3:\"uid\";s:32:\"e0b2c12a45841bdf21cb96305f2c85bf\";s:3:\"img\";s:22:\"youtubehero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-youtube-header/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:104:\"<span class=\"ttm_content\">A YouTube video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:630:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/enable-sound-for-the-youtube-hero-template/\" target=\"_blank\">enable sound for the background video</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:36;a:20:{s:2:\"id\";s:2:\"37\";s:5:\"title\";s:13:\"Scroll Effect\";s:5:\"alias\";s:13:\"scroll-effect\";s:3:\"zip\";s:17:\"scroll-effect.zip\";s:3:\"uid\";s:32:\"417f59e9db87aa7e47c8509eb88d4af6\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/big-bold-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen slider with a unique scroll effect and big, bold text.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:508:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:37;a:20:{s:2:\"id\";s:2:\"38\";s:5:\"title\";s:12:\"Content Zoom\";s:5:\"alias\";s:12:\"content-zoom\";s:3:\"zip\";s:16:\"content-zoom.zip\";s:3:\"uid\";s:32:\"42ef8cdb70d42ec6ff6fa3b69a027b5f\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/content-zoom-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:243:\"<span class=\"ttm_content\">A very unique full-width slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:397:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:38;a:20:{s:2:\"id\";s:2:\"39\";s:5:\"title\";s:13:\"Food Carousel\";s:5:\"alias\";s:13:\"food-carousel\";s:3:\"zip\";s:17:\"food-carousel.zip\";s:3:\"uid\";s:32:\"a7bf54527b6658a0a308c70c729779fe\";s:3:\"img\";s:29:\"foodcarousel/slider_cover.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/food-carousel-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:267:\"<span class=\"ttm_content\">A fancy carousel with detail content on each slide. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to show and hide layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:397:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:39;a:20:{s:2:\"id\";s:2:\"40\";s:5:\"title\";s:14:\"Rotating Words\";s:5:\"alias\";s:14:\"rotating-words\";s:3:\"zip\";s:18:\"rotating-words.zip\";s:3:\"uid\";s:32:\"70190463d9376f278c8197b7b2ef6c1b\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/rotating-words-hero/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen hero block with unique animated text and blur effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:518:\"<span class=\"ttm_content\">This is a \"Default\" hero slider. Edit the slide to change the background media and texts.<br/>For further configuration options please view the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:40;a:20:{s:2:\"id\";s:2:\"41\";s:5:\"title\";s:22:\"Travel Static Captions\";s:5:\"alias\";s:22:\"travel-static-captions\";s:3:\"zip\";s:26:\"travel-static-captions.zip\";s:3:\"uid\";s:32:\"bbe7d61c7c741ebc7aa1ce1082b0cb71\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";s:7:\"preview\";s:50:\"http://revolution.themepunch.com/travel-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A slideshow example with static captions layers above a rotating image background.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:41;a:20:{s:2:\"id\";s:2:\"42\";s:5:\"title\";s:7:\"Concept\";s:5:\"alias\";s:7:\"concept\";s:3:\"zip\";s:11:\"concept.zip\";s:3:\"uid\";s:32:\"47cb06083e87503762f6746725117a3c\";s:3:\"img\";s:18:\"concept/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/fullscreen-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">A full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:397:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:42;a:20:{s:2:\"id\";s:2:\"43\";s:5:\"title\";s:15:\"True Fullscreen\";s:5:\"alias\";s:17:\"fullscreen-button\";s:3:\"zip\";s:21:\"fullscreen-button.zip\";s:3:\"uid\";s:32:\"618a43bdf89333b555531f6d6ecde359\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-sidebar-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A slider with a full-screen button that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:323:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:43;a:20:{s:2:\"id\";s:2:\"44\";s:5:\"title\";s:16:\"Creative Freedom\";s:5:\"alias\";s:15:\"creativefreedom\";s:3:\"zip\";s:19:\"creativefreedom.zip\";s:3:\"uid\";s:32:\"8902bf6c93126c2c6323626b9e872621\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-touch-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A full-screen slider with a unique vertical navigation and 3D-parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:316:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images, videos and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:44;a:20:{s:2:\"id\";s:2:\"45\";s:5:\"title\";s:17:\"3D Parallax Scene\";s:5:\"alias\";s:13:\"parallaxscene\";s:3:\"zip\";s:17:\"parallaxscene.zip\";s:3:\"uid\";s:32:\"51566f1ce649708e97a0f5dfaf05ea19\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-3d-parallax/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:328:\"<span class=\"ttm_content\">A 3D-parallax hero scene with mouse-controlled effects. Smart image arrangement creates a convincing 3D effect. Tooltips are shown using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:45;a:20:{s:2:\"id\";s:2:\"46\";s:5:\"title\";s:10:\"Wow Factor\";s:5:\"alias\";s:15:\"slidingoverlays\";s:3:\"zip\";s:19:\"slidingoverlays.zip\";s:3:\"uid\";s:32:\"18002d17e8bc7ca61b0951f5305a759e\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/responsive-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:106:\"<span class=\"ttm_content\">A 3D-parallax effect full-screen slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:443:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:46;a:20:{s:2:\"id\";s:2:\"47\";s:5:\"title\";s:14:\"3D Web Product\";s:5:\"alias\";s:25:\"web-product-light-hero-3d\";s:3:\"zip\";s:29:\"web-product-light-hero-3d.zip\";s:3:\"uid\";s:32:\"efd345c5da805414093e46066cefd751\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/wordpress-3d-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"668\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A 3D-parallax hero scene slider with a convincing depth-effect and animated clouds.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:47;a:20:{s:2:\"id\";s:2:\"48\";s:5:\"title\";s:15:\"WooCommerce Big\";s:5:\"alias\";s:6:\"woobig\";s:3:\"zip\";s:10:\"woobig.zip\";s:3:\"uid\";s:32:\"bfb09a39656c7c80e86b468fc5b3403c\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:444:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:48;a:20:{s:2:\"id\";s:2:\"49\";s:5:\"title\";s:17:\"WooCommerce Small\";s:5:\"alias\";s:16:\"woocommercesmall\";s:3:\"zip\";s:20:\"woocommercesmall.zip\";s:3:\"uid\";s:32:\"b17c2adcc5c4c4b68a7ac6fee32fa030\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"266\";s:11:\"description\";s:174:\" <span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:444:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:49;a:20:{s:2:\"id\";s:2:\"50\";s:5:\"title\";s:17:\"Restaurant Header\";s:5:\"alias\";s:10:\"finedining\";s:3:\"zip\";s:14:\"finedining.zip\";s:3:\"uid\";s:32:\"03481a9e258501fbe3888b48830ea845\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/restaurant-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:275:\"<span class=\"ttm_content\">A full-screen hero block slider that shows different background layers on button hover using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:461:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:50;a:20:{s:2:\"id\";s:2:\"51\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:12:\"agency-intro\";s:3:\"zip\";s:16:\"agency-intro.zip\";s:3:\"uid\";s:32:\"e9be2afdd55a0c8d0d8d0cc12ba4c82f\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/agency-website-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:302:\" <span class=\"ttm_content\">A full-screen hero block slider with ken burns effect and video modal on button click. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:397:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:51;a:20:{s:2:\"id\";s:2:\"52\";s:5:\"title\";s:11:\"Team Slider\";s:5:\"alias\";s:7:\"ourteam\";s:3:\"zip\";s:11:\"ourteam.zip\";s:3:\"uid\";s:32:\"d8eb1fec07a79202d1118bb17f70c233\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";s:7:\"preview\";s:74:\"http://revolution.themepunch.com/thumbnail-hover-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:303:\"<span class=\"ttm_content\">A team slider that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:691:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:52;a:20:{s:2:\"id\";s:2:\"53\";s:5:\"title\";s:13:\"Team Carousel\";s:5:\"alias\";s:17:\"our-team-carousel\";s:3:\"zip\";s:21:\"our-team-carousel.zip\";s:3:\"uid\";s:32:\"37656d5dcab1f265c025cb2a3d669809\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";s:7:\"preview\";s:83:\"http://revolution.themepunch.com/thumbnail-hover-carousel-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:306:\" <span class=\"ttm_content\">A team carousel that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:693:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:53;a:20:{s:2:\"id\";s:2:\"54\";s:5:\"title\";s:17:\"4K Youtube Slider\";s:5:\"alias\";s:13:\"betteryoutube\";s:3:\"zip\";s:17:\"betteryoutube.zip\";s:3:\"uid\";s:32:\"d7c5fef9f257037d7a148038aa2a1857\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";s:7:\"preview\";s:94:\"http://revolution.themepunch.com/fullscreen-4k-youtube-video-gallery-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"675\";s:11:\"description\";s:293:\" <span class=\"ttm_content\">A full-screen youtube gallery with 4K videos as an example. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to breathe life into navigation elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:532:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change videos and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:54;a:20:{s:2:\"id\";s:2:\"55\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:19:\"agencywebsiteheader\";s:3:\"zip\";s:23:\"agencywebsiteheader.zip\";s:3:\"uid\";s:32:\"c11d272c87277a7a38d9e7fd13e27947\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/fullscreen-hero-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:245:\" <span class=\"ttm_content\">A very unique full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:543:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:55;a:20:{s:2:\"id\";s:2:\"56\";s:5:\"title\";s:11:\"Coming Soon\";s:5:\"alias\";s:10:\"comingsoon\";s:3:\"zip\";s:14:\"comingsoon.zip\";s:3:\"uid\";s:32:\"0f89edf995512e6d6e864a2ee7221829\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";s:7:\"preview\";s:79:\"http://revolution.themepunch.com/coming-soon-wordpress-under-construction-site/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:299:\"<span class=\"ttm_content\">A full-screen slider that can be used as a \"Coming Soon\" page. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve various interaction possibilities.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:661:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\nInstructions for <a href=\"https://www.themepunch.com/faq/change-date-for-coming-soon-template/\" target=\"_blank\">how to change the date.</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:56;a:20:{s:2:\"id\";s:2:\"57\";s:5:\"title\";s:20:\"Christmas Snow Scene\";s:5:\"alias\";s:9:\"snowscene\";s:3:\"zip\";s:13:\"snowscene.zip\";s:3:\"uid\";s:32:\"a747bf0837caff86c62419a746690209\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/christmas-snow-scene/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">A slider with multiple christmas themed slides and a neat snow fall effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:508:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:57;a:20:{s:2:\"id\";s:2:\"58\";s:5:\"title\";s:15:\"Rock Band Music\";s:5:\"alias\";s:8:\"rockband\";s:3:\"zip\";s:12:\"rockband.zip\";s:3:\"uid\";s:32:\"5f557a5fad2fd6ca982a6ae6e9619637\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";s:7:\"preview\";s:80:\"http://revolution.themepunch.com/rock-band-music-theme-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\" <span class=\"ttm_content\">A rock band themed hero block slider with an embedded SoundCloud element.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:461:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/watch?v=I4qGepR4aWw\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:58;a:20:{s:2:\"id\";s:2:\"59\";s:5:\"title\";s:18:\"Sleek Landing Page\";s:5:\"alias\";s:16:\"sleeklandingpage\";s:3:\"zip\";s:20:\"sleeklandingpage.zip\";s:3:\"uid\";s:32:\"07f7f2608936a8ae226213b7d99eee3f\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";s:7:\"preview\";s:70:\"http://revolution.themepunch.com/landing-page-free-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">A full-screen slider that can be used as an App-Landing-Page. The object layers and custom animations create a unique effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:59;a:20:{s:2:\"id\";s:2:\"60\";s:5:\"title\";s:16:\"App Landing Page\";s:5:\"alias\";s:14:\"applandingpage\";s:3:\"zip\";s:18:\"applandingpage.zip\";s:3:\"uid\";s:32:\"38eb600893c1484ab8fd2a3dce3678d7\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/app-landing-page-free-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">A full-screen hero block that can be used as an app landing page. The detail view is build using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:397:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:60;a:20:{s:2:\"id\";s:2:\"61\";s:5:\"title\";s:10:\"Desk Scene\";s:5:\"alias\";s:9:\"deskscene\";s:3:\"zip\";s:13:\"deskscene.zip\";s:3:\"uid\";s:32:\"172a1a89a3e3b333cb4dbeb238f534c5\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";s:7:\"preview\";s:49:\"http://revolution.themepunch.com/hero-desk-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:135:\"<span class=\"ttm_content\">A beautiful desk scene with a cool reveal effect when scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:61;a:20:{s:2:\"id\";s:2:\"62\";s:5:\"title\";s:17:\"Clean News Slider\";s:5:\"alias\";s:15:\"cleannewsslider\";s:3:\"zip\";s:19:\"cleannewsslider.zip\";s:3:\"uid\";s:32:\"82c3f521fe31b80984be0f19e1a9899e\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:132:\"<span class=\"ttm_content\">A slideshow example with clean content and thumbnail navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:308:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:62;a:20:{s:2:\"id\";s:2:\"63\";s:5:\"title\";s:13:\"Image Gallery\";s:5:\"alias\";s:12:\"imagegallery\";s:3:\"zip\";s:16:\"imagegallery.zip\";s:3:\"uid\";s:32:\"cef1d75357df2cb53b990c74a214813e\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">A photo gallery suitable to display your images using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:63;a:20:{s:2:\"id\";s:2:\"64\";s:5:\"title\";s:19:\"Standard WP Gallery\";s:5:\"alias\";s:19:\"standard-wp-gallery\";s:3:\"zip\";s:23:\"standard-wp-gallery.zip\";s:3:\"uid\";s:32:\"632035b8a27652d8081dbdfa343dc93d\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A photo gallery that uses the \"Standard WP Gallery\" add-on to display images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:441:\"<span class=\"ttm_content\">Please follow the setup guide on the \"Standard WP Gallery\" add-on page.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";s:166:\"[{\"path\":\"revslider-gallery-addon\\/revslider-gallery-addon.php\",\"name\":\"WP Gallery AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-photo-gallery-plugin\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:64;a:20:{s:2:\"id\";s:2:\"65\";s:5:\"title\";s:21:\"Clean News Post Based\";s:5:\"alias\";s:21:\"clean-news-post-based\";s:3:\"zip\";s:25:\"clean-news-post-based.zip\";s:3:\"uid\";s:32:\"f4cf5bbe51afa5a361754bb081cbabf2\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:447:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/revslider-doc/special-content-sources/\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:65;a:20:{s:2:\"id\";s:2:\"66\";s:5:\"title\";s:22:\"Interactive Whiteboard\";s:5:\"alias\";s:21:\"interactivewhiteboard\";s:3:\"zip\";s:25:\"interactivewhiteboard.zip\";s:3:\"uid\";s:32:\"058b4af535d6c6c7bcec5225845e3eb4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";s:7:\"preview\";s:77:\"http://revolution.themepunch.com/interactive-whiteboard-animation-free-addon/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:269:\"<span class=\"ttm_content\">This is the example slider from the Whiteboard add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used to achieve certain effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:572:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/revslider-doc/add-on-whiteboard/\" target=\"_blank\">Whiteboard add-on</a> to be installed. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:185:\"[{\"path\":\"revslider-whiteboard-addon\\/revslider-whiteboard-addon.php\",\"name\":\"Whiteboard AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/interactive-whiteboard-animation-free-addon\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:66;a:20:{s:2:\"id\";s:2:\"68\";s:5:\"title\";s:17:\"Innovation Slider\";s:5:\"alias\";s:10:\"innovation\";s:3:\"zip\";s:14:\"innovation.zip\";s:3:\"uid\";s:32:\"d3440b69126d9c186fddc713b18b0002\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2016/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:7:\"5.2.3.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:258:\"<span class=\"ttm_content\">A full-screen slider with an elegant fade-out parallax effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:516:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images, videos and texts.<br/>For further configuration options please view the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-03-29 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:67;a:23:{s:2:\"id\";s:2:\"69\";s:5:\"title\";s:25:\"Dark Content Block - Menu\";s:5:\"alias\";s:24:\"dark-fullsite-block-menu\";s:3:\"zip\";s:34:\"packs/dark-fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"bf4bd226719d3c3d3146592976e31ca1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:68;a:23:{s:2:\"id\";s:2:\"70\";s:5:\"title\";s:25:\"Dark Content Block - Hero\";s:5:\"alias\";s:21:\"dark-fullsite-block-1\";s:3:\"zip\";s:31:\"packs/dark-fullsite-block-1.zip\";s:3:\"uid\";s:32:\"d8859245fe600288ca932dc29aca751f\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:69;a:23:{s:2:\"id\";s:2:\"71\";s:5:\"title\";s:26:\"Dark Content Block - About\";s:5:\"alias\";s:27:\"dark-fullsite-block-2-about\";s:3:\"zip\";s:37:\"packs/dark-fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"298401901521a197a8294c1b4f73df3e\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:70;a:23:{s:2:\"id\";s:2:\"72\";s:5:\"title\";s:29:\"Dark Content Block - Services\";s:5:\"alias\";s:30:\"dark-fullsite-block-3-services\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"8da3ed605472ed6a26c745fb52f85f82\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:71;a:23:{s:2:\"id\";s:2:\"73\";s:5:\"title\";s:29:\"Dark Content Block - Products\";s:5:\"alias\";s:30:\"dark-fullsite-block-4-products\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"99e4f40399d20261a6131043d0e50b0c\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:448:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\r\n\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:72;a:23:{s:2:\"id\";s:2:\"74\";s:5:\"title\";s:33:\"Dark Content Block - Testimonials\";s:5:\"alias\";s:34:\"dark-fullsite-block-5-testimonials\";s:3:\"zip\";s:44:\"packs/dark-fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"2f9121e0eedd51afe85e233d0743acab\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:73;a:23:{s:2:\"id\";s:2:\"75\";s:5:\"title\";s:28:\"Dark Content Block - Callout\";s:5:\"alias\";s:29:\"dark-fullsite-block-6-callout\";s:3:\"zip\";s:39:\"packs/dark-fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"55fbecb113ff21f050be7adc08637329\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:74;a:23:{s:2:\"id\";s:2:\"76\";s:5:\"title\";s:27:\"Dark Content Block - Footer\";s:5:\"alias\";s:28:\"dark-fullsite-block-7-footer\";s:3:\"zip\";s:38:\"packs/dark-fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"2ff517f5c7c54e3e0c2dd733cfd3400e\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:75;a:23:{s:2:\"id\";s:2:\"77\";s:5:\"title\";s:26:\"Light Content Block - Menu\";s:5:\"alias\";s:19:\"fullsite-block-menu\";s:3:\"zip\";s:29:\"packs/fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"8010971f34387d5f94a1f4e577ef382a\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:76;a:23:{s:2:\"id\";s:2:\"78\";s:5:\"title\";s:26:\"Light Content Block - Hero\";s:5:\"alias\";s:15:\"fullsite-block1\";s:3:\"zip\";s:25:\"packs/fullsite-block1.zip\";s:3:\"uid\";s:32:\"45bf7179843e01ce112e8ec754b0455c\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:77;a:23:{s:2:\"id\";s:2:\"79\";s:5:\"title\";s:27:\"Light Content Block - About\";s:5:\"alias\";s:22:\"fullsite-block-2-about\";s:3:\"zip\";s:32:\"packs/fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"8402b460638a746d36433cb161440b7d\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:78;a:23:{s:2:\"id\";s:2:\"80\";s:5:\"title\";s:30:\"Light Content Block - Services\";s:5:\"alias\";s:25:\"fullsite-block-3-services\";s:3:\"zip\";s:35:\"packs/fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"7b8cea27f4d6ae17c5e1eae12457bd06\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:79;a:23:{s:2:\"id\";s:2:\"81\";s:5:\"title\";s:30:\"Light Content Block - Products\";s:5:\"alias\";s:25:\"fullsite-block-4-products\";s:3:\"zip\";s:35:\"packs/fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"d148935362d7122636cda0635eae4be7\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:80;a:23:{s:2:\"id\";s:2:\"82\";s:5:\"title\";s:34:\"Light Content Block - Testimonials\";s:5:\"alias\";s:29:\"fullsite-block-5-testimonials\";s:3:\"zip\";s:39:\"packs/fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"06255bfd421e40f71fa8197b839dbf03\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:81;a:23:{s:2:\"id\";s:2:\"83\";s:5:\"title\";s:29:\"Light Content Block - Callout\";s:5:\"alias\";s:24:\"fullsite-block-6-callout\";s:3:\"zip\";s:34:\"packs/fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"8a88c3447676b613ec5db2fe5d63315c\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:82;a:23:{s:2:\"id\";s:2:\"84\";s:5:\"title\";s:28:\"Light Content Block - Footer\";s:5:\"alias\";s:23:\"fullsite-block-7-footer\";s:3:\"zip\";s:33:\"packs/fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"34300b4407a2093eb2e1e08868fa8319\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:83;a:20:{s:2:\"id\";s:2:\"85\";s:5:\"title\";s:12:\"Tech Journal\";s:5:\"alias\";s:11:\"techjournal\";s:3:\"zip\";s:15:\"techjournal.zip\";s:3:\"uid\";s:32:\"7f92d70d1c108378f915b18c2ceb71d6\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:303:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:84;a:20:{s:2:\"id\";s:2:\"86\";s:5:\"title\";s:14:\"Car Dealership\";s:5:\"alias\";s:13:\"cardealership\";s:3:\"zip\";s:17:\"cardealership.zip\";s:3:\"uid\";s:32:\"bb010838855a8ae4d1dd68e139bf169e\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/car-dealership-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"650\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:303:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:85;a:20:{s:2:\"id\";s:2:\"87\";s:5:\"title\";s:22:\"FullScreen Menu Slider\";s:5:\"alias\";s:14:\"fullscreenmenu\";s:3:\"zip\";s:18:\"fullscreenmenu.zip\";s:3:\"uid\";s:32:\"6de81d74c4bf193e2e274d43038adc85\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-fullscreen-menu/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A full-screen slider that contains a menu with slide blur effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:86;a:20:{s:2:\"id\";s:2:\"88\";s:5:\"title\";s:18:\"Creative Frontpage\";s:5:\"alias\";s:17:\"creativefrontpage\";s:3:\"zip\";s:21:\"creativefrontpage.zip\";s:3:\"uid\";s:32:\"0636cb368af3bcaa2f68eb0ebefe6439\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/best-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A full-screen slider with hidden slides that are triggered via <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:87;a:23:{s:2:\"id\";s:2:\"89\";s:5:\"title\";s:20:\"Website Builder Menu\";s:5:\"alias\";s:19:\"websitebuilder-menu\";s:3:\"zip\";s:29:\"packs/websitebuilder-menu.zip\";s:3:\"uid\";s:32:\"d9e6d9c961f123a3a4847b51fc3ba3a2\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:88;a:23:{s:2:\"id\";s:2:\"90\";s:5:\"title\";s:20:\"Website Builder Hero\";s:5:\"alias\";s:19:\"websitebuilder-hero\";s:3:\"zip\";s:29:\"packs/websitebuilder-hero.zip\";s:3:\"uid\";s:32:\"6cb2df9a41ad2e7865bb9bbea7e39cb5\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:89;a:23:{s:2:\"id\";s:2:\"91\";s:5:\"title\";s:23:\"Website Builder Clients\";s:5:\"alias\";s:22:\"websitebuilder-clients\";s:3:\"zip\";s:32:\"packs/websitebuilder-clients.zip\";s:3:\"uid\";s:32:\"050e59c43c9a693510d01f29532088cf\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"120\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:90;a:23:{s:2:\"id\";s:2:\"92\";s:5:\"title\";s:24:\"Website Builder Services\";s:5:\"alias\";s:23:\"websitebuilder-services\";s:3:\"zip\";s:33:\"packs/websitebuilder-services.zip\";s:3:\"uid\";s:32:\"48d56d67615efce619ae973ab4358c07\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"558\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:91;a:23:{s:2:\"id\";s:2:\"93\";s:5:\"title\";s:24:\"Website Builder Discover\";s:5:\"alias\";s:23:\"websitebuilder-discover\";s:3:\"zip\";s:33:\"packs/websitebuilder-discover.zip\";s:3:\"uid\";s:32:\"425a08a7be338daea3df02a07ff5c316\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"955\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:92;a:23:{s:2:\"id\";s:2:\"94\";s:5:\"title\";s:22:\"Website Builder Slider\";s:5:\"alias\";s:21:\"websitebuilder-slider\";s:3:\"zip\";s:31:\"packs/websitebuilder-slider.zip\";s:3:\"uid\";s:32:\"9d670b7335016accb590dc8d52bfb6f0\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:93;a:23:{s:2:\"id\";s:2:\"95\";s:5:\"title\";s:28:\"Website Builder CallToAction\";s:5:\"alias\";s:27:\"websitebuilder-calltoaction\";s:3:\"zip\";s:37:\"packs/websitebuilder-calltoaction.zip\";s:3:\"uid\";s:32:\"45851baf9e61f55ed9f5fa9d0beff77e\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"960\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:94;a:23:{s:2:\"id\";s:2:\"96\";s:5:\"title\";s:22:\"Website Builder Footer\";s:5:\"alias\";s:21:\"websitebuilder-footer\";s:3:\"zip\";s:31:\"packs/websitebuilder-footer.zip\";s:3:\"uid\";s:32:\"2732bbe66ef28219d6cc53ce8cc78863\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:95;a:20:{s:2:\"id\";s:2:\"97\";s:5:\"title\";s:21:\"Focus Parallax Effect\";s:5:\"alias\";s:13:\"focusparallax\";s:3:\"zip\";s:17:\"focusparallax.zip\";s:3:\"uid\";s:32:\"13bd15fb3ddf8b9841cb55b89389cc73\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";s:7:\"preview\";s:68:\" https://revolution.themepunch.com/parallax-effect-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:256:\"<span class=\"ttm_content\">A full-screen slider with mouse controlled parallax effects. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:449:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:96;a:20:{s:2:\"id\";s:2:\"98\";s:5:\"title\";s:14:\"Duotone Slider\";s:5:\"alias\";s:7:\"duotone\";s:3:\"zip\";s:11:\"duotone.zip\";s:3:\"uid\";s:32:\"494862ceb6cb7c6658ad7cd36848cccd\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-header-image-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:252:\"<span class=\"ttm_content\">A full-screen slider with unique parallax scroll effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:303:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:97;a:23:{s:2:\"id\";s:2:\"99\";s:5:\"title\";s:12:\"Minimal Menu\";s:5:\"alias\";s:6:\"r_menu\";s:3:\"zip\";s:16:\"packs/r_menu.zip\";s:3:\"uid\";s:32:\"30d6a6895db1a5f29b1679061551c9f0\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:98;a:23:{s:2:\"id\";s:3:\"100\";s:5:\"title\";s:12:\"Minimal Hero\";s:5:\"alias\";s:5:\"rhero\";s:3:\"zip\";s:16:\"packs/r_hero.zip\";s:3:\"uid\";s:32:\"b8b46186956f6e66ad0c08e4532bbbde\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:99;a:23:{s:2:\"id\";s:3:\"101\";s:5:\"title\";s:13:\"Minimal About\";s:5:\"alias\";s:7:\"r_about\";s:3:\"zip\";s:17:\"packs/r_about.zip\";s:3:\"uid\";s:32:\"343010c4b4c03f92888c3e9e95bc2bb1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:100;a:23:{s:2:\"id\";s:3:\"102\";s:5:\"title\";s:16:\"Minimal Products\";s:5:\"alias\";s:10:\"r_products\";s:3:\"zip\";s:20:\"packs/r_products.zip\";s:3:\"uid\";s:32:\"dda93e85c6a4456d132040147f087f39\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1100\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:101;a:23:{s:2:\"id\";s:3:\"103\";s:5:\"title\";s:12:\"Minimal Info\";s:5:\"alias\";s:6:\"r_info\";s:3:\"zip\";s:16:\"packs/r_info.zip\";s:3:\"uid\";s:32:\"d6e368e8fd4862174af6c980389ae530\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:102;a:20:{s:2:\"id\";s:3:\"104\";s:5:\"title\";s:18:\"Inspiration Header\";s:5:\"alias\";s:17:\"inspirationheader\";s:3:\"zip\";s:21:\"inspirationheader.zip\";s:3:\"uid\";s:32:\"69f04b2be0b618fa7e184af83b86b7e7\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/wordpress-theme-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This full-screen hero slider features sequentially animated texts and cool parallax elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:103;a:20:{s:2:\"id\";s:3:\"105\";s:5:\"title\";s:15:\"Magazine Slider\";s:5:\"alias\";s:13:\"magazineposts\";s:3:\"zip\";s:17:\"magazineposts.zip\";s:3:\"uid\";s:32:\"c562f3457e4edbd030959f7c5e6e0f7c\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-magazine-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">A full-width slider with a mouse-controlled 3D-Parallax effect. Enjoy! <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:303:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:104;a:20:{s:2:\"id\";s:3:\"106\";s:5:\"title\";s:11:\"News Header\";s:5:\"alias\";s:17:\"explorationheader\";s:3:\"zip\";s:21:\"explorationheader.zip\";s:3:\"uid\";s:32:\"8f20d5a868c90ded08b835fb9e8307d7\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/wordpress-news-header/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:288:\"<span class=\"ttm_content\">A full-screen slider that is a perfect fit for displaying news on your websites header! Check out <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to add links to buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:303:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:105;a:23:{s:2:\"id\";s:3:\"107\";s:5:\"title\";s:23:\"Minimal Website Package\";s:5:\"alias\";s:23:\"minimal-website-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:23:\"minimal-website-package\";s:3:\"img\";s:31:\"packages/template_group_1_1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">The Minimal Website Template is a one-pager website with a unique background color change effect on scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:106;a:23:{s:2:\"id\";s:3:\"108\";s:5:\"title\";s:23:\"Website Builder Package\";s:5:\"alias\";s:22:\"websitebuilder-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"websitebuilder-package\";s:3:\"img\";s:29:\"packages/template_group_2.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">The Website Builder Package is a clean, usable collection website modules that can be used all together or each on their own.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:107;a:23:{s:2:\"id\";s:3:\"109\";s:5:\"title\";s:26:\"Dark Content Block Package\";s:5:\"alias\";s:27:\"dark-fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"dark-fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_4.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:108;a:23:{s:2:\"id\";s:3:\"110\";s:5:\"title\";s:27:\"Light Content Block Package\";s:5:\"alias\";s:22:\"fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_3.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:109;a:20:{s:2:\"id\";s:3:\"111\";s:5:\"title\";s:17:\"Typewriter Effect\";s:5:\"alias\";s:16:\"typewritereffect\";s:3:\"zip\";s:20:\"typewritereffect.zip\";s:3:\"uid\";s:32:\"d6f8bae06cc4a7b158d680c01e59ddc2\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-typewriter-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">This is the example slider from the Typewriter add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:426:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/revslider-doc/add-on-typewriter/\" target=\"_blank\">Typewriter add-on</a> to be installed. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:170:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-on-typewriter\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:110;a:20:{s:2:\"id\";s:3:\"112\";s:5:\"title\";s:17:\"Blend Mode Header\";s:5:\"alias\";s:15:\"blendmodeheader\";s:3:\"zip\";s:19:\"blendmodeheader.zip\";s:3:\"uid\";s:32:\"2e44e976596d757aab40ffa28086dcf9\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/blend-mode-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">This full-screen hero header with HMTL5 background video, utilizes the new 5.3 blend mode effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:111;a:23:{s:2:\"id\";s:3:\"113\";s:5:\"title\";s:17:\"Themeplicity Menu\";s:5:\"alias\";s:17:\"themeplicity_menu\";s:3:\"zip\";s:27:\"packs/themeplicity_menu.zip\";s:3:\"uid\";s:32:\"7d5c1e75eaafa63683895a32a62f4ce0\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:112;a:23:{s:2:\"id\";s:3:\"114\";s:5:\"title\";s:19:\"Themeplicity Header\";s:5:\"alias\";s:19:\"themeplicity_header\";s:3:\"zip\";s:29:\"packs/themeplicity_header.zip\";s:3:\"uid\";s:32:\"907091e4d58acc7d12f802de2f280b7d\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:113;a:23:{s:2:\"id\";s:3:\"115\";s:5:\"title\";s:18:\"Themeplicity Offer\";s:5:\"alias\";s:18:\"themeplicity_offer\";s:3:\"zip\";s:28:\"packs/themeplicity_offer.zip\";s:3:\"uid\";s:32:\"1bd8f9aa2f3e340449664c65ba17fb51\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"330\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:114;a:23:{s:2:\"id\";s:3:\"116\";s:5:\"title\";s:23:\"Themeplicity What We Do\";s:5:\"alias\";s:21:\"themeplicity_whatwedo\";s:3:\"zip\";s:31:\"packs/themeplicity_whatwedo.zip\";s:3:\"uid\";s:32:\"aa800a44b5a3eab30414dde1f32bfed7\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:115;a:23:{s:2:\"id\";s:3:\"117\";s:5:\"title\";s:21:\"Themeplicity Projects\";s:5:\"alias\";s:21:\"themeplicity_projects\";s:3:\"zip\";s:31:\"packs/themeplicity_projects.zip\";s:3:\"uid\";s:32:\"5f61b3a13033ba6a51a18270163e0a50\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:116;a:23:{s:2:\"id\";s:3:\"118\";s:5:\"title\";s:24:\"Themeplicity Whats Great\";s:5:\"alias\";s:23:\"themeplicity_whatsgreat\";s:3:\"zip\";s:33:\"packs/themeplicity_whatsgreat.zip\";s:3:\"uid\";s:32:\"ce9faf8c55ed2e33e091b23667e7173b\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:117;a:23:{s:2:\"id\";s:3:\"119\";s:5:\"title\";s:19:\"Themeplicity Tables\";s:5:\"alias\";s:19:\"themeplicity_tables\";s:3:\"zip\";s:29:\"packs/themeplicity_tables.zip\";s:3:\"uid\";s:32:\"f28bb4cd20ec1f29a1de7da5ad09c293\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1059\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:118;a:23:{s:2:\"id\";s:3:\"120\";s:5:\"title\";s:24:\"Themeplicity Contactform\";s:5:\"alias\";s:24:\"themeplicity_contactform\";s:3:\"zip\";s:34:\"packs/themeplicity_contactform.zip\";s:3:\"uid\";s:32:\"3e59da970f534490774fa8e053f5b5ed\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1067\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:119;a:23:{s:2:\"id\";s:3:\"121\";s:5:\"title\";s:19:\"Themeplicity Footer\";s:5:\"alias\";s:19:\"themeplicity_footer\";s:3:\"zip\";s:29:\"packs/themeplicity_footer.zip\";s:3:\"uid\";s:32:\"89eeb0b4b852c5f743e1bd76e3e8f2ef\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"780\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:120;a:23:{s:2:\"id\";s:3:\"122\";s:5:\"title\";s:20:\"Themeplicity Package\";s:5:\"alias\";s:20:\"themeplicity-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:20:\"themeplicity-package\";s:3:\"img\";s:38:\"packages/templatepack_themeplicity.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Themeplicity Website Template uses the new groups & rows feature introduced in 5.3 to its full potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:121;a:23:{s:2:\"id\";s:3:\"123\";s:5:\"title\";s:19:\"Nice And Clean Menu\";s:5:\"alias\";s:17:\"NiceAndClean_Menu\";s:3:\"zip\";s:27:\"packs/NiceAndClean_Menu.zip\";s:3:\"uid\";s:32:\"3f8c01e26c7446428e045c4b1180776d\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:122;a:23:{s:2:\"id\";s:3:\"124\";s:5:\"title\";s:21:\"Nice And Clean Header\";s:5:\"alias\";s:19:\"NiceAndClean_Header\";s:3:\"zip\";s:29:\"packs/NiceAndClean_Header.zip\";s:3:\"uid\";s:32:\"76931033addb20a62557c2845a4d6a11\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:123;a:23:{s:2:\"id\";s:3:\"125\";s:5:\"title\";s:23:\"Nice And Clean Services\";s:5:\"alias\";s:21:\"NiceAndClean_Services\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Services.zip\";s:3:\"uid\";s:32:\"02f72ec606800c8215bcadea09624e87\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"360\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:124;a:23:{s:2:\"id\";s:3:\"126\";s:5:\"title\";s:20:\"Nice And Clean About\";s:5:\"alias\";s:18:\"NiceAndClean_About\";s:3:\"zip\";s:28:\"packs/NiceAndClean_About.zip\";s:3:\"uid\";s:32:\"9510f6fdbb8e9473e8c22f692a6bc89f\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:125;a:23:{s:2:\"id\";s:3:\"127\";s:5:\"title\";s:20:\"Nice And Clean Video\";s:5:\"alias\";s:18:\"niceandclean_video\";s:3:\"zip\";s:28:\"packs/niceandclean_video.zip\";s:3:\"uid\";s:32:\"2bb9e1ad329435cc500542d0c7025e15\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:126;a:23:{s:2:\"id\";s:3:\"128\";s:5:\"title\";s:25:\"Nice And Clean Highlights\";s:5:\"alias\";s:23:\"niceandclean_highlights\";s:3:\"zip\";s:33:\"packs/niceandclean_highlights.zip\";s:3:\"uid\";s:32:\"ff396af163a79d2d5b35db17c1ea7aa6\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:127;a:23:{s:2:\"id\";s:3:\"129\";s:5:\"title\";s:23:\"Nice And Clean Projects\";s:5:\"alias\";s:21:\"NiceAndClean_Projects\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Projects.zip\";s:3:\"uid\";s:32:\"1e6695959ef83f8975b52289c08a4d44\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:128;a:23:{s:2:\"id\";s:3:\"130\";s:5:\"title\";s:25:\"Nice And Clean TextBlocks\";s:5:\"alias\";s:23:\"niceandclean_textblocks\";s:3:\"zip\";s:33:\"packs/niceandclean_textblocks.zip\";s:3:\"uid\";s:32:\"1f33eb839c96ea3225faff1c8d382b05\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:129;a:23:{s:2:\"id\";s:3:\"131\";s:5:\"title\";s:22:\"Nice And Clean CallOut\";s:5:\"alias\";s:20:\"niceandclean_callout\";s:3:\"zip\";s:30:\"packs/niceandclean_callout.zip\";s:3:\"uid\";s:32:\"54d4d9bcf79d357de0e614700e909863\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:130;a:23:{s:2:\"id\";s:3:\"132\";s:5:\"title\";s:21:\"Nice And Clean Footer\";s:5:\"alias\";s:19:\"niceandclean_footer\";s:3:\"zip\";s:29:\"packs/niceandclean_footer.zip\";s:3:\"uid\";s:32:\"5492d7f72b3771a4e754f91bda063b15\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"400\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:568:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">For using the social sharing buttons, please install the social sharing add-on.<br><br></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:131;a:20:{s:2:\"id\";s:3:\"134\";s:5:\"title\";s:15:\"80s Style Intro\";s:5:\"alias\";s:3:\"80s\";s:3:\"zip\";s:7:\"80s.zip\";s:3:\"uid\";s:32:\"98881ab51f71b2fbdb220752d321b15a\";s:3:\"img\";s:14:\"80s/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/80s-style-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:139:\"<span class=\"ttm_content\">This intro hero block takes you back to the 80\'s with some funky effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:343:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and text.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:132;a:20:{s:2:\"id\";s:3:\"135\";s:5:\"title\";s:18:\"Blur Effect Slider\";s:5:\"alias\";s:10:\"blurslider\";s:3:\"zip\";s:14:\"blurslider.zip\";s:3:\"uid\";s:32:\"83bd6e1ccef83f03c944fa05b0a2d879\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/blur-effect-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">This slider makes use of the brand new blur effects available with version 5.3.1.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:341:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:133;a:20:{s:2:\"id\";s:3:\"136\";s:5:\"title\";s:18:\"Coming Soon Add-On\";s:5:\"alias\";s:15:\"ComingSoonAddon\";s:3:\"zip\";s:19:\"ComingSoonAddon.zip\";s:3:\"uid\";s:32:\"51258492055b940099eb96ba52901fa9\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/coming-soon-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:133:\"<span class=\"ttm_content\">This slider template makes use of the brand new Coming Soon Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:134;a:23:{s:2:\"id\";s:3:\"137\";s:5:\"title\";s:22:\"Nice And Clean Package\";s:5:\"alias\";s:22:\"nice-and-clean-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"nice-and-clean-package\";s:3:\"img\";s:38:\"packages/templatepack_niceandclean.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:242:\"<span class=\"ttm_content\">The Nice & Clean Website Template uses groups & rows for a fully responsive website experience. Elegant blur effects available since version 5.3.1 make this template stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:135;a:20:{s:2:\"id\";s:3:\"138\";s:5:\"title\";s:18:\"Snow Effect Add-On\";s:5:\"alias\";s:9:\"snowaddon\";s:3:\"zip\";s:13:\"snowaddon.zip\";s:3:\"uid\";s:32:\"7408d8567b8af5716eaabd390422e51b\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/snow-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"<span class=\"ttm_content\">Add a pleasant Snow Effect to your website with this slider template. Make sure to install the \"Holiday Snow\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:164:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:136;a:20:{s:2:\"id\";s:3:\"139\";s:5:\"title\";s:19:\"Particle Effect One\";s:5:\"alias\";s:19:\"particle-effect-one\";s:3:\"zip\";s:23:\"particle-effect-one.zip\";s:3:\"uid\";s:32:\"a4611c906e35ca60f617da86217b5299\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/particle-effect-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:468:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND MODE IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:137;a:20:{s:2:\"id\";s:3:\"140\";s:5:\"title\";s:19:\"Particle Effect Two\";s:5:\"alias\";s:19:\"particle-effect-two\";s:3:\"zip\";s:23:\"particle-effect-two.zip\";s:3:\"uid\";s:32:\"b8ecbf43374a69e4ab329ea834862ef8\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/particle-effect-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:138;a:20:{s:2:\"id\";s:3:\"141\";s:5:\"title\";s:21:\"Particle Effect Three\";s:5:\"alias\";s:21:\"particle-effect-three\";s:3:\"zip\";s:25:\"particle-effect-three.zip\";s:3:\"uid\";s:32:\"b33bc2c5655d8d51cd17c3740f72e748\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/particle-background-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:463:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:139;a:20:{s:2:\"id\";s:3:\"142\";s:5:\"title\";s:16:\"Portfolio Viewer\";s:5:\"alias\";s:15:\"portfolioviewer\";s:3:\"zip\";s:19:\"portfolioviewer.zip\";s:3:\"uid\";s:32:\"9ac7230ff5b880fb6c8f28fbbc123b3b\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-portfolio-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:207:\"<span class=\"ttm_content\">This slider template can be used to display your portfolio highlights in a stunning way, utilising out free particles add-on and blend modes.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:421:\"<span class=\"ttm_content\">The navigation for the slides is found in the <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">Static Layers</a>.</span><span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:140;a:20:{s:2:\"id\";s:3:\"143\";s:5:\"title\";s:12:\"App Showcase\";s:5:\"alias\";s:11:\"appshowcase\";s:3:\"zip\";s:15:\"appshowcase.zip\";s:3:\"uid\";s:32:\"082aef931b0369080bc30c3a2a0c331f\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/app-showcase-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">This template shows off our new \"Polyfold Effects\" Add-On in form of an App product showcase module. Get started now and illustrate your Apps key features in a striking way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:190:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:141;a:20:{s:2:\"id\";s:3:\"144\";s:5:\"title\";s:19:\"Gravity Design Hero\";s:5:\"alias\";s:13:\"gravitydesign\";s:3:\"zip\";s:17:\"gravitydesign.zip\";s:3:\"uid\";s:32:\"7bdbe73a6e5bf290cb4412708ac4134d\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2017/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.3.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">This hero template shows a striking mouse-parallax scene and cool particle effects. Requires our \"Particle Effects\" Add-on to be installed.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:142;a:20:{s:2:\"id\";s:3:\"145\";s:5:\"title\";s:14:\"404 Error Page\";s:5:\"alias\";s:12:\"404errorpage\";s:3:\"zip\";s:16:\"404errorpage.zip\";s:3:\"uid\";s:32:\"2dc62d802b42b73088651cac17d0c486\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/404-error-page-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.3.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This template can be used as a custom error page on your website with our new 404 page Add-On. Of course you can also use this template as a regular hero header.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:352:\"[{\"path\":\"revslider-404-addon\\/revslider-404-addon.php\",\"name\":\"404 Page Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"},{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:143;a:20:{s:2:\"id\";s:3:\"146\";s:5:\"title\";s:16:\"Carousel Gallery\";s:5:\"alias\";s:15:\"carouselgallery\";s:3:\"zip\";s:19:\"carouselgallery.zip\";s:3:\"uid\";s:32:\"041838fd32923c40e15c998f0ea19526\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-carousel-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This carousel gallery features a subtle parallax effect, html5 video and a fullscreen button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:144;a:20:{s:2:\"id\";s:3:\"147\";s:5:\"title\";s:16:\"Filmstrip Effect\";s:5:\"alias\";s:9:\"filmstrip\";s:3:\"zip\";s:13:\"filmstrip.zip\";s:3:\"uid\";s:32:\"7bd142f272cc15d86998a79520e9e581\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/filmstrip-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">This template uses our Filmstrip Add-On to display a continuous scrolling set of images per slide.\r\n There is lots of customization options like animation speed and direction.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:191:\"[{\"path\":\"revslider-filmstrip-addon\\/revslider-filmstrip-addon.php\",\"name\":\"Background FilmStrip Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:145;a:20:{s:2:\"id\";s:3:\"148\";s:5:\"title\";s:11:\"Space Opera\";s:5:\"alias\";s:10:\"spaceopera\";s:3:\"zip\";s:14:\"spaceopera.zip\";s:3:\"uid\";s:32:\"a2c8bffcb138a86c0f373adebb6de046\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/space-opera-presentation/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">The Space Opera template can be enjoyed as a slow paced, full-screen slider experience and is great to show your most prominent photos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:146;a:20:{s:2:\"id\";s:3:\"149\";s:5:\"title\";s:13:\"Website Intro\";s:5:\"alias\";s:12:\"websiteintro\";s:3:\"zip\";s:16:\"websiteintro.zip\";s:3:\"uid\";s:32:\"348df76d999456aa19be58c9df56ae20\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/website-intro-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:274:\"<span class=\"ttm_content\">Making use of our new Slicey Add-On, this slider show a really cool effect you just have to experience yourself! Just change the slides background images and the existing slices will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:182:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:147;a:20:{s:2:\"id\";s:3:\"150\";s:5:\"title\";s:13:\"Mask Showcase\";s:5:\"alias\";s:12:\"maskshowcase\";s:3:\"zip\";s:16:\"maskshowcase.zip\";s:3:\"uid\";s:32:\"fc943c31e2da9c63b252aeabf554d128\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/minimal-mask-showcase/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Mask Showcase template uses gradients and the amazing block layer animations. A minimal slider treat for any website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:148;a:20:{s:2:\"id\";s:3:\"151\";s:5:\"title\";s:20:\"Parallax Zoom Slices\";s:5:\"alias\";s:18:\"parallaxzoomslices\";s:3:\"zip\";s:22:\"parallaxzoomslices.zip\";s:3:\"uid\";s:32:\"83537cae05709ddb9bcb7375470a5894\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/parallax-zoom-slices-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">This template uses the Slicey Add-On to add a unique effect to slide background images. You can simple change the background images and the slice effect will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:182:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:149;a:20:{s:2:\"id\";s:3:\"152\";s:5:\"title\";s:22:\"Double Exposure Effect\";s:5:\"alias\";s:20:\"doubleexposureeffect\";s:3:\"zip\";s:24:\"doubleexposureeffect.zip\";s:3:\"uid\";s:32:\"8d9229b5cbcf5bda5fbdc6a8e01a2b8c\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/wordpress-double-exposure-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">Make any website special with the double exposure effect slider. Use as a header module or anywhere you want!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:150;a:20:{s:2:\"id\";s:3:\"153\";s:5:\"title\";s:24:\"Mountain Parallax Header\";s:5:\"alias\";s:22:\"mountainparallaxheader\";s:3:\"zip\";s:26:\"mountainparallaxheader.zip\";s:3:\"uid\";s:32:\"8dc64663f317a2abdf179bbe341d016e\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/mountain-wordpress-parallax-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:192:\"<span class=\"ttm_content\">This template is a cool intro for any page, featuring a striking parallax effect. Just change texts and links and you\'re done!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:151;a:23:{s:2:\"id\";s:3:\"154\";s:5:\"title\";s:26:\"GoodNews One-Pager Package\";s:5:\"alias\";s:26:\"goodnews-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"goodnews-one-pager-package\";s:3:\"img\";s:44:\"packages/templatepack_goodnews_one_pager.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</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:3:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:152;a:23:{s:2:\"id\";s:3:\"155\";s:5:\"title\";s:13:\"GoodNews Menu\";s:5:\"alias\";s:12:\"goodnewsmenu\";s:3:\"zip\";s:22:\"packs/goodnewsmenu.zip\";s:3:\"uid\";s:32:\"4cbc82501ff340fcdc0acf7eb3ba2640\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:153;a:23:{s:2:\"id\";s:3:\"156\";s:5:\"title\";s:15:\"GoodNews Header\";s:5:\"alias\";s:14:\"goodnewsheader\";s:3:\"zip\";s:24:\"packs/goodnewsheader.zip\";s:3:\"uid\";s:32:\"c6660b6bdbf596f38466f569596f5259\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</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:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:154;a:23:{s:2:\"id\";s:3:\"157\";s:5:\"title\";s:18:\"GoodNews Whats Hot\";s:5:\"alias\";s:16:\"goodnewswhatshot\";s:3:\"zip\";s:26:\"packs/goodnewswhatshot.zip\";s:3:\"uid\";s:32:\"cb841ce64a99a6644adab049cf5405cd\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</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:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:155;a:23:{s:2:\"id\";s:3:\"158\";s:5:\"title\";s:17:\"GoodNews Featured\";s:5:\"alias\";s:16:\"goodnewsfeatured\";s:3:\"zip\";s:26:\"packs/goodnewsfeatured.zip\";s:3:\"uid\";s:32:\"00bde4b09e3700da7183999eaf137ccc\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</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:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:156;a:23:{s:2:\"id\";s:3:\"159\";s:5:\"title\";s:18:\"GoodNews Spotlight\";s:5:\"alias\";s:17:\"goodnewsspotlight\";s:3:\"zip\";s:27:\"packs/goodnewsspotlight.zip\";s:3:\"uid\";s:32:\"138076241a828e1c5764379944755f2b\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</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:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:157;a:23:{s:2:\"id\";s:3:\"160\";s:5:\"title\";s:17:\"GoodNews Carousel\";s:5:\"alias\";s:16:\"goodnewscarousel\";s:3:\"zip\";s:26:\"packs/goodnewscarousel.zip\";s:3:\"uid\";s:32:\"d29d4460a6015e30d08d2714232d3768\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</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:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:158;a:23:{s:2:\"id\";s:3:\"161\";s:5:\"title\";s:16:\"GoodNews Callout\";s:5:\"alias\";s:15:\"goodnewscallout\";s:3:\"zip\";s:25:\"packs/goodnewscallout.zip\";s:3:\"uid\";s:32:\"d9568b3193e96577fae630b3a6728785\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</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:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:159;a:23:{s:2:\"id\";s:3:\"162\";s:5:\"title\";s:15:\"GoodNews Footer\";s:5:\"alias\";s:14:\"goodnewsfooter\";s:3:\"zip\";s:24:\"packs/goodnewsfooter.zip\";s:3:\"uid\";s:32:\"34f43f891cb8d55375149dc4bbc38298\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</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:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:160;a:23:{s:2:\"id\";s:3:\"163\";s:5:\"title\";s:29:\"GoodNews Content Page Package\";s:5:\"alias\";s:29:\"goodnews-content-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:29:\"goodnews-content-page-package\";s:3:\"img\";s:55:\"packages/templatepack_goodnews_content_page_package.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</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:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:161;a:23:{s:2:\"id\";s:3:\"164\";s:5:\"title\";s:18:\"GoodNews Menu Back\";s:5:\"alias\";s:16:\"goodnewsmenuback\";s:3:\"zip\";s:26:\"packs/goodnewsmenuback.zip\";s:3:\"uid\";s:32:\"1340d1aeefba497a7d404d12a1fceed4\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:162;a:23:{s:2:\"id\";s:3:\"165\";s:5:\"title\";s:20:\"GoodNews Blog Header\";s:5:\"alias\";s:18:\"goodnewsblogheader\";s:3:\"zip\";s:28:\"packs/goodnewsblogheader.zip\";s:3:\"uid\";s:32:\"abc4d7c1e48475c6def05f1f6d8bf564\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:163;a:23:{s:2:\"id\";s:3:\"166\";s:5:\"title\";s:21:\"GoodNews Blog Content\";s:5:\"alias\";s:19:\"goodnewsblogcontent\";s:3:\"zip\";s:29:\"packs/goodnewsblogcontent.zip\";s:3:\"uid\";s:32:\"bbf34563da6db2779c29599b503b07e9\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:164;a:23:{s:2:\"id\";s:3:\"167\";s:5:\"title\";s:21:\"GoodNews Testimonials\";s:5:\"alias\";s:20:\"goodnewstestimonials\";s:3:\"zip\";s:30:\"packs/goodnewstestimonials.zip\";s:3:\"uid\";s:32:\"606b7336e86f69c567542d3f43712b56\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:165;a:23:{s:2:\"id\";s:3:\"168\";s:5:\"title\";s:20:\"GoodNews Blog Footer\";s:5:\"alias\";s:18:\"goodnewsblogfooter\";s:3:\"zip\";s:28:\"packs/goodnewsblogfooter.zip\";s:3:\"uid\";s:32:\"1fb88aecfb116fde67ce8d52bd3b5f05\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:166;a:20:{s:2:\"id\";s:3:\"169\";s:5:\"title\";s:19:\"Before After Slider\";s:5:\"alias\";s:17:\"beforeafterslider\";s:3:\"zip\";s:21:\"beforeafterslider.zip\";s:3:\"uid\";s:32:\"6e615091a1fc3037c24b985ce5136fb2\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/before-after-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.3.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">This is the example slider for our Before / After Add-On that allows you to create unique presentations with a comparing functionality.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:358:\"<span class=\"ttm_content\">How to install <a href=\"https://revolution.themepunch.com/direct-customer-benefits/#addoninstall\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:167;a:20:{s:2:\"id\";s:3:\"170\";s:5:\"title\";s:16:\"Product Showcase\";s:5:\"alias\";s:15:\"productshowcase\";s:3:\"zip\";s:19:\"productshowcase.zip\";s:3:\"uid\";s:32:\"a43447670260aaa7e8ff66cedfddb57a\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/wordpress-product-showcase-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:165:\"<span class=\"ttm_content\">Looking to sell products effectively? Our product showcase slider is just what you are looking for!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:168;a:20:{s:2:\"id\";s:3:\"171\";s:5:\"title\";s:23:\"Overexposure Transition\";s:5:\"alias\";s:22:\"overexposuretransition\";s:3:\"zip\";s:26:\"overexposuretransition.zip\";s:3:\"uid\";s:32:\"13f16bbe6c6d646c7d0cb817a0d3d181\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/overexposure-transition-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">Subtle overexposure transitions and smooth color fade effects make this slider stand out.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:358:\"<span class=\"ttm_content\">How to install <a href=\"https://revolution.themepunch.com/direct-customer-benefits/#addoninstall\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:169;a:20:{s:2:\"id\";s:3:\"172\";s:5:\"title\";s:15:\"Parallax Scroll\";s:5:\"alias\";s:14:\"parallaxscroll\";s:3:\"zip\";s:18:\"parallaxscroll.zip\";s:3:\"uid\";s:32:\"82546ee2f6af6c6682852f495109b3c3\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/parallax-scroll/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A strikingly colourful header for your website with super smooth parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:170;a:23:{s:2:\"id\";s:3:\"173\";s:5:\"title\";s:24:\"TechCo One-Pager Package\";s:5:\"alias\";s:24:\"techco-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:24:\"techco-one-pager-package\";s:3:\"img\";s:28:\"packages/techco_overview.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</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:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:171;a:23:{s:2:\"id\";s:3:\"174\";s:5:\"title\";s:11:\"TechCo Menu\";s:5:\"alias\";s:11:\"techco-menu\";s:3:\"zip\";s:21:\"packs/techco-menu.zip\";s:3:\"uid\";s:32:\"55e5efee828cdf1ff7e2d3b90a301ea9\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</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:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:172;a:23:{s:2:\"id\";s:3:\"175\";s:5:\"title\";s:13:\"TechCo Header\";s:5:\"alias\";s:13:\"techco-header\";s:3:\"zip\";s:23:\"packs/techco-header.zip\";s:3:\"uid\";s:32:\"fb574d1376de9b1e408c91f51e6497d7\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</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\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:173;a:23:{s:2:\"id\";s:3:\"176\";s:5:\"title\";s:12:\"TechCo About\";s:5:\"alias\";s:12:\"techco-about\";s:3:\"zip\";s:22:\"packs/techco-about.zip\";s:3:\"uid\";s:32:\"ba216da8231e55118d87e37d2358812c\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</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:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:174;a:23:{s:2:\"id\";s:3:\"177\";s:5:\"title\";s:15:\"TechCo Services\";s:5:\"alias\";s:15:\"techco-services\";s:3:\"zip\";s:25:\"packs/techco-services.zip\";s:3:\"uid\";s:32:\"ef4a8ddbb5e1136133f7bc1227248e22\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</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:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:175;a:23:{s:2:\"id\";s:3:\"178\";s:5:\"title\";s:12:\"TechCo Video\";s:5:\"alias\";s:12:\"techco-video\";s:3:\"zip\";s:22:\"packs/techco-video.zip\";s:3:\"uid\";s:32:\"d7bb92281d05f39f9bc9eca71f90e402\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</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:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:176;a:23:{s:2:\"id\";s:3:\"179\";s:5:\"title\";s:13:\"TechCo Prices\";s:5:\"alias\";s:13:\"techco-prices\";s:3:\"zip\";s:23:\"packs/techco-prices.zip\";s:3:\"uid\";s:32:\"6291f404efbea12bb181352aba71ef11\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</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:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:177;a:23:{s:2:\"id\";s:3:\"180\";s:5:\"title\";s:19:\"TechCo Testimonials\";s:5:\"alias\";s:19:\"techco-testimonials\";s:3:\"zip\";s:29:\"packs/techco-testimonials.zip\";s:3:\"uid\";s:32:\"3460bd51f6b80599266fecb7fbb918be\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</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:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:178;a:23:{s:2:\"id\";s:3:\"181\";s:5:\"title\";s:13:\"TechCo Footer\";s:5:\"alias\";s:13:\"techco-footer\";s:3:\"zip\";s:23:\"packs/techco-footer.zip\";s:3:\"uid\";s:32:\"640abcd549137520461a4a71ff758a3b\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</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:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:179;a:20:{s:2:\"id\";s:3:\"182\";s:5:\"title\";s:12:\"Live Weather\";s:5:\"alias\";s:7:\"weather\";s:3:\"zip\";s:11:\"weather.zip\";s:3:\"uid\";s:32:\"aab92e69374e4c7b8c6741fe02e574b9\";s:3:\"img\";s:18:\"weather/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-live-weather-add-on/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">Showcasing our weather add-on, this slider show a different cities temperatures and forecast on each slide.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-weather-addon\\/revslider-weather-addon.php\",\"name\":\"Live Weather Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:180;a:20:{s:2:\"id\";s:3:\"183\";s:5:\"title\";s:17:\"360 Panorama Tour\";s:5:\"alias\";s:11:\"360panorama\";s:3:\"zip\";s:15:\"360panorama.zip\";s:3:\"uid\";s:32:\"332720fdacdbb38f65e8327a2a96c52d\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/360-degree-real-estate-virtual-tour/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">An example template for our Panorama 360 tour add-on, created for the real estate market.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:176:\"[{\"path\":\"revslider-panorama-addon\\/revslider-panorama-addon.php\",\"name\":\"Panorama AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:181;a:20:{s:2:\"id\";s:3:\"184\";s:5:\"title\";s:14:\"Duotone Add-on\";s:5:\"alias\";s:14:\"duotone-add-on\";s:3:\"zip\";s:18:\"duotone-add-on.zip\";s:3:\"uid\";s:32:\"a428c6f363b3146e96d20a6f44958922\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-duotone-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:168:\"<span class=\"ttm_content\">This example template showcases 3 of the 30 Duotone filters available in our brand new Duotone Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:372:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"},{\"path\":\"revslider-duotonefilters-addon\\/revslider-duotonefilters-addon.php\",\"name\":\"Duotone AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:182;a:20:{s:2:\"id\";s:3:\"185\";s:5:\"title\";s:13:\"Reveal Add-on\";s:5:\"alias\";s:13:\"reveal-add-on\";s:3:\"zip\";s:17:\"reveal-add-on.zip\";s:3:\"uid\";s:32:\"7fa7525d8ff7fa7365cb98a437e88e32\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-content-reveal-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">An example template that uses our Reveal Add-On, which adds 14 new preloaders combined with reveal loading effects for any slider or hero.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:359:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:201;a:20:{s:2:\"id\";s:3:\"210\";s:5:\"title\";s:21:\"Cryptocurrency Prices\";s:5:\"alias\";s:12:\"cryptoslider\";s:3:\"zip\";s:16:\"cryptoslider.zip\";s:3:\"uid\";s:32:\"c4b02210387f11946223977e940d9e9e\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";s:7:\"preview\";s:95:\"https://revolution.themepunch.com/cryptocurrency-wordpress-price-api-bitcoin-ethereum-litecoin/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:209:\"<span class=\"ttm_content\">This Template can show live, animated cryptocurrency prices. More than 1300 currencies are supported, getting prices via the cryptocompare API.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:436:\"<span class=\"ttm_content\">Please refer to the \"Custom JavaScript\" section of this sliders settings, for info on how to modify currencies. Provide a class to the row / column / group where the currency text elements are located in.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:202;a:23:{s:2:\"id\";s:3:\"211\";s:5:\"title\";s:18:\"Immersion One Page\";s:5:\"alias\";s:26:\"immersion-one-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"immersion-one-page-package\";s:3:\"img\";s:31:\"packages/immersion_overview.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</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:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:351:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-on-typewriter\\/\"},{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:203;a:23:{s:2:\"id\";s:3:\"212\";s:5:\"title\";s:16:\"Immersion Header\";s:5:\"alias\";s:16:\"immersion_header\";s:3:\"zip\";s:26:\"packs/immersion_header.zip\";s:3:\"uid\";s:32:\"853da51256308b341ecd030bd4883229\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</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\";s:170:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-on-typewriter\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:204;a:23:{s:2:\"id\";s:3:\"213\";s:5:\"title\";s:19:\"Immersion Mountains\";s:5:\"alias\";s:19:\"immersion-mountains\";s:3:\"zip\";s:29:\"packs/immersion-mountains.zip\";s:3:\"uid\";s:32:\"817167eb3fe22b7e065ba210cbe6d53c\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</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\";s:182:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:205;a:23:{s:2:\"id\";s:3:\"214\";s:5:\"title\";s:17:\"Immersion Product\";s:5:\"alias\";s:17:\"immersion-product\";s:3:\"zip\";s:27:\"packs/immersion-product.zip\";s:3:\"uid\";s:32:\"64134f263484d2bbcd7ef088ffbbfb4b\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</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:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:206;a:23:{s:2:\"id\";s:3:\"215\";s:5:\"title\";s:16:\"Immersion Design\";s:5:\"alias\";s:16:\"immersion-design\";s:3:\"zip\";s:26:\"packs/immersion-design.zip\";s:3:\"uid\";s:32:\"91e1d77c1a2826438763804f4d02bc26\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</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:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:207;a:23:{s:2:\"id\";s:3:\"216\";s:5:\"title\";s:22:\"Immersion Phototgraphy\";s:5:\"alias\";s:21:\"immersion-photography\";s:3:\"zip\";s:31:\"packs/immersion-photography.zip\";s:3:\"uid\";s:32:\"e3ddf0c577b09740f5cbf2e38ffd684d\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</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:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:208;a:23:{s:2:\"id\";s:3:\"217\";s:5:\"title\";s:14:\"Immersion Grid\";s:5:\"alias\";s:14:\"immersion-grid\";s:3:\"zip\";s:24:\"packs/immersion-grid.zip\";s:3:\"uid\";s:32:\"b6903868189bb83b2c7a852fde3a7dc3\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</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:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:209;a:20:{s:2:\"id\";s:3:\"218\";s:5:\"title\";s:18:\"Funky Intro Slider\";s:5:\"alias\";s:11:\"funkyslider\";s:3:\"zip\";s:15:\"funkyslider.zip\";s:3:\"uid\";s:32:\"2d4187e3fdad19b976be335253c8925d\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/funky-intro-slider-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">This funky intro slider fits just right if you need a striking introduction to your website! Sleek, beautiful and easily customizable!</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\";s:343:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-on-typewriter\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:210;a:23:{s:2:\"id\";s:3:\"219\";s:5:\"title\";s:19:\"Clear View Magazine\";s:5:\"alias\";s:27:\"clear-view-magazine-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"clear-view-magazine-package\";s:3:\"img\";s:41:\"packages/clear_view_magazine_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</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\";s:174:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:211;a:23:{s:2:\"id\";s:3:\"220\";s:5:\"title\";s:15:\"Clear View Menu\";s:5:\"alias\";s:14:\"clearview_menu\";s:3:\"zip\";s:24:\"packs/clearview_menu.zip\";s:3:\"uid\";s:32:\"eaecee5fa5f3c3a7f4d2a96c4616a353\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</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:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:212;a:23:{s:2:\"id\";s:3:\"221\";s:5:\"title\";s:17:\"Clear View Header\";s:5:\"alias\";s:16:\"clearview_header\";s:3:\"zip\";s:26:\"packs/clearview_header.zip\";s:3:\"uid\";s:32:\"25e3dd80ad130875d7438a07952cb0cd\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</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\";s:174:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:213;a:23:{s:2:\"id\";s:3:\"222\";s:5:\"title\";s:18:\"Clear View Mission\";s:5:\"alias\";s:17:\"clearview_mission\";s:3:\"zip\";s:27:\"packs/clearview_mission.zip\";s:3:\"uid\";s:32:\"35b2092a49fd2beb549342e69097eb5b\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</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:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:214;a:23:{s:2:\"id\";s:3:\"223\";s:5:\"title\";s:17:\"Clear View Slider\";s:5:\"alias\";s:17:\"clear-view-slider\";s:3:\"zip\";s:27:\"packs/clear-view-slider.zip\";s:3:\"uid\";s:32:\"d2e17edffce16ed78c54b0ef23fd7e05\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</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:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:215;a:23:{s:2:\"id\";s:3:\"224\";s:5:\"title\";s:15:\"Clear View News\";s:5:\"alias\";s:15:\"clear-view-news\";s:3:\"zip\";s:25:\"packs/clear-view-news.zip\";s:3:\"uid\";s:32:\"5698d3131ba141e9afcfd2906739dd00\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</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:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:216;a:23:{s:2:\"id\";s:3:\"225\";s:5:\"title\";s:18:\"Clear View Clients\";s:5:\"alias\";s:18:\"clear-view-clients\";s:3:\"zip\";s:28:\"packs/clear-view-clients.zip\";s:3:\"uid\";s:32:\"b95616a94832e22bdfac5ce60232be1b\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</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:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:217;a:23:{s:2:\"id\";s:3:\"226\";s:5:\"title\";s:18:\"Clear View Contact\";s:5:\"alias\";s:18:\"clear-view-contact\";s:3:\"zip\";s:28:\"packs/clear-view-contact.zip\";s:3:\"uid\";s:32:\"0e0cc1d8f6f6500e5f8a2b091fa3b4cb\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</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:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:218;a:23:{s:2:\"id\";s:3:\"227\";s:5:\"title\";s:20:\"Clear View Post Page\";s:5:\"alias\";s:28:\"clear-view-post-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"clear-view-post-page-package\";s:3:\"img\";s:42:\"packages/clear_view_post_page_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</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\";s:174:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:219;a:23:{s:2:\"id\";s:3:\"228\";s:5:\"title\";s:22:\"Clear View Single Menu\";s:5:\"alias\";s:22:\"clear-view-single-menu\";s:3:\"zip\";s:32:\"packs/clear-view-single-menu.zip\";s:3:\"uid\";s:32:\"1e80f81982f8a4ea763482d4fa99d321\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</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:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:220;a:23:{s:2:\"id\";s:3:\"229\";s:5:\"title\";s:24:\"Clear View Single Header\";s:5:\"alias\";s:24:\"clear-view-single-header\";s:3:\"zip\";s:34:\"packs/clear-view-single-header.zip\";s:3:\"uid\";s:32:\"c8d717627be6cd5e70922ab609694dbf\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</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\";s:174:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:221;a:23:{s:2:\"id\";s:3:\"230\";s:5:\"title\";s:23:\"Clear View Single Media\";s:5:\"alias\";s:23:\"clear-view-single-media\";s:3:\"zip\";s:33:\"packs/clear-view-single-media.zip\";s:3:\"uid\";s:32:\"c480368ded2a64f0cdd44f1674213814\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</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:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:222;a:23:{s:2:\"id\";s:3:\"231\";s:5:\"title\";s:22:\"Clear View Single More\";s:5:\"alias\";s:22:\"clear-view-single-more\";s:3:\"zip\";s:32:\"packs/clear-view-single-more.zip\";s:3:\"uid\";s:32:\"9c693190df26218366d1f77e10cf550a\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</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:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:223;a:23:{s:2:\"id\";s:3:\"232\";s:5:\"title\";s:25:\"Clear View Single Contact\";s:5:\"alias\";s:25:\"clear-view-single-contact\";s:3:\"zip\";s:35:\"packs/clear-view-single-contact.zip\";s:3:\"uid\";s:32:\"73c0a889f2b654a87b5aba1ff76fbc5c\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</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:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:224;a:20:{s:2:\"id\";s:3:\"233\";s:5:\"title\";s:18:\"Clean Landing Page\";s:5:\"alias\";s:16:\"cleanlandingpage\";s:3:\"zip\";s:20:\"cleanlandingpage.zip\";s:3:\"uid\";s:32:\"727a3680d312f22c6a5998ebdb9afe52\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/clean-landing-page-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:203:\"<span class=\"ttm_content\">The Clean Landing Page is a fullscreen Intro Module that is a striking introduction to any minimal website, with no unnecessary elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:170:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-on-typewriter\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:225;a:20:{s:2:\"id\";s:3:\"234\";s:5:\"title\";s:9:\"Clear Cut\";s:5:\"alias\";s:8:\"clearcut\";s:3:\"zip\";s:12:\"clearcut.zip\";s:3:\"uid\";s:32:\"07f43c00e9b4d3057a03cdb3385ad2b7\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/clear-cut-portfolio-website-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:240:\"<span class=\"ttm_content\">The Clear Cut Template is an All-In-One Portfolio Website solution that works best for smaller portfolios. Highlight your best work in a striking and mobile friendly fashion!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:226;a:23:{s:2:\"id\";s:3:\"235\";s:5:\"title\";s:22:\"Wonderstruck One-Pager\";s:5:\"alias\";s:30:\"wonderstruck-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:30:\"wonderstruck-one-pager-package\";s:3:\"img\";s:44:\"packages/wonderstruck-one-pager-overview.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</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:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:227;a:23:{s:2:\"id\";s:3:\"236\";s:5:\"title\";s:17:\"Wonderstruck Menu\";s:5:\"alias\";s:17:\"wonderstruck_menu\";s:3:\"zip\";s:27:\"packs/wonderstruck_menu.zip\";s:3:\"uid\";s:32:\"0a976e9aaae59c4f795b38f59f5a08d8\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</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:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:228;a:23:{s:2:\"id\";s:3:\"237\";s:5:\"title\";s:19:\"Wonderstruck Header\";s:5:\"alias\";s:19:\"wonderstruck_header\";s:3:\"zip\";s:29:\"packs/wonderstruck_header.zip\";s:3:\"uid\";s:32:\"e1379f77a902960a0ce12d44d85a9e0a\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</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:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:229;a:23:{s:2:\"id\";s:3:\"238\";s:5:\"title\";s:18:\"Wonderstruck About\";s:5:\"alias\";s:18:\"wonderstruck_about\";s:3:\"zip\";s:28:\"packs/wonderstruck_about.zip\";s:3:\"uid\";s:32:\"d207fb140fd328acc3038300ea52082a\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</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:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:230;a:23:{s:2:\"id\";s:3:\"239\";s:5:\"title\";s:18:\"Wonderstruck Works\";s:5:\"alias\";s:18:\"wonderstruck-works\";s:3:\"zip\";s:28:\"packs/wonderstruck-works.zip\";s:3:\"uid\";s:32:\"4476935097e27d92454b0011b7700c1d\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</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:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:231;a:23:{s:2:\"id\";s:3:\"240\";s:5:\"title\";s:20:\"Wonderstruck Contact\";s:5:\"alias\";s:20:\"wonderstruck-contact\";s:3:\"zip\";s:30:\"packs/wonderstruck-contact.zip\";s:3:\"uid\";s:32:\"9e4911521f77bce2b8efa40f4c2adc22\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</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:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:232;a:20:{s:2:\"id\";s:3:\"241\";s:5:\"title\";s:12:\"Bubble Morph\";s:5:\"alias\";s:11:\"bubblemorph\";s:3:\"zip\";s:15:\"bubblemorph.zip\";s:3:\"uid\";s:32:\"1102d6f5460ab82cb612cbe9f1d9514b\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";s:7:\"preview\";s:75:\"https://revolution.themepunch.com/bubble-morph-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:188:\"<span class=\"ttm_content\">The Bubble Morph Add-On allows you to create interesting Lava-Lamp style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:185:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:233;a:20:{s:2:\"id\";s:3:\"242\";s:5:\"title\";s:16:\"Distortion AddOn\";s:5:\"alias\";s:15:\"distortionaddon\";s:3:\"zip\";s:19:\"distortionaddon.zip\";s:3:\"uid\";s:32:\"0ad46c9929bb2fa6316f1e6ced301aaf\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/distortion-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Distortion Add-On allows you to create interesting Distortion style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:193:\"[{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}}s:6:\"slides\";a:221:{s:16:\"classic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"classic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"classic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"classic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"classic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"classic-carousel/slide5.jpg\";}}s:13:\"classicslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"classicslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"classicslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"classicslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"classicslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"classicslider/slide5.jpg\";}}s:11:\"contenttabs\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contenttabs/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contenttabs/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contenttabs/slide3.jpg\";}}s:13:\"facebook-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"facebook-feed/slide1.jpg\";}}s:7:\"fashion\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"fashion/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"fashion/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"fashion/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"fashion/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"fashion/slide5.jpg\";}}s:14:\"flickr-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"flickr-gallery/slide1.jpg\";}}s:3:\"gym\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"gym/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:14:\"gym/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:14:\"gym/slide3.jpg\";}}s:18:\"highlight-carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-carousel/slide4.jpg\";}}s:18:\"highlight-showcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-showcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-showcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-showcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-showcase/slide4.jpg\";}}s:10:\"image-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"imagehero/slide1.jpg\";}}s:13:\"insta-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"insta-gallery/slide1.jpg\";}}s:19:\"levanorestaurantbar\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"levanorestaurantbar/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"levanorestaurantbar/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"levanorestaurantbar/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"levanorestaurantbar/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"levanorestaurantbar/slide5.jpg\";}}s:11:\"mainfeature\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"mainfeature/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"mainfeature/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"mainfeature/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"mainfeature/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"mainfeature/slide7.jpg\";}}s:17:\"media-gallery-two\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"media-gallery-two/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"media-gallery-two/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"media-gallery-two/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"media-gallery-two/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"media-gallery-two/slide6.jpg\";}}s:23:\"media-carousel-autoplay\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide6.jpg\";}}s:21:\"news-background-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-bg-video/slide1.jpg\";}}s:12:\"news-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"news-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"news-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"news-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"news-gallery/slide4.jpg\";}}s:23:\"news-gallery-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"news-gallery-post-based/slide1.jpg\";}}s:9:\"news-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"news-hero/slide1.jpg\";}}s:10:\"news-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"news-video/slide1.jpg\";}}s:15:\"newsletter-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"newsletter-hero/slide1.jpg\";}}s:10:\"notgeneric\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"notgeneric/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"notgeneric/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"notgeneric/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"notgeneric/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"notgeneric/slide5.jpg\";}}s:11:\"photography\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"photography/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"photography/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"photography/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"photography/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:22:\"photography/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:22:\"photography/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"photography/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:22:\"photography/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:22:\"photography/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:23:\"photography/slide10.jpg\";}}s:20:\"photography-carousel\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"photography-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"photography-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"photography-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"photography-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"photography-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"photography-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:31:\"photography-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:31:\"photography-carousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:31:\"photography-carousel/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"photography-carousel/slide10.jpg\";}}s:16:\"search-form-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"search-form-hero/slide1.jpg\";}}s:16:\"showcasecarousel\";a:9:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"showcasecarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"showcasecarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"showcasecarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"showcasecarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"showcasecarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"showcasecarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"showcasecarousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:27:\"showcasecarousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:27:\"showcasecarousel/slide9.jpg\";}}s:11:\"sports-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"sportshero/slide1.jpg\";}}s:12:\"twitter-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"twitter-feed/slide1.jpg\";}}s:13:\"vimeo-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"vimeo-gallery/slide1.jpg\";}}s:9:\"vimeohero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"vimeohero/slide1.jpg\";}}s:16:\"web-product-dark\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"web-product-dark/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"web-product-dark/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"web-product-dark/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"web-product-dark/slide4.jpg\";}}s:21:\"web-product-dark-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"web-product-dark-hero/slide1.jpg\";}}s:22:\"web-product-light-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"web-product-light-hero/slide1.jpg\";}}s:15:\"webproductlight\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"webproductlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"webproductlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"webproductlight/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"webproductlight/slide4.jpg\";}}s:15:\"youtube-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"youtube-gallery/slide1.jpg\";}}s:11:\"youtubehero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"youtubehero/slide1.jpg\";}}s:13:\"scroll-effect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"scrolleffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"scrolleffect/slide3.jpg\";}}s:12:\"content-zoom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contentzoom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contentzoom/slide3.jpg\";}}s:13:\"food-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"foodcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"foodcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"foodcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"foodcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"foodcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"foodcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"foodcarousel/slide7.jpg\";}}s:14:\"rotating-words\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";}}s:22:\"travel-static-captions\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"travel-static-captions/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"travel-static-captions/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"travel-static-captions/slide4.jpg\";}}s:7:\"concept\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"concept/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"concept/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"concept/slide3.jpg\";}}s:17:\"fullscreen-button\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"fullscreen-button/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"fullscreen-button/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"fullscreen-button/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"fullscreen-button/slide5.jpg\";}}s:15:\"creativefreedom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"creativefreedom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"creativefreedom/slide3.jpg\";}}s:13:\"parallaxscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";}}s:15:\"slidingoverlays\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"slidingoverlays/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"slidingoverlays/slide3.jpg\";}}s:25:\"web-product-light-hero-3d\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";}}s:6:\"woobig\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";}}s:16:\"woocommercesmall\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";}}s:10:\"finedining\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";}}s:12:\"agency-intro\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";}}s:7:\"ourteam\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"ourteam/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"ourteam/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"ourteam/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"ourteam/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"ourteam/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:18:\"ourteam/slide7.jpg\";}}s:17:\"our-team-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"ourteamcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"ourteamcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"ourteamcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"ourteamcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"ourteamcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"ourteamcarousel/slide7.jpg\";}}s:13:\"betteryoutube\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"betteryoutube/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"betteryoutube/slide3.jpg\";}}s:19:\"agencywebsiteheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"agencywebsiteheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"agencywebsiteheader/slide3.jpg\";}}s:10:\"comingsoon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"comingsoon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"comingsoon/slide3.jpg\";}}s:9:\"snowscene\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowscene/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowscene/slide3.jpg\";}}s:8:\"rockband\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";}}s:16:\"sleeklandingpage\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"sleeklandingpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"sleeklandingpage/slide3.jpg\";}}s:14:\"applandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";}}s:9:\"deskscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";}}s:15:\"cleannewsslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"cleannewsslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"cleannewsslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"cleannewsslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"cleannewsslider/slide5.jpg\";}}s:12:\"imagegallery\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"imagegallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"imagegallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"imagegallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"imagegallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"imagegallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"imagegallery/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:23:\"imagegallery/slide8.jpg\";}}s:19:\"standard-wp-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";}}s:21:\"clean-news-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";}}s:21:\"interactivewhiteboard\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"interactivewhiteboard/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"interactivewhiteboard/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"interactivewhiteboard/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"interactivewhiteboard/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"interactivewhiteboard/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"interactivewhiteboard/slide8.jpg\";}}s:10:\"innovation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"innovation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"innovation/slide3.jpg\";}}s:24:\"dark-fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";}}s:21:\"dark-fullsite-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";}}s:27:\"dark-fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide2.jpg\";}}s:30:\"dark-fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide2.jpg\";}}s:30:\"dark-fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide5.jpg\";}}s:34:\"dark-fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";}}s:29:\"dark-fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";}}s:28:\"dark-fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";}}s:19:\"fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";}}s:15:\"fullsite-block1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";}}s:22:\"fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide2.jpg\";}}s:25:\"fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide2.jpg\";}}s:25:\"fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide5.jpg\";}}s:29:\"fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";}}s:24:\"fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";}}s:23:\"fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";}}s:11:\"techjournal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"techjournal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"techjournal/slide3.jpg\";}}s:13:\"cardealership\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"cardealership/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"cardealership/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"cardealership/slide4.jpg\";}}s:14:\"fullscreenmenu\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fullscreenmenu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fullscreenmenu/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"fullscreenmenu/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"fullscreenmenu/slide5.jpg\";}}s:17:\"creativefrontpage\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"creativefrontpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"creativefrontpage/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"creativefrontpage/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"creativefrontpage/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"creativefrontpage/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:28:\"creativefrontpage/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:28:\"creativefrontpage/slide8.jpg\";}}s:19:\"websitebuilder-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";}}s:19:\"websitebuilder-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";}}s:22:\"websitebuilder-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";}}s:23:\"websitebuilder-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";}}s:23:\"websitebuilder-discover\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"websitebuilder-discover/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"websitebuilder-discover/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"websitebuilder-discover/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"websitebuilder-discover/slide5.jpg\";}}s:21:\"websitebuilder-slider\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"websitebuilder-slider/slide2.jpg\";}}s:27:\"websitebuilder-calltoaction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";}}s:21:\"websitebuilder-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";}}s:13:\"focusparallax\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"focusparallax/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"focusparallax/slide3.jpg\";}}s:7:\"duotone\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"duotone/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"duotone/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"duotone/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"duotone/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"duotone/slide6.jpg\";}}s:6:\"r_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";}}s:5:\"rhero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";}}s:7:\"r_about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";}}s:10:\"r_products\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"r_products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"r_products/slide3.jpg\";}}s:6:\"r_info\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";}}s:17:\"inspirationheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";}}s:13:\"magazineposts\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"magazineposts/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"magazineposts/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"magazineposts/slide4.jpg\";}}s:17:\"explorationheader\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"explorationheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"explorationheader/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"explorationheader/slide4.jpg\";}}s:16:\"typewritereffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"typewritereffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"typewritereffect/slide3.jpg\";}}s:15:\"blendmodeheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";}}s:17:\"themeplicity_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";}}s:19:\"themeplicity_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";}}s:18:\"themeplicity_offer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";}}s:21:\"themeplicity_whatwedo\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";}}s:21:\"themeplicity_projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"themeplicity_projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"themeplicity_projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"themeplicity_projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:32:\"themeplicity_projects/slide5.jpg\";s:3:\"img\";s:7:\"Slide 5\";}}s:23:\"themeplicity_whatsgreat\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";}}s:19:\"themeplicity_tables\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";}}s:24:\"themeplicity_contactform\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";}}s:19:\"themeplicity_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";}}s:17:\"NiceAndClean_Menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";}}s:19:\"NiceAndClean_Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";}}s:21:\"NiceAndClean_Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";}}s:18:\"NiceAndClean_About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";}}s:18:\"niceandclean_video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";}}s:23:\"niceandclean_highlights\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";}}s:21:\"NiceAndClean_Projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide5.jpg\";}}s:23:\"niceandclean_textblocks\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";}}s:20:\"niceandclean_callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";}}s:19:\"niceandclean_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";}}s:3:\"80s\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"80s/slide1.jpg\";}}s:10:\"blurslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"blurslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"blurslider/slide3.jpg\";}}s:15:\"ComingSoonAddon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";}}s:9:\"snowaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowaddon/slide3.jpg\";}}s:19:\"particle-effect-one\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"particle-effect-one/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"particle-effect-one/slide3.jpg\";}}s:19:\"particle-effect-two\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";}}s:21:\"particle-effect-three\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";}}s:15:\"portfolioviewer\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"portfolioviewer/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"portfolioviewer/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"portfolioviewer/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"portfolioviewer/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"portfolioviewer/slide6.jpg\";}}s:11:\"appshowcase\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";}}s:13:\"gravitydesign\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";}}s:12:\"404errorpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";}}s:15:\"carouselgallery\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"carouselgallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"carouselgallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"carouselgallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"carouselgallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"carouselgallery/slide6.jpg\";}}s:9:\"filmstrip\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"filmstrip/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"filmstrip/slide3.jpg\";}}s:10:\"spaceopera\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"spaceopera/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"spaceopera/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"spaceopera/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"spaceopera/slide5.jpg\";}}s:12:\"websiteintro\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"websiteintro/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"websiteintro/slide3.jpg\";}}s:12:\"maskshowcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"maskshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"maskshowcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"maskshowcase/slide4.jpg\";}}s:18:\"parallaxzoomslices\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"parallaxzoomslices/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"parallaxzoomslices/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"parallaxzoomslices/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"parallaxzoomslices/slide5.jpg\";}}s:20:\"doubleexposureeffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"doubleexposureeffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"doubleexposureeffect/slide3.jpg\";}}s:22:\"mountainparallaxheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";}}s:12:\"goodnewsmenu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";}}s:14:\"goodnewsheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"goodnewsheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"goodnewsheader/slide3.jpg\";}}s:16:\"goodnewswhatshot\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";}}s:16:\"goodnewsfeatured\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";}}s:17:\"goodnewsspotlight\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"goodnewsspotlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"goodnewsspotlight/slide3.jpg\";}}s:16:\"goodnewscarousel\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"goodnewscarousel/slide2.jpg\";}}s:15:\"goodnewscallout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";}}s:14:\"goodnewsfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";}}s:16:\"goodnewsmenuback\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";}}s:18:\"goodnewsblogheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";}}s:19:\"goodnewsblogcontent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";}}s:20:\"goodnewstestimonials\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"goodnewstestimonials/slide2.jpg\";}}s:18:\"goodnewsblogfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";}}s:17:\"beforeafterslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"beforeafterslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"beforeafterslider/slide3.jpg\";}}s:15:\"productshowcase\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"productshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"productshowcase/slide3.jpg\";}}s:22:\"overexposuretransition\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"overexposuretransition/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"overexposuretransition/slide3.jpg\";}}s:14:\"parallaxscroll\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";}}s:11:\"techco-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";}}s:13:\"techco-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";}}s:12:\"techco-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";}}s:15:\"techco-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";}}s:12:\"techco-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";}}s:13:\"techco-prices\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";}}s:19:\"techco-testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"techco-testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"techco-testimonials/slide3.jpg\";}}s:13:\"techco-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";}}s:7:\"weather\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"weather/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"weather/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"weather/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"weather/slide4.jpg\";}}s:11:\"360panorama\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"360panorama/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"360panorama/slide3.jpg\";}}s:14:\"duotone-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"duotone-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"duotone-add-on/slide3.jpg\";}}s:13:\"reveal-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"reveal-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"reveal-add-on/slide3.jpg\";}}s:16:\"band-tour-poster\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/band-tour-poster/slide1.png\";}}s:14:\"brewery-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide3.png\";}}s:9:\"burgerbar\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide3.png\";}}s:19:\"burger-bar-portrait\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide3.png\";}}s:8:\"car-rent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"smartcontent/car-rent/slide1.png\";}}s:6:\"coffee\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"smartcontent/coffee/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"smartcontent/coffee/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"smartcontent/coffee/slide3.png\";}}s:14:\"holiday-advert\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/holiday-advert/slide1.png\";}}s:18:\"iphone-cases-light\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"smartcontent/iphone-cases-light/slide1.png\";}}s:7:\"medical\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"smartcontent/medical/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"smartcontent/medical/slide2.png\";}}s:13:\"mexican-grill\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide3.png\";}}s:20:\"mobile-retail-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide3.png\";}}s:14:\"money-exchange\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide3.png\";}}s:28:\"restaurant-menu-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-first-screen/slide1.png\";}}s:29:\"restaurant-menu-second-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:53:\"smartcontent/restaurant-menu-second-screen/slide1.png\";}}s:28:\"restaurant-menu-third-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-third-screen/slide1.png\";}}s:11:\"shoes-store\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide3.png\";}}s:20:\"supermarket-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide3.png\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide4.png\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide5.png\";}}s:16:\"travel-insurance\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/travel-insurance/slide1.png\";}}s:12:\"cryptoslider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"cryptoslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"cryptoslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"cryptoslider/slide4.jpg\";}}s:16:\"immersion_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";}}s:19:\"immersion-mountains\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";}}s:17:\"immersion-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";}}s:16:\"immersion-design\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";}}s:21:\"immersion-photography\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";}}s:14:\"immersion-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";}}s:11:\"funkyslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"funkyslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"funkyslider/slide3.jpg\";}}s:14:\"clearview_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";}}s:16:\"clearview_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";}}s:17:\"clearview_mission\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";}}s:17:\"clear-view-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"clear-view-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"clear-view-slider/slide3.jpg\";}}s:15:\"clear-view-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";}}s:18:\"clear-view-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";}}s:18:\"clear-view-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";}}s:22:\"clear-view-single-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";}}s:24:\"clear-view-single-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";}}s:23:\"clear-view-single-media\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";}}s:22:\"clear-view-single-more\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";}}s:25:\"clear-view-single-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";}}s:16:\"cleanlandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"cleanlandingpage2/slide1.jpg\";}}s:8:\"clearcut\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:19:\"clearcut/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:19:\"clearcut/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:19:\"clearcut/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:19:\"clearcut/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:19:\"clearcut/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:19:\"clearcut/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:19:\"clearcut/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:19:\"clearcut/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:20:\"clearcut/slide10.jpg\";}}s:17:\"wonderstruck_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";}}s:19:\"wonderstruck_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";}}s:18:\"wonderstruck_about\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"wonderstruck_about/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"wonderstruck_about/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"wonderstruck_about/slide4.jpg\";}}s:18:\"wonderstruck-works\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";}}s:20:\"wonderstruck-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";}}s:11:\"bubblemorph\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"bubblemorph/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"bubblemorph/slide3.jpg\";}}s:15:\"distortionaddon\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"distortionaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"distortionaddon/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"distortionaddon/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"distortionaddon/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"distortionaddon/slide6.jpg\";}}}}','no'),(689,'_site_transient_timeout_browser_143156aedca8214ce63a15cbea76913a','1529504370','no'),(690,'_site_transient_browser_143156aedca8214ce63a15cbea76913a','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"67.0.3396.87\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(691,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1528942794','no'),(692,'_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:34:\"\n Fri, 01 Jun 2018 09:13: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: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=5.0-alpha-43320\";s:7:\"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: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:32:\"The Month in WordPress: May 2018\";s:7:\"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/2018/06/the-month-in-wordpress-may-2018/\";s: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, 01 Jun 2018 09:09: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in 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:34:\"https://wordpress.org/news/?p=6065\";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:360:\"This month saw two significant milestones in the WordPress community — the 15th anniversary of the project, and GDPR-related privacy tools coming to WordPress Core. Read on to find out more about this and everything else that happened in the WordPress community in May. Local Communities Celebrate the 15th Anniversary of WordPress Last Sunday, May […]\";s: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:\"Hugh Lashbrooke\";s: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:4537:\"<p>This month saw two significant milestones in the WordPress community — the 15th anniversary of the project, and GDPR-related privacy tools coming to WordPress Core. Read on to find out more about this and everything else that happened in the WordPress community in May.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Local Communities Celebrate the 15th Anniversary of WordPress</h2>\n\n<p>Last Sunday, May 27, WordPress turned 15 years old. This is a noteworthy occasion for an open-source project like WordPress and one well worth celebrating. To mark the occasion, <a href=\"https://wp15.wordpress.net/\">WordPress communities across the world gathered</a> for parties and meetups in honor of the milestone.</p>\n\n<p>Altogether, there were 224 events globally, with <a href=\"https://wp15.wordpress.net/about/\">a few more of those still scheduled</a> to take place in some communities — attend one in your area if you can.</p>\n\n<p>If your city doesn’t have a WordPress meetup group, this is a great opportunity to start one! Learn how with <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/welcome/\">the Meetup Organizer Handbook</a>, and join the #community-events channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>.</p>\n\n<h2>Privacy Tools added to WordPress core</h2>\n\n<p>In light of recent changes to data privacy regulations in the EU, WordPress Core shipped important updates <a href=\"https://wordpress.org/news/2018/05/wordpress-4-9-6-privacy-and-maintenance-release/\">in the v4.9.6 release</a>, giving site owners tools to help them comply with the new General Data Protection Regulation (GDPR). It is worth noting, however, that WordPress cannot ensure you are compliant — this is still a site owner’s responsibility.</p>\n\n<p>The new privacy tools include a number of features focused on providing privacy and personal data management to all site users — asking commenters for explicit consent to store their details in a cookie, providing site owners with an easy way to publish a Privacy Policy, and providing data export and erasure tools to all site users that can be extended by plugins to allow the handling of data that they introduce.</p>\n\n<p>To find out more about these features and the other updates, read the <a href=\"https://make.wordpress.org/core/2018/05/17/4-9-6-update-guide/\">4.9.6 update guide</a>. You can also get involved in contributing to this part of WordPress Core by jumping into the #core-privacy channel in the<a href=\"https://make.wordpress.org/chat/\"> Making WordPress Slack group</a>, and following<a href=\"https://make.wordpress.org/core/\"> the Core team blog</a>.</p>\n\n<h2>Updates to the WordPress.org Privacy Policy</h2>\n\n<p>In a similar vein, WordPress.org itself has received <a href=\"https://wordpress.org/about/privacy/\">an updated Privacy Policy</a> to make clear what is being tracked and how your data is handled. Along with that, a <a href=\"https://wordpress.org/about/privacy/cookies/\">Cookie Policy</a> has also been added to explain just what is collected and stored in your browser when using the site.</p>\n\n<p>These policies cover all sites on the WordPress.org network — including WordPress.org, WordPress.net, WordCamp.org, BuddyPress.org, bbPress.org, and other related domains and subdomains. It’s important to note that this does not mean that anything has changed in terms of data storage; rather that these documents clarify what data is stored and how it is handled.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Further Reading:</h2>\n\n<ul>\n <li>WordCamp US 2018 has <a href=\"https://2018.us.wordcamp.org/2018/05/29/speak-at-wordcamp-us/\">opened up speaker submissions</a> for the December event.</li>\n <li><a href=\"https://2018.europe.wordcamp.org/2018/05/15/wceu-live-stream-tickets/\">Live stream tickets are now available for WordCamp Europe</a>, happening on June 14-16.</li>\n <li>Gutenberg, the new editor for WordPress Core, is getting ever closer to the final stages with <a href=\"https://make.wordpress.org/core/2018/05/18/whats-new-in-gutenberg-18th-may/\">a major update</a> this month.</li>\n <li>In preparation for Gutenberg, <a href=\"https://core.trac.wordpress.org/changeset/43309\">significant work has been done</a> to improve WordPress Core’s build process.</li>\n</ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</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:\"6065\";s: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:36:\"\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:36:\"WordPress.org Privacy Policy 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:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2018/05/wordpress-org-privacy-policy-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:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 25 May 2018 08:06: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:2:{i:0;a:5:{s:4:\"data\";s:7:\"General\";s: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:7:\"privacy\";s:7:\"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=6047\";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:325:\"The WordPress.org privacy policy has been updated, hurray! While we weren’t able to remove all the long sentences, we hope you find the revisions make it easier to understand: how we collect and use data, how long the data we collect is retained, and how you can request a copy of the data you’ve shared […]\";s: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:\"Andrea Middleton\";s: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:657:\"<p>The <a href=\"https://wordpress.org/about/privacy/\">WordPress.org privacy policy</a> has been updated, hurray! While we weren’t able to remove <strong>all</strong> the long sentences, we hope you find the revisions make it easier to understand:</p>\n<ul>\n<li>how we collect and use data,</li>\n<li>how long the data we collect is retained, and</li>\n<li>how you can request a copy of the data you’ve shared with us.</li>\n</ul>\n<p>There hasn’t been any change to the data that WordPress.org collects or how that data is used; the privacy policy just provides more detail now. Happy reading, and thanks for using WordPress!</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:\"6047\";s: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: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:47:\"WordPress 4.9.6 Privacy 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:83:\"https://wordpress.org/news/2018/05/wordpress-4-9-6-privacy-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:\"Thu, 17 May 2018 19:21: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: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=5920\";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:358:\"WordPress 4.9.6 is now available. This is a privacy and maintenance release. We encourage you to update your sites to take advantage of the new privacy features. Privacy The European Union’s General Data Protection Regulation (GDPR) takes effect on May 25. The GDPR requires companies and site owners to be transparent about how they collect, […]\";s: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:\"Allen Snook\";s: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:13399:\"<p>WordPress 4.9.6 is now available. This is a <strong>privacy and maintenance release</strong>. We encourage you to update your sites to take advantage of the new privacy features.</p>\n\n<figure class=\"wp-block-image\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2018/05/GDPR-Banner.png?w=632&ssl=1\" alt=\"A decorative header featuring the text "GDPR" and a lock inside of a blue shield, on multicolor green background.\" class=\"wp-image-5988\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2018/05/GDPR-Banner.png?w=1264&ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2018/05/GDPR-Banner.png?resize=300%2C150&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2018/05/GDPR-Banner.png?resize=768%2C384&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2018/05/GDPR-Banner.png?resize=1024%2C512&ssl=1 1024w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n<h2 style=\"text-align:left\">Privacy</h2>\n\n<p>The European Union’s General Data Protection Regulation (<strong>GDPR</strong>) takes effect on May 25. The GDPR requires companies and site owners to be transparent about how they collect, use, and share personal data. It also gives individuals more access and choice when it comes to how their own personal data is collected, used, and shared.<br /></p>\n\n<p>It’s important to understand that while the GDPR is a European regulation, its requirements apply to all sites and online businesses that collect, store, and process personal data about EU residents no matter where the business is located.<br /></p>\n\n<p>You can learn more about the GDPR from the European Commission’s <a href=\"http://ec.europa.eu/justice/smedataprotect/index_en.htm\">Data Protection page</a>.<br /></p>\n\n<p>We’re committed to supporting site owners around the world in their work to comply with this important law. As part of that effort, we’ve added a number of new privacy features in this release.</p>\n\n<h2 style=\"text-align:left\">Comments</h2>\n\n<figure class=\"wp-block-image\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2018/05/comments-border.png?w=632&ssl=1\" alt=\"A screenshot of a comment form, where the new "Save my name, email, and website in this browser for the next time I comment" checkbox is featured.\" class=\"wp-image-5986\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2018/05/comments-border.png?w=1264&ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2018/05/comments-border.png?resize=300%2C291&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2018/05/comments-border.png?resize=768%2C744&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2018/05/comments-border.png?resize=1024%2C992&ssl=1 1024w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n<p>Logged-out commenters will be given a choice on whether their name, email address, and website are saved in a cookie on their browser.</p>\n\n<h2 style=\"text-align:left\">Privacy Policy Page</h2>\n\n<figure class=\"wp-block-image\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2018/05/privacy-policy-collapsed.png?w=632&ssl=1\" alt=\"A screenshot of the new Privacy Settings page.\" class=\"wp-image-5995\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2018/05/privacy-policy-collapsed.png?w=1898&ssl=1 1898w, https://i1.wp.com/wordpress.org/news/files/2018/05/privacy-policy-collapsed.png?resize=300%2C177&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2018/05/privacy-policy-collapsed.png?resize=768%2C453&ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2018/05/privacy-policy-collapsed.png?resize=1024%2C604&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2018/05/privacy-policy-collapsed.png?w=1264&ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n<p>Site owners can now designate a privacy policy page. This page will be shown on your login and registration pages. You should manually add a link to your policy to every page on your website. If you have a footer menu, that’s a great place to include your privacy policy.<br /></p>\n\n<p>In addition, we’ve created a guide that includes insights from WordPress and participating plugins on how they handle personal data. These insights can be copied and pasted into your site’s privacy policy to help you get started.<br /></p>\n\n<p>If you maintain a plugin that collects data, we recommend including that information in WordPress’ privacy policy guide. <a href=\"https://developer.wordpress.org/plugins/privacy/\">Learn more in our Privacy section of the Plugin Handbook</a>.</p>\n\n<h2 style=\"text-align:left\">Data Handling</h2>\n\n<figure class=\"wp-block-image\"><img src=\"https://i2.wp.com/wordpress.org/news/files/2018/05/export-data.png?w=632&ssl=1\" alt=\"A screenshot of the new Export Personal Data tools page. Several export requests are listed on the page, to demonstrate how the new feature will work.\" class=\"wp-image-5999\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2018/05/export-data.png?w=2372&ssl=1 2372w, https://i2.wp.com/wordpress.org/news/files/2018/05/export-data.png?resize=300%2C221&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2018/05/export-data.png?resize=768%2C565&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2018/05/export-data.png?resize=1024%2C753&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2018/05/export-data.png?w=1264&ssl=1 1264w, https://i2.wp.com/wordpress.org/news/files/2018/05/export-data.png?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n<div class=\"wp-block-columns has-2-columns\">\n <h3 class=\"layout-column-1\">Data Export</h3>\n \n <p class=\"layout-column-1\">Site owners can export a ZIP file containing a user’s personal data, using data gathered by WordPress and participating plugins.</p>\n \n <h3 class=\"layout-column-2\">Data Erasure</h3>\n \n <p class=\"layout-column-2\">Site owners can erase a user’s personal data, including data collected by participating plugins.</p>\n </div>\n\n<blockquote class=\"wp-block-quote\">\n <p>Howdy,</p>\n <p>A request has been made to perform the following action on your account:<br /> </p>\n <p><strong>Export Personal Data</strong><br /> </p>\n <p>To confirm this, please click on the following link:<br /><a href=\"#\">http://.wordpress.org/wp-login.php?action=confirmaction…</a><br /> </p>\n <p>You can safely ignore and delete this email if you do not want to<br /> take this action.<br /> </p>\n <p>This email has been sent to <a href=\"#\">you@example.com</a>.<br /> </p>\n <p>Regards,<br /><em>Your friends at WordPress</em><br /><a href=\"http://wordpress.org\"><em> http://wordpress.org</em></a></p>\n</blockquote>\n\n<p>Site owners have a new email-based method that they can use to confirm personal data requests. This request confirmation tool works for both export and erasure requests, and for both registered users and commenters.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2 style=\"text-align:left\">Maintenance</h2>\n\n<p>95 updates were made in WordPress 4.9.6. In addition to the above, particularly of note were:<br /></p>\n\n<ul>\n <li>“Mine” has been added as a filter in the media library.</li>\n <li>When viewing a plugin in the admin, it will now tell you the minimum PHP version required.</li>\n <li>We’ve added new PHP polyfills for forwards-compatibility and proper variable validation.</li>\n <li>TinyMCE was updated to the latest version (4.7.11).<br /></li>\n</ul>\n\n<p><a href=\"https://make.wordpress.org/core/2018/05/17/4-9-6-update-guide/\">This post has more information about all of the issues fixed in 4.9.6 if you’d like to learn more</a>.</p>\n\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.9.6</a> or venture over to Dashboard → Updates and click “Update Now.” Sites that support automatic background updates will start updating soon.<br /></p>\n\n<p class=\"has-background has-very-light-gray-background-color\">Please note that if you’re currently on WordPress 4.9.3, you should manually update your site immediately.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<p>Thank you to everyone who contributed to WordPress 4.9.6:<br /><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/abdullahramzan/\">abdullahramzan</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/allendav/\">allendav</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andreamiddleton/\">Andrea Middleton</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bridgetwillard/\">bridgetwillard</a>, <a href=\"https://profiles.wordpress.org/burlingtonbytes/\">Burlington Bytes</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/claudiu/\">claudiu</a>, <a href=\"https://profiles.wordpress.org/coreymckrill/\">Corey McKrill</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling (ocean90)</a>, <a href=\"https://profiles.wordpress.org/iseulde/\">Ella Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/ericdaams/\">Eric Daams</a>, <a href=\"https://profiles.wordpress.org/fclaussen/\">Fernando Claussen</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/idea15/\">Heather Burns</a>, <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandi</a>, <a href=\"https://profiles.wordpress.org/herregroen/\">herregroen</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ianbelanger/\">ibelanger</a>, <a href=\"https://profiles.wordpress.org/imath/\">imath</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jesperher/\">Jesper V Nielsen</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">JJJ</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/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha</a>, <a href=\"https://profiles.wordpress.org/jrf/\">jrf</a>, <a href=\"https://profiles.wordpress.org/dejliglama/\">Kåre Mulvad Steffensen</a>, <a href=\"https://profiles.wordpress.org/lakenh/\">Laken Hafner</a>, <a href=\"https://profiles.wordpress.org/laurelfulford/\">laurelfulford</a>, <a href=\"https://profiles.wordpress.org/lbenicio/\">lbenicio</a>, <a href=\"https://profiles.wordpress.org/macbookandrew/\">macbookandrew</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mnelson4/\">Michael Nelson</a>, <a href=\"https://profiles.wordpress.org/mikejolley/\">Mike Jolley</a>, <a href=\"https://profiles.wordpress.org/casiepa/\">Pascal Casier</a>, <a href=\"https://profiles.wordpress.org/pbarthmaier/\">pbrocks</a>, <a href=\"https://profiles.wordpress.org/postphotos/\">postphotos</a>, <a href=\"https://profiles.wordpress.org/pmbaldha/\">Prashant Baldha</a>, <a href=\"https://profiles.wordpress.org/presstigers/\">PressTigers</a>, <a href=\"https://profiles.wordpress.org/programmin/\">programmin</a>, <a href=\"https://profiles.wordpress.org/littlerchicken/\">Robin Cornett</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/satollo/\">Stefano Lissa</a>, <a href=\"https://profiles.wordpress.org/stephdau/\">Stephane Daury (stephdau)</a>, <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/teddytime/\">teddytime</a>, <a href=\"https://profiles.wordpress.org/thomasplevy/\">thomasplevy</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/tz-media/\">Tobias Zimpel</a>, <a href=\"https://profiles.wordpress.org/tjnowell/\">Tom J Nowell</a>, <a href=\"https://profiles.wordpress.org/tobifjellner/\">Tor-Bjorn Fjellner</a>, <a href=\"https://profiles.wordpress.org/itowhid06/\">Towhidul Islam</a>, <a href=\"https://profiles.wordpress.org/voneff/\">voneff</a>, <a href=\"https://profiles.wordpress.org/earnjam/\">William Earnhardt</a>, and <a href=\"https://profiles.wordpress.org/xkon/\">Xenos (xkon) Konstantinos</a>.<br /></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:\"5920\";s: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:34:\"The Month in WordPress: April 2018\";s:7:\"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/news/2018/05/the-month-in-wordpress-april-2018/\";s: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, 02 May 2018 08:30:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in 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:34:\"https://wordpress.org/news/?p=5891\";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:324:\"This past month saw a lot of preparation for upcoming events and releases across the WordPress project. Read on to find out more about these plans, and everything else that happened around the community in April. The WordPress 15th Anniversary is Coming On May 27 2018, WordPress will turn 15 years old — this is […]\";s: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:\"Hugh Lashbrooke\";s: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:4981:\"<p>This past month saw a lot of preparation for upcoming events and releases across the WordPress project. Read on to find out more about these plans, and everything else that happened around the community in April.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>The WordPress 15th Anniversary is Coming</h2>\n\n<p>On May 27 2018, <a href=\"https://wordpress.org/news/2018/04/celebrate-the-wordpress-15th-anniversary-on-may-27/\">WordPress will turn 15 years old</a> — this is a huge milestone for the project, or, indeed, for any open-source platform. The Community Team has been hard at work helping communities around the world plan local anniversary parties.</p>\n\n<p>Check <a href=\"https://wp15.wordpress.net/\">the central anniversary website</a> to see if there’s already a party being planned near you. These parties are all organized by local communities — if there’s no local community in your area, you can <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/welcome/#starting-a-new-meetup-com-group\">start one today</a> and host a party yourself.</p>\n\n<h2>Work has Started on a Gutenberg Migration Guide</h2>\n\n<p>With Gutenberg, the upcoming WordPress content editor, in rapid development, a lot of people have been wondering how they will convert their existing plugins to work with the new features. To mitigate the issues here and help people overcome any migration hurdles, <a href=\"https://make.wordpress.org/core/2018/04/26/your-help-wanted-gutenberg-migration-guide/\">a Gutenberg Migration Guide is underway</a> to assist developers with making their code Gutenberg-compatible.</p>\n\n<p>If you’d like to contribute to this guide, you can review <a href=\"https://github.com/danielbachhuber/gutenberg-migration-guide\">the existing documentation on GitHub</a> and <a href=\"https://github.com/danielbachhuber/gutenberg-migration-guide/issues\">open a new issue</a> if you find something to add.</p>\n\n<h2>Theme Review Team Launches Trusted Authors Program</h2>\n\n<p>Reviews of themes submitted to the Theme Directory can take quite a while to complete. In order to combat this issue and to make the theme submission process smoother for everyone, <a href=\"https://make.wordpress.org/themes/2018/04/30/trusted-authors-program/\">the Theme Review Team is introducing a Trusted Authors Program</a>.</p>\n\n<p>This program will allow frequent and reliable theme authors to apply for trusted status, allowing them to upload themes more frequently and to have their themes automatically approved. This will allow more high-quality themes to be added to the directory, as well as recognize the hard work that authors put in to build their themes.</p>\n\n<p>If you would like to get involved with reviewing themes, you can read <a href=\"https://make.wordpress.org/themes/handbook/get-involved/become-a-reviewer/\">their getting started guide</a>, follow the <a href=\"https://make.wordpress.org/themes/\">team blog</a> and join the #themereview channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Further Reading:</h2>\n\n<ul>\n <li><a href=\"https://wordpress.org/news/2018/04/wordpress-4-9-5-security-and-maintenance-release/\">WordPress 4.9.5 was released</a> early this month, fixing numerous bugs and potential security issues. The two leads for this release <a href=\"https://make.wordpress.org/core/2018/04/20/4-9-5-feedback-leading-a-wordpress-minor-release/\">published some interesting feedback</a> about the process.</li>\n <li>In addition to the Trusted Authors Program mentioned above, the Theme Review Team is <a href=\"https://make.wordpress.org/themes/2018/04/09/changes-in-theme-review-process/\">making some changes to their review process</a> to minimize theme review delays.<br /></li>\n <li>The Marketing Team produced <a href=\"https://make.wordpress.org/marketing/2018/04/24/contributor-day-onboarding-pdf/\">a handy Contributor Day onboarding PDF</a> for organizers to hand out to contributors attending WordCamps.</li>\n <li>The Accessibility Team is actively looking for contributors for <a href=\"https://make.wordpress.org/accessibility/handbook/\">their handbook</a>.</li>\n <li>A new type of WordCamp, <a href=\"https://make.wordpress.org/community/2018/04/03/want-to-help-organize-a-wordcamp-for-organizers/\">targeted at organizers</a>, is in the planning stages now.</li>\n <li><a href=\"https://wordpress.org/about/\">The WordPress.org About pages</a> received a significant redesign to make them more clear and useful.</li>\n <li>The Community Team <a href=\"https://make.wordpress.org/community/2018/04/27/wordcamp-incubator-program-2018-2019-roadmap/\">posted the roadmap</a> for this year’s WordCamp Incubator program.</li>\n</ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</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:\"5891\";s: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: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:50:\"Celebrate the WordPress 15th Anniversary on May 27\";s:7:\"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://wordpress.org/news/2018/04/celebrate-the-wordpress-15th-anniversary-on-may-27/\";s: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 Apr 2018 21:07: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:3:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";s: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:5:\"Store\";s: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:4:\"wp15\";s:7:\"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=5753\";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:345:\"May 27, 2018 is the 15th anniversary of the first WordPress release — and we can’t wait to celebrate! Party time! Join WordPress fans all over the world in celebrating the 15th Anniversary of WordPress by throwing your own party! Here’s how you can join in the fun: Check the WordPress 15th Anniversary website to see […]\";s: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:\"Andrea Middleton\";s: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:3948:\"<p>May 27, 2018 is the <strong>15th anniversary</strong> of the <a href=\"https://wordpress.org/news/2003/05/wordpress-now-available/\">first WordPress release</a> <a href=\"https://wordpress.org/news/2003/05/wordpress-now-available/\"></a>— and we can’t wait to celebrate!</p>\n\n<figure class=\"wp-block-image aligncenter\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?resize=342%2C268&ssl=1\" alt=\"\" class=\"wp-image-5841\" width=\"342\" height=\"268\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?w=2188&ssl=1 2188w, https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?resize=300%2C236&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?resize=768%2C605&ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?resize=1024%2C806&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?w=1264&ssl=1 1264w, https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?w=1896&ssl=1 1896w\" sizes=\"(max-width: 342px) 100vw, 342px\" data-recalc-dims=\"1\" /></figure>\n\n<h2>Party time!</h2>\n\n<p>Join WordPress fans all over the world in celebrating the 15th Anniversary of WordPress by throwing your own party! Here’s how you can join in the fun:</p>\n\n<ol>\n <li>Check the <a href=\"https://wp15.wordpress.net/about/\">WordPress 15th Anniversary website</a> to see if there’s a party already planned for your town. If there is, RSVP for the party and invite your friends!<br /></li>\n <li>If there isn’t, then pick a place to go where a bunch of people can be merry — a park, a pub, a backyard; any family-friendly venue will do!</li>\n <li>List your party with <a href=\"https://www.meetup.com/pro/wordpress/\">your local WordPress meetup group</a> (Don’t have a group? <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/welcome/#starting-a-new-meetup-com-group\">Start one!</a>) and then spread the word to other local meetups, tech groups, press, etc and get people to say they’ll come to your party.</li>\n <li><a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/wordpress-15th-anniversary-celebrations/#request-wordpress-15th-anniversary-swag\">Request</a> some special 15th anniversary WordPress swag (no later than April 27, please, so we have time to ship it to you).<br /></li>\n <li>Have party attendees post photos, videos, and the like with the #WP15 hashtag, and <a href=\"https://wp15.wordpress.net/live/\">check out the social media stream</a> to see how the rest of the world is sharing and celebrating.</li>\n</ol>\n\n<p>Don’t miss this chance to participate in a global celebration of WordPress!<br /></p>\n\n<h2>Special Swag</h2>\n\n<p>In honor of the 15th anniversary, we’ve added some <a href=\"https://mercantile.wordpress.org/product-category/wordpress-15/\">special 15th anniversary items</a> in the swag store — you can use the offer code <strong>CELEBRATEWP15</strong> to take 15% off this (and any other WordPress swag you buy), all the way through the end of 2018!</p>\n\n<p>Keep checking the swag store, because we’ll be adding more swag over the next few weeks!</p>\n\n<h2>Share the fun</h2>\n\n<p>However you celebrate the WordPress 15th anniversary — with <a href=\"https://wp15.wordpress.net/about/\">a party</a>, with <a href=\"https://wp15.wordpress.net/swag/\">commemorative swag</a>, by <a href=\"https://wp15.wordpress.net/live/\">telling the world</a> what WordPress means to you — remember to use the #WP15 hashtag to share it! And don’t forget to <a href=\"https://wp15.wordpress.net/live/\">check the stream of WordPress 15th anniversary posts</a>.</p>\n\n<p>When <a href=\"https://venturebeat.com/2018/03/05/wordpress-now-powers-30-of-websites/\">30% of the internet</a> has a reason to celebrate, you know it’s going to be great! </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:\"5753\";s: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:34:\"GDPR Compliance Tools in 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:70:\"https://wordpress.org/news/2018/04/gdpr-compliance-tools-in-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 Apr 2018 20:11:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5728\";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:188:\"GDPR compliance is an important consideration for all WordPress websites. The GDPR Compliance team is looking for help to test the privacy tools that are currently being developed in core.\";s: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:\"\";}}}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:3914:\"<p>GDPR compliance is an important consideration for all WordPress websites. The GDPR Compliance team is looking for help to test the privacy tools that are currently being developed in core. </p>\n\n<h2>What is GDPR?</h2>\n\n<p>GDPR stands for <a href=\"https://en.wikipedia.org/wiki/General_Data_Protection_Regulation\">General Data Protection Regulation</a> and is intended to strengthen and unify data protection for all individuals within the European Union. Its primary aim is to give control back to the EU residents over their personal data. <br /></p>\n\n<p>Why the urgency? Although the GDPR was introduced two years ago, it becomes enforceable starting May 25, 2018.</p>\n\n<h2>Make WordPress GDPR Compliance Team</h2>\n\n<p>Currently, the GDPR Compliance Team understands that helping WordPress-based sites become compliant is a large and ongoing task. The team is focusing on creating a comprehensive core policy, plugin guidelines, privacy tools and documentation. All of this requires your help.<br /></p>\n\n<p>The GDPR Compliance Team is focusing on four main areas:</p>\n\n<ul>\n <li>Add functionality to assist site owners in creating comprehensive privacy policies for their websites.</li>\n <li>Create guidelines for plugins to become GDPR ready.</li>\n <li>Add administration tools to facilitate compliance and encourage user privacy in general.</li>\n <li>Add documentation to educate site owners on privacy, the main GDPR compliance requirements, and on how to use the new privacy tools.</li>\n</ul>\n\n<h2>Don’t we already have a privacy policy?</h2>\n\n<p>Yes and no. That said, The GDPR puts tighter guidelines and restrictions. Though we have many plugins that create privacy pages, we need means to generate a unified, comprehensive privacy policy. We will need tools for users to easily come into compliance.<br /></p>\n\n<p>Site owners will be able to create GDPR compliant privacy policy in three steps:</p>\n\n<ol>\n <li>Adding a dedicated page for the policy.<br /></li>\n <li>Adding privacy information from plugins.</li>\n <li>Reviewing and publishing the policy.</li>\n</ol>\n\n<p>A new “postbox” will be added to the Edit Page screen when editing the policy. All plugins that collect or store user data will be able to add privacy information there. In addition it will alert the site owners when any privacy information changes after a plugin is activated, deactivated, or updated.<br /></p>\n\n<p>There is a new functionality to confirm user requests by email address. It is intended for site owners to be able to verify requests from users for displaying, downloading, or anonymizing of personal data.<br /></p>\n\n<p>A new “Privacy” page is added under the “Tools” menu. It will display new, confirmed requests from users, as well as already fulfilled requests. It will also contain the tools for exporting and anonymizing of personal data and for requesting email confirmation to avoid abuse attempts.<br /></p>\n\n<p>New section on privacy will be added to the <a href=\"https://developer.wordpress.org/plugins/\">Plugin Handbook</a>. It will contain some general information on user privacy, what a plugin should do to be compliant, and also tips and examples on how to use the new privacy related functionality in WordPress.<br /></p>\n\n<p>The new privacy tools are scheduled for release at the end of April or beginning of May 2018.</p>\n\n<h2>How can you get involved?</h2>\n\n<p>We would love to have your help. The first step is awareness and education. For more information about the upcoming privacy tools see <a href=\"https://make.wordpress.org/core/2018/03/28/roadmap-tools-for-gdpr-compliance/\">the roadmap</a>.</p>\n\n<p>If you would like to get involved in building WordPress Core and testing the new privacy tools, please join the #gdpr-compliance channel in the <a href=\"https://make.wordpress.org/chat/\">Make WordPress</a> Slack group.</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:\"5728\";s: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:36:\"\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.9.5 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/2018/04/wordpress-4-9-5-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:\"Tue, 03 Apr 2018 19:56: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:8:\"category\";a:2:{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:3:\"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:34:\"https://wordpress.org/news/?p=5645\";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:376:\"WordPress 4.9.5 is now available. This is a security and maintenance release for all versions since WordPress 3.7. We strongly encourage you to update your sites immediately. WordPress versions 4.9.4 and earlier are affected by three security issues. As part of the core team's ongoing commitment to security hardening, the following fixes have been implemented […]\";s: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:6347:\"<p>WordPress 4.9.5 is now available. This is a <strong>security and maintenance release</strong> for all versions since WordPress 3.7. We strongly encourage you to update your sites immediately.</p>\n\n<p>WordPress versions 4.9.4 and earlier are affected by three security issues. As part of the core team's ongoing commitment to security hardening, the following fixes have been implemented in 4.9.5:</p>\n\n<ol>\n <li>Don't treat <code>localhost</code> as same host by default.</li>\n <li>Use safe redirects when redirecting the login page if SSL is forced.</li>\n <li>Make sure the version string is correctly escaped for use in generator tags.</li>\n</ol>\n\n<p>Thank you to the reporters of these issues for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">coordinated security disclosure</a>: <a href=\"https://profiles.wordpress.org/xknown\">xknown</a> of the WordPress Security Team, <a href=\"https://hackerone.com/nitstorm\">Nitin Venkatesh (nitstorm)</a>, and <a href=\"https://twitter.com/voldemortensen\">Garth Mortensen</a> of the WordPress Security Team.</p>\n\n<p>Twenty-five other bugs were fixed in WordPress 4.9.5. Particularly of note were:</p>\n\n<ul>\n <li>The previous styles on caption shortcodes have been restored.</li>\n <li>Cropping on touch screen devices is now supported.</li>\n <li>A variety of strings such as error messages have been updated for better clarity.</li>\n <li>The position of an attachment placeholder during uploads has been fixed.</li>\n <li>Custom nonce functionality in the REST API JavaScript client has been made consistent throughout the code base.</li>\n <li>Improved compatibility with PHP 7.2.</li>\n</ul>\n\n<p><a href=\"https://make.wordpress.org/core/2018/04/03/wordpress-4-9-5/\">This post has more information about all of the issues fixed in 4.9.5 if you'd like to learn more</a>.</p>\n\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.9.5</a> or venture over to Dashboard → Updates and click "Update Now." Sites that support automatic background updates are already beginning to update automatically.</p>\n\n<p>Thank you to everyone who contributed to WordPress 4.9.5:</p>\n\n<p><a href=\"https://profiles.wordpress.org/1265578519-1/\">1265578519</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/schlessera/\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/alexgso/\">alexgso</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andrei0x309/\">andrei0x309</a>, <a href=\"https://profiles.wordpress.org/antipole/\">antipole</a>, <a href=\"https://profiles.wordpress.org/aranwer104/\">Anwer AR</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/blair-jersyer/\">Blair jersyer</a>, <a href=\"https://profiles.wordpress.org/bandonrandon/\">Brooke.</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/codegrau/\">codegrau</a>, <a href=\"https://profiles.wordpress.org/conner_bw/\">conner_bw</a>, <a href=\"https://profiles.wordpress.org/davidakennedy/\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/designsimply/\">designsimply</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/electricfeet/\">ElectricFeet</a>, <a href=\"https://profiles.wordpress.org/ericmeyer/\">ericmeyer</a>, <a href=\"https://profiles.wordpress.org/fpcsjames/\">FPCSJames</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/soulseekah/\">Gennady Kovshenin</a>, <a href=\"https://profiles.wordpress.org/henrywright/\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jbpaul17/\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/jipmoors/\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnpgreen/\">johnpgreen</a>, <a href=\"https://profiles.wordpress.org/junaidkbr/\">Junaid Ahmed</a>, <a href=\"https://profiles.wordpress.org/kristastevens/\">kristastevens</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/lakenh/\">Laken Hafner</a>, <a href=\"https://profiles.wordpress.org/lancewillett/\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/leemon/\">leemon</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mrmadhat/\">mrmadhat</a>, <a href=\"https://profiles.wordpress.org/nandorsky/\">nandorsky</a>, <a href=\"https://profiles.wordpress.org/jainnidhi/\">Nidhi Jain</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/qcmiao/\">qcmiao</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/larrach/\">Rachel Peter</a>, <a href=\"https://profiles.wordpress.org/ravanh/\">RavanH</a>, <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/sebastienthivinfocom/\">Sebastien SERRE</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/thomas-vitale/\">Thomas Vitale</a>, <a href=\"https://profiles.wordpress.org/kwonye/\">Will Kwon</a>, and <a href=\"https://profiles.wordpress.org/yahil/\">Yahil Madakiya</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:\"5645\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"The Month in WordPress: March 2018\";s:7:\"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/news/2018/04/the-month-in-wordpress-march-2018/\";s: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, 02 Apr 2018 08:00:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in 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:34:\"https://wordpress.org/news/?p=5632\";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:317:\"With a significant new milestone and some great improvements to WordPress as a platform, this month has been an important one for the project. Read on to find out more about what happened during the month of March. WordPress Now Powers 30% of the Internet Over the last 15 years, the popularity and usage 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:15:\"Hugh Lashbrooke\";s: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:4328:\"<p>With a significant new milestone and some great improvements to WordPress as a platform, this month has been an important one for the project. Read on to find out more about what happened during the month of March.\n\n</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>WordPress Now Powers 30% of the Internet</h2>\n\n<p>Over the last 15 years, the popularity and usage of WordPress has been steadily growing. That growth hit a significant milestone this month when <a href=\"https://w3techs.com/technologies/details/cm-wordpress/all/all\">W3Techs reported that WordPress now powers over 30% of sites on the web.</a></p>\n\n<p>The percentage is determined based on W3Techs’ review of the top 10 million sites on the web, and it’s a strong indicator of the popularity and flexibility of WordPress as a platform.</p>\n\n<p>If you would like to have hand in helping to grow WordPress even further, <a href=\"https://make.wordpress.org/\">you can get involved today</a>.</p>\n\n<h2>WordPress Jargon Glossary Goes Live</h2>\n\n<p>The WordPress Marketing Team has been hard at work lately putting together <a href=\"https://make.wordpress.org/marketing/2018/02/28/wordpress-jargon-glossary/\">a comprehensive glossary of WordPress jargon</a> to help newcomers to the project become more easily acquainted with things.</p>\n\n<p>The glossary <a href=\"https://make.wordpress.org/marketing/2018/02/28/wordpress-jargon-glossary/\">is available here</a> along with a downloadable PDF to make it simpler to reference offline.</p>\n\n<p>Publishing this resource is part of an overall effort to make WordPress more easily accessible for people who are not so familiar with the project. If you would like to assist the Marketing Team with this, you can follow <a href=\"https://make.wordpress.org/marketing/\">the team blog</a> and join the #marketing channel in the<a href=\"https://make.wordpress.org/chat/\"> Making WordPress Slack group</a>.</p>\n\n<h2>Focusing on Privacy in WordPress</h2>\n\n<p>Online privacy has been in the news this month for all the wrong reasons. It has reinforced the commitment of the GDPR Compliance Team to continue working on enhancements to WordPress core that allow site owners to improve privacy standards.</p>\n\n<p>The team's work, and the wider privacy project, spans four areas: Adding tools which will allow site administrators to collect the information they need about their sites, examining the plugin guidelines with privacy in mind, enhancing privacy standards in WordPress core, and creating documentation focused on best practices in online privacy.</p>\n\n<p>To get involved with the project, you can <a href=\"https://make.wordpress.org/core/2018/03/28/roadmap-tools-for-gdpr-compliance/\">view the roadmap</a>, <a href=\"https://make.wordpress.org/core/tag/gdpr-compliance/\">follow the updates</a>, <a href=\"https://core.trac.wordpress.org/query?status=!closed&keywords=~gdpr\">submit patches</a>, and join the #gdpr-compliance channel in the <a href=\"https://make.wordpress.org/chat\">Making WordPress Slack group</a>. Office hours are 15:00 UTC on Wednesdays.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Further Reading:</h2>\n\n<ul>\n <li>The WordPress Foundation has published <a href=\"https://wordpressfoundation.org/2017-annual-report/\">their annual report for 2017</a> showing just how much the community has grown over the last year.</li>\n <li>The dates for WordCamp US <a href=\"https://2018.us.wordcamp.org/2018/03/13/announcing-wordcamp-us-2018/\">have been announced</a> — this flagship WordCamp event will be held on 7-9 December this year in Nashville, Tennessee.</li>\n <li>WordPress 4.9.5 is due for release on April 3 — <a href=\"https://make.wordpress.org/core/2018/03/21/wordpress-4-9-5-beta/\">find out more here</a>.</li>\n <li>Version 2.5 of Gutenberg, the new editor for WordPress core, <a href=\"https://make.wordpress.org/core/2018/03/29/whats-new-in-gutenberg-29th-march/\">was released this month</a> with a host of great improvements.</li>\n <li>WordSesh, a virtual WordPress conference, <a href=\"http://wordsesh.com/\">is returning in July this year</a>.</li>\n</ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</em><br /></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:\"5632\";s: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: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:37:\"The Month in WordPress: February 2018\";s:7:\"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:\"https://wordpress.org/news/2018/03/the-month-in-wordpress-february-2018/\";s: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 Mar 2018 08:41: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in 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:34:\"https://wordpress.org/news/?p=5613\";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:324:\"Judging by the flurry of activity across the WordPress project throughout February, it looks like everyone is really getting into the swing of things for 2018. There have been a lot of interesting new developments, so read on to see what the community has been up to for the past month. WordPress 4.9.3 & 4.9.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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s: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:5936:\"<p>Judging by the flurry of activity across the WordPress project throughout February, it looks like everyone is really getting into the swing of things for 2018. There have been a lot of interesting new developments, so read on to see what the community has been up to for the past month.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>WordPress 4.9.3 & 4.9.4</h2>\n\n<p>Early in the month, <a href=\"https://wordpress.org/news/2018/02/wordpress-4-9-3-maintenance-release/\">version 4.9.3 of WordPress was released</a>, including a number of important bug fixes. Unfortunately it introduced a bug that prevented many sites from automatically updating to future releases. To remedy this issue, <a href=\"https://wordpress.org/news/2018/02/wordpress-4-9-4-maintenance-release/\">version 4.9.4 was released</a> the following day requiring many people to manually update their sites.</p>\n\n<p>While this kind of issue is always regrettable, the good thing is that it was fixed quickly, and that not all sites had updated to 4.9.3 yet, which meant they bypassed the bug in that version.</p>\n\n<p>You can find out more technical information about this issue <a href=\"https://make.wordpress.org/core/2018/02/06/wordpress-4-9-4-release-the-technical-details/\">on the Core development blog</a>.</p>\n\n<h2>The WordCamp Incubator is Back</h2>\n\n<p>In 2016, the Global Community Team ran an experimental program to help spread WordPress to underserved areas by providing more significant organizing support for their first WordCamp event. This program was dubbed the WordCamp Incubator, and it was so successful in the three cities where it ran that <a href=\"https://wordpress.org/news/2018/02/wordcamp-incubator-2-0/\">the program is back for 2018</a>.</p>\n\n<p>Right now, the Community Team is looking for cities to be a part of this year’s incubator by <a href=\"https://wordcampcentral.polldaddy.com/s/wordcamp-incubator-program-2018-city-application\">taking applications</a>. Additionally, each incubator community will need an experienced WordCamp organizer to assist them as a co-lead organizer for their event — if that sounds interesting to you, then you can <a href=\"https://wordcampcentral.polldaddy.com/s/wordcamp-incubator-program-2018-co-lead-application\">fill in the application form for co-leads</a>.</p>\n\n<p>You can find out further information about the WordCamp Incubator <a href=\"https://make.wordpress.org/community/2018/02/19/wordcamp-incubator-program-2018-announcement/\">on the Community Team blog</a>.</p>\n\n<h2>WordPress Meetup Roundtables scheduled for March</h2>\n\n<p>In order to assist local WordPress meetup organizers with running their meetup groups, some members of the Community Team have organized <a href=\"https://make.wordpress.org/community/2018/02/23/wordpress-meetup-roundtables-scheduled-for-march/\">weekly meetup roundtable discussions through the month of March</a>.</p>\n\n<p>These will be run as video chats at 16:00 UTC every Wednesday this month and will be a great place for meetup organizers to come together and help each other out with practical ideas and advice.</p>\n\n<p>If you are not already in the WordPress meetup program and would like to join, you can find out more information in <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/welcome/\">the WordPress Meetup Organizer Handbook</a>.</p>\n\n<h2>GDPR Compliance in WordPress Core</h2>\n\n<p>The General Data Protection Regulation (GDPR) is an upcoming regulation that will affect all online services across Europe. In order to prepare for this, a working group has been formed to make sure that WordPress is compliant with the GDPR regulations.</p>\n\n<p>Aside from the fact that this will be a requirement for the project going forward, it will also have an important and significant impact on the privacy and security of WordPress as a whole. The working group has posted <a href=\"https://make.wordpress.org/core/2018/02/19/proposed-roadmap-tools-for-gdpr-compliance/\">their proposed roadmap</a> for this project and it looks very promising.</p>\n\n<p>To get involved in building WordPress Core, jump into the #gdpr-compliance channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>, and follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Further Reading:</h2>\n\n<ul>\n <li>WPShout published <a href=\"https://wpshout.com/complete-guide-wordpress-security/\">a thorough guide to WordPress security</a>.</li>\n <li>The Community Team has published interesting statistics from the WordCamp program in <a href=\"https://make.wordpress.org/community/2018/02/27/wordcamps-in-2016/\">2016</a> and <a href=\"https://make.wordpress.org/community/2018/02/28/wordcamps-in-2017/\">2017</a>.</li>\n <li><a href=\"https://make.wordpress.org/community/2018/02/15/potential-addition-of-a-new-onboarding-team/\">An intriguing proposal has been made</a> for a new ‘Onboarding’ team to be started in the WordPress project.</li>\n <li>The new editing experience for WordPress, named Gutenberg, continues to be actively developed with <a href=\"https://make.wordpress.org/core/2018/02/16/whats-new-in-gutenberg-16th-february/\">a feature-packed release</a> this past month.</li>\n <li>The Advanced WordPress Facebook group <a href=\"https://www.youtube.com/watch?v=4vS_jR5-nIo\">held an interview with WordPress co-founder, Matt Mullenweg</a> about the Gutenberg project.</li>\n <li><a href=\"https://make.wordpress.org/meta/2018/02/27/two-factor-authentication-on-wp-org/\">Two factor authentication is on its way to the WordPress.org network</a> — this will be a great improvement to the overall security of the project.</li>\n</ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</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:\"5613\";s: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:22:\"WordCamp Incubator 2.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:58:\"https://wordpress.org/news/2018/02/wordcamp-incubator-2-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Feb 2018 22:53: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:8:\"category\";a:3:{i:0;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:1;a:5:{s:4:\"data\";s:6:\"Events\";s: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: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=5577\";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:343:\"WordCamps are informal, community-organized events that are put together by a team of local WordPress users who have a passion for growing their communities. They are born out of active WordPress meetup groups that meet regularly and are able to host an annual WordCamp event. This has worked very well in many communities, with over […]\";s: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:\"Hugh Lashbrooke\";s: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:2450:\"<p><a href=\"https://central.wordcamp.org/\">WordCamps</a> are informal, community-organized events that are put together by a team of local WordPress users who have a passion for growing their communities. They are born out of active WordPress meetup groups that meet regularly and are able to host an annual WordCamp event. This has worked very well in many communities, with over 120 WordCamps being hosted around the world in 2017.<br /></p>\n\n<p>Sometimes though, passionate and enthusiastic community members can’t pull together enough people in their community to make a WordCamp happen. To address this, we introduced <a href=\"https://wordpress.org/news/2016/02/experiment-wordcamp-incubator/\">the WordCamp Incubator program</a> in 2016.<br /></p>\n\n<p>The goal of the incubator program is <strong>to help spread WordPress to underserved areas by providing more significant organizing support for their first WordCamp event.</strong> In 2016, members of <a href=\"https://make.wordpress.org/community/\">the global community team</a> worked with volunteers in three cities — Denpasar, Harare and Medellín — giving direct, hands-on assistance in making local WordCamps possible. All three of these WordCamp incubators <a href=\"https://make.wordpress.org/community/2017/06/30/wordcamp-incubator-report/\">were a great success</a>, so we're bringing the incubator program back for 2018.<br /></p>\n\n<p>Where should the next WordCamp incubators be? If you have always wanted a WordCamp in your city but haven’t been able to get a community started, this is a great opportunity. We will be taking applications for the next few weeks, then will get in touch with everyone who applied to discuss the possibilities. We will announce the chosen cities by the end of March.<br /></p>\n\n<p><strong>To apply, </strong><a href=\"https://wordcampcentral.polldaddy.com/s/wordcamp-incubator-program-2018-city-application\"><strong>fill in the application</strong></a><strong> by March 15, 2018.</strong> You don’t need to have any specific information handy, it’s just a form to let us know you’re interested. You can apply to nominate your city even if you don’t want to be the main organizer, but for this to work well we will need local liaisons and volunteers, so please only nominate cities where you live or work so that we have at least one local connection to begin.<br /></p>\n\n<p>We're looking forward to hearing from you!<br /></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:\"5577\";s: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:9:\"\n 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:4:\"\n 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:\"Wed, 13 Jun 2018 14:19:54 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Fri, 01 Jun 2018 09:13:39 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:9:\"HIT ord 1\";}}s:5:\"build\";s:14:\"20170529231057\";}','no'),(693,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1528942794','no'),(694,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1528899594','no'),(695,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1528942795','no'),(696,'_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:11:\"\n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"HeroPress: By Helping Others, I Save Myself\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://heropress.com/?p=2568\";s:7:\"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:129:\"https://heropress.com/by-helping-others-i-save-myself/#utm_source=rss&utm_medium=rss&utm_campaign=by-helping-others-i-save-myself\";s: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:3397:\"<img width=\"960\" height=\"547\" src=\"https://s20094.pcdn.co/wp-content/uploads/2016/05/osmi-1024x583.png\" class=\"attachment-large size-large wp-post-image\" alt=\"Banner for OSMI, Open Sourcing Mental Illness\" /><p>I think I met Ed Finkler at WordCamp Milwaukee in 2016. It was at the speaker dinner, and he sat across from me for a while. He seemed like a pretty normal WordPress developer and several weeks later I asked him to do a HeroPress essay. His answer surprised me. “Well sure, that sounds pretty cool, aside from the fact that I don’t really do WordPress anymore”.</p>\n<p>As it turns out, he had mostly retired from active WordPress development. His every day world was now filled with working in different frameworks and languages, amongst people who help WordPress in disdain. But Ed’s view fascinated me. For all that he was working with more modern frameworks, WordPress is what made him a great developer. The empathy and compassion for the user that WordPress holds so dearly carried over into the rest of his life.</p>\n<p>So what was he doing at WordCamp? Spreading the word about his cool new organization, which I will leave for you to read about.</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://heropress.com/essays/wordpress-taught-better-developer/\">How WordPress Taught Me To Be a Better Developer</a></p></blockquote>\n<p></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: By Helping Others, I Save Myself\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=By%20Helping%20Others%2C%20I%20Save%20Myself&via=heropress&url=https%3A%2F%2Fheropress.com%2Fby-helping-others-i-save-myself%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: By Helping Others, I Save Myself\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fby-helping-others-i-save-myself%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%2Fby-helping-others-i-save-myself%2F&title=By+Helping+Others%2C+I+Save+Myself\" rel=\"nofollow\" target=\"_blank\" title=\"Share: By Helping Others, I Save Myself\"></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/by-helping-others-i-save-myself/&media=https://heropress.com/wp-content/uploads/2016/05/osmi-150x150.png&description=By Helping Others, I Save Myself\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: By Helping Others, I Save Myself\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/by-helping-others-i-save-myself/\" title=\"By Helping Others, I Save Myself\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/by-helping-others-i-save-myself/\">By Helping Others, I Save Myself</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, 13 Jun 2018 13:14: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:\"\";}}}}}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:80:\"WPTavern: Plugin Detective Wins WordCamp Orange County’s 2018 Plugin-a-Palooza\";s:7:\"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=81315\";s:7:\"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:87:\"https://wptavern.com/plugin-detective-wins-wordcamp-orange-county-2018-plugin-a-palooza\";s: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:3482:\"<p><a href=\"https://2018.oc.wordcamp.org/\">WordCamp Orange County</a>, CA, took place this past weekend and the winners of the <a href=\"https://wptavern.com/wordcamp-orange-county-plugin-a-palooza-first-place-prize-is-3000\">Plugin-a-Palooza</a> have been crowned. <a href=\"https://profiles.wordpress.org/croixhaug\">Nathan Tyler</a> and <a href=\"https://profiles.wordpress.org/nataliemac\">Natalie MacLees</a> took the first place prize of $3,000 with their submission, <a href=\"https://wordpress.org/plugins/plugin-detective/\">Plugin Detective</a>.</p>\n\n<img />\n Creating a new case in Plugin Detective\n\n\n<p>When it comes to troubleshooting WordPress, disabling and re-enabling plugins is one of the first steps in the process. This is time consuming and involves browsing to the plugin management page multiple times to turn a plugin on or off.</p>\n\n<p>Plugin Detective simplifies the process by quickly identifying the culprit. Once installed, a Troubleshooting quick link is added to the WordPress Toolbar. From here, users can open or continue a case. When a case is opened, a bot named Detective Otto asks users to navigate to the page where the problem is occurring.</p>\n\n<p>After the location is identified, users inform Detective Otto which plugins are required for the site to function properly. Interrogations is the act of of disabling and enabling plugins. Multiple interrogation attempts are made until the culprit is identified through the process of elimination. The following video does a great job of explaining and showing how it works. <br /></p>\n\n\n <div class=\"embed-vimeo\"></div>\n\n\n<p>It can also be used to <a href=\"https://wordpress.org/plugins/plugin-detective/#i%20just%20see%20errors%20or%20a%20white%20screen.%20can%20i%20still%20use%20plugin%20detective%20to%20troubleshoot%20what%E2%80%99s%20gone%20wrong%3F\">identify and fix</a> White Screen of Death errors caused by plugins.<br /></p>\n\n<p>Plugin Detective is partly inspired by a software program from the 90s called <a href=\"https://en.wikipedia.org/wiki/Conflict_Catcher\">Conflict Catcher</a>.</p>\n\n<p>“I used ‘Conflict Catcher’ to troubleshoot conflicts between system extensions on my Mac,” Tyler said. “I thought the concept was cool and would often run it for fun to try to figure out how it worked. Eventually, I learned that the computer science concept is a ‘binary search.’</p>\n\n<p>“Applying the concept to WordPress plugins seemed like a good approach to the plugin conflict problem we all experience.”</p>\n\n<p>Tyler developed the functionality and MacLees is credited with the plugin’s design, user experience, JavaScript, API calls, etc. The duo plan to establish relationships with plugin authors to help get them better bug reports. <br />><br /><br /><br /><br /><br />“Basically, if an author opts-in, we can help the end-user file a support ticket right there in Plugin Detective after we’ve identified the problem,” he said. “The support team gets a helpful bug report with notes from the customer, along with system information, other installed plugins, active theme, etc.”</p>\n\n<p>If you troubleshoot sites often or want an easier way to figure out which plugin is causing a conflict, consider adding Plugin Detective to your toolkit. Plugin Detective is free and <a href=\"https://wordpress.org/plugins/plugin-detective/\">available for download</a> from the WordPress plugin directory. </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, 12 Jun 2018 02:12:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:20:\"Matt: Other Cultures\";s:7:\"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=48139\";s:7:\"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:37:\"https://ma.tt/2018/06/other-cultures/\";s: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:311:\"<blockquote class=\"wp-block-quote\">\n <p>As the traveller who has once been from home is wiser than he who has never left his own doorstep, so a knowledge of one other culture should sharpen our ability to scrutinize more steadily, to appreciate more lovingly, our own.</p><cite>Margaret Mead</cite></blockquote>\";s: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, 11 Jun 2018 23:35: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: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: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:93:\"WPTavern: WordCamp Europe Introduces Official Mobile App, New Tech for On-site Badge Printing\";s:7:\"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=81001\";s:7:\"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/wordcamp-europe-introduces-official-mobile-app-new-tech-for-on-site-badge-printing\";s: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:4132:\"<img />\n\n<p>WordCamp Europe debuted its new <a href=\"https://app.wp-europe.org/\">official mobile app</a> today, providing attendees with a quick way to access the event’s schedule, maps, and announcements. Several unofficial apps have popped up over the years, but this is the first one produced and supported by WCEU organizers.</p>\n\n<p>The team opted for creating a PWA (Progressive Web App), which loads inside a mobile browser while offering an experience similar to native apps. It’s also far less complicated than supporting multiple platform-specific mobile apps. Users don’t have to download anything, since it is loaded via the browser, and the site can be accessed offline in case of network failure. <br /></p>\n\n<img />\n\n<p>The app was built using React on the frontend and is hosted on a node server. It uses WordPress for content management on the backend, along with the <a href=\"https://wordpress.org/plugins/wp-pwa/\">WordPress PWA</a> plugin and <a href=\"https://wordpress.org/plugins/onesignal-free-web-push-notifications/\">OneSignal Push Notifications </a>.</p>\n\n<p>“This first iteration isn’t scalable for the community, but we wanted to test the possibilities and have the opportunity to explore what it would take to eventually make this available for all WordCamps,” WCEU team leader Jenny Beaumont said. “It’s a lofty goal, and we’re not there yet, but we’ve learned a lot along the way and looking forward to pursuing the ambition.”</p>\n\n<p>Attendees can expect to find any last minute schedule changes in the app and may also opt to receive push notifications for important updates. The Favorites feature lets users to bookmark all the sessions they plan to attend and toggle them into view.</p>\n\n<img />\n\n<p>WCEU’s official PWA is lightweight and re-usable – it can easily be updated to display content for future editions of the WordCamp.</p>\n\n<p>“We’ll only need to update our feeds, since WordCamps are issued a new website every year, but the basic functionality will be in place and can be developed on as browsers offer better support and new team members join the team with their great ideas,” Beaumont said. </p>\n\n<p>The current theme is open source and available on GitHub. It can be rebranded for future events to reflect the design for that year and city. Beaumont said the long term goal is to have a PWA generated directly from WordCamp sites. </p>\n\n<h3>New Tech for Badges Generates a Barcode for Sponsors to Scan</h3>\n\n<p>The technology for badge creation will be getting an overhaul as well this year. WCEU organizers are renting the materials from a <a href=\"https://www.azavista.com/\">Azavista</a>, a Dutch event management company that provides badges, badge printers and scanning devices (iPhones). The new tech will make it more efficient for volunteers to process more than 2,000 attendees at registration.</p>\n\n<p>The badge scanners also streamline attendee interaction with sponsors, replacing the signup sheets and tablets that sponsors usually have for collecting attendee information. </p>\n\n<p>“It’s tied to attendees’ Attendee ID number, created when attendees register on our WordCamp site,” Beaumont said. “Say an attendee is visiting a sponsor booth and having a nice conversation, the sponsor can ask if they’d like to leave their name and email address to stay in touch. If the attendee agrees, then they show their badge to have it scanned by the sponsor using the closed-technology on devices provided by our vendor. “</p>\n\n<p>After the event, WCEU organizers will send the names and email addresses of attendees to the sponsors based on the signups from scanned badges.</p>\n\n<p>If attendee feedback is positive, Beaumont said organizers plan to implement the quick registration feature next year. This will allow attendees to receive a QR code via email and get it scanned in order to receive their badges. These tech improvements should relieve traffic bottlenecks at the registration desk and sponsor booths, freeing up more time for WCEU attendees to spend in sessions and networking activities.</p>\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 11 Jun 2018 15:38:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:37:\"Mark Jaquith: Making ScoutDocs: React\";s:7:\"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:40:\"http://markjaquith.wordpress.com/?p=5658\";s:7:\"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://markjaquith.wordpress.com/2018/06/11/making-scoutdocs-react/\";s: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:6209:\"<p>Continuing my series about <a href=\"https://wordpress.org/plugins/scoutdocs/\">ScoutDocs</a> and the process of building it, this week I’m talking about <strong>React</strong>.</p>\n<p><img /><em>What is <a href=\"https://scoutdocs.com/\">ScoutDocs</a>? ScoutDocs is a WordPress plugin that adds simple file-sharing to your WordPress site.</em></p>\n<p>After the first iteration of ScoutDocs was built and none of the partners on the project were happy with its experience, it became clear that in order to deliver a clean, simple interface for file uploading and sharing we needed to leave the bounds of the WordPress admin. It didn’t take me long to decide that <a href=\"https://reactjs.org/\">React</a> would be the tool I used to build the new interface.</p>\n<p>There is an incredible momentum behind React, and a rich ecosystem of libraries, tools, and educational resources. But beyond all that, React is just plain <em>fun</em> to code. Once you accept the central premise that a view layer and the controller that handles that view are inextricably linked, and once you get over the weirdness of quasi-HTML-in-JS that is JSX, coding in React is a joy.</p>\n<p><img /></p>\n<p>Make no mistake, learning React is not a weekend project. It will take a while before it feels like home. But once you get it, you feel very powerful.</p>\n<p>The first lesson I learned was <b>don’t learn React by rewriting your app in React</b>. I tried this. I read some tutorials about React and it felt straightforward, and I was like “let’s <i>do</i> this.”</p>\n<p><img /></p>\n<p>This was a bad idea. I was overwhelmed. I had no idea where to start. Next, I tried following some of the interactive tutorials that required me to build a simple React app and then slowly add functionality to it, refactoring it multiple times, until I understood not just the code that I ended up with, but the <i>process</i> of creating it. This went much better.</p>\n<p><b>Start small, and build a bunch of “toy” apps before you use React for your own apps.</b> Once you are able to “think in React”, you’ll be nearly physically itchy to go re-code your app in React, and that’s how you know you’re ready. If you jump the gun, you are going to get stuck a lot, and it will be frustrating.</p>\n<p>As you learn React and explore the React ecosystem, you will likely hear about <a href=\"https://redux.js.org/\">Redux</a>, which is a system for storing application state, and is commonly used with React apps. It looked complicated, and even its creator wrote a post saying <a href=\"https://medium.com/@dan_abramov/you-might-not-need-redux-be46360cf367\">you might not need Redux</a>. So I skipped it. This was probably the right call when I was starting out. But as I fleshed out the ScoutDocs app and its complexity increased, I ran into a problem.</p>\n<p>See, React breaks your app up into these nested chunks of UI and functionality called components. Data flows down through your components. So if a user updates their name, that change will flow down from higher up components like a Page component down to a PageHeader, down to a NavBar, down to a UserStatus. Once this is all set up and you update data in a parent component, the changes automatically flow downstream, and the UserStatus component updates and re-renders. It’s great. Except that there are a bunch of intermediate components that accept and “forward” that user name data to their children, without actually caring about it themselves. When you inevitably refactor something and need to add new data that flows through these components, every single intermediate one needs to be updated to pass it on. It is tedious. You will hate it.</p>\n<p>Worse, because events in React flow upwards, if a user updates their name in the UserName component, that change needs to flow up to ProfileForm, up to Profile, up to Page, and then up to your main App component. When you refactor, you need to make sure this event forwarding chain stays connected. Yet more tedium that you will hate.</p>\n<p>Redux solves this by letting your React components, no matter how deeply they are nested, subscribe directly to the data they need.</p>\n<p>I really wish Dave Ceddia had written <a href=\"https://daveceddia.com/what-does-redux-do/\">this excellent post about Redux</a> two months earlier.</p>\n<blockquote><p>If you have a component structure like the one above – where props are being forwarded down through many layers – consider using Redux.</p></blockquote>\n<p>This is what I needed to hear, and knowing this would have saved me a lot of frustration and time that I now have to spend converting ScoutDocs to use Redux.</p>\n<p><b>Use Redux when your React data flow starts to get unwieldy.</b></p>\n<p>Another mistake I made early on was making the data my React components accepted too restrictive. For example, I wanted the ability to prefix a <code class=\"code-inline\">Row</code> component with a clickable icon. So I let the component accept an <code class=\"code-inline\">icon</code> and <code class=\"code-inline\">onClickIcon</code> property. I just passed a Font Awesome icon name in, and a function I wanted to run when clicked. It worked great.</p>\n<p><img /></p>\n<p>Then I needed to add a second icon in front, in some circumstances. Ugh. I certainly didn’t want to do <code class=\"code-inline\">otherIcon</code> and <code class=\"code-inline\">onClickOtherIcon</code>. Instead, what I should have done was let the component accept <code class=\"code-inline\">beforeRow</code> which could be anything… like an array of <code class=\"code-inline\"><Icon></code> components or a single one or even other components altogether.</p>\n<p><img /></p>\n<p>This can be used for many more situations than the one (“put an icon before the row”) that I’d originally envisioned.</p>\n<p><b>Your React components should be flexible, so they can be reusable.</b></p>\n<p>Other posts in this series:</p>\n<ul>\n<li><a href=\"https://markjaquith.wordpress.com/2018/06/01/lessons-learned-making-scoutdocs-outsourcing/\">Outsourcing</a></li>\n<li>React</li>\n<li>WordPress Rest API</li>\n<li>PHP 7</li>\n<li>Build tools</li>\n<li>Unit testing</li>\n</ul>\";s: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, 11 Jun 2018 14:36:47 +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:\"Mark Jaquith\";s: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:71:\"Akismet: Customisation options for the Akismet front-end privacy notice\";s:7:\"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:\"http://blog.akismet.com/?p=1999\";s:7:\"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://blog.akismet.com/2018/06/07/customisation-options-for-the-akismet-front-end-privacy-notice/\";s: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:3606:\"<p>To help your site be transparent to your visitors about using <a href=\"https://akismet.com/\">Akismet</a> to process comments (think privacy and <a href=\"https://www.eugdpr.org/\">GDPR</a>), <a href=\"https://wordpress.org/plugins/akismet/\">our WordPress plugin</a> now gives you the option to display a notice under your site’s comment forms. Site owners can decide if they want to display it, or not, on a per-blog basis.</p>\n<p><img /></p>\n<p>But we’ve also given options to developers to extend the behaviour, and content, of said notice.</p>\n<h3>WordPress option</h3>\n<p>The display of the notice itself, as well as the in-admin notice to set it for one’s site, all revolves around a new <code>akismet_comment_form_privacy_notice</code> option, which needs to be set to either <code>display</code> or <code>hide</code>.</p>\n<p>If the option is not yet set, the front-end notice will not be displayed, but the in-admin prompting site owners to set it will.</p>\n<p>Once set to either <code>display</code> or <code>hide</code>, the front-end notice will match the choice, and the in-admin notice will disappear.</p>\n<h3>Filters</h3>\n<p>In <a href=\"https://plugins.trac.wordpress.org/browser/akismet/trunk/class.akismet.php?rev=1882139#L1408\"><code>class.akismet.php</code></a>, there is a new <a href=\"https://plugins.trac.wordpress.org/browser/akismet/trunk/class.akismet.php?rev=1882139#L1408\"><code>Akismet::display_comment_form_privacy_notice()</code></a> method, in which you can find the following filters to extend.</p>\n<ul>\n<li><a href=\"https://plugins.trac.wordpress.org/browser/akismet/trunk/class.akismet.php?rev=1882139#L1413\"><code>akismet_comment_form_privacy_notice</code></a>:<br />\nOverrides the returned value of the <code>akismet_comment_form_privacy_notice</code> option. This value can be <code>display</code>, or <code>hide</code>, and controls the display of the front-end privacy notice under comment forms.</li>\n<li><a href=\"https://plugins.trac.wordpress.org/browser/akismet/trunk/class.akismet.php?rev=1882139#L1417\"><code>akismet_comment_form_privacy_notice_markup</code></a>:<br />\nLets you customise the text and markup of the actual notice, which defaults to <code>\'<p class=\"akismet_comment_form_privacy_notice\">\' . sprintf( __( \'This site uses Akismet to reduce spam. <a href=\"%s\" target=\"_blank\">Learn how your comment data is processed</a>.\', \'akismet\' ), \'https://akismet.com/privacy/\' ) . \'</p>\'</code>. Note that if you choose to modify the markup, something needs to eventually point your users to <a href=\"https://akismet.com/privacy/\">https://akismet.com/privacy/</a>, which will always display, or redirect to, our most up-to-date privacy related documentation.</li>\n</ul>\n<h3>CSS</h3>\n<p>As seen above, the default front-end privacy notice is wrapped in a <code><p class=\"akismet_comment_form_privacy_notice\"></p></code> tag, which you can extend via stylesheets and Javascript.</p>\n<h3>WP Multisite or multiple WP installs</h3>\n<p>If you have a lot of sites/blogs, you might also now be wanting to set the privacy display in bulk.</p>\n<p>There are a few ways of doing that.</p>\n<p>You can create a quick plugin that checks if the <code>akismet_comment_form_privacy_notice</code> option is set, and if it is not, set it for the current blog: <code>update_option( \'akismet_comment_form_privacy_notice\', $state );</code> where <code>$state</code> is either <code>display</code> or <code>hide</code>.</p>\n<p>Or you could write a script that loops on your blog list, and set the same option, in one run.</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, 07 Jun 2018 14:52:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Stephane Daury\";s: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:64:\"WPTavern: WPWeekly Episode 319 – The Gutenberg Plugin Turns 30\";s:7:\"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=81249&preview=true&preview_id=81249\";s:7:\"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/wpweekly-episode-319-the-gutenberg-plugin-turns-30\";s: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:1977:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> and I are joined by <a href=\"http://pento.net/\">Gary Pendergast</a>, a WordPress core contributor, to discuss what’s new with Gutenberg. We find out what happened with WordPress 4.9.6, and discuss WordPress’ future. We also discuss Microsoft’s acquisition of GitHub and when WordPress core development might transition to GitHub. Last but not least, we share the news of the week.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://news.microsoft.com/2018/06/04/microsoft-to-acquire-github-for-7-5-billion/\">Microsoft Acquires GitHub for $7.5B In Stock</a><br />\n<a href=\"https://make.wordpress.org/core/2018/06/05/whats-new-in-gutenberg-5th-june/\">Gutenberg 3.0.0 Released, 30th Release</a><br />\n<a href=\"https://wptavern.com/simplepress-forum-plugin-is-up-for-adoption\">Simple:Press Forum Plugin Is Up for Adoption</a><br />\n<a href=\"https://wptavern.com/wordcamp-for-ios-renamed-to-wp-camps-more-events-added\">WordCamp for iOS Renamed to WP Camps, More Events Added</a><br />\n<a href=\"https://wptavern.com/sustainability-wordpress-sustywp\">Sustainability + WordPress = SustyWP</a><br />\n<a href=\"https://medium.com/@muglug/improving-wordpress-with-static-analysis-505cc5ba495d\">Improving WordPress with Static Analysis</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, June 13th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href=\"https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe\">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #319:</strong><br />\n</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, 07 Jun 2018 01:12: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: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: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:54:\"WPTavern: Simple:Press Forum Plugin Is Up for Adoption\";s:7:\"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=81186\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wptavern.com/simplepress-forum-plugin-is-up-for-adoption\";s: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:1355:\"<p><a href=\"https://simple-press.com/\">Simple:Press</a>, a forum plugin for WordPress that has been around for more than a dozen years, is available for adoption. Developers Andy Staines and Steve Klasen announced their plans to shutdown operations last August on their <a href=\"https://simple-press.com/support-forum/\">customer support forum</a> and have had little luck finding a suitable replacement.</p>\n\n<img />\n Simple:Press Forum in Action\n\n\n<p>Staines and Klasen will retire on August 1st. Everything related to the site, including the domain, plugin code, customer information, income, etc. will transfer to the new owner with no strings attached.</p>\n\n<blockquote class=\"wp-block-quote\">\n <p>The forum plugin has been a labor of love for a long time. We don’t really want to see the plugin die because we have decided to retire. It has provided us a good secondary income for many years and has good potential for anyone who wished to make a go at it.<br /></p><cite>Steve Klasen</cite></blockquote>\n\n<p>Simple:Press is not available on the WordPress.org plugin directory and generates revenue through memberships, themes, and plugins. Those interested in taking over the plugin or to find out more information can contact Klasen and Staines through the <a href=\"https://simple-press.com/contact/\">Simple:Press Forum contact form</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, 06 Jun 2018 19:45:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:48:\"BuddyPress: BuddyPress 3.1.0 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:32:\"https://buddypress.org/?p=274141\";s:7:\"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/2018/06/buddypress-3-1-0-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:817:\"<p>BuddyPress 3.1.0 is now available. This is a maintenance release that fixes 23 bugs and is a recommended upgrade for all BuddyPress installations.</p>\n<p>For more information, see the <a href=\"https://buddypress.trac.wordpress.org/query?group=status&milestone=3.1.0\">3.1.0 milestone</a> on <a href=\"https://buddypress.trac.wordpress.org/\">BuddyPress Trac</a>.</p>\n<p>Update to BuddyPress 3.1.0 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-3-1-0/\">3.1.0 changelog</a>, or stop by our <a href=\"https://buddypress.org/support/\">support forums</a> or <a href=\"https://buddypress.trac.wordpress.org/\">Trac</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, 06 Jun 2018 16:06: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"@mercime\";s: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:65:\"WPTavern: WordCamp for iOS Renamed to WP Camps, More Events Added\";s:7:\"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=81108\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wptavern.com/wordcamp-for-ios-renamed-to-wp-camps-more-events-added\";s: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:1268:\"<p>When Marcel Schmitz <a href=\"https://wptavern.com/marcel-schmitz-releases-unofficial-wordcamp-for-ios-app\">released his WordCamp for iOS app</a>, there was concern that it violated the <a href=\"https://wordpressfoundation.org/trademark-policy/\">WordCamp Trademark policy</a>. Schmitz has changed the name of the app to <a href=\"https://itunes.apple.com/gb/app/wordcamp/id1384323581?mt=8\">WP Camps,</a> describes it as a companion app for WordCamps, and has added a number of upcoming events.</p>\n\n<img />\n WordCamp Kent, OH in WP Camps\n\n\n<p>In addition to these changes, Schmitz has also redesigned the app’s icon due to user feedback. <a href=\"https://schmitzoide.blog/wordcamp-ios-app-is-now-wp-camps-multiple-wordcamps-added/\">Version 1.1</a> sets the stage for search, chat, a who’s on stage feature, and more.</p>\n\n<p>If you’re organizing a WordCamp or WordPress event and want it added to the app, you can <a href=\"https://twitter.com/schmitzoide\">contact Schmitz on Twitter.</a> You can also click on the About section within the App to send him an email. </p>\n\n<p>WP Camps is an application for iOS devices and is <a href=\"https://itunes.apple.com/us/app/wp-camps/id1384323581?ls=1&mt=8\">available for free</a> on the Apple App Store.</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, 06 Jun 2018 03:29: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:\"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: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:39:\"HeroPress: Work is not just about Money\";s:7:\"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=2560\";s:7:\"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:130:\"https://heropress.com/essays/work-is-not-just-about-money/#utm_source=rss&utm_medium=rss&utm_campaign=work-is-not-just-about-money\";s: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:7746:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/06/060618-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: It\'s about the satisfaction I feel when I see the impact I make on the community.\" /><p>Settle in, because you are about to read some worst and some even worst experiences that I have had in my life and yet how I am still pulling myself together.</p>\n<p>Before we get into it, I am going to tell you something about me. I am Libertarian, otaku. I LOVE to play with words. By profession I am an IT engineer but by passion I am a writer. I am writing about Microsoft & other Technologies for various publications. I am also writing about Exciting Technology & Mind-Boggling Science and am a co-founder of 2 sci-fi and technological news platform.</p>\n<p>I was so engaged in the world of Computer and Technology since the school time. I was excited about HTML, CSS, C and other basic computer programming concept since school. Recently, I completed my Bachelor of Engineering study (result is yet to be declared, but I think I will pass in all subject). And as of now, I don’t have any plans for further studies. Phew.</p>\n<h3>Talking about WordPress</h3>\n<p>My cousin introduced me with WordPress in 2010 when I completed 10th standard (grade). OMG! It’s been 8 years! However, at that time he gave me only basic WordPress work i.e.data entry. But later in college I was getting engaged in various freelancing work (mostly WordPress related) and that’s where the real journey with WordPress began!</p>\n<p>As of now, I have designed & developed tons of websites with WordPress and modified up to dozens of themes. I enjoy working in WordPress so much that sometimes, I forget to take dinner. I am so committed to my work, it’s like passion to me.</p>\n<p>Fast forward to September 2016, I submitted my first WordPress theme “Frindle” to WordPress theme directory. After waiting for nearly 5 months in theme review queue, in January 2017, the theme reviewer rejected my theme, because theme had “5 or more issues” (31 I remembered correctly). And I was back to square one. But after this setback I pushed myself and resubmitted theme again in the very next month. This time everything worked out and the theme was approved in April 2017 and went live on 1st July 2017.</p>\n<p>A friend of mine from WordPress community set me up for an interview in her company. I got selected and they wanted me to join from very next day. I was so thrilled and excited but as I was still pursuing my engineering study. But, my college didn’t signed the NDA (for attendance) so I had to give up the opportunity.</p>\n<p>Later on, I submitted 2 more themes to the official WordPress theme directory, Horkos & Ogee. Both of them are live right now and Ogee is getting significant user base. Later on, I joined a small web development company as a remote WordPress developer. And worked on so many projects.<br />\nWhile I was working on various freelancing WordPress projects, I was also doing content writing passionately. Now I am writing for several publication and news websites. Mostly I write about mind-boggling science and futuristic technology. Some of my anonymously written articles are featured on popular newsletter such as Slashdot.</p>\n<h3>This went well:</h3>\n<p>While I was in the last year of study, my cousin set me up for an interview for internship/training program. Everything was going perfect. The interviewer was impressed from my resume, but all of sudden, he started asking questions about technology which I am not aware of. I straightly said, “With all due respect sir, I don’t know anything about it, but if it’s worth I am ready to learn.” God knows what he heard but within 2 minutes he ended up saying “You are just wasting your life. You can go now.” I was like, man, it took me 30 minutes to find your office, please hear me out.</p>\n<p>But everything changed after this interview. When I was driving home from this interview, I got a call from an old friend and he asked me to write sci-fi articles for his new website. Wait! On the same day I got an email from a popular news website asking me to come onboard as a senior editor. I was like this is the worst best day of my life.</p>\n<h3>So no WordPress?</h3>\n<p>Well, here’s something good. In addition to this, right now I am perusing internship for PHP/WordPress and front-end developer in an MNC company. I am learning so many things nowadays, collaborating with team, project management, communication with clients and more!</p>\n<h3>Life nowadays</h3>\n<p>Every day, I wake up with a new task and go to sleep with a new idea. What is most aspiring in this is the platform that we all associated with. Even though I practice polyphasic sleep, I still need 5 extra hours in a day.</p>\n<p>I don’t work for money, I just do it because I am so passionate about it. I mean money is important but work is not just about it. It’s about the satisfaction I feel when I see the impact I make on the community.</p>\n<p>I am 22, but as of now, I don’t have a 9 to 5 permanent “job” nor a shoulder to cry on (you know what I mean). But I work a LOT. I love my keyboard. I’m highly sensitive. I spend my days immersing myself in the personal growth world. Maybe in some ways, I’m (definitely) not normal – some of the ways that I go against the grain of the society. And you know what? It’s okay.</p>\n<p>So yeah, I’m comfortably okay with the basic skills which I possess. I wonder when people will understand that it’s okay to be “okay”. Everything that was still is. So, whether I like it or not, I pull myself together and I do it all again.</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: Work is not just about Money\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Work%20is%20not%20just%20about%20Money&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwork-is-not-just-about-money%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Work is not just about Money\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fwork-is-not-just-about-money%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%2Fwork-is-not-just-about-money%2F&title=Work+is+not+just+about+Money\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Work is not just about Money\"></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/work-is-not-just-about-money/&media=https://heropress.com/wp-content/uploads/2018/06/060618-150x150.jpg&description=Work is not just about Money\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Work is not just about Money\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/work-is-not-just-about-money/\" title=\"Work is not just about Money\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/work-is-not-just-about-money/\">Work is not just about Money</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, 06 Jun 2018 02:30: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:11:\"Zipal Patel\";s: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:46:\"WPTavern: Sustainability + WordPress = SustyWP\";s:7:\"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=81034\";s:7:\"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://wptavern.com/sustainability-wordpress-sustywp\";s: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:959:\"<p>Jack Lenox, a Software Engineer at Automattic, has launched a new site called <a href=\"https://sustywp.com/\">SustyWP</a> that focuses on web sustainability using WordPress.<br /></p>\n\n<p>By removing the parts of <a href=\"https://github.com/automattic/_s\">Underscores</a> he didn’t need, using one inline SVG image, no sidebars, limited CSS, and no webfonts, Lenox was able to launch a WordPress site that only has 7 Kilobytes of data transfer. <br /></p>\n\n<p>As you might expect, the site crushes page speed and performance benchmarks. The site is also hosted in a data center that uses 100% renewable energy. To learn how and why he built the site, check out his <a href=\"https://blog.jacklenox.com/2018/06/04/delivering-wordpress-in-7kb/\">detailed blog post</a>.</p>\n\n<p>While only transferring seven kilobytes of data is commendable, these days, websites are feature-rich. I wonder how practical his methods are for large and complex sites. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Jun 2018 20:41:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:59:\"Mark Jaquith: Lessons Learned Making ScoutDocs: Outsourcing\";s:7:\"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:40:\"http://markjaquith.wordpress.com/?p=5642\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://markjaquith.wordpress.com/2018/06/01/lessons-learned-making-scoutdocs-outsourcing/\";s: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:5156:\"<p>Now that <a href=\"https://wordpress.org/plugins/scoutdocs/\">ScoutDocs is in the WordPress plugin repository</a>, I’d like to share some lessons I learned making it. Every project teaches me something — this one taught me a lot.</p>\n<p><img /><em>What is <a href=\"https://scoutdocs.com/\">ScoutDocs</a>? ScoutDocs is a WordPress plugin that adds simple file-sharing to your WordPress site. You can upload files (which are stored securely in the cloud and served over HTTPS via a global CDN), and share them with individuals or groups of individuals. Email notifications are also handled by the ScoutDocs service, getting around the issue of reliable email delivery on a shared host. You can require that recipients accept or decline the files you’ve shared, e.g. so you can see which of your employees has seen the new employee handbook. Instead of files living as email attachments (if they even fit) or off on some third-party site, people can access them on your site.</em></p>\n<p>In this weekly series, I’m going to cover:</p>\n<ul>\n<li>Outsourcing</li>\n<li><a href=\"https://markjaquith.wordpress.com/2018/06/11/making-scoutdocs-react\">React</a></li>\n<li>WordPress Rest API</li>\n<li>PHP 7</li>\n<li>Build tools</li>\n<li>Unit testing</li>\n</ul>\n<p>First up, lessons learned about outsourcing.</p>\n<p>When we started making ScoutDocs, the question was raised as to whether it would be beneficial to outsource any of the coding. My time was valuable and limited, so I figured that if I had another developer code while I slept, I could spend an hour in the morning reviewing the code and giving them direction for the next workday. I had visions of quickly scanning code while my morning coffee brewed, twirling an invisible moustache, and muttering “good, good.”</p>\n<p>This is not what happened.</p>\n<p>The issue I quickly ran into was that for any nebulously defined problem, someone else’s solution was unlikely to match what I wanted. Their assumptions would not be the same as mine. As a result, the odds of me being happy with their solution were very low.</p>\n<p>I spent a lot of time rewriting code.</p>\n\n<a href=\"https://markjaquith.wordpress.com/2018/06/01/lessons-learned-making-scoutdocs-outsourcing/not-hiring/\"><img width=\"100\" height=\"56\" src=\"https://markjaquith.files.wordpress.com/2018/06/not-hiring.gif?w=100&h=56\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://markjaquith.wordpress.com/2018/06/01/lessons-learned-making-scoutdocs-outsourcing/spaces/\"><img width=\"100\" height=\"56\" src=\"https://markjaquith.files.wordpress.com/2018/06/spaces.gif?w=100&h=56\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n\n<p>And because I was spending all my time “fixing” the code I wasn’t really looking at the product as a whole.</p>\n<p>When the contractors were done, my ScoutDocs partners and I looked at it, and we realized that it… was bad. Forget code quality, which despite all my vain reshuffling was still lacking: what we had was just overall a terrible user experience. Rather horrifyingly, we admitted that what we needed to do to give it the user experience we wanted was nothing short of a total rewrite.</p>\n<p><img /></p>\n<p>I rolled up my sleeves, <a href=\"https://markjaquith.wordpress.com/2018/06/11/making-scoutdocs-react\">learned React</a>, and rewrote ScoutDocs until almost nothing of the original code and user experience remained.</p>\n<p>So was outsourcing a waste? Not completely. Some code was retained, mostly relating to the Amazon S3 interface. I was glad that someone else had experienced the singular joy of spending an eternity lost in a maze of Amazon Web Services documentation and confusing code samples. Additionally, if I had set out to build the initial version of the code, it would have taken a lot of my time (which I did not have much to spare), and might have meant that our horrifying realization would have been delayed for several months.</p>\n<p><strong>Knowing what doesn’t work is valuable</strong>, even if you have to throw it away. That’s mostly what we had gotten for our money: figuring out what didn’t work. If outsourcing can get you to these realizations sooner or for less money, it might be well worth it.</p>\n<p>As I rewrote the software, my partners asked me a few times if I regretted outsourcing. I didn’t, for the above reason, but also because outsourcing had solved some of the coding issues that would have been a slog for me. However, if I was doing it all over again, I would have done more work upfront to identify specific, well-defined tasks that I wanted to outsource.</p>\n<p><strong>Delegation makes sense when the task is well-defined.</strong> At the extreme, you could spend so much time redoing work and asking for revisions that you’d have been better off just doing it yourself. If you can specify exactly what constitutes success in a task, and the time it takes you to specify that is much less than the time it would take you to do the task, outsource it.</p>\n<p>Check back next week for my thoughts on rewriting ScoutDocs in React.</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, 01 Jun 2018 14:11:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mark Jaquith\";s: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:42:\"Dev Blog: The Month in WordPress: May 2018\";s:7:\"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=6065\";s:7:\"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/2018/06/the-month-in-wordpress-may-2018/\";s: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:4536:\"<p>This month saw two significant milestones in the WordPress community — the 15th anniversary of the project, and GDPR-related privacy tools coming to WordPress Core. Read on to find out more about this and everything else that happened in the WordPress community in May.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Local Communities Celebrate the 15th Anniversary of WordPress</h2>\n\n<p>Last Sunday, May 27, WordPress turned 15 years old. This is a noteworthy occasion for an open-source project like WordPress and one well worth celebrating. To mark the occasion, <a href=\"https://wp15.wordpress.net/\">WordPress communities across the world gathered</a> for parties and meetups in honor of the milestone.</p>\n\n<p>Altogether, there were 224 events globally, with <a href=\"https://wp15.wordpress.net/about/\">a few more of those still scheduled</a> to take place in some communities — attend one in your area if you can.</p>\n\n<p>If your city doesn’t have a WordPress meetup group, this is a great opportunity to start one! Learn how with <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/welcome/\">the Meetup Organizer Handbook</a>, and join the #community-events channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>.</p>\n\n<h2>Privacy Tools added to WordPress core</h2>\n\n<p>In light of recent changes to data privacy regulations in the EU, WordPress Core shipped important updates <a href=\"https://wordpress.org/news/2018/05/wordpress-4-9-6-privacy-and-maintenance-release/\">in the v4.9.6 release</a>, giving site owners tools to help them comply with the new General Data Protection Regulation (GDPR). It is worth noting, however, that WordPress cannot ensure you are compliant — this is still a site owner’s responsibility.</p>\n\n<p>The new privacy tools include a number of features focused on providing privacy and personal data management to all site users — asking commenters for explicit consent to store their details in a cookie, providing site owners with an easy way to publish a Privacy Policy, and providing data export and erasure tools to all site users that can be extended by plugins to allow the handling of data that they introduce.</p>\n\n<p>To find out more about these features and the other updates, read the <a href=\"https://make.wordpress.org/core/2018/05/17/4-9-6-update-guide/\">4.9.6 update guide</a>. You can also get involved in contributing to this part of WordPress Core by jumping into the #core-privacy channel in the<a href=\"https://make.wordpress.org/chat/\"> Making WordPress Slack group</a>, and following<a href=\"https://make.wordpress.org/core/\"> the Core team blog</a>.</p>\n\n<h2>Updates to the WordPress.org Privacy Policy</h2>\n\n<p>In a similar vein, WordPress.org itself has received <a href=\"https://wordpress.org/about/privacy/\">an updated Privacy Policy</a> to make clear what is being tracked and how your data is handled. Along with that, a <a href=\"https://wordpress.org/about/privacy/cookies/\">Cookie Policy</a> has also been added to explain just what is collected and stored in your browser when using the site.</p>\n\n<p>These policies cover all sites on the WordPress.org network — including WordPress.org, WordPress.net, WordCamp.org, BuddyPress.org, bbPress.org, and other related domains and subdomains. It’s important to note that this does not mean that anything has changed in terms of data storage; rather that these documents clarify what data is stored and how it is handled.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Further Reading:</h2>\n\n<ul>\n <li>WordCamp US 2018 has <a href=\"https://2018.us.wordcamp.org/2018/05/29/speak-at-wordcamp-us/\">opened up speaker submissions</a> for the December event.</li>\n <li><a href=\"https://2018.europe.wordcamp.org/2018/05/15/wceu-live-stream-tickets/\">Live stream tickets are now available for WordCamp Europe</a>, happening on June 14-16.</li>\n <li>Gutenberg, the new editor for WordPress Core, is getting ever closer to the final stages with <a href=\"https://make.wordpress.org/core/2018/05/18/whats-new-in-gutenberg-18th-may/\">a major update</a> this month.</li>\n <li>In preparation for Gutenberg, <a href=\"https://core.trac.wordpress.org/changeset/43309\">significant work has been done</a> to improve WordPress Core’s build process.</li>\n</ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</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:\"Fri, 01 Jun 2018 09:09:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s: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:51:\"WPTavern: Community Spotlight: James Huff (MacManX)\";s:7:\"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=81014\";s:7:\"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://wptavern.com/community-spotlight-james-huff-macmanx\";s: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:2473:\"<p>Providing support on the <a href=\"https://wordpress.org/support/\">WordPress.org forums</a> is one of the easiest ways to contribute to WordPress and those who do are some of the unsung heroes of the project. One of those heroes is James Huff known as <a href=\"https://wordpress.org/support/users/macmanx/\">MacManX</a> on the forums.</p>\n\n<p>Huff has been supporting users for 13 years and recently celebrated an awesome milestone reaching 50K replies. <br /></p>\n\n\n <blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Achievement Unlocked: Over 13 years of <a href=\"https://twitter.com/WordPress?ref_src=twsrc%5Etfw\">@WordPress</a> support, and 50,000 replies: <a href=\"https://t.co/0un3ggrKGI\">https://t.co/0un3ggrKGI</a> <a href=\"https://t.co/aKiwOuesk8\">pic.twitter.com/aKiwOuesk8</a></p>— James Huff (@MacManX) <a href=\"https://twitter.com/MacManX/status/1001958883303280640?ref_src=twsrc%5Etfw\">May 30, 2018</a></blockquote>\n\n\n<p>In this spotlight, we learn what drives Huff to provide support, what he’s learned, and what users can do to improve the likelihood a support request will be resolved. </p>\n\n<p><em>What drives your desire to help people with WordPress on the support forums?</em></p>\n\n<p>I like helping people succeed with WordPress. It’s kind of a legacy for me, because you never know if solving one blocker will lead to a life-changing site or service. If anything, I hope I made a few days better for a few folks.</p>\n\n<p><em>Any trends or common issues you’ve noticed in the past few months/years?</em></p>\n\n<p>Nothing out of the ordinary. Plugin and theme conflicts will always be the most common.</p>\n\n<p><em>What tips or suggestions do you have for users to increase the likelihood of solving their problem?</em></p>\n\n<p>Try the <a href=\"https://wordpress.org/plugins/health-check/\">Health Check</a> plugin first, its Troubleshooting Mode is great!</p>\n\n<p><em>What lessons have you learned by providing support in the forums?</em></p>\n\n<p>I learned about almost everything I have done to customize my sites first by helping someone else do it. Overall, I have learned quite a bit about WordPress just by helping other people. </p>\n\n<p>To learn more about James and how he got involved with supporting the WordPress community, watch <a href=\"https://wordpress.tv/2018/02/21/andrea-middleton-wordpress-is-a-banquet/\">this presentation</a> by Andrea Middleton from WordCamp Seattle 2017.</p>\n\n\n \n\n\n<p><br /></p><br /></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, 01 Jun 2018 02:38:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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:69:\"WPTavern: WPWeekly Episode 318 – Happy 15th Birthday WordPress 0.70\";s:7:\"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=81007&preview=true&preview_id=81007\";s:7:\"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://wptavern.com/wpweekly-episode-318-happy-15th-birthday-wordpress-0-70\";s: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:1431:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> and I look back at 15 years of WordPress. We discuss the journey so far and where we think the project is going. Hint, it involves JavaScript. We also do a bit of self-reflection on how WordPress fits into our lives and where we see us fitting into its future. For giggles, we did some WordPress trivia as well.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://ma.tt/2018/05/wordpress-at-15/\">Matt’s Birthday Post</a><br />\n<a href=\"https://wordpress.org/news/2003/05/wordpress-now-available/\">WordPress Now Available</a><br />\n<a href=\"https://wordpress.org/news/category/releases/\">WordPress Release History</a><br />\n<a href=\"https://twitter.com/search?q=%23wp15&src=typd\">#wp15 on Twitter</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, June 6th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href=\"https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe\">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #318:</strong><br />\n</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, 01 Jun 2018 01:27:47 +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:16;a:6:{s:4:\"data\";s:11:\"\n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"HeroPress: Freedom to Parent\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://heropress.com/?p=2556\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"https://heropress.com/freedom-to-parent/#utm_source=rss&utm_medium=rss&utm_campaign=freedom-to-parent\";s: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:3038:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2015/11/MyPride-HeroPress-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull quote: WordPress has given me much more than just a job. It has given me back my pride, my strength, a social life.\" /><p>In any post about how WordPress changes lives the word Freedom invariably comes up. Freedom to be yourself, to travel, to grow, learn, even age. This week’s replay is about the freedom to parent.</p>\n<p>Ines was a young single mother without advanced education during an economic downturn. Things seemed bleak.</p>\n<p>Through her own hard work and effort she learned the fundamentals of web development, but it was WordPress that allowed her to pursue that profession from her own home. She was able to be home with her baby and care for him the way she saw fit. He was able to grow getting to know his mother every day instead of a day care worker.</p>\n<p>WordPress can be an incredible source of freedom for single parents, allowing them to have a solid career while also being good parents.</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://heropress.com/essays/getting-a-life/\">Getting A Life</a></p></blockquote>\n<p></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: Freedom to Parent\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Freedom%20to%20Parent&via=heropress&url=https%3A%2F%2Fheropress.com%2Ffreedom-to-parent%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Freedom to Parent\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Ffreedom-to-parent%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%2Ffreedom-to-parent%2F&title=Freedom+to+Parent\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Freedom to Parent\"></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/freedom-to-parent/&media=https://heropress.com/wp-content/uploads/2015/11/MyPride-HeroPress-150x150.jpg&description=Freedom to Parent\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Freedom to Parent\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/freedom-to-parent/\" title=\"Freedom to Parent\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/freedom-to-parent/\">Freedom to Parent</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:\"Thu, 31 May 2018 14:00: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:\"\";}}}}}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:64:\"WPTavern: One Way to Whitelist and Blacklist Blocks in Gutenberg\";s:7:\"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=80994\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wptavern.com/one-way-to-whitelist-and-blacklist-blocks-in-gutenberg\";s: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:1044:\"<p><a href=\"https://wordpress.org/plugins/gutenberg/\">Gutenberg</a> ships with a number of blocks but what if your client or project doesn’t need most of them? The <a href=\"https://wordpress.org/gutenberg/handbook/extensibility/extending-blocks/\">Gutenberg Handbook explains</a> how to create a whitelist and a blacklist for blocks but in some circumstances, Gutenberg does not respect the allowed_block_types filter.</p>\n\n<p>Jason Bahl, a WordPress Engineer at Digital First Media, <a href=\"http://jasonbahl.com/2018/05/29/whitelisting-blacklisting-blocks/\">published a tutorial</a> that explains how to whitelist and blacklist blocks using a filterable, localized array.</p>\n\n<p>One thing to keep in mind is that Gutenberg development is in a high state of flux and Bahl warns that his technique is fragile and will likely cause things to break over time. He suggests keeping a close eye on <a href=\"https://github.com/WordPress/gutenberg\">Gutenberg development</a> to see how blacklisting/whitelisting evolves in the plugin. <br /></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, 31 May 2018 01:07: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: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: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: WordCamp US 2018 is Accepting Speaker Proposals Until July 1st\";s:7:\"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=80988\";s:7:\"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/wordcamp-us-2018-is-accepting-speaker-proposals-until-july-1st\";s: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:640:\"<p>WordCamp US has <a href=\"https://2018.us.wordcamp.org/2018/05/29/speak-at-wordcamp-us/\">announced</a> it is accepting speaker proposals until July 1st, 11:59p.m. CDT. The event takes place December 7-9, 2018, in Nashville, TN.</p>\n\n<p>Those interested in speaking can submit an application through the <a href=\"https://wcus-speakers.org/\">Call for Speakers</a> site. The site contains session ideas, a list of speaker benefits, and tips for submissions.</p>\n\n<p>To see a list of sessions and speakers from last year’s event, check out the <a href=\"https://2017.us.wordcamp.org/sessions/\">2017 WordCamp US website</a>. </p>\n\n<p></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, 30 May 2018 23:36: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: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:71:\"Akismet: Version 4.0.7 of the Akismet WordPress Plugin Is Now Available\";s:7:\"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:\"http://blog.akismet.com/?p=1997\";s:7:\"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://blog.akismet.com/2018/05/28/version-4-0-7-of-the-akismet-wordpress-plugin-is-now-available/\";s: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:957:\"<p>Version 4.0.7 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is now available.</p>\n<p>4.0.7 contains the following changes:</p>\n<ul>\n<li>Based on user feedback, the link on “Learn how your comment data is processed.” in the optional privacy notice now has a <code>target</code> of <code>_blank</code> and opens in a new tab/window.</li>\n<li>Updated the in-admin privacy notice to use the term “comment” instead of “contact” in “Akismet can display a notice to your users under your comment forms.”</li>\n<li>Only show in-admin privacy notice if Akismet has an API Key configured</li>\n</ul>\n<p>To upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href=\"http://wordpress.org/plugins/akismet/\">the WordPress plugins directory</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 28 May 2018 16:34: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:10:\"Josh Smith\";s: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:71:\"Akismet: Version 4.0.6 of the Akismet WordPress Plugin Is Now Available\";s:7:\"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:\"http://blog.akismet.com/?p=1989\";s:7:\"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://blog.akismet.com/2018/05/26/version-4-0-6-of-the-akismet-wordpress-plugin-is-now-available/\";s: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:1494:\"<p>Version 4.0.6 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is now available. If you are paying attention to version numbers, you will notice that we went from 4.0.3 to 4.0.6 in one day. This is because we got <a href=\"https://wordpress.org/support/topic/help-fatal-error-after-update/\">user reports</a> of issues with older versions of PHP with our intermediary versions, which we jumped on fixing right away.</p>\n<p>4.0.6 contains the following changes:</p>\n<ul>\n<li>\n<p class=\"p1\"><span class=\"s1\">Added a hook to provide Akismet-specific </span><span class=\"s2\">privacy</span><span class=\"s1\"> information for a site’s </span><span class=\"s2\">privacy</span><span class=\"s1\"> policy.</span></p>\n</li>\n<li>\n<p class=\"p1\"><span class=\"s1\">Added tools to control the display of a </span><span class=\"s2\">privacy</span><span class=\"s1\"> related notice under comment forms.</span></p>\n</li>\n<li>\n<p class=\"p1\"><span class=\"s1\">Fixed HTML in activation failure message to close META and HEAD tag properly.</span></p>\n</li>\n<li>\n<p class=\"p1\"><span class=\"s1\">Fixed a bug that would sometimes prevent Akismet from being correctly auto-configured.</span></p>\n</li>\n</ul>\n<p>To upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href=\"http://wordpress.org/plugins/akismet/\">the WordPress plugins directory</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:\"Sat, 26 May 2018 17:32: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:\"Stephane Daury\";s: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:86:\"Post Status: The History of the Web, and WordPress’s 15th Birthday — 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=45814\";s:7:\"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:89:\"https://poststatus.com/the-history-of-the-web-and-wordpresss-15th-birthday-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:2249:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Brian Krogsgard and co-host Brian Richards.</p>\n<p>In this episode, Brian is joined by guest-host <a href=\"https://twitter.com/jay_hoffmann\">Jay Hoffmann</a>. Jay is the Lead Developer at <a href=\"https://reaktivstudios.com/\">Reaktiv Studios</a> and the creator and curator of <a href=\"https://thehistoryoftheweb.com/\">The History of the Web</a>. It is a good time to discuss the history of the web with Jay, as WordPress is ready to celebrate <a href=\"https://ma.tt/2018/05/wordpress-at-15/\">its 15th birthday</a>.</p>\n<p>Be sure to subscribe to Jay’s newsletter on the History of the Web website to receive new articles on such a fascinating project.</p>\n<p>Brian and Jay discuss his work at Reaktiv, his prior work at Sesame Street Workshop and Random House, and the project he’s worked on for two years now documenting the web’s timeline and history. It was a fun discussion on all fronts.</p>\n<p></p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://thehistoryoftheweb.com/\">The History of the Web</a></li>\n<li><a href=\"https://thehistoryoftheweb.com/the-story-of-flash/\">The history of Flash</a></li>\n<li><a href=\"https://thehistoryoftheweb.com/the-story-of-wordpress/\">The story of WordPress</a></li>\n<li><a href=\"https://thehistoryoftheweb.com/web-fonts/\">The decade long path to web fonts</a></li>\n</ul>\n<h3>Sponsor: WooCommerce</h3>\n<p><a href=\"https://woocommerce.com/\">WooCommerce</a> makes the most customizable eCommerce software on the planet, and it’s the most popular too. You can build just about anything with WooCommerce. <a href=\"https://woocommerce.com/\">Try it today</a>, and thanks to the team at WooCommerce 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:\"Fri, 25 May 2018 21:42: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: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: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:59:\"WPTavern: The First Release of WordPress Turns 15 Years Old\";s:7:\"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=80964\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wptavern.com/the-first-release-of-wordpress-turns-15-years-old\";s: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:2945:\"<p>This Sunday, May 27th, marks the 15th anniversary of the <a href=\"https://wordpress.org/news/2003/05/wordpress-now-available/\">first release</a> of WordPress. Users are celebrating the occasion across the world with <a href=\"https://twitter.com/WPCapeTown/status/999696890349457408\">huge cakes</a>, <a href=\"https://twitter.com/outtheboxthemes/status/999995112879984640\">cupcakes</a>, <a href=\"https://twitter.com/kevinwhoffman/status/999444582445273088\">memorable photos</a>, <a href=\"https://twitter.com/CristianoZanca/status/999723447789015040\">parties</a>, and <a href=\"https://twitter.com/ChapitreOnze/status/999738180361441280\">meetups</a>.<br />.<br /></p>\n\n\n <blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Now that’s a cake! <a href=\"https://twitter.com/hashtag/wp15?src=hash&ref_src=twsrc%5Etfw\">#wp15</a> <a href=\"https://t.co/i8lAr4SLsO\">pic.twitter.com/i8lAr4SLsO</a></p>— WordPress Cape Town (@WPCapeTown) <a href=\"https://twitter.com/WPCapeTown/status/999696890349457408?ref_src=twsrc%5Etfw\">May 24, 2018</a></blockquote>\n\n\n<p>To see if there is an event near you, visit the official <a href=\"https://wp15.wordpress.net/\">WordPress 15th anniversary site</a> and type your city into the search box. You can also follow the festivities on Twitter by browsing the <a href=\"https://twitter.com/search?q=%23wp15&src=typd\">#WP15</a> hashtag.</p>\n\n<p>If you’re thinking about hosting a party and want to use the WordPress logo on a cake or other bakery items, you’re in luck. The WordPress Foundation has amended the <a href=\"https://wordpressfoundation.org/trademark-policy/\">WordPress Trademark Policy</a> to allow people to put the logo on baked goods.<br /></p>\n\n<blockquote class=\"wp-block-quote\">\n <p>*** Attention: If you’re interested in putting the WordPress logo on a cake, cookie, cupcake, babka, or other celebratory food in honor of the WordPress 15th Anniversary… yes, this is OK under the Trademark policy. ***</p><cite>WordPress Trademark Policy </cite></blockquote>\n\n<p>In 2015, <a href=\"https://wptavern.com/93digital-publishes-wordpress-time-machine\">we highlighted</a> <a href=\"https://93digital.co.uk/\">93Digital</a>‘s WordPress Time Machine. The company has continued to <a href=\"https://93digital.co.uk/wphistory/\">update the timeline</a> with images of the WordPress 4.6, 4.7, 4.8, and 4.9 backends along with their default themes. The timeline is a quick way to see how WordPress has evolved over 15 years. <br /></p>\n\n<img />\n 93Digital WordPress Time Machine\n\n\n<p>Don’t forget that you can use the coupon code <strong>CELEBRATEWP15</strong> to take 15% off any swag you purchase on the <a href=\"https://mercantile.wordpress.org/product-category/wordpress-15/\">WordPress Swag store</a>. The coupon code is good through the end of the year. <br /></p>\n\n<p>Will you be celebrating WordPress’ birthday this weekend? If so, how and where? Let us know!<br /></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, 25 May 2018 19:41:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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: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:21:\"Matt: WordPress at 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=48110\";s:7:\"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:38:\"https://ma.tt/2018/05/wordpress-at-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2065:\"<img />\n\n<p>This weekend, May 27, marks <a href=\"https://wordpress.org/news/2003/05/wordpress-now-available/\">the 15th anniversary of the first release of WordPress</a>. It is an understatement to say that I am immensely proud of what this global community has become, and what it has created. More than 30% of the top sites on the web are now powered by WordPress, I’m writing this in <a href=\"https://wordpress.org/plugins/gutenberg/\">our next-generation editor Gutenberg</a>, and every day I meet someone who is building something interesting on WordPress or pushing our shared project in bold new directions. If you can believe it, growth has actually been accelerating.</p>\n\n<p>There’s so much: A group of high school students bands together to <a href=\"https://marchforourlives.com/home/\">build a national movement on WordPress</a>; a president builds the foundation for <a href=\"https://www.obama.org/\">his own next chapter on WordPress</a>; the <a href=\"https://www.whitehouse.gov/\">current WhiteHouse.gov</a> switches over; or when someone like Hajj Flemings brings thousands of small businesses <a href=\"https://rebrand.city/\">onto the open web for the first time</a>, with WordPress.</p>\n\n<p>To celebrate #WP15, hundreds of local WordPress communities around the world will be throwing parties. <a href=\"https://wp15.wordpress.net/\">Go here to find a meetup in your area</a>. <br /></p>\n\n<p>I am thankful to <a href=\"https://mikelittle.org/\">Mike</a> for helping make WordPress a reality, many dedicated folks in the years since, and to all of you who are dreaming up the next 15 years. <img src=\"https://s.w.org/images/core/emoji/2.4/72x72/1f604.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n\n<p>Many in the open source world are like Moses in that they speak of the Promised Land but will never set foot there. If I spend the rest of my life working and we don’t reach almost all websites being powered by open source and the web being substantially open, I will die content because I already see younger generations picking up the banner.</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, 25 May 2018 19:30: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: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: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:46:\"Dev Blog: WordPress.org Privacy Policy 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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=6047\";s:7:\"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:\"https://wordpress.org/news/2018/05/wordpress-org-privacy-policy-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:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:656:\"<p>The <a href=\"https://wordpress.org/about/privacy/\">WordPress.org privacy policy</a> has been updated, hurray! While we weren’t able to remove <strong>all</strong> the long sentences, we hope you find the revisions make it easier to understand:</p>\n<ul>\n<li>how we collect and use data,</li>\n<li>how long the data we collect is retained, and</li>\n<li>how you can request a copy of the data you’ve shared with us.</li>\n</ul>\n<p>There hasn’t been any change to the data that WordPress.org collects or how that data is used; the privacy policy just provides more detail now. Happy reading, and thanks for using WordPress!</p>\n<p> </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, 25 May 2018 08:06: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:16:\"Andrea Middleton\";s: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:66:\"WPTavern: WPWeekly Episode 317 – Minor Major Major Minor 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:58:\"https://wptavern.com?p=80952&preview=true&preview_id=80952\";s:7:\"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/wpweekly-episode-317-minor-major-major-minor-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:2307:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> and I discuss Adobe’s acquisition of Magento, feedback regarding WordPress 4.9.6, when 4.9.7 might ship, an unofficial WordCamp app for iOS, and whether or not it’s time for WordPress auto updates to occur for every version. I describe what it’s like having poison ivy on my face and my continuing woes with lawn care equipment.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://techcrunch.com/2018/05/21/adobe-to-acquire-magento-for-1-6-b/\">Adobe to acquire Magento for $1.68B</a><br />\n<a href=\"https://core.trac.wordpress.org/ticket/44142\">WordPress 4.9.7 will include patch to fix an issue that caused fatal 500 errors</a><br />\n<a href=\"https://make.wordpress.org/community/2018/05/18/wordpress-logos-on-cakes/\">You can use the WordPress logo on bakery goods to celebrate WordPress’ birthday</a><br />\n<a href=\"https://wptavern.com/marcel-schmitz-releases-unofficial-wordcamp-for-ios-app\">Marcel Schmitz Releases Unofficial WordCamp for iOS App</a><br />\n<a href=\"https://themeshaper.com/2018/05/22/music-a-gutenberg-powered-theme/\">Music: A Gutenberg-Powered Theme</a><br />\n<a href=\"https://deliciousbrains.com/gdpr-local-development/\">GDPR for WordPress Developers: Announcing the (Free) Anonymization Addon </a><br />\n<a href=\"https://buddypress.org/2018/05/buddypress-3-0-0-apollo/\">BuddyPress 3.0.0 “Apollo”</a></p>\n<h2>Picks of the Week:</h2>\n<p><a href=\"https://www.kickstarter.com/projects/1920546253/panic-mode\">Panic Mode</a> the card game. A cooperative card game of office politics during Disaster Recovery for up to 8 players.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, May 30th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href=\"https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe\">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #317:</strong><br />\n</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, 24 May 2018 19:44:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:68:\"WPTavern: Why Sites Didn’t Automatically Update to WordPress 4.9.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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=80940\";s:7:\"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://wptavern.com/why-sites-didnt-automatically-update-to-wordpress-4-9-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2086:\"<p>WordPress 4.9.6 was <a href=\"https://wptavern.com/wordpress-4-9-6-released-with-user-data-export-and-removal-tools\">released last</a> week and was labeled a minor release. Minor releases trigger WordPress’ automatic update system. Shortly after its release, some users <a href=\"https://wordpress.org/support/topic/4-9-6-not-updating-automatically/\">began questioning</a> why their sites were not automatically updating to 4.9.6. I wondered the same thing after logging into a site I maintain and discovering it had not updated.</p>\n\n<p>It turns out that the WordPress Development team disabled the auto update system after discovering that a few plugins were incorrectly loading the new privacy features and <a href=\"https://core.trac.wordpress.org/ticket/44142\">triggering fatal 500 errors</a> on the frontend of user’s sites.</p>\n\n<p>The issue stems from privacy code that includes a file that was not expected to be loaded without the rest of the WordPress admin. Mika Epstein, a volunteer member of the plugin review team, personally contacted the affected plugin developers last weekend to help rectify the issue.</p>\n\n<p>A recent scan of the WordPress plugin directory shows that there are no other plugins incorrectly loading the privacy code. However, automatic updates for WordPress 4.9.6 remain disabled until the release of WordPress 4.9.7.</p>\n\n<p>WordPress 4.9.7 will fix the issue described above and include a few other bug fixes. Since auto updates will be enabled for 4.9.7, sites running on 4.9.5 should auto update to 4.9.7 when it’s released. WordPress 4.9.7 is expected to be released sometime after the Memorial Day holiday (Monday, May 28th). <del>Until then, users will need to manually update to 4.9.6.</del></p>\n\n<h3><strong>*Updated 5/23/2018 9:28 PM EST*</strong></h3>\n\n<p>Earlier this evening, Gary Pendergast enabled auto updates for WordPress 4.9.6 and the team is monitoring for any new errors that are triggered. So far, 20K sites have updated without any notable problems. </p>\n\n<p><del></del></p>\n\n<p><br /></p><br /></p>\n\n<p></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, 24 May 2018 00:32: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:\"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:27;a:6:{s:4:\"data\";s:11:\"\n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"HeroPress: Accessibility Where It Matters\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://heropress.com/?p=2551\";s:7:\"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:127:\"https://heropress.com/accessibility-where-it-matters/#utm_source=rss&utm_medium=rss&utm_campaign=accessibility-where-it-matters\";s: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:3223:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2015/07/BeautyOfWordpress-HeroPress-corrected-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: The beauty of WordPress and its community is that we can create opportunities for ourselves.\" /><p>One of the things that I’ve always loved about WordPress is how it provides things to people. It provides a living to those who have none, it provides community to those without one, and it can provide tools to those who need them.</p>\n<p>Amanda Rush is blind, and navigates a world that is often hostile to blind people. WordPress developers work very very hard to make the WordPress software usable by people with no sight.</p>\n<p>A wonderful by-product of that is that Amanda and people like her can build a career for themselves, without depending on a physically friendly workplace and a physically friendly transit.</p>\n<p>WordPress provides Freedom to those who deal with a world that’s built to be hostile toward them.</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://heropress.com/essays/finding-freedom-wordpress/\">Finding Freedom in WordPress</a></p></blockquote>\n<p></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: Accessibility Where It Matters\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Accessibility%20Where%20It%20Matters&via=heropress&url=https%3A%2F%2Fheropress.com%2Faccessibility-where-it-matters%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Accessibility Where It Matters\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Faccessibility-where-it-matters%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%2Faccessibility-where-it-matters%2F&title=Accessibility+Where+It+Matters\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Accessibility Where It Matters\"></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/accessibility-where-it-matters/&media=https://heropress.com/wp-content/uploads/2015/07/BeautyOfWordpress-HeroPress-corrected-150x150.jpg&description=Accessibility Where It Matters\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Accessibility Where It Matters\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/accessibility-where-it-matters/\" title=\"Accessibility Where It Matters\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/accessibility-where-it-matters/\">Accessibility Where It Matters</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, 23 May 2018 12:00: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:\"\";}}}}}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:65:\"WPTavern: Marcel Schmitz Releases Unofficial WordCamp for iOS App\";s:7:\"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=80910\";s:7:\"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://wptavern.com/marcel-schmitz-releases-unofficial-wordcamp-for-ios-app\";s: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:2623:\"<p>Marcel Schmitz, founder of <a href=\"https://hellodev.us/\">hellodev</a>, has <a href=\"https://schmitzoide.blog/wordcamp-app-an-ios-app-for-all-wordcampers-around-the-world/\">released</a> WordCamp for iOS for free on the <a href=\"https://itunes.apple.com/gb/app/wordcamp/id1384323581?mt=8\">App Store</a>. The app utilizes the WordPress REST API endpoints from <a href=\"https://central.wordcamp.org/\">WordCamp Central</a> and hellodev to display sessions, speakers, and news from an event’s official site.</p>\n\n<p>Schmitz used <a href=\"https://2018.porto.wordcamp.org/\">WordCamp Porto</a> to test features within the app. Sessions are displayed in a timeline and if you give the app permission to access your device’s calendar, you can add sessions to it and create reminders.</p>\n\n<img />\n Session Timeline\n\n\n<p>When viewing a session in the app, the screen displays the time the session takes place, name of the speaker with a quick link to a bio, session description, and a section at the bottom to write notes.</p>\n\n<p>There’s also an option on the top-right corner to mark sessions as favorites. However, during testing, marking a session as a favorite would crash the app.</p>\n\n<img />\n Take Notes While Watching a Session\n\n\n<p>The app displays all of the necessary information concerning the event without the need to browse to the actual site. Schmitz says he plans to add more information about the city, venue, and the ability to call an UBER in future updates.</p>\n\n<p>WordCamp is a <a href=\"https://wordpressfoundation.org/trademark-policy/\">trademark of the WordPress Foundation</a>. Although Schmitz clearly states that WordCamp for iOS is not the official app for all WordCamps, he does not mention receiving permission from the Foundation to use WordCamp in the name. Unless his app is adopted to be the official App for iOS devices, it’s likely he will need to change the name.</p>\n\n<p>Searching the App Store for WordCamp only produces two results. Schmitz’s app and a WordCamp EU Paris Guide. There’s an official WordCamp App for Android available on <a href=\"https://play.google.com/store/apps/details?id=org.wordcamp.android&hl=en_US\">Google Play</a> and <a href=\"https://github.com/wordpress-mobile/WordCamp-Android\">GitHub</a> but the project has seen little activity in the last three years.</p>\n\n<p>WordCamp for iOS fills a void and gives users convenient access to a lot of relevant WordCamp information. To check it out for yourself, you can download it for free from the <a href=\"https://itunes.apple.com/gb/app/wordcamp/id1384323581?mt=8\">App Store</a>. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 May 2018 20:54:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:41:\"BuddyPress: BuddyPress 3.0.0 “Apollo”\";s:7:\"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=273108\";s:7:\"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/2018/05/buddypress-3-0-0-apollo/\";s: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:3300:\"<p>BuddyPress 3.0.0 “Apollo” is now available for immediate download from the WordPress.org plugin repository, or right from your WordPress Dashboard. “Apollo” focuses on various improvement for developers, site builders and site managers.</p>\n<h4>Say hello to “Nouveau”!</h4>\n<p>A bold reimagining of our legacy templates, Nouveau is our celebration of <a href=\"https://buddypress.org/2018/03/10-years/\">10 years of BuddyPress</a>! Nouveau delivers modern markup with fresh JavaScript-powered templates, and full integration with WordPress’ Customizer, allowing more out-of-the-box control of your BuddyPress content than ever before.</p>\n<p>Nouveau provides vertical and horizontal layout options for BuddyPress navigation, and for the component directories, you can choose between a grid layout, and a classic flat list.</p>\n<p>Nouveau is fully compatible with WordPress. Existing BuddyPress themes have been written for our legacy template pack, and until they are updated, resolve any compatibility issues by choosing the legacy template pack option in <strong>Settings > BuddyPress</strong>.</p>\n<h4>Support for WP-CLI</h4>\n<p><a href=\"https://wp-cli.org/\">WP-CLI</a> is the command-line interface for WordPress. You can update plugins, configure multisite installs, and much more, without using a web browser. With this version of BuddyPress, you can now manage your BuddyPress content from WP-CLI.</p>\n<h4>Control site-wide notices from your dashboard</h4>\n<p>Site Notices are a feature within the Private Messaging component that allows community managers to share important messages with all members of their community. With Nouveau, the management interface for Site Notices has been removed from the front-end theme templates.</p>\n<p>Explore the new management interface at <strong>Users > Site Notices</strong>.</p>\n<h4>New profile field type: telephone numbers</h4>\n<p>A new telephone number field type has been added to the Extended Profiles component, with support for all international number formats. With a modern web browser, your members can use this field type to touch-to-dial a number directly.</p>\n<h4>BuddyPress: leaner, faster, stronger</h4>\n<p>With every BuddyPress version, we strive to make performance improvements alongside new features and fixes; this version is no exception. Memory use has been optimised — within active components, we now only load each individual code file when it’s needed, not before.</p>\n<p>Most notably, the <a href=\"https://bpdevel.wordpress.com/2017/12/07/legacy-forums-support-will-be/\">Legacy Forums component has been removed</a> after 9 years of service. If your site was using Legacy Forums, you need to <a href=\"https://codex.buddypress.org/getting-started/guides/migrating-from-old-forums-to-bbpress-2/\">migrate to the bbPress plugin</a>.</p>\n<h4>Make mine Apollo’s</h4>\n<p>In north-east London, Stoke Newington — or Stokey, as it’s affectionately known — is an area awash with newly-opening restaurants, amidst lapping waves of encroaching gentrification. Apollo’s is an authentically Neapolitan pizza place on the High Street, serving fantastically tasty yet uncomplicated pizzas. If you ever find yourself in north London, don’t miss Apollo’s!</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, 18 May 2018 00:23:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Paul Gibbs\";s: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:74:\"WPTavern: WordPress 4.9.6 Released With User Data Export and Removal Tools\";s:7:\"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=80898\";s:7:\"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/wordpress-4-9-6-released-with-user-data-export-and-removal-tools\";s: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:2428:\"<p><a href=\"https://wordpress.org/news/2018/05/wordpress-4-9-6-privacy-and-maintenance-release/\">WordPress 4.9.6</a> has been released and is considered a privacy and maintenance release. Traditionally, <a href=\"https://make.wordpress.org/core/handbook/about/release-cycle/version-numbering/\">minor versions</a> contain security and bug fixes. This release is different as it includes a number of privacy related features such as:</p>\n\n<ul>\n <li>Privacy Policy page template/creation</li>\n <li>User Data Request Handling</li>\n <li>User Data Export and Removal tools</li>\n <li>Cookie Opt-in for Comments</li>\n <li>Other features related to <a href=\"https://www.eugdpr.org/\">GDPR Compliance</a></li>\n</ul>\n\n<p>Earlier this month, I <a href=\"https://wptavern.com/wordpress-4-9-6-beta-1-adds-tools-for-gdpr-compliance\">reviewed the privacy features</a> in 4.9.6 and since that post was published, the team has made a number of adjustments. For example, site admins will receive an email when a user confirms a personal data export or removal request and the text on the privacy policy template page has been simplified. <br /></p>\n\n<p>The privacy features in WordPress 4.9.6 are largely the result of a <a href=\"https://wptavern.com/new-team-forms-to-facilitate-gdpr-compliance-in-wordpress-core\">new team of volunteers</a> that was formed earlier this year. The team is already hard at work on improving these features for future versions of WordPress.</p>\n\n<p>In addition to privacy enhancements, more than 50 bugs have been fixed. ‘Mine’ has been added as a filter in the WordPress Media Library and when viewing a plugin in the backend, it will display the minimum PHP version that’s required.</p>\n\n<p>The WordPress Development team has published an <a href=\"https://make.wordpress.org/core/2018/05/17/4-9-6-update-guide/\">update guide</a> that provides links to technical information related to features in 4.9.6. In addition, there’s a <a href=\"https://make.wordpress.org/core/2018/05/17/changes-that-affect-theme-authors-in-wordpress-4-9-6/\">guide available for Theme Authors</a> as styling adjustments may be necessary.</p>\n\n<p>As this is a minor release, sites are in the process of updating automatically. If you encounter an issue with 4.9.6, please report it on the <a href=\"https://wordpress.org/support/forum/how-to-and-troubleshooting/\">Support Forums</a>. <br /></p>\n\n<p><br /></p><br /></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, 17 May 2018 22:46:19 +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:57:\"Dev Blog: WordPress 4.9.6 Privacy 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=5920\";s:7:\"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://wordpress.org/news/2018/05/wordpress-4-9-6-privacy-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:10732:\"<p>WordPress 4.9.6 is now available. This is a <strong>privacy and maintenance release</strong>. We encourage you to update your sites to take advantage of the new privacy features.</p>\n\n<img src=\"https://i0.wp.com/wordpress.org/news/files/2018/05/GDPR-Banner.png?w=632&ssl=1\" alt=\"A decorative header featuring the text \" />\n\n<h2>Privacy</h2>\n\n<p>The European Union’s General Data Protection Regulation (<strong>GDPR</strong>) takes effect on May 25. The GDPR requires companies and site owners to be transparent about how they collect, use, and share personal data. It also gives individuals more access and choice when it comes to how their own personal data is collected, used, and shared.<br /></p>\n\n<p>It’s important to understand that while the GDPR is a European regulation, its requirements apply to all sites and online businesses that collect, store, and process personal data about EU residents no matter where the business is located.<br /></p>\n\n<p>You can learn more about the GDPR from the European Commission’s <a href=\"http://ec.europa.eu/justice/smedataprotect/index_en.htm\">Data Protection page</a>.<br /></p>\n\n<p>We’re committed to supporting site owners around the world in their work to comply with this important law. As part of that effort, we’ve added a number of new privacy features in this release.</p>\n\n<h2>Comments</h2>\n\n<img src=\"https://i0.wp.com/wordpress.org/news/files/2018/05/comments-border.png?w=632&ssl=1\" alt=\"A screenshot of a comment form, where the new \" name=\"name\" />\n\n<p>Logged-out commenters will be given a choice on whether their name, email address, and website are saved in a cookie on their browser.</p>\n\n<h2>Privacy Policy Page</h2>\n\n<img src=\"https://i1.wp.com/wordpress.org/news/files/2018/05/privacy-policy-collapsed.png?w=632&ssl=1\" alt=\"A screenshot of the new Privacy Settings page.\" class=\"wp-image-5995\" />\n\n<p>Site owners can now designate a privacy policy page. This page will be shown on your login and registration pages. You should manually add a link to your policy to every page on your website. If you have a footer menu, that’s a great place to include your privacy policy.<br /></p>\n\n<p>In addition, we’ve created a guide that includes insights from WordPress and participating plugins on how they handle personal data. These insights can be copied and pasted into your site’s privacy policy to help you get started.<br /></p>\n\n<p>If you maintain a plugin that collects data, we recommend including that information in WordPress’ privacy policy guide. <a href=\"https://developer.wordpress.org/plugins/privacy/\">Learn more in our Privacy section of the Plugin Handbook</a>.</p>\n\n<h2>Data Handling</h2>\n\n<img src=\"https://i2.wp.com/wordpress.org/news/files/2018/05/export-data.png?w=632&ssl=1\" alt=\"A screenshot of the new Export Personal Data tools page. Several export requests are listed on the page, to demonstrate how the new feature will work.\" class=\"wp-image-5999\" />\n\n<div class=\"wp-block-columns has-2-columns\">\n <h3 class=\"layout-column-1\">Data Export</h3>\n \n <p class=\"layout-column-1\">Site owners can export a ZIP file containing a user’s personal data, using data gathered by WordPress and participating plugins.</p>\n \n <h3 class=\"layout-column-2\">Data Erasure</h3>\n \n <p class=\"layout-column-2\">Site owners can erase a user’s personal data, including data collected by participating plugins.</p>\n </div>\n\n<blockquote class=\"wp-block-quote\">\n <p>Howdy,</p>\n <p>A request has been made to perform the following action on your account:<br /> </p>\n <p><strong>Export Personal Data</strong><br /> </p>\n <p>To confirm this, please click on the following link:<br /><a href=\"https://wordpress.org/news/feed/\">http://.wordpress.org/wp-login.php?action=confirmaction…</a><br /> </p>\n <p>You can safely ignore and delete this email if you do not want to<br /> take this action.<br /> </p>\n <p>This email has been sent to <a href=\"https://wordpress.org/news/feed/\">you@example.com</a>.<br /> </p>\n <p>Regards,<br /><em>Your friends at WordPress</em><br /><a href=\"http://wordpress.org\"><em> http://wordpress.org</em></a></p>\n</blockquote>\n\n<p>Site owners have a new email-based method that they can use to confirm personal data requests. This request confirmation tool works for both export and erasure requests, and for both registered users and commenters.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Maintenance</h2>\n\n<p>95 updates were made in WordPress 4.9.6. In addition to the above, particularly of note were:<br /></p>\n\n<ul>\n <li>“Mine” has been added as a filter in the media library.</li>\n <li>When viewing a plugin in the admin, it will now tell you the minimum PHP version required.</li>\n <li>We’ve added new PHP polyfills for forwards-compatibility and proper variable validation.</li>\n <li>TinyMCE was updated to the latest version (4.7.11).<br /></li>\n</ul>\n\n<p><a href=\"https://make.wordpress.org/core/2018/05/17/4-9-6-update-guide/\">This post has more information about all of the issues fixed in 4.9.6 if you’d like to learn more</a>.</p>\n\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.9.6</a> or venture over to Dashboard → Updates and click “Update Now.” Sites that support automatic background updates will start updating soon.<br /></p>\n\n<p class=\"has-background has-very-light-gray-background-color\">Please note that if you’re currently on WordPress 4.9.3, you should manually update your site immediately.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<p>Thank you to everyone who contributed to WordPress 4.9.6:<br /><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/abdullahramzan/\">abdullahramzan</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/allendav/\">allendav</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andreamiddleton/\">Andrea Middleton</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bridgetwillard/\">bridgetwillard</a>, <a href=\"https://profiles.wordpress.org/burlingtonbytes/\">Burlington Bytes</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/claudiu/\">claudiu</a>, <a href=\"https://profiles.wordpress.org/coreymckrill/\">Corey McKrill</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling (ocean90)</a>, <a href=\"https://profiles.wordpress.org/iseulde/\">Ella Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/ericdaams/\">Eric Daams</a>, <a href=\"https://profiles.wordpress.org/fclaussen/\">Fernando Claussen</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/idea15/\">Heather Burns</a>, <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandi</a>, <a href=\"https://profiles.wordpress.org/herregroen/\">herregroen</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ianbelanger/\">ibelanger</a>, <a href=\"https://profiles.wordpress.org/imath/\">imath</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jesperher/\">Jesper V Nielsen</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">JJJ</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/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha</a>, <a href=\"https://profiles.wordpress.org/jrf/\">jrf</a>, <a href=\"https://profiles.wordpress.org/dejliglama/\">Kåre Mulvad Steffensen</a>, <a href=\"https://profiles.wordpress.org/lakenh/\">Laken Hafner</a>, <a href=\"https://profiles.wordpress.org/laurelfulford/\">laurelfulford</a>, <a href=\"https://profiles.wordpress.org/lbenicio/\">lbenicio</a>, <a href=\"https://profiles.wordpress.org/macbookandrew/\">macbookandrew</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mnelson4/\">Michael Nelson</a>, <a href=\"https://profiles.wordpress.org/mikejolley/\">Mike Jolley</a>, <a href=\"https://profiles.wordpress.org/casiepa/\">Pascal Casier</a>, <a href=\"https://profiles.wordpress.org/pbarthmaier/\">pbrocks</a>, <a href=\"https://profiles.wordpress.org/postphotos/\">postphotos</a>, <a href=\"https://profiles.wordpress.org/pmbaldha/\">Prashant Baldha</a>, <a href=\"https://profiles.wordpress.org/presstigers/\">PressTigers</a>, <a href=\"https://profiles.wordpress.org/programmin/\">programmin</a>, <a href=\"https://profiles.wordpress.org/littlerchicken/\">Robin Cornett</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/satollo/\">Stefano Lissa</a>, <a href=\"https://profiles.wordpress.org/stephdau/\">Stephane Daury (stephdau)</a>, <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/teddytime/\">teddytime</a>, <a href=\"https://profiles.wordpress.org/thomasplevy/\">thomasplevy</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/tz-media/\">Tobias Zimpel</a>, <a href=\"https://profiles.wordpress.org/tjnowell/\">Tom J Nowell</a>, <a href=\"https://profiles.wordpress.org/tobifjellner/\">Tor-Bjorn Fjellner</a>, <a href=\"https://profiles.wordpress.org/itowhid06/\">Towhidul Islam</a>, <a href=\"https://profiles.wordpress.org/voneff/\">voneff</a>, <a href=\"https://profiles.wordpress.org/earnjam/\">William Earnhardt</a>, and <a href=\"https://profiles.wordpress.org/xkon/\">Xenos (xkon) Konstantinos</a>.<br /></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, 17 May 2018 19:21: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:11:\"Allen Snook\";s: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:55:\"WPTavern: WPWeekly Episode 316 – Stone Cold 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:58:\"https://wptavern.com?p=80887&preview=true&preview_id=80887\";s:7:\"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://wptavern.com/wpweekly-episode-316-stone-cold-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:2175:\"<p>While editing this episode, I noticed that my voice routinely goes from quiet to loud. I’m not sure why this is and suspect it has something to do with Windows 10. I apologize for the audio quality and will try to have it fixed by next week’s show.</p>\n<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> and I discuss the recent acquisition of the Google Analytics Dashboard for WordPress plugin, rebuilding the WordPress edit screen, and an in-depth conversation on the concerns expressed surrounding WordPress 4.9.6. We send a shout out to Alex Mills, get an update on John’s stolen goats, and rant about lawn care power equipment.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://exactmetrics.com/google-analytics-dashboard-wordpress-gadwp-now-exactmetrics/\">Google Analytics Dashboard for WordPress (GADWP) is Now ExactMetrics</a><br />\n<a href=\"https://www.satellitewp.com/en/warning-wordpress-4-9-6-really-is-a-major-update/\">Warning: WordPress 4.9.6 Really is a Major Update</a><br />\n<a href=\"https://humanmade.com/2018/05/11/rebuilding-wordpress-edit-screen/\">Rebuilding the WordPress Edit Screen</a><br />\n<a href=\"https://techcrunch.com/2018/05/10/mediums-latest-pivot-leaves-some-independent-media-in-the-lurch/\">Medium’s latest pivot leaves some independent media in the lurch</a><br />\n<a href=\"https://alex.blog/2018/05/15/vision-update-better-than-expected-but-serious-damage-was-done/\">Vision Update: Better Than Expected But Serious Damage Was Done</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, May 23rd 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href=\"https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe\">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #316:</strong><br />\n</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, 17 May 2018 01:12: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:33;a:6:{s:4:\"data\";s:11:\"\n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"HeroPress: Succeeding in Egypt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://heropress.com/?p=2548\";s:7:\"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://heropress.com/succeeding-in-egypt/#utm_source=rss&utm_medium=rss&utm_campaign=succeeding-in-egypt\";s: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:2936:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2015/09/Fail-HeroPress-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull quote: If you didn’t fail, you probably haven’t *truly* succeeded yet.\" /><p>This week’s HeroPress rewind is by Shady Sharaf from Cairo, Egypt. Shady is really the kind of person I had in mind when I started HeroPress: talented and smart, but isolated. The WordPress community is relatively small in Cairo, given the number of people that live there. So he leans on the international community for the kinds of relationships others (who can just go to WordCamps whenever they want) might take for granted.</p>\n<p>Shady’s essay came to me during a time of unrest in Egypt, yet he still got up every morning, took care of his family, and got work done. He’s one of my heroes for a number of reasons, as well as a good friend.</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://heropress.com/essays/ambition-persistence-self-motivation/\">Ambition, Persistence, and Self-Motivation</a></p></blockquote>\n<p></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: Succeeding in Egypt\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Succeeding%20in%20Egypt&via=heropress&url=https%3A%2F%2Fheropress.com%2Fsucceeding-in-egypt%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Succeeding in Egypt\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fsucceeding-in-egypt%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%2Fsucceeding-in-egypt%2F&title=Succeeding+in+Egypt\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Succeeding in Egypt\"></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/succeeding-in-egypt/&media=https://heropress.com/wp-content/uploads/2015/09/Fail-HeroPress-150x150.jpg&description=Succeeding in Egypt\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Succeeding in Egypt\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/succeeding-in-egypt/\" title=\"Succeeding in Egypt\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/succeeding-in-egypt/\">Succeeding in Egypt</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, 16 May 2018 11:55:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}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:94:\"WPTavern: To Free Up Resources, WordPress.org Plugin Review Team Begins Closing Unused 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:29:\"https://wptavern.com/?p=80872\";s:7:\"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:104:\"https://wptavern.com/to-free-up-resources-wordpress-org-plugin-review-team-begins-closing-unused-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1561:\"<p>In an effort to free up resources on WordPress.org, the WordPress Plugin Review Team <a href=\"https://make.wordpress.org/plugins/2018/05/14/closing-unused-plugins/\">is closing</a> unused plugins. An unused plugin is one that has been approved for the directory but no code was uploaded by the developer in six months or more.<br /></p>\n\n<p>An unused plugin reserves a URL slug on WordPress.org and prevents others from using it. It also takes resources away from active plugins. In addition, if plugin authors are submitting multiple plugins without taking advantage of the resources WordPress.org offers, submissions from that author will be suspended.</p>\n\n<p>WordPress.org provides plugin authors free hosting as a convenience and is not a listing service. Mika Epstein, a member of the plugin review team, says that some people have taken advantage of the submission process to receive a code audit, “We’ve found out some people like to get a review as a ‘free’ security review instead of hiring people for that work.”</p>\n\n<p>To find out what happens when a plugin is closed and how to close a plugin you maintain, check out <a href=\"https://developer.wordpress.org/plugins/wordpress-org/plugin-developer-faq/#closed-plugins\">this guide</a> in the Plugin Developer FAQ. Also, if you want to use a plugin name that’s currently held by a closed, unused plugin, you can <a href=\"https://developer.wordpress.org/plugins/wordpress-org/take-over-an-existing-plugin/\">request to take over the slug</a> by contacting the review team.</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, 15 May 2018 21:17:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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: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:38:\"WPTavern: WordPress 4.9.6 RC1 Released\";s:7:\"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=80843\";s:7:\"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://wptavern.com/wordpress-4-9-6-rc1-released\";s: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:1551:\"<p>WordPress 4.9.6 Release Candidate 1 <a href=\"https://make.wordpress.org/core/2018/05/10/wordpress-4-9-6-release-candidate/\">is available</a> for download and addresses some of the issues that have been reported in beta 1. Since the beta’s release, there have been 30 bugs fixed.</p>\n\n<p>Many of the fixes in this release are focused on the new privacy tools that help with GDPR compliance. The verbiage has been changed in multiple areas to make explanations and actions clearer. For example, the Privacy Policy introduction text has been <a href=\"https://core.trac.wordpress.org/ticket/43933\">shortened and more user friendly</a>.</p>\n\n<p>One notable bug fix is that site administrators now receive an email when a Personal Data Export/Removal request is confirmed. In a future version of WordPress, it’s possible that the <a href=\"https://core.trac.wordpress.org/ticket/44000\">notification bubbles</a> will be extended to display confirmed requests.</p>\n\n<p>A full list of changes in this release can be <a href=\"https://core.trac.wordpress.org/query?status=closed&type=defect+(bug)&milestone=4.9.6&col=id&col=summary&col=status&col=milestone&col=owner&col=type&col=priority&desc=1&order=type\">found on Trac</a>. This minor release needs more testing than usual due to the privacy tools and enhancements introduced. Please test 4.9.6 on staging site or local server and if you encounter any issues, report them on the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta/Release Candidate section</a> of the forums.</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, 12 May 2018 01:37:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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: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:79:\"WPTavern: WPWeekly Episode 315 – WordPress 4.9.6, Gutenberg, and Stolen Goats\";s:7:\"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=80834&preview=true&preview_id=80834\";s:7:\"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-315-wordpress-4-9-6-gutenberg-and-stolen-goats\";s: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:2075:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> starts the show by giving everyone a status update on bbPress 2.6. We review the new privacy features in WordPress 4.9.6 Beta 1 and provide feedback. We tell you what’s new in Gutenberg 2.8 and comment on WooCommerce’s new Products insertion block. Last but not least, John describes <a href=\"https://jjj.blog/2018/05/a-lady-stole-our-goats/\">watching security footage of a woman stealing metal goats</a> off his property at 4:30 AM.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/wordpress-4-9-6-beta-1-adds-tools-for-gdpr-compliance\">WordPress 4.9.6 Beta 1 Adds Tools for GDPR Compliance</a><br />\n<a href=\"https://make.wordpress.org/core/2018/05/08/4-9-6-schedule-changes/\">4.9.6 Schedule Changes</a><br />\n<a href=\"https://make.wordpress.org/core/2018/05/04/whats-new-in-gutenberg-may-the-4th/\">What’s new in Gutenberg? (May the 4th)</a><br />\n<a href=\"https://woocommerce.com/2018/05/making-it-easier-to-add-products-to-posts-and-pages-with-the-products-block-for-gutenberg/\">Making it easier to add products to posts and pages with the Products block for Gutenberg</a><br />\n<a href=\"https://woocommerce.wordpress.com/2018/05/09/woocommerce-3-4-rc1/\">WooCommerce 3.4 RC1</a><br />\n<a href=\"https://wptavern.com/recap-of-attending-the-first-wordcamp-retreat\">Recap of Attending the First WordCamp Retreat</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, May 16th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href=\"https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe\">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #315:</strong><br />\n</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, 09 May 2018 22:21: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: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:37;a:6:{s:4:\"data\";s:11:\"\n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"HeroPress: Finding Family Wherever 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://heropress.com/?p=2544\";s:7:\"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:129:\"https://heropress.com/finding-family-wherever-you-can/#utm_source=rss&utm_medium=rss&utm_campaign=finding-family-wherever-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3162:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/050918-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: Without the WordPress community, I don\'t know where I would be now.\" /><p>I don’t actually remember when I met Jeff Matson. As I look back over the last 8 years I know there were times I didn’t know him, and then suddenly he was there, immediately a good friend. And then, for all that I thought I knew him, his HeroPress essay shed an entirely new light on who he is.</p>\n<p>I believe that what we know about people shapes how we view them. Now I know that Jeff plowed through some crazy, dangerous, harmful things in his young life and somehow still ended up a stable, intelligent, reliable adult. Many kids in that life don’t make it this far.</p>\n<p>I’m proud of what the WordPress community has contributed to his life, and I’m grateful to Jeff for what he’s has contributed to this community.</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://heropress.com/essays/out-of-the-darkness/\">Out Of The Darkness</a></p></blockquote>\n<p></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: Finding Family Wherever You Can\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Finding%20Family%20Wherever%20You%20Can&via=heropress&url=https%3A%2F%2Fheropress.com%2Ffinding-family-wherever-you-can%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Finding Family Wherever You Can\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Ffinding-family-wherever-you-can%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%2Ffinding-family-wherever-you-can%2F&title=Finding+Family+Wherever+You+Can\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Finding Family Wherever You Can\"></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/finding-family-wherever-you-can/&media=https://heropress.com/wp-content/uploads/2018/05/050918-150x150.jpg&description=Finding Family Wherever You Can\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Finding Family Wherever You Can\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/finding-family-wherever-you-can/\" title=\"Finding Family Wherever You Can\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/finding-family-wherever-you-can/\">Finding Family Wherever You Can</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, 09 May 2018 12:00: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:\"\";}}}}}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:55:\"WPTavern: Recap of Attending the First WordCamp Retreat\";s:7:\"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=80810\";s:7:\"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/recap-of-attending-the-first-wordcamp-retreat\";s: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:5176:\"<img />\n\n<p>The first <a href=\"https://2018-soltau.retreat.wordcamp.org/\">WordCamp Retreat</a> was held this past weekend in Soltau, Germany and by all accounts, it was a very successful event. The following is a guest post by <a href=\"https://remkus.devries.frl/\">Remkus de Vries</a> who recaps his experience attending the event.</p>\n\n<p><a href=\"https://twitter.com/DeFries\">Remkus</a> is from Fryslân, the Netherlands and is Manager Partnerships at <a href=\"https://yoast.com/\">Yoast</a>. He’s been active in the WordPress Community since 2006 and co-founded WordCamp Netherlands and WordCamp Europe.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<p>As some of you know, I’ve been active in the WordPress Community for over a decade and in that time, I’ve attended many WordPress related events. From Meetups to WordCamps. I get so excited about WordCamps, I’ve even <a href=\"https://netherlands.wordcamp.org\">co-founded</a> <a href=\"https://europe.wordcamp.org\">a few.</a></p>\n\n<p>However, in all those years, the format of a WordCamp has been relatively consistent. One or two days, multiple tracks and, in the last five years, a Contributor Day. Perhaps the biggest difference has been the city + location combination. WordCamp Europe started shaking this up with us opting for a rotating city and country principle (<a href=\"https://2018.europe.wordcamp.org\">you should totally come to this year’s edition btw</a>), but the main format has relatively remained the same.</p>\n\n<p>This past weekend, I attended a WordCamp with my colleagues from Yoast with quite a different format though. Yes, there were still presentations, different tracks, a Contributor Day, and an after party. So what was different about this one? The short answer: a lot.</p>\n\n<p><a href=\"https://2018-soltau.retreat.wordcamp.org/\">WordCamp Retreat in Soltau</a>, Germany was the first of its kind. One of the primary goals of WordCamps is to benefit the local community and <a href=\"https://twitter.com/search?q=WCRetreat&src=typd\">#WCRetreat</a> took a very different approach.<br /></p>\n\n<p>Here are a couple of things that set it apart from a typical WordCamp:</p>\n\n<ul>\n <li>The location was exclusive for the WordCamp attendees.</li>\n <li>Indoor and outdoor activities.</li>\n <li>Work on your personal development/strengths.</li>\n <li>Enjoy co-working under ideal conditions.</li>\n <li>Alternate between valuable input and relaxation.</li>\n <li>Benefit from previously unknown networking opportunities.</li>\n</ul>\n\n<h2><strong>Exclusive Location</strong></h2>\n\n<p>Most of this was made possible by the location. <a href=\"http://www.hotel-park-soltau.de/index.php\">Hotel Park Soltau</a> is located in the North of Germany surrounded by woods and heath. The hotel was reserved for WordCamp attendees only. Everyone stayed there, ate there, and networked there. It was an incredibly immersive experience on a different level than any of the other WordCamps I’ve attended.</p>\n\n<img />\n WordCamp Retreat Venue\n\n\n<h2><strong>Immersive Activities</strong></h2>\n\n<p>In addition to the regular WordCamp presentations you might be familiar with, were non-tech related workshops and activities. From mindfulness, yoga, boot camps, to jam sessions and just playing sports outside (like football – not egg hand – and basketball). The goal being to interact with fellow attendees on a different level. And it worked. I saw much more networking and getting to know one another happening.</p>\n\n<h2><strong>A Schedule Built Around Social Interaction</strong></h2>\n\n<p>The day started with some of the above-mentioned activities, then breakfast for all, followed by the first regular sessions. There was plenty of time between the sessions as well as morning, lunch and afternoon breaks that allowed for a lot of hallway tracks. Before the end of the afternoon, we switched back to other activities again like playing sports or jam sessions.</p>\n\n<h2><strong>Contributor Day on Day 2 of 3</strong></h2>\n\n<p>One of the things I enjoyed a lot is the fact that the Contributor Day was organized the second day of the three. This meant that everyone attending was kinda ‘locked into’ attending the Contributor Day. I’m not a big fan of forcing people to do anything, but this was a nice way of integrating the giving back part of a WordCamp.</p>\n\n<img />\n WordCamp Retreat Contributor Day\n\n\n<h2>I Want to See More of These Types of WordCamps</h2>\n\n<p>Sunday afternoon, as the attendees were getting ready to head home, you could see how much everyone had enjoyed these three immersive days. The relaxed schedule, the different approach to what came when, the fact of us all sharing the same rooms for 72 hours, the activities before, between and after the presentations, they all made this concept an extremely pleasant and relaxed one.<br /></p>\n\n<p>This first edition had about 180 attendees and all of their feedback will determine the fine tuning of what this WordCamp can be, but I’m very enthusiastic about this first edition.<br /></p>\n\n<p>I hope to see this type of WordCamp happen a lot more. It adds value to the format as we know it.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 09 May 2018 06:38:19 +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: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:61:\"Post Status: Making WordPress and WordSesh — 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=45572\";s:7:\"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://poststatus.com/making-wordpress-and-wordsesh-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:1915:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Brian Krogsgard and co-host Brian Richards.</p>\n<p>In this episode, Brian and Brian discuss the upcoming WordSesh schedule and go spelunking through <a href=\"https://make.wordpress.org/\">make.wordpress.org</a> to surface some recent gems making their way to WordPress.org – both the project and the website.</p>\n<p></p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"http://wordsesh.com/\">WordSesh schedule and tickets</a></li>\n<li><a href=\"https://make.wordpress.org/core/2018/04/28/rest-api-meeting-summary-april-26/\">REST API search endpoint</a></li>\n<li><a href=\"https://make.wordpress.org/core/2018/04/26/your-help-wanted-gutenberg-migration-guide/\">Help for Gutenberg migration guide</a></li>\n<li><a href=\"https://make.wordpress.org/themes/2018/04/30/trusted-authors-program/\">Theme review with trusted authors</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>\";s: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, 07 May 2018 23:33: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: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: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:63:\"WPTavern: WordPress 4.9.6 Beta 1 Adds Tools for GDPR Compliance\";s:7:\"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=80787\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://wptavern.com/wordpress-4-9-6-beta-1-adds-tools-for-gdpr-compliance\";s: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:4711:\"<p>WordPress <a href=\"https://make.wordpress.org/core/2018/05/03/wordpress-4-9-6-beta/\">4.9.6 Beta 1 is available</a> for testing. It’s the first step in bringing <a href=\"https://www.eugdpr.org/\">GDPR</a> (General Data Protection Regulation) tools to WordPress. In addition to 10 bugs being fixed, this release heavily focuses on privacy enhancements.</p>\n\n<p>One of the first changes is the addition of a Privacy tab on the successful update screen. The message informs users that their sites may send data to WordPress.org for plugin and theme updates with a link to the WordPress.org privacy policy.</p>\n\n<img />\n WordPress 4.9.6 Privacy Information\n\n\n<h2>Privacy Policy Page Creation and Template<br /></h2>\n\n<p>WordPress 4.9.6 includes the ability to create a Privacy Policy page from the backend. Simply browse to <strong>Settings > Privacy</strong> and select an existing page or create a new one where the policy will be displayed.</p>\n\n<img />\n Privacy Policy Page Settings\n\n\n<p>Privacy policy pages will likely become as ubiquitous as About Us pages thanks to the GDPR, but the information that’s displayed is unique to individual sites. WordPress helps out by providing a template with suggestions on what information to display.</p>\n\n<img />\n Privacy Policy Template<br />\n\n\n<h2>Personal Data Export and Removal Tools</h2>\n\n<p>To comply with the GDPR, sites need to provide a way for users to obtain their personal data and request that it be removed. WordPress 4.9.6 does not give users a button to make these requests. Instead, a site’s privacy policy needs to include information on where to send such requests.</p>\n\n<p>Once a request for a data export or removal is received, site administrators or the Data Protection Officer can browse to <strong>Tools > Export Personal Data</strong> or <strong>Tools > Remove Personal Data</strong> and send that user a verification request.</p>\n\n<img />\n Export Personal Data Verification UI\n\n\n<img />\n Data Removal Request Verification UI\n\n\n<p>When an admin enters a username or email address into the send request field, they’ll receive an email with a confirmation link. Once clicked, the site will display an Action Confirmed notice and that the site administrator has been notified and will fulfill the request as soon as possible.</p>\n\n<p>Here’s what a confirmed notice looks like in the backend.</p>\n\n<img />\n Confirmed Data Export Request\n\n\n<p>One thing I noticed is that after a user confirms the request, the site administrator has <a href=\"https://core.trac.wordpress.org/ticket/43967\">no way of knowing</a> that they confirmed unless they visit the Data Export or Removal page. <br /></p>\n\n<p>Perhaps a new notification bubble can be created, similar to pending comments and updates that takes admins to the appropriate place for confirmed requests.</p>\n\n<p>When WordPress finishes creating the zip file, a link is sent to the user. For security purposes, the file will automatically be deleted after 72 hours. </p>\n\n<img />\n My Personal Data Export\n\n\n<p>To test this feature, I exported my personal data from WP Tavern. My data export arrived in a zip file as one Index.html file. This file contains my comments, user meta data, links to attachments, and more. The data provides me with an opportunity to see what data the site has and what would be deleted if I requested full data removal.</p>\n\n<h2>Commenter Cookie Notification and Opt-in<br /></h2>\n\n<p>Cookies save data so that visitors don’t have to fill in the Author, URL, and Email fields each time they want to leave a comment. In 4.9.6, visitors will be informed of this data storage and will need to check mark a box to opt-in.</p>\n\n<img />\n Checkbox For Consenting to Data Storage\n\n\n<p>WordPress 4.9.6 isn’t your typical minor release. It introduces new UI, options, and a bunch of privacy related enhancements. The development team is aiming to officially release 4.9.6 before GDPR goes into effect later this month, but these features need battle tested now, especially on multi-site configurations.</p>\n\n<p>I encourage you to check out 4.9.6 on a staging site and go through the process of requesting, confirming, and obtaining user data. Now is a good time to experience what users will be going through. </p>\n\n<p>You can download <a href=\"https://make.wordpress.org/core/2018/05/03/wordpress-4-9-6-beta/\">WordPress 4.9.6 beta 1 here</a> or obtain it by using the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester plugin</a>. If you encounter any issues, please report them on the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta section</a> of the support forums. </p>\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 07 May 2018 22:18: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: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: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:61:\"WPTavern: Jetpack 6.1, Now With Even More Privacy Information\";s:7:\"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=80769\";s:7:\"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/jetpack-6-1-now-with-even-more-privacy-information\";s: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:2178:\"<p>Jetpack 6.1 <a href=\"https://jetpack.com/2018/05/01/jetpack-6-1-general-maintenance/\">is available</a> and is considered a general maintenance release. This version adds two improvements to the WordAds module. Users can now use the [wordads] shortcode to place an inline ad on any post or page. Support for the <a href=\"https://en.wikipedia.org/wiki/Ads.txt\">ads.txt</a> file has also been added.</p>\n\n<p>A <a href=\"https://github.com/Automattic/jetpack/pull/8075\">new filter</a> is available that honors the <a href=\"https://en.wikipedia.org/wiki/Do_Not_Track\">Do Not Track</a> feature. This filter only affects the Stats module and will not track visitors who have Do Not Track enabled. This filter <a href=\"https://github.com/Automattic/jetpack/issues/727#issuecomment-383119108\">may be exposed</a> as a setting in the UI in a future update.</p>\n\n<p>Sharing and Likes functionality has been removed from WooCommerce’s Cart, Checkout, and Account pages. Notices that appeared in log files related to language features on sites running PHP 7.2 have been fixed.</p>\n\n<p>Continuing the <a href=\"https://wptavern.com/jetpack-6-0-takes-steps-towards-gdpr-compliance\">progress made in Jetpack 6.0</a> towards GDPR compliance, 6.1 adds More Info buttons to every module that handles user data.</p>\n\n<p>The More Info buttons contain links to specific sections of support documents that describe whether or not the module is activated by default, what data is used for site owners and visitors, and what data is synchronized with WordPress.com.<br /></p>\n\n<img />\n More Info Links in Jetpack\n\n\n<img />\n Detailed Privacy Information for The WordPress.com Toolbar Module\n\n\n<p>In the example above, the Privacy Information link for the WordPress.com Toolbar module points to the <a href=\"https://jetpack.com/support/masterbar/#privacy\">following support document</a>. With all of this information now readily available, users can educate themselves on the privacy implications of each module and decide what’s best for their visitors.</p>\n\n<p>A <a href=\"https://wordpress.org/plugins/jetpack/#developers\">full changelog</a> of Jetpack 6.1 is available 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:\"Sat, 05 May 2018 00:23:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:59:\"WPTavern: WPWeekly Episode 314 – Getting Squeebly With It\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=80759&preview=true&preview_id=80759\";s:7:\"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/wpweekly-episode-314-getting-squeebly-with-it\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1878:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> recaps his trip to WordCamp Chicago and explains the thought process behind his presentation, The Fourth Wall of WordPress. We highlight a new project that gives developers a guided path to migrate functionality from the Classic editor to Gutenberg.</p>\n<p>We discuss the pros and cons of the trusted authors program launched by the WordPress Theme Review Team and what’s new in Jetpack 6.1, what to expect from WordSesh 5, and comment on Square’s agreement to acquire Weebly for $365M.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/a-gutenberg-migration-guide-for-developers\">A Gutenberg Migration Guide for Developers</a></p>\n<p><a href=\"https://wptavern.com/wordpress-theme-review-theme-launches-trusted-authors-program\">WordPress Theme Review Team Launches Trusted Authors Program</a></p>\n<p><a href=\"https://wptavern.com/wordsesh-5-scheduled-for-july-25th\">WordSesh 5 Scheduled for July 25th</a></p>\n<p><a href=\"https://jetpack.com/2018/05/01/jetpack-6-1-general-maintenance/\">Jetpack 6.1 Released</a></p>\n<p><a href=\"https://techcrunch.com/2018/04/26/square-acquires-weebly/\">Square Acquires Weebly for $365M</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, May 9th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href=\"https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe\">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #314:</strong><br />\n</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, 03 May 2018 21:41:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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: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:33:\"HeroPress: Childhood 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=2522\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:118:\"https://heropress.com/essays/childhood-to-wordpress/#utm_source=rss&utm_medium=rss&utm_campaign=childhood-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:17171:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/050218-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: WordCamp is a way to meet new people, learn, and share knowledge!\" /><p><a href=\"https://heropress.com/feed/#gujarati\">આ નિબંધ ગુજરાતીમાં પણ ઉપલબ્ધ છે</a></p>\n<p><a href=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/IMG_20170128_131810_HDR.jpg\"><img class=\"aligncenter size-large wp-image-2526\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/IMG_20170128_131810_HDR-1024x768.jpg\" alt=\"Pravin standing by a long sign that says I Heart WordPress\" width=\"960\" height=\"720\" /></a></p>\n<div>First of all, I want to say thank you to HeroPress for reaching out and letting so many people share their stories. I am a follower of HeroPress and read new stories every week! A few months ago my cousin Chetan Prajapati published a WordPress story, and I was inspired by him to share my own and how it has changed my way of working.</div>\n<div></div>\n<div>I love WordPress because it had a great impact on my career. I was pursuing my Diploma in Computer Engineering. When I was in my last year of college I was working on an Industrial project and was very confused about to how to complete my project, how to choose the best framework and language so that based on my project after my college I can get a good job in my field.</div>\n<div></div>\n<div>My cousin was working on WordPress and I randomly discussed with him my last year’s project and he suggested me to use WordPress! For a demo he created an eCommerce project within 10 minutes and I was shocked. I just could not believe he created a project that fast. He said “I just installed WooCommerce and a simple theme”. From that moment on I am in love with WordPress and continuously research and gain more knowledge regarding wordpress.</div>\n<div></div>\n<div>After completing my Diploma I got a job in Ahmedabad and working as Junior WordPress Developer. Also I am attending Local Meetups and WordCamps.</div>\n<div></div>\n<div>Now I also take seminars every weekend on how to make a career in WordPress.</div>\n<div></div>\n<div>\n<div>It was my first time speaking in Ahmedabad WooCommerce Local Meetup in a session on how to create and setup eCommerce within 10 minutes.</div>\n</div>\n<p><strong>Speaking at the Ahmedabad WooCommerce Local Meetup</strong></p>\n<p><a href=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/600_458475085.jpeg\"><img class=\"aligncenter size-full wp-image-2527\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/600_458475085.jpeg\" alt=\"Pravin Teaching At WordCamp\" width=\"600\" height=\"450\" /></a></p>\n<hr class=\"ttfmake-hr\" />\n<p><strong>My First WordCamp – WordCamp Udaipur 2017</strong></p>\n\n<a href=\"https://heropress.com/essays/childhood-to-wordpress/img_20170128_132840/\"><img width=\"150\" height=\"150\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/IMG_20170128_132840-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Pravin and a woman showing WordCamp name tags\" /></a>\n<a href=\"https://heropress.com/essays/childhood-to-wordpress/img_20170128_131922_hdr/\"><img width=\"150\" height=\"150\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/IMG_20170128_131922_HDR-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Pravin in a cutout pink tuk tuk\" /></a>\n\n<hr class=\"ttfmake-hr\" />\n<p><strong>My Second WordCamp – WordCamp Mumbai 2017</strong></p>\n\n<a href=\"https://heropress.com/essays/childhood-to-wordpress/img_20170325_143547_1024/\"><img width=\"150\" height=\"150\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/img_20170325_143547_1024-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Pravin by the WordCamp Mumbai tag\" /></a>\n<a href=\"https://heropress.com/essays/childhood-to-wordpress/img_20170325_104005/\"><img width=\"150\" height=\"150\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/IMG_20170325_104005-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Pravin\'s Nametag\" /></a>\n\n<hr class=\"ttfmake-hr\" />\n<p><strong>My Third WordCamp – WordCamp Nagpur</strong></p>\n\n<a href=\"https://heropress.com/essays/childhood-to-wordpress/img_5327/\"><img width=\"150\" height=\"150\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/IMG_5327-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://heropress.com/essays/childhood-to-wordpress/img_5338/\"><img width=\"150\" height=\"150\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/IMG_5338-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n\n<hr class=\"ttfmake-hr\" />\n<p>After much hardwork to achieve this event, it’s WordCamp Ahmedabad 2017.</p>\n<p><strong>My Fourth WordCamp – WordCamp Ahmedabad 2017 as Volunteer</strong></p>\n\n<a href=\"https://heropress.com/essays/childhood-to-wordpress/img_20171006_081917/\"><img width=\"150\" height=\"150\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/IMG_20171006_081917-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://heropress.com/essays/childhood-to-wordpress/img_20171006_153955/\"><img width=\"150\" height=\"150\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/IMG_20171006_153955-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n\n<hr class=\"ttfmake-hr\" />\n<p><strong>My Fifth WordCamp – WordCamp Mumbai 2018 ( Second time )</strong></p>\n<p><a href=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/img_20180318_105739.jpg\"><img class=\"aligncenter size-large wp-image-2541\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/img_20180318_105739-768x1024.jpg\" alt=\"\" width=\"768\" height=\"1024\" /></a></p>\n<hr class=\"ttfmake-hr\" />\n<p>I am a WordCamp Lover. WordCamp is a way to meet new people, learn and share knowledge!</p>\n<p>Finally my dreams are coming true at WordCamp Europe 2018. Finally I am volunteer in WordCamp Europe 2018.</p>\n<p><a href=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/wceu18-badge-square-volunteer-1.png\"><img class=\"aligncenter size-full wp-image-2540\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/wceu18-badge-square-volunteer-1.png\" alt=\"WCEU Volunteer Badge\" width=\"600\" height=\"600\" /></a></p>\n<hr class=\"ttfmake-hr\" />\n<h1 id=\"gujarati\">હું WordPress પ્રેમી છું</h1>\n<p><a href=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/IMG_20170128_131810_HDR.jpg\"><img class=\"aligncenter size-large wp-image-2526\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/IMG_20170128_131810_HDR-1024x768.jpg\" alt=\"Pravin standing by a long sign that says I Heart WordPress\" width=\"960\" height=\"720\" /></a></p>\n<p>સૌ પ્રથમ, હું તમને કહેવા માગું છું કે હિરોપર્સને પહોંચવા માટે અને ઘણા લોકોને તેમના વાર્તાઓ શેર કરવા માટે આભાર. હું હિરોપ્રેસનો અનુયાયી છું અને દર અઠવાડિયે નવી કથાઓ વાંચી સંભળાવું છું! થોડા મહિના પહેલાં મારા પિતરાઇ ભાઇ ચેતન પ્રજાપતિએ એક વાર્તાની વાર્તા લખી હતી, અને મારા દ્વારા તેનો પોતાનો ભાગ લેવા માટે પ્રેરણા મળી હતી અને તે કેવી રીતે કામ કરવાની રીત બદલ્યો છે.</p>\n<p>હું WordPress સાથે રમવા માટે chilhood છું beacuse લવ. હું છેલ્લા વર્ષમાં ડિપ્લોમા ઇન કમ્પ્યુટર એન્જીનિયરિંગમાં અભ્યાસ કરતો હતો, મારી પાસે ઔદ્યોગિક પ્રોજેક્ટ છે, તેથી હું પ્રોજેક્ટમાં કેવી રીતે સર્જન કરું છું અને કેવી રીતે શ્રેષ્ઠ માળખા અને ભાષા પસંદ કરવી તે મારા કૉલેજ પછીથી હું આઇટીમાં શ્રેષ્ઠ કામ મેળવી શકું છું તે અંગે ભ્રમિત છું.</p>\n<p>એક મારા પિતરાઈ ભાઈ WordPress પર કામ કરી રહ્યા છે, તેથી હું મારા છેલ્લા વર્ષ પ્રોજેક્ટ અંગે ચર્ચા કરી રહ્યો છું પછી તે કહે છે કે તમે WordPress પસંદ કરો છો અને તે 10 મિનિટમાં ઈકોમર્સ પ્રોજેક્ટ બનાવશે અને હું ખૂબ જ વ્યસ્ત છું. હું તે સાથે તૈયાર કરી શકતો નથી, તે 10 મિનિટમાં પૂર્ણ થયેલ પ્રોજેક્ટમાં તે કહે છે કે મેં WooCommerce અને સરળ થીમ ઇન્સ્ટોલ કરી છે. પછી હું WordPress લવ અને હું WordPress માં વધુ અને વધુ સંશોધન છું અને WordPress માં જ્ઞાન વિકાસ.</p>\n<p>દરેક અઠવાડિયે મારા સત્ર પર WordPress સાથે કારકિર્દી કેવી રીતે શરૂ કરવી તે મારા સત્ર પર.</p>\n<p>મારી ડિપ્લોમા પૂરો કર્યા પછી મને અમદાવાદમાં નાની કંપનીમાં નોકરી મળી અને જુનિયર વર્ડપ્રેસ ડેવલપર તરીકે કામ કર્યું. પછી હું સ્થાનિક મીટઅપ અને વર્ડકેમ્પમાં હાજરી કરું છું. સત્રમાં અમદાવાદ વુકોમર્સ સ્થાનિક મેટઅપમાં મારો પ્રથમ વાર સ્પીકર હતો અને 10 મિનિટમાં ઈકોમર્સ કેવી રીતે બનાવવું અને કેવી રીતે સેટઅપ કરવું તે વિશે.</p>\n<p><a href=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/600_458475085.jpeg\"><img class=\"aligncenter size-full wp-image-2527\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/600_458475085.jpeg\" alt=\"Pravin Teaching At WordCamp\" width=\"600\" height=\"450\" /></a></p>\n<hr class=\"ttfmake-hr\" />\n<p>મારો પ્રથમ વર્ડકેમ્પ – વર્ડકૅમ્પ ઉદયપુર 2017</p>\n\n<a href=\"https://heropress.com/essays/childhood-to-wordpress/img_20170128_132840/\"><img width=\"150\" height=\"150\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/IMG_20170128_132840-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Pravin and a woman showing WordCamp name tags\" /></a>\n<a href=\"https://heropress.com/essays/childhood-to-wordpress/img_20170128_131922_hdr/\"><img width=\"150\" height=\"150\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/IMG_20170128_131922_HDR-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Pravin in a cutout pink tuk tuk\" /></a>\n\n<hr class=\"ttfmake-hr\" />\n<p>મારી સેકન્ડ વર્ડકેમ્પ – વર્ડકેમ્પ મુંબઇ 2017</p>\n\n<a href=\"https://heropress.com/essays/childhood-to-wordpress/img_20170325_143547_1024/\"><img width=\"150\" height=\"150\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/img_20170325_143547_1024-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Pravin by the WordCamp Mumbai tag\" /></a>\n<a href=\"https://heropress.com/essays/childhood-to-wordpress/img_20170325_104005/\"><img width=\"150\" height=\"150\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/IMG_20170325_104005-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"Pravin\'s Nametag\" /></a>\n\n<hr class=\"ttfmake-hr\" />\n<p>મારો ત્રીજો વર્ડકેમ્પ – વર્ડકેપ નાગપુર</p>\n\n<a href=\"https://heropress.com/essays/childhood-to-wordpress/img_5327/\"><img width=\"150\" height=\"150\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/IMG_5327-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://heropress.com/essays/childhood-to-wordpress/img_5338/\"><img width=\"150\" height=\"150\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/IMG_5338-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n\n<hr class=\"ttfmake-hr\" />\n<p>આ ઇવેન્ટને તેના વર્ડકેમ્પ અમદાવાદ 2017 માં પહોંચાડવા માટે વધુ અને વધુ સખત મહેનત કર્યા પછી</p>\n<p>મારી ફોર્થ વર્ડકેમ્પ – વર્ડકેમ્પ અમદાવાદ 2017 સ્વયંસેવક તરીકે</p>\n\n<a href=\"https://heropress.com/essays/childhood-to-wordpress/img_20171006_081917/\"><img width=\"150\" height=\"150\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/IMG_20171006_081917-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://heropress.com/essays/childhood-to-wordpress/img_20171006_153955/\"><img width=\"150\" height=\"150\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/IMG_20171006_153955-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n\n<hr class=\"ttfmake-hr\" />\n<p>મારો પાંચમા વર્ડકેમ્પ – વર્ડકામ મુંબઇ 2018 (સેકન્ડ ટાઇમ)</p>\n<p><a href=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/img_20180318_105739.jpg\"><img class=\"aligncenter size-large wp-image-2541\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/img_20180318_105739-768x1024.jpg\" alt=\"\" width=\"768\" height=\"1024\" /></a></p>\n<hr class=\"ttfmake-hr\" />\n<p>હું એક WordCamp પ્રેમી છું વર્ડકેમ્પ નવા લોકોને મળે, જ્ઞાન અને જ્ઞાન વહેંચવાનો એક માર્ગ છે!</p>\n<p>છેલ્લે WordCamp યુરોપ 2018 માં સાચા મારા સપના. છેલ્લે હું WordCamp યુરોપ 2018 માં સ્વયંસેવક છું.</p>\n<p><a href=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/wceu18-badge-square-volunteer-1.png\"><img class=\"aligncenter size-full wp-image-2540\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/05/wceu18-badge-square-volunteer-1.png\" alt=\"WCEU Volunteer Badge\" width=\"600\" height=\"600\" /></a></p>\n<p>“કોડ કવિતા છે”</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: Childhood to WordPress\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Childhood%20to%20WordPress&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fchildhood-to-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: Childhood to WordPress\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fchildhood-to-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%2Fchildhood-to-wordpress%2F&title=Childhood+to+WordPress\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Childhood 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/childhood-to-wordpress/&media=https://heropress.com/wp-content/uploads/2018/05/050218-150x150.jpg&description=Childhood to WordPress\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Childhood to WordPress\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/childhood-to-wordpress/\" title=\"Childhood to WordPress\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/childhood-to-wordpress/\">Childhood 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, 02 May 2018 12:45:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Pravin Parmar\";s: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:44:\"Dev Blog: The Month in WordPress: April 2018\";s:7:\"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=5891\";s:7:\"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/news/2018/05/the-month-in-wordpress-april-2018/\";s: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:4980:\"<p>This past month saw a lot of preparation for upcoming events and releases across the WordPress project. Read on to find out more about these plans, and everything else that happened around the community in April.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>The WordPress 15th Anniversary is Coming</h2>\n\n<p>On May 27 2018, <a href=\"https://wordpress.org/news/2018/04/celebrate-the-wordpress-15th-anniversary-on-may-27/\">WordPress will turn 15 years old</a> — this is a huge milestone for the project, or, indeed, for any open-source platform. The Community Team has been hard at work helping communities around the world plan local anniversary parties.</p>\n\n<p>Check <a href=\"https://wp15.wordpress.net/\">the central anniversary website</a> to see if there’s already a party being planned near you. These parties are all organized by local communities — if there’s no local community in your area, you can <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/welcome/#starting-a-new-meetup-com-group\">start one today</a> and host a party yourself.</p>\n\n<h2>Work has Started on a Gutenberg Migration Guide</h2>\n\n<p>With Gutenberg, the upcoming WordPress content editor, in rapid development, a lot of people have been wondering how they will convert their existing plugins to work with the new features. To mitigate the issues here and help people overcome any migration hurdles, <a href=\"https://make.wordpress.org/core/2018/04/26/your-help-wanted-gutenberg-migration-guide/\">a Gutenberg Migration Guide is underway</a> to assist developers with making their code Gutenberg-compatible.</p>\n\n<p>If you’d like to contribute to this guide, you can review <a href=\"https://github.com/danielbachhuber/gutenberg-migration-guide\">the existing documentation on GitHub</a> and <a href=\"https://github.com/danielbachhuber/gutenberg-migration-guide/issues\">open a new issue</a> if you find something to add.</p>\n\n<h2>Theme Review Team Launches Trusted Authors Program</h2>\n\n<p>Reviews of themes submitted to the Theme Directory can take quite a while to complete. In order to combat this issue and to make the theme submission process smoother for everyone, <a href=\"https://make.wordpress.org/themes/2018/04/30/trusted-authors-program/\">the Theme Review Team is introducing a Trusted Authors Program</a>.</p>\n\n<p>This program will allow frequent and reliable theme authors to apply for trusted status, allowing them to upload themes more frequently and to have their themes automatically approved. This will allow more high-quality themes to be added to the directory, as well as recognize the hard work that authors put in to build their themes.</p>\n\n<p>If you would like to get involved with reviewing themes, you can read <a href=\"https://make.wordpress.org/themes/handbook/get-involved/become-a-reviewer/\">their getting started guide</a>, follow the <a href=\"https://make.wordpress.org/themes/\">team blog</a> and join the #themereview channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Further Reading:</h2>\n\n<ul>\n <li><a href=\"https://wordpress.org/news/2018/04/wordpress-4-9-5-security-and-maintenance-release/\">WordPress 4.9.5 was released</a> early this month, fixing numerous bugs and potential security issues. The two leads for this release <a href=\"https://make.wordpress.org/core/2018/04/20/4-9-5-feedback-leading-a-wordpress-minor-release/\">published some interesting feedback</a> about the process.</li>\n <li>In addition to the Trusted Authors Program mentioned above, the Theme Review Team is <a href=\"https://make.wordpress.org/themes/2018/04/09/changes-in-theme-review-process/\">making some changes to their review process</a> to minimize theme review delays.<br /></li>\n <li>The Marketing Team produced <a href=\"https://make.wordpress.org/marketing/2018/04/24/contributor-day-onboarding-pdf/\">a handy Contributor Day onboarding PDF</a> for organizers to hand out to contributors attending WordCamps.</li>\n <li>The Accessibility Team is actively looking for contributors for <a href=\"https://make.wordpress.org/accessibility/handbook/\">their handbook</a>.</li>\n <li>A new type of WordCamp, <a href=\"https://make.wordpress.org/community/2018/04/03/want-to-help-organize-a-wordcamp-for-organizers/\">targeted at organizers</a>, is in the planning stages now.</li>\n <li><a href=\"https://wordpress.org/about/\">The WordPress.org About pages</a> received a significant redesign to make them more clear and useful.</li>\n <li>The Community Team <a href=\"https://make.wordpress.org/community/2018/04/27/wordcamp-incubator-program-2018-2019-roadmap/\">posted the roadmap</a> for this year’s WordCamp Incubator program.</li>\n</ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</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:\"Wed, 02 May 2018 08:30:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s: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:44:\"WPTavern: WordSesh 5 Scheduled for July 25th\";s:7:\"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=80677\";s:7:\"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://wptavern.com/wordsesh-5-scheduled-for-july-25th\";s: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:1124:\"<p>After not having an event in 2017, <a href=\"https://wordsesh.com/\">WordSesh</a>, a virtual WordPress conference, is returning July 25th. The event is being organized by Brian Richards, Founder of <a href=\"https://wpsessions.com/\">WPSessions</a> and a collection of partners. </p>\n\n<p>The <a href=\"https://wpsessions.com/\">schedule</a> is online and like previous events, there is a mixture of sessions and live podcasts. Based on the sessions, this year’s event leans towards consultants and developers. <br /></p>\n\n<img />\n WordSesh 2018 Schedule\n\n\n<p>WordSesh five will have a hallway track that provides multiple ways for attendees to get in touch with speakers and other viewers. Attendees will also receive digital swag.</p>\n\n<p>Richards is encouraging Meetup organizers to host viewing parties. If you’d like to coordinate a viewing party for your meetup or co-working space, please contact Wordseshlive at gmail.com.</p>\n\n<p>Tickets are not yet available but those who sign up to the <a href=\"https://wordsesh.com/\">site’s email list</a> will be the first to know when they are.<br /></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, 02 May 2018 05:10: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:\"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: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:70:\"WPTavern: WordPress Theme Review Team Launches Trusted Authors Program\";s:7:\"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=80587\";s:7:\"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/wordpress-theme-review-team-launches-trusted-authors-program\";s: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:2669:\"<p>In an effort to further streamline the review process and take some of the burden off of reviewers, the WordPress Theme Review team <a href=\"https://make.wordpress.org/themes/2018/04/30/trusted-authors-program/\">has launched</a> a Trusted Authors Program.</p>\n\n<p>The program is for authors who consistently submit themes that follow the <a href=\"https://make.wordpress.org/themes/handbook/review/required/\">WordPress theme review guidelines</a> and have three or fewer issues in multiple areas. Applications and approvals will be handled by team leaders only.</p>\n\n<p>To apply for the program, theme authors need to select a ticket for the team to take into consideration and submit it as a comment on the <a href=\"https://make.wordpress.org/themes/2018/04/30/trusted-authors-program/\">announcement post</a>. This can either be a recently approved theme or a ticket in the new or final queue.</p>\n\n<p>In addition to following the guidelines, the theme must meet the following conditions.</p>\n\n<ol>\n <li>Escaping/Sanitization with a maximum of three issues.</li>\n <li>Needs to be 100% GPL with a maximum of three issues. This includes all of your products on your site or third-party sites.<br /></li>\n <li>Can not create content and demo content must be used correctly. <br /></li>\n <li>The theme must not contain any PHP or JavaScript errors, plugin territory functionality, correct use of prefixing, enqueue, translations, and advertising. <br /></li>\n</ol>\n\n<p>Theme authors can submit a theme for review once every two weeks, must have at least one approved theme in the directory, and can not apply using a child theme. The privilege is non-transferable and themes that are approved can only be transferred to other accounts after six months.</p>\n\n<p>As with any program, there are consequences for breaking the rules. The announcement notes that the team will not take into consideration active installs counts, how old a theme is or a theme author’s financial distress and that suspensions will be given without hesitation.</p>\n\n<p>The team has already demonstrated their ability to enforce this thought process. Last year, <a href=\"https://wptavern.com/zerif-lite-returns-to-wordpress-org-after-5-month-suspension-and-63-decline-in-revenue\">Zerif Light was suspended</a> from the directory for five months, affecting 300K users and costing its parent company, ThemeIsle, $75k/month in lost revenue.</p>\n\n<p>If you have any questions or concerns about the program, you can contact any of the <a href=\"https://make.wordpress.org/themes/handbook/about/members/#team-repsleads\">team leads</a> on Slack. </p>\n\n<p></p>\n\n<p><br /></p><br /></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, 02 May 2018 04:23:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:30:\"Matt: Chinese Bikeshare Photos\";s:7:\"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=48075\";s:7:\"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:\"https://ma.tt/2018/04/chinese-bikeshare-photos/\";s: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:641:\"<a href=\"https://www.theatlantic.com/photo/2018/03/bike-share-oversupply-in-china-huge-piles-of-abandoned-and-broken-bicycles/556268/\"><img /></a>\n A worker rides a shared bicycle past piled-up shared bikes at a vacant lot in Xiamen, Fujian province, China December 13, 2017. Picture taken December 13, 2017. REUTERS/Stringer\n\n\n<p>I find myself frequently returning to <a href=\"https://www.theatlantic.com/photo/2018/03/bike-share-oversupply-in-china-huge-piles-of-abandoned-and-broken-bicycles/556268/\">this Atlantic photo essay on the Chinese bike share companies flooding the streets with bikes</a>. It’s strangely beautiful.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 30 Apr 2018 17:53: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: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:28:\"Matt: Rent-A-Family in Japan\";s:7:\"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=48060\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://ma.tt/2018/04/rent-a-family-in-japan/\";s: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:909:\"<p><a href=\"http://elifbatuman.com/\">Elif Batuman</a>, who was recently a Pulitzer finalist for her novel <a href=\"https://www.amazon.com/dp/B01HNJIJ3U/\"><em>The Idiot</em></a>, has a stunning story in the <em>New Yorker</em> on <a href=\"https://www.newyorker.com/magazine/2018/04/30/japans-rent-a-family-industry\">Japan’s Rent-a-Family Industry</a>, “People who are short on relatives can hire a husband, a mother, a grandson. The resulting relationships can be more real than you’d expect.”</p>\n\n<p>You think from the title it’s going to be one of those gee-whiz stories or vaguely condescending toward Japanese, but what follows is actually an incredibly poignant and powerful view of society through a lens I had never imagined before. It’s a <a href=\"https://longreads.com/\">#longread</a> but I hope you take the time to sit with it this weekend. You may need a swordsman.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 29 Apr 2018 01:05:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:\"Post Status: The meta episode — 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=45443\";s:7:\"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://poststatus.com/the-meta-episode-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:2308:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Brian Krogsgard and co-host Brian Richards.</p>\n<p>In this episode, Brian and Brian discuss meta data in WordPress, including the challenge of implementing data into new tools, such as the REST API and the Gutenberg editor.</p>\n<p>With the endless options of data complexity that’s historically possible with meta fields, the way these features are implemented into new projects has to be well thought out. There is continued activity with both the REST API and Gutenberg to make sure meta is well supported. There are several things that are worth knowing, if you are a consultant or a product maker in regard to working with WordPress meta.</p>\n<p></p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2018/04/26/completing-the-implementation-of-metadata-registration-with-the-rest-api/\">Completing the implementation of meta data registration with the REST API</a></li>\n<li><a href=\"https://make.wordpress.org/core/2018/04/23/gutenberg-rest-api-and-you/\">Gutenberg, REST API, and You</a></li>\n<li><a href=\"https://github.com/alleyinteractive/wordpress-fieldmanager\">Fields Manager</a></li>\n<li><a href=\"https://www.advancedcustomfields.com/\">Advanced Custom Fields</a></li>\n<li><a href=\"https://cmb2.io/\">CMB2</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:\"Fri, 27 Apr 2018 20:10: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: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:\"\";}}}}}}}}}}}}}}}}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:\"Wed, 13 Jun 2018 14:19:55 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Wed, 13 Jun 2018 14:15:29 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 1\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:5:\"build\";s:14:\"20170529231057\";}','no'),(697,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1528942795','no'),(698,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1528899595','no'),(699,'_transient_timeout_plugin_slugs','1528985999','no'),(700,'_transient_plugin_slugs','a:20:{i:0;s:25:\"add-to-any/add-to-any.php\";i:1;s:19:\"akismet/akismet.php\";i:2;s:17:\"booked/booked.php\";i:3;s:37:\"breadcrumb-navxt/breadcrumb-navxt.php\";i:4;s:36:\"contact-form-7/wp-contact-form-7.php\";i:5;s:51:\"custom-icons-by-stylemixthemes/stm-custom-icons.php\";i:6;s:33:\"duplicate-post/duplicate-post.php\";i:7;s:59:\"force-regenerate-thumbnails/force-regenerate-thumbnails.php\";i:8;s:9:\"hello.php\";i:9;s:33:\"instagram-feed/instagram-feed.php\";i:10;s:45:\"limit-login-attempts/limit-login-attempts.php\";i:11;s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";i:12;s:31:\"photo-gallery/photo-gallery.php\";i:13;s:28:\"power-addon/power-addons.php\";i:14;s:38:\"recent-tweets-widget/recent-tweets.php\";i:15;s:23:\"revslider/revslider.php\";i:16;s:29:\"stm-importer/stm-importer.php\";i:17;s:31:\"stm-post-type/stm-post-type.php\";i:18;s:37:\"tinymce-advanced/tinymce-advanced.php\";i:19;s:27:\"js_composer/js_composer.php\";}','no'),(701,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1528942799','no'),(702,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2018/06/the-month-in-wordpress-may-2018/\'>The Month in WordPress: May 2018</a> <span class=\"rss-date\">June 1, 2018</span><div class=\"rssSummary\">This month saw two significant milestones in the WordPress community — the 15th anniversary of the project, and GDPR-related privacy tools coming to WordPress Core. Read on to find out more about this and everything else that happened in the WordPress community in May. Local Communities Celebrate the 15th Anniversary of WordPress Last Sunday, May […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://heropress.com/by-helping-others-i-save-myself/#utm_source=rss&utm_medium=rss&utm_campaign=by-helping-others-i-save-myself\'>HeroPress: By Helping Others, I Save Myself</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/plugin-detective-wins-wordcamp-orange-county-2018-plugin-a-palooza\'>WPTavern: Plugin Detective Wins WordCamp Orange County’s 2018 Plugin-a-Palooza</a></li><li><a class=\'rsswidget\' href=\'https://ma.tt/2018/06/other-cultures/\'>Matt: Other Cultures</a></li></ul></div><div class=\"rss-widget\"><ul></ul></div>','no'),(707,'_site_transient_timeout_theme_roots','1528958117','no'),(708,'_site_transient_theme_roots','a:2:{s:8:\"mellanby\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";}','no'),(709,'_transient_doing_cron','1529354363.4214189052581787109375','yes'); /*!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=3429 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,'_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\"]'),(3,4,'_mail','a:8:{s:7:\"subject\";s:43:\"The Mellanby Trust Company \"[your-subject]\"\";s:6:\"sender\";s:42:\"[your-name] <wordpress@saucestudiosng.com>\";s:4:\"body\";s:203:\"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 The Mellanby Trust Company (http://www.saucestudiosng.com/mellanby)\";s:9:\"recipient\";s:17:\"niyotla@gmail.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(4,4,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:43:\"The Mellanby Trust Company \"[your-subject]\"\";s:6:\"sender\";s:57:\"The Mellanby Trust Company <wordpress@saucestudiosng.com>\";s:4:\"body\";s:145:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on The Mellanby Trust Company (http://www.saucestudiosng.com/mellanby)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:27:\"Reply-To: niyotla@gmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(5,4,'_messages','a:8:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";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.\";}'),(6,4,'_additional_settings',NULL),(7,4,'_locale','en'),(8,33,'_wp_attached_file','2015/12/placeholder.gif'),(9,33,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1300;s:6:\"height\";i:728;s:4:\"file\";s:23:\"2015/12/placeholder.gif\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"placeholder-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"placeholder-300x168.gif\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"placeholder-768x430.gif\";s:5:\"width\";i:768;s:6:\"height\";i:430;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"placeholder-1024x573.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:573;s:9:\"mime-type\";s:9:\"image/gif\";}s:31:\"consulting-image-350x204-croped\";a:4:{s:4:\"file\";s:23:\"placeholder-350x204.gif\";s:5:\"width\";i:350;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/gif\";}s:31:\"consulting-image-350x250-croped\";a:4:{s:4:\"file\";s:23:\"placeholder-350x250.gif\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/gif\";}s:32:\"consulting-image-1110x550-croped\";a:4:{s:4:\"file\";s:24:\"placeholder-1110x550.gif\";s:5:\"width\";i:1110;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/gif\";}s:29:\"consulting-image-50x50-croped\";a:4:{s:4:\"file\";s:21:\"placeholder-50x50.gif\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/gif\";}s:31:\"consulting-image-320x320-croped\";a:4:{s:4:\"file\";s:23:\"placeholder-320x320.gif\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/gif\";}s:31:\"consulting-image-255x182-croped\";a:4:{s:4:\"file\";s:23:\"placeholder-255x182.gif\";s:5:\"width\";i:255;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/gif\";}s:31:\"consulting-image-350x195-croped\";a:4:{s:4:\"file\";s:23:\"placeholder-350x195.gif\";s:5:\"width\";i:350;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10,33,'_wp_attachment_image_alt','placeholder'),(29,171,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(30,171,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(31,171,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(32,171,'_mc4wp_settings',''),(33,172,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(34,172,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(35,172,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(36,172,'_mc4wp_settings','a:9:{s:15:\"required_fields\";s:5:\"EMAIL\";s:12:\"double_optin\";s:1:\"1\";s:12:\"send_welcome\";s:1:\"0\";s:15:\"update_existing\";s:1:\"0\";s:17:\"replace_interests\";s:1:\"1\";s:18:\"hide_after_success\";s:1:\"0\";s:8:\"redirect\";s:0:\"\";s:3:\"css\";s:5:\"basic\";s:5:\"lists\";a:1:{i:0;s:10:\"f04ec38630\";}}'),(37,172,'text_subscribed','Thank you, your sign-up request was successful! Please check your email inbox to confirm.'),(38,172,'text_invalid_email','Please provide a valid email address.'),(39,172,'text_required_field_missing','Please fill in the required fields.'),(40,172,'text_already_subscribed','Given email address is already subscribed, thank you!'),(41,172,'text_error','Oops. Something went wrong. Please try again later.'),(42,172,'text_unsubscribed','You were successfully unsubscribed.'),(43,172,'text_not_subscribed','Given email address is not subscribed.'),(91,1024,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(92,1024,'_wpb_shortcodes_custom_css','.vc_custom_1495644097855{margin-top: 40px !important;margin-bottom: 0px !important;padding-top: 30px !important;}.vc_custom_1495363736541{padding-top: 53px !important;padding-bottom: 30px !important;background-color: #f2f2f2 !important;}.vc_custom_1495362178806{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #ffffff !important;}.vc_custom_1495055600474{margin-bottom: 37px !important;padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1495363579802{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #f2f2f2 !important;}.vc_custom_1495645071565{margin-bottom: 0px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1495358084771{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}.vc_custom_1495677183228{margin-bottom: 0px !important;}.vc_custom_1495362025940{margin-bottom: 28px !important;}.vc_custom_1495128115303{margin-bottom: 28px !important;}.vc_custom_1495128134214{margin-bottom: 28px !important;}.vc_custom_1495363643060{margin-bottom: 20px !important;}.vc_custom_1451044003374{margin-bottom: 19px !important;}'),(93,1024,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(94,1024,'_wpb_shortcodes_custom_css','.vc_custom_1495644097855{margin-top: 40px !important;margin-bottom: 0px !important;padding-top: 30px !important;}.vc_custom_1495363736541{padding-top: 53px !important;padding-bottom: 30px !important;background-color: #f2f2f2 !important;}.vc_custom_1495362178806{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #ffffff !important;}.vc_custom_1495055600474{margin-bottom: 37px !important;padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1495363579802{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #f2f2f2 !important;}.vc_custom_1495645071565{margin-bottom: 0px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1495358084771{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}.vc_custom_1495677183228{margin-bottom: 0px !important;}.vc_custom_1495362025940{margin-bottom: 28px !important;}.vc_custom_1495128115303{margin-bottom: 28px !important;}.vc_custom_1495128134214{margin-bottom: 28px !important;}.vc_custom_1495363643060{margin-bottom: 20px !important;}.vc_custom_1451044003374{margin-bottom: 19px !important;}'),(95,1024,'_wp_page_template','default'),(96,1024,'_wpb_vc_js_status','true'),(97,1024,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(98,1024,'slide_template','default'),(99,1024,'page_bg_repeat','repeat'),(100,1024,'title','hide'),(101,1024,'title_box_bg_repeat','repeat'),(102,1024,'breadcrumbs','show'),(103,1024,'_wpb_shortcodes_custom_css','.vc_custom_1495644097855{margin-top: 40px !important;margin-bottom: 0px !important;padding-top: 30px !important;}.vc_custom_1495363736541{padding-top: 53px !important;padding-bottom: 30px !important;background-color: #f2f2f2 !important;}.vc_custom_1495362178806{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #ffffff !important;}.vc_custom_1495055600474{margin-bottom: 37px !important;padding-top: 30px !important;padding-bottom: 30px !important;}.vc_custom_1495363579802{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #f2f2f2 !important;}.vc_custom_1495645071565{margin-bottom: 0px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1495358084771{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}.vc_custom_1495677183228{margin-bottom: 0px !important;}.vc_custom_1495362025940{margin-bottom: 28px !important;}.vc_custom_1495128115303{margin-bottom: 28px !important;}.vc_custom_1495128134214{margin-bottom: 28px !important;}.vc_custom_1495363643060{margin-bottom: 20px !important;}.vc_custom_1451044003374{margin-bottom: 19px !important;}'),(104,1024,'disable_title_box','on'),(105,1024,'disable_title','on'),(106,1024,'disable_breadcrumbs','on'),(107,1024,'enable_header_transparent','on'),(120,7,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(121,7,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(122,7,'_wpb_vc_js_status','false'),(123,7,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(124,7,'slide_template','default'),(125,7,'page_bg_repeat','no-repeat'),(126,7,'title','show'),(127,7,'title_box_bg_repeat','no-repeat'),(128,7,'breadcrumbs','hide'),(129,7,'title_box_button_border_color','#ffffff'),(130,7,'title_box_button_font_color','#333333'),(131,7,'title_box_button_font_color_hover','#333333'),(132,7,'title_box_button_font_arrow_color','#ffffff'),(133,7,'prev_next_buttons_border_color','#ffffff'),(134,7,'prev_next_buttons_arrow_color_hover','#dac725'),(135,7,'enable_transparent','on'),(136,7,'disable_title','on'),(137,9,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(138,9,'_wpb_shortcodes_custom_css','.vc_custom_1451991003825{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1495663419041{margin-top: 40px !important;}.vc_custom_1495177056728{margin-bottom: 28px !important;}.vc_custom_1495176998965{margin-bottom: 15px !important;}.vc_custom_1495663630600{margin-bottom: 0px !important;}'),(139,9,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(140,9,'_wpb_shortcodes_custom_css','.vc_custom_1451991003825{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1495663419041{margin-top: 40px !important;}.vc_custom_1495177056728{margin-bottom: 28px !important;}.vc_custom_1495176998965{margin-bottom: 15px !important;}.vc_custom_1495663630600{margin-bottom: 0px !important;}'),(141,9,'_wpb_vc_js_status','true'),(142,9,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(143,9,'slide_template','default'),(144,9,'page_bg_repeat','no-repeat'),(145,9,'title','show'),(146,9,'title_box_bg_repeat','no-repeat'),(147,9,'breadcrumbs','hide'),(148,9,'title_box_button_border_color','#ffffff'),(149,9,'title_box_button_font_color','#333333'),(150,9,'title_box_button_font_color_hover','#333333'),(151,9,'title_box_button_font_arrow_color','#ffffff'),(152,9,'prev_next_buttons_border_color','#ffffff'),(153,9,'prev_next_buttons_arrow_color_hover','#dac725'),(154,9,'title_box_style','style_2'),(155,9,'enable_transparent','on'),(156,9,'disable_title','on'),(157,9,'_wpb_shortcodes_custom_css','.vc_custom_1451991003825{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1495663419041{margin-top: 40px !important;}.vc_custom_1495177056728{margin-bottom: 28px !important;}.vc_custom_1495176998965{margin-bottom: 15px !important;}.vc_custom_1495663630600{margin-bottom: 0px !important;}'),(158,9,'_oembed_c8ba90fe1701ed842094eb77169e1ff8','{{unknown}}'),(159,9,'_oembed_21ab778742454486ef2939b51c4cf596','<iframe width=\"1120\" height=\"630\" src=\"https://www.youtube.com/embed/TJNuV4YfqLk?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(160,9,'_oembed_time_21ab778742454486ef2939b51c4cf596','1454091798'),(161,9,'_oembed_60bf8a0b4afe5750916f15871787dc7e','{{unknown}}'),(162,9,'_oembed_76a1e3134062c4ed932cdd8627fb8cad','<iframe width=\"1120\" height=\"630\" src=\"https://www.youtube.com/embed/TJNuV4YfqLk?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(163,9,'_oembed_time_76a1e3134062c4ed932cdd8627fb8cad','1454091986'),(164,9,'_wp_page_template','default'),(258,390,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(259,390,'_wpb_shortcodes_custom_css','.vc_custom_1495179181302{margin-bottom: 100px !important;padding-top: 50px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1452152300724{margin-bottom: 46px !important;}.vc_custom_1452152300724{margin-bottom: 46px !important;}.vc_custom_1452152300724{margin-bottom: 46px !important;}.vc_custom_1495569280918{margin-bottom: 46px !important;}.vc_custom_1495569280918{margin-bottom: 46px !important;}.vc_custom_1495664870849{margin-bottom: 0px !important;}'),(260,390,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(261,390,'_wpb_shortcodes_custom_css','.vc_custom_1495179181302{margin-bottom: 100px !important;padding-top: 50px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1452152300724{margin-bottom: 46px !important;}.vc_custom_1452152300724{margin-bottom: 46px !important;}.vc_custom_1452152300724{margin-bottom: 46px !important;}.vc_custom_1495569280918{margin-bottom: 46px !important;}.vc_custom_1495569280918{margin-bottom: 46px !important;}.vc_custom_1495664870849{margin-bottom: 0px !important;}'),(262,390,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(263,390,'_wpb_shortcodes_custom_css','.vc_custom_1495179181302{margin-bottom: 100px !important;padding-top: 50px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1452152300724{margin-bottom: 46px !important;}.vc_custom_1452152300724{margin-bottom: 46px !important;}.vc_custom_1452152300724{margin-bottom: 46px !important;}.vc_custom_1495569280918{margin-bottom: 46px !important;}.vc_custom_1495569280918{margin-bottom: 46px !important;}.vc_custom_1495664870849{margin-bottom: 0px !important;}'),(264,390,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(265,390,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(266,390,'_wpb_shortcodes_custom_css','.vc_custom_1495179181302{margin-bottom: 100px !important;padding-top: 50px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1452152300724{margin-bottom: 46px !important;}.vc_custom_1452152300724{margin-bottom: 46px !important;}.vc_custom_1452152300724{margin-bottom: 46px !important;}.vc_custom_1495569280918{margin-bottom: 46px !important;}.vc_custom_1495569280918{margin-bottom: 46px !important;}.vc_custom_1495664870849{margin-bottom: 0px !important;}'),(267,390,'_wpb_shortcodes_custom_css','.vc_custom_1495179181302{margin-bottom: 100px !important;padding-top: 50px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1452152300724{margin-bottom: 46px !important;}.vc_custom_1452152300724{margin-bottom: 46px !important;}.vc_custom_1452152300724{margin-bottom: 46px !important;}.vc_custom_1495569280918{margin-bottom: 46px !important;}.vc_custom_1495569280918{margin-bottom: 46px !important;}.vc_custom_1495664870849{margin-bottom: 0px !important;}'),(268,390,'_wpb_vc_js_status','true'),(269,390,'slide_template','default'),(270,390,'page_bg_repeat','no-repeat'),(271,390,'title','show'),(272,390,'title_box_bg_repeat','no-repeat'),(273,390,'breadcrumbs','hide'),(274,390,'title_box_button_border_color','#ffffff'),(275,390,'title_box_button_font_color','#333333'),(276,390,'title_box_button_font_color_hover','#333333'),(277,390,'title_box_button_font_arrow_color','#ffffff'),(278,390,'prev_next_buttons_border_color','#ffffff'),(279,390,'prev_next_buttons_arrow_color_hover','#dac725'),(280,390,'title_box_style','style_2'),(281,390,'_dp_original','344'),(282,390,'title_box_title_color','#002e5b'),(284,390,'title_box_title_line_color','#fde428'),(285,408,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(286,408,'_wpb_shortcodes_custom_css','.vc_custom_1451991003825{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1495566150947{margin-bottom: 52px !important;}.vc_custom_1495631006202{margin-top: 30px !important;margin-bottom: 52px !important;}.vc_custom_1495180061545{margin-top: 30px !important;margin-bottom: 52px !important;}.vc_custom_1495664929281{margin-bottom: 0px !important;}'),(287,408,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(288,408,'_wpb_shortcodes_custom_css','.vc_custom_1451991003825{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1495566150947{margin-bottom: 52px !important;}.vc_custom_1495631006202{margin-top: 30px !important;margin-bottom: 52px !important;}.vc_custom_1495180061545{margin-top: 30px !important;margin-bottom: 52px !important;}.vc_custom_1495664929281{margin-bottom: 0px !important;}'),(289,408,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(290,408,'_wpb_shortcodes_custom_css','.vc_custom_1451991003825{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1495566150947{margin-bottom: 52px !important;}.vc_custom_1495631006202{margin-top: 30px !important;margin-bottom: 52px !important;}.vc_custom_1495180061545{margin-top: 30px !important;margin-bottom: 52px !important;}.vc_custom_1495664929281{margin-bottom: 0px !important;}'),(291,408,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(292,408,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(293,408,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(294,408,'_wpb_shortcodes_custom_css','.vc_custom_1451991003825{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1495566150947{margin-bottom: 52px !important;}.vc_custom_1495631006202{margin-top: 30px !important;margin-bottom: 52px !important;}.vc_custom_1495180061545{margin-top: 30px !important;margin-bottom: 52px !important;}.vc_custom_1495664929281{margin-bottom: 0px !important;}'),(295,408,'_wpb_shortcodes_custom_css','.vc_custom_1451991003825{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1495566150947{margin-bottom: 52px !important;}.vc_custom_1495631006202{margin-top: 30px !important;margin-bottom: 52px !important;}.vc_custom_1495180061545{margin-top: 30px !important;margin-bottom: 52px !important;}.vc_custom_1495664929281{margin-bottom: 0px !important;}'),(296,408,'_wpb_shortcodes_custom_css','.vc_custom_1451991003825{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1495566150947{margin-bottom: 52px !important;}.vc_custom_1495631006202{margin-top: 30px !important;margin-bottom: 52px !important;}.vc_custom_1495180061545{margin-top: 30px !important;margin-bottom: 52px !important;}.vc_custom_1495664929281{margin-bottom: 0px !important;}'),(297,408,'_wpb_vc_js_status','true'),(298,408,'slide_template','default'),(299,408,'page_bg_repeat','no-repeat'),(300,408,'title','show'),(301,408,'title_box_bg_repeat','no-repeat'),(302,408,'breadcrumbs','hide'),(303,408,'title_box_button_border_color','#ffffff'),(304,408,'title_box_button_font_color','#333333'),(305,408,'title_box_button_font_color_hover','#333333'),(306,408,'title_box_button_font_arrow_color','#ffffff'),(307,408,'prev_next_buttons_border_color','#ffffff'),(308,408,'prev_next_buttons_arrow_color_hover','#dac725'),(309,408,'title_box_style','style_2'),(310,408,'_dp_original','363'),(311,408,'enable_transparent','on'),(312,408,'disable_title','on'),(313,408,'_oembed_a755893a876c7cae6bbcaaacfc890e4c','{{unknown}}'),(314,408,'_oembed_76a1e3134062c4ed932cdd8627fb8cad','<iframe width=\"1120\" height=\"630\" src=\"https://www.youtube.com/embed/TJNuV4YfqLk?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(315,408,'_oembed_time_76a1e3134062c4ed932cdd8627fb8cad','1456221473'),(316,440,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(317,440,'_wpb_shortcodes_custom_css','.vc_custom_1451991003825{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1495567964812{margin-bottom: 20px !important;}.vc_custom_1495628947958{margin-bottom: 30px !important;}.vc_custom_1495664414563{margin-bottom: 0px !important;}'),(318,440,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(319,440,'_wpb_shortcodes_custom_css','.vc_custom_1451991003825{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1495567964812{margin-bottom: 20px !important;}.vc_custom_1495628947958{margin-bottom: 30px !important;}.vc_custom_1495664414563{margin-bottom: 0px !important;}'),(320,440,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(321,440,'_wpb_shortcodes_custom_css','.vc_custom_1451991003825{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1495567964812{margin-bottom: 20px !important;}.vc_custom_1495628947958{margin-bottom: 30px !important;}.vc_custom_1495664414563{margin-bottom: 0px !important;}'),(322,440,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(323,440,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(324,440,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(325,440,'_wpb_shortcodes_custom_css','.vc_custom_1451991003825{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1495567964812{margin-bottom: 20px !important;}.vc_custom_1495628947958{margin-bottom: 30px !important;}.vc_custom_1495664414563{margin-bottom: 0px !important;}'),(326,440,'_wpb_shortcodes_custom_css','.vc_custom_1451991003825{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1495567964812{margin-bottom: 20px !important;}.vc_custom_1495628947958{margin-bottom: 30px !important;}.vc_custom_1495664414563{margin-bottom: 0px !important;}'),(327,440,'_wpb_shortcodes_custom_css','.vc_custom_1451991003825{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1495567964812{margin-bottom: 20px !important;}.vc_custom_1495628947958{margin-bottom: 30px !important;}.vc_custom_1495664414563{margin-bottom: 0px !important;}'),(328,440,'_wpb_vc_js_status','true'),(329,440,'slide_template','default'),(330,440,'page_bg_repeat','no-repeat'),(331,440,'title','show'),(332,440,'title_box_bg_repeat','no-repeat'),(333,440,'breadcrumbs','hide'),(334,440,'title_box_button_border_color','#ffffff'),(335,440,'title_box_button_font_color','#333333'),(336,440,'title_box_button_font_color_hover','#333333'),(337,440,'title_box_button_font_arrow_color','#ffffff'),(338,440,'prev_next_buttons_border_color','#ffffff'),(339,440,'prev_next_buttons_arrow_color_hover','#dac725'),(340,440,'title_box_style','style_2'),(341,440,'enable_transparent','on'),(342,440,'disable_title','on'),(343,440,'_dp_original','377'),(698,1171,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(699,1171,'_wpb_shortcodes_custom_css','.vc_custom_1485423383193{margin-bottom: 20px !important;}.vc_custom_1485423323752{margin-bottom: -60px !important;}.vc_custom_1485424286916{margin-bottom: 30px !important;}.vc_custom_1485424295749{margin-bottom: 30px !important;}.vc_custom_1495363852453{margin-bottom: 28px !important;border-bottom-width: 3px !important;padding-bottom: 32px !important;border-bottom-color: #002e5b !important;border-bottom-style: solid !important;}'),(700,1171,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(701,1171,'_wp_page_template','default'),(702,1171,'slide_template','default'),(703,1171,'enable_transparent','on'),(704,1171,'title_box_bg_repeat','no-repeat'),(706,1171,'_wpb_vc_js_status','true'),(707,1171,'_wpb_shortcodes_custom_css','.vc_custom_1485423383193{margin-bottom: 20px !important;}.vc_custom_1485423323752{margin-bottom: -60px !important;}.vc_custom_1485424286916{margin-bottom: 30px !important;}.vc_custom_1485424295749{margin-bottom: 30px !important;}.vc_custom_1495363852453{margin-bottom: 28px !important;border-bottom-width: 3px !important;padding-bottom: 32px !important;border-bottom-color: #002e5b !important;border-bottom-style: solid !important;}'),(740,430,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(741,430,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1453112586637{margin-bottom: 60px !important;}.vc_custom_1453114022217{margin-bottom: 60px !important;}.vc_custom_1456121948446{padding-top: 13px !important;padding-right: 40px !important;padding-bottom: 34px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1456122016220{border-top-width: 3px !important;padding-top: 10px !important;border-top-color: #222222 !important;border-top-style: solid !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(742,430,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(743,430,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1453112586637{margin-bottom: 60px !important;}.vc_custom_1453114022217{margin-bottom: 60px !important;}.vc_custom_1456121948446{padding-top: 13px !important;padding-right: 40px !important;padding-bottom: 34px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1456122016220{border-top-width: 3px !important;padding-top: 10px !important;border-top-color: #222222 !important;border-top-style: solid !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(744,430,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(745,430,'slide_template','default'),(746,430,'department','Project Management'),(747,430,'location','Richland, WA, US'),(748,430,'_wpb_vc_js_status','true'),(749,430,'title_box_bg_repeat','repeat'),(750,430,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1453112586637{margin-bottom: 60px !important;}.vc_custom_1453114022217{margin-bottom: 60px !important;}.vc_custom_1456121948446{padding-top: 13px !important;padding-right: 40px !important;padding-bottom: 34px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1456122016220{border-top-width: 3px !important;padding-top: 10px !important;border-top-color: #222222 !important;border-top-style: solid !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(751,432,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(752,432,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1453112586637{margin-bottom: 60px !important;}.vc_custom_1453114022217{margin-bottom: 60px !important;}.vc_custom_1456121948446{padding-top: 13px !important;padding-right: 40px !important;padding-bottom: 34px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1456122016220{border-top-width: 3px !important;padding-top: 10px !important;border-top-color: #222222 !important;border-top-style: solid !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(753,432,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(754,432,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1453112586637{margin-bottom: 60px !important;}.vc_custom_1453114022217{margin-bottom: 60px !important;}.vc_custom_1456121948446{padding-top: 13px !important;padding-right: 40px !important;padding-bottom: 34px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1456122016220{border-top-width: 3px !important;padding-top: 10px !important;border-top-color: #222222 !important;border-top-style: solid !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(755,432,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(756,432,'slide_template','default'),(757,432,'department','Project Management'),(758,432,'location','Toronto,Ontario, CA'),(759,432,'_wpb_vc_js_status','true'),(760,432,'title_box_bg_repeat','repeat'),(761,432,'disable_title','on'),(762,432,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1453112586637{margin-bottom: 60px !important;}.vc_custom_1453114022217{margin-bottom: 60px !important;}.vc_custom_1456121948446{padding-top: 13px !important;padding-right: 40px !important;padding-bottom: 34px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1456122016220{border-top-width: 3px !important;padding-top: 10px !important;border-top-color: #222222 !important;border-top-style: solid !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(763,433,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(764,433,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1453112586637{margin-bottom: 60px !important;}.vc_custom_1453114022217{margin-bottom: 60px !important;}.vc_custom_1456121948446{padding-top: 13px !important;padding-right: 40px !important;padding-bottom: 34px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1456122016220{border-top-width: 3px !important;padding-top: 10px !important;border-top-color: #222222 !important;border-top-style: solid !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(765,433,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(766,433,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1453112586637{margin-bottom: 60px !important;}.vc_custom_1453114022217{margin-bottom: 60px !important;}.vc_custom_1456121948446{padding-top: 13px !important;padding-right: 40px !important;padding-bottom: 34px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1456122016220{border-top-width: 3px !important;padding-top: 10px !important;border-top-color: #222222 !important;border-top-style: solid !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(767,433,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(768,433,'slide_template','default'),(769,433,'department','Project Management'),(770,433,'location','Houston, TX, US'),(771,433,'_wpb_vc_js_status','true'),(772,433,'title_box_bg_repeat','repeat'),(773,433,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1453112586637{margin-bottom: 60px !important;}.vc_custom_1453114022217{margin-bottom: 60px !important;}.vc_custom_1456121948446{padding-top: 13px !important;padding-right: 40px !important;padding-bottom: 34px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1456122016220{border-top-width: 3px !important;padding-top: 10px !important;border-top-color: #222222 !important;border-top-style: solid !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(774,433,'disable_title','on'),(775,433,'disable_title_box','on'),(776,434,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(777,434,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1453112586637{margin-bottom: 60px !important;}.vc_custom_1453114022217{margin-bottom: 60px !important;}.vc_custom_1456121948446{padding-top: 13px !important;padding-right: 40px !important;padding-bottom: 34px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1456122016220{border-top-width: 3px !important;padding-top: 10px !important;border-top-color: #222222 !important;border-top-style: solid !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(778,434,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(779,434,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1453112586637{margin-bottom: 60px !important;}.vc_custom_1453114022217{margin-bottom: 60px !important;}.vc_custom_1456121948446{padding-top: 13px !important;padding-right: 40px !important;padding-bottom: 34px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1456122016220{border-top-width: 3px !important;padding-top: 10px !important;border-top-color: #222222 !important;border-top-style: solid !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(780,434,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(781,434,'slide_template','default'),(782,434,'department','Civil Construction'),(783,434,'location','Oak Ridge, TN, US'),(784,434,'_wpb_vc_js_status','true'),(785,434,'title_box_bg_repeat','repeat'),(786,434,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1453112586637{margin-bottom: 60px !important;}.vc_custom_1453114022217{margin-bottom: 60px !important;}.vc_custom_1456121948446{padding-top: 13px !important;padding-right: 40px !important;padding-bottom: 34px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1456122016220{border-top-width: 3px !important;padding-top: 10px !important;border-top-color: #222222 !important;border-top-style: solid !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(787,435,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(788,435,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1453112586637{margin-bottom: 60px !important;}.vc_custom_1453114022217{margin-bottom: 60px !important;}.vc_custom_1456121948446{padding-top: 13px !important;padding-right: 40px !important;padding-bottom: 34px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1456122016220{border-top-width: 3px !important;padding-top: 10px !important;border-top-color: #222222 !important;border-top-style: solid !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(789,435,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(790,435,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1453112586637{margin-bottom: 60px !important;}.vc_custom_1453114022217{margin-bottom: 60px !important;}.vc_custom_1456121948446{padding-top: 13px !important;padding-right: 40px !important;padding-bottom: 34px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1456122016220{border-top-width: 3px !important;padding-top: 10px !important;border-top-color: #222222 !important;border-top-style: solid !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(791,435,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(792,435,'slide_template','default'),(793,435,'department','Project Management'),(794,435,'location','Brooklyn, NY, US'),(795,435,'_wpb_vc_js_status','true'),(796,435,'enable_transparent','on'),(797,435,'title_box_bg_repeat','repeat'),(798,435,'disable_title','on'),(799,435,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1453112586637{margin-bottom: 60px !important;}.vc_custom_1453114022217{margin-bottom: 60px !important;}.vc_custom_1456121948446{padding-top: 13px !important;padding-right: 40px !important;padding-bottom: 34px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1456122016220{border-top-width: 3px !important;padding-top: 10px !important;border-top-color: #222222 !important;border-top-style: solid !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(800,435,'education','Master\'s Degree'),(801,435,'compensation','22K per annum'),(802,435,'contact_link','#'),(803,1098,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(804,1098,'_wpb_shortcodes_custom_css','.vc_custom_1484549823001{margin-top: -18px !important;}.vc_custom_1483967473543{margin-bottom: 20px !important;}.vc_custom_1484550790519{margin-bottom: 16px !important;}.vc_custom_1484718670737{margin-bottom: 7px !important;border-top-width: 3px !important;padding-top: 22px !important;border-top-style: solid !important;}.vc_custom_1484718679743{margin-top: 0px !important;padding-top: 28px !important;padding-bottom: 17px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1486706570776{margin-bottom: 0px !important;padding-right: 40px !important;padding-bottom: 14px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1484644818786{padding-top: 1px !important;background-color: #f2f2f2 !important;}.vc_custom_1486706632583{padding-right: 40px !important;padding-bottom: 40px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}'),(805,1098,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(806,1098,'_thumbnail_id','33'),(807,1098,'slide_template','default'),(808,1098,'enable_transparent','on'),(809,1098,'title_box_bg_repeat','repeat'),(810,1098,'disable_title','on'),(811,1098,'stm_event_speakers','459'),(812,1098,'stm_event_count','100'),(813,1098,'stm_event_date_start','1489536000'),(814,1098,'stm_event_date_end','1511395200'),(815,1098,'stm_event_time_start','12:00 pm'),(816,1098,'stm_event_time_end','3:00 pm'),(817,1098,'stm_event_venue','Juarez & Associates, 12139 National Boulevard, Los Angeles, CA, U.S.'),(818,1098,'stm_event_map_lat','34.020534'),(819,1098,'stm_event_map_lng','-118.444406'),(820,1098,'stm_event_tel','212 497 5686'),(821,1098,'_wpb_vc_js_status','true'),(822,1098,'_wpb_shortcodes_custom_css','.vc_custom_1484549823001{margin-top: -18px !important;}.vc_custom_1483967473543{margin-bottom: 20px !important;}.vc_custom_1484550790519{margin-bottom: 16px !important;}.vc_custom_1484718670737{margin-bottom: 7px !important;border-top-width: 3px !important;padding-top: 22px !important;border-top-style: solid !important;}.vc_custom_1484718679743{margin-top: 0px !important;padding-top: 28px !important;padding-bottom: 17px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1486706570776{margin-bottom: 0px !important;padding-right: 40px !important;padding-bottom: 14px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1484644818786{padding-top: 1px !important;background-color: #f2f2f2 !important;}.vc_custom_1486706632583{padding-right: 40px !important;padding-bottom: 40px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}'),(823,1099,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(824,1099,'_wpb_shortcodes_custom_css','.vc_custom_1484549823001{margin-top: -18px !important;}.vc_custom_1483967473543{margin-bottom: 20px !important;}.vc_custom_1484550790519{margin-bottom: 16px !important;}.vc_custom_1484718670737{margin-bottom: 7px !important;border-top-width: 3px !important;padding-top: 22px !important;border-top-style: solid !important;}.vc_custom_1484718679743{margin-top: 0px !important;padding-top: 28px !important;padding-bottom: 17px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1486706570776{margin-bottom: 0px !important;padding-right: 40px !important;padding-bottom: 14px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1484644818786{padding-top: 1px !important;background-color: #f2f2f2 !important;}.vc_custom_1486706632583{padding-right: 40px !important;padding-bottom: 40px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}'),(825,1099,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(826,1099,'_thumbnail_id','33'),(827,1099,'slide_template','default'),(828,1099,'enable_transparent','on'),(829,1099,'title_box_bg_repeat','no-repeat'),(830,1099,'disable_title','on'),(831,1099,'stm_event_speakers','458'),(832,1099,'stm_event_count','100'),(833,1099,'stm_event_date_start','1486857600'),(834,1099,'stm_event_date_end','1498176000'),(835,1099,'stm_event_time_start','7:00 PM'),(836,1099,'stm_event_time_end','9:00 PM'),(837,1099,'stm_event_venue','Sandler Training, 7120 Hayvenhurst Avenue, Suite 322, Van Nuys, CA, U.S.'),(838,1099,'stm_event_map_lat','34.200009'),(839,1099,'stm_event_map_lng','-118.492077'),(840,1099,'stm_event_tel','212 497 5686'),(841,1099,'_wpb_vc_js_status','true'),(842,1099,'_wpb_shortcodes_custom_css','.vc_custom_1484549823001{margin-top: -18px !important;}.vc_custom_1483967473543{margin-bottom: 20px !important;}.vc_custom_1484550790519{margin-bottom: 16px !important;}.vc_custom_1484718670737{margin-bottom: 7px !important;border-top-width: 3px !important;padding-top: 22px !important;border-top-style: solid !important;}.vc_custom_1484718679743{margin-top: 0px !important;padding-top: 28px !important;padding-bottom: 17px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1486706570776{margin-bottom: 0px !important;padding-right: 40px !important;padding-bottom: 14px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1484644818786{padding-top: 1px !important;background-color: #f2f2f2 !important;}.vc_custom_1486706632583{padding-right: 40px !important;padding-bottom: 40px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}'),(843,1100,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(844,1100,'_wpb_shortcodes_custom_css','.vc_custom_1484549823001{margin-top: -18px !important;}.vc_custom_1483967473543{margin-bottom: 20px !important;}.vc_custom_1484550790519{margin-bottom: 16px !important;}.vc_custom_1484718670737{margin-bottom: 7px !important;border-top-width: 3px !important;padding-top: 22px !important;border-top-style: solid !important;}.vc_custom_1484718679743{margin-top: 0px !important;padding-top: 28px !important;padding-bottom: 17px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1486706570776{margin-bottom: 0px !important;padding-right: 40px !important;padding-bottom: 14px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1484644818786{padding-top: 1px !important;background-color: #f2f2f2 !important;}.vc_custom_1486706632583{padding-right: 40px !important;padding-bottom: 40px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}'),(845,1100,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(846,1100,'_thumbnail_id','33'),(847,1100,'slide_template','default'),(848,1100,'enable_transparent','on'),(849,1100,'title_box_bg_repeat','no-repeat'),(850,1100,'disable_title','on'),(851,1100,'stm_event_speakers','461'),(852,1100,'stm_event_count','100'),(853,1100,'stm_event_date_start','1486166400'),(854,1100,'stm_event_date_end','1617840000'),(855,1100,'stm_event_time_start','7:00 PM'),(856,1100,'stm_event_time_end','9:00 PM'),(857,1100,'stm_event_venue','Ayres Hotel, 14400 Hindry Avenue, Hawthorne, CA, U.S.'),(858,1100,'stm_event_map_lat','33.900760'),(859,1100,'stm_event_map_lng','-118.371500'),(860,1100,'stm_event_tel','212 497 5686'),(861,1100,'_wpb_vc_js_status','true'),(862,1100,'_wpb_shortcodes_custom_css','.vc_custom_1484549823001{margin-top: -18px !important;}.vc_custom_1483967473543{margin-bottom: 20px !important;}.vc_custom_1484550790519{margin-bottom: 16px !important;}.vc_custom_1484718670737{margin-bottom: 7px !important;border-top-width: 3px !important;padding-top: 22px !important;border-top-style: solid !important;}.vc_custom_1484718679743{margin-top: 0px !important;padding-top: 28px !important;padding-bottom: 17px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1486706570776{margin-bottom: 0px !important;padding-right: 40px !important;padding-bottom: 14px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1484644818786{padding-top: 1px !important;background-color: #f2f2f2 !important;}.vc_custom_1486706632583{padding-right: 40px !important;padding-bottom: 40px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}'),(863,1101,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(864,1101,'_wpb_shortcodes_custom_css','.vc_custom_1484549823001{margin-top: -18px !important;}.vc_custom_1483967473543{margin-bottom: 20px !important;}.vc_custom_1484550790519{margin-bottom: 16px !important;}.vc_custom_1484718670737{margin-bottom: 7px !important;border-top-width: 3px !important;padding-top: 22px !important;border-top-style: solid !important;}.vc_custom_1484718679743{margin-top: 0px !important;padding-top: 28px !important;padding-bottom: 17px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1486706570776{margin-bottom: 0px !important;padding-right: 40px !important;padding-bottom: 14px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1484644818786{padding-top: 1px !important;background-color: #f2f2f2 !important;}.vc_custom_1486706632583{padding-right: 40px !important;padding-bottom: 40px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}'),(865,1101,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(866,1101,'_thumbnail_id','33'),(867,1101,'slide_template','default'),(868,1101,'enable_transparent','on'),(869,1101,'title_box_bg_repeat','no-repeat'),(870,1101,'disable_title','on'),(871,1101,'stm_event_speakers','448'),(872,1101,'stm_event_count','100'),(873,1101,'stm_event_date_start','1485561600'),(874,1101,'stm_event_date_end','1485820800'),(875,1101,'stm_event_time_start','9:00 PM'),(876,1101,'stm_event_time_end','1:30 PM'),(877,1101,'stm_event_venue','Maggiano\'s, 205 Mall Boulevard, King of Prussia, PA, U.S.'),(878,1101,'stm_event_map_lat','40.087129'),(879,1101,'stm_event_map_lng','-75.395954'),(880,1101,'stm_event_tel','212 497 5686'),(881,1101,'_wpb_vc_js_status','true'),(882,1101,'_wpb_shortcodes_custom_css','.vc_custom_1484549823001{margin-top: -18px !important;}.vc_custom_1483967473543{margin-bottom: 20px !important;}.vc_custom_1484550790519{margin-bottom: 16px !important;}.vc_custom_1484718670737{margin-bottom: 7px !important;border-top-width: 3px !important;padding-top: 22px !important;border-top-style: solid !important;}.vc_custom_1484718679743{margin-top: 0px !important;padding-top: 28px !important;padding-bottom: 17px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1486706570776{margin-bottom: 0px !important;padding-right: 40px !important;padding-bottom: 14px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1484644818786{padding-top: 1px !important;background-color: #f2f2f2 !important;}.vc_custom_1486706632583{padding-right: 40px !important;padding-bottom: 40px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}'),(883,1102,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(884,1102,'_wpb_shortcodes_custom_css','.vc_custom_1484549823001{margin-top: -18px !important;}.vc_custom_1483967473543{margin-bottom: 20px !important;}.vc_custom_1484550790519{margin-bottom: 16px !important;}.vc_custom_1484718670737{margin-bottom: 7px !important;border-top-width: 3px !important;padding-top: 22px !important;border-top-style: solid !important;}.vc_custom_1484718679743{margin-top: 0px !important;padding-top: 28px !important;padding-bottom: 17px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1486706570776{margin-bottom: 0px !important;padding-right: 40px !important;padding-bottom: 14px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1484644818786{padding-top: 1px !important;background-color: #f2f2f2 !important;}.vc_custom_1486706632583{padding-right: 40px !important;padding-bottom: 40px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}'),(885,1102,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(886,1102,'_thumbnail_id','33'),(887,1102,'slide_template','default'),(888,1102,'enable_transparent','on'),(889,1102,'title_box_bg_repeat','no-repeat'),(890,1102,'disable_title','on'),(891,1102,'stm_event_speakers','460'),(892,1102,'stm_event_count','100'),(893,1102,'stm_event_date_start','1583971200'),(894,1102,'stm_event_date_end','1585267200'),(895,1102,'stm_event_time_start','6:00 PM'),(896,1102,'stm_event_time_end','9:00 PM'),(897,1102,'stm_event_venue','Mimi\'s Café, 4030 Barranca Parkway, Irvine, CA, U.S.'),(898,1102,'stm_event_map_lat','33.683144'),(899,1102,'stm_event_map_lng','-117.807859'),(900,1102,'stm_event_tel','212 497 5686'),(901,1102,'_wpb_vc_js_status','true'),(902,1102,'_wpb_shortcodes_custom_css','.vc_custom_1484549823001{margin-top: -18px !important;}.vc_custom_1483967473543{margin-bottom: 20px !important;}.vc_custom_1484550790519{margin-bottom: 16px !important;}.vc_custom_1484718670737{margin-bottom: 7px !important;border-top-width: 3px !important;padding-top: 22px !important;border-top-style: solid !important;}.vc_custom_1484718679743{margin-top: 0px !important;padding-top: 28px !important;padding-bottom: 17px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1486706570776{margin-bottom: 0px !important;padding-right: 40px !important;padding-bottom: 14px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1484644818786{padding-top: 1px !important;background-color: #f2f2f2 !important;}.vc_custom_1486706632583{padding-right: 40px !important;padding-bottom: 40px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}'),(903,1103,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(904,1103,'_wpb_shortcodes_custom_css','.vc_custom_1484549823001{margin-top: -18px !important;}.vc_custom_1483967473543{margin-bottom: 20px !important;}.vc_custom_1484550790519{margin-bottom: 16px !important;}.vc_custom_1484718670737{margin-bottom: 7px !important;border-top-width: 3px !important;padding-top: 22px !important;border-top-style: solid !important;}.vc_custom_1484718679743{margin-top: 0px !important;padding-top: 28px !important;padding-bottom: 17px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1486706570776{margin-bottom: 0px !important;padding-right: 40px !important;padding-bottom: 14px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1484644818786{padding-top: 1px !important;background-color: #f2f2f2 !important;}.vc_custom_1486706632583{padding-right: 40px !important;padding-bottom: 40px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}'),(905,1103,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(906,1103,'_thumbnail_id','33'),(907,1103,'slide_template','default'),(908,1103,'enable_transparent','on'),(909,1103,'title_box_bg_repeat','no-repeat'),(910,1103,'disable_title','on'),(911,1103,'stm_event_speakers','449'),(912,1103,'stm_event_count','100'),(913,1103,'stm_event_date_start','1583971200'),(914,1103,'stm_event_date_end','1585267200'),(915,1103,'stm_event_time_start','7:30 PM'),(916,1103,'stm_event_time_end','9:30 PM'),(917,1103,'stm_event_venue','The Lakes Golf Course & Driving Range 400 S. Sepulveda Boulevard, El Segundo, CA, U.S.'),(918,1103,'stm_event_map_lat','33.931051'),(919,1103,'stm_event_map_lng','-118.396249'),(920,1103,'stm_event_tel','212 497 5686'),(921,1103,'_wpb_vc_js_status','true'),(922,1103,'_wpb_shortcodes_custom_css','.vc_custom_1484549823001{margin-top: -18px !important;}.vc_custom_1483967473543{margin-bottom: 20px !important;}.vc_custom_1484550790519{margin-bottom: 16px !important;}.vc_custom_1484718670737{margin-bottom: 7px !important;border-top-width: 3px !important;padding-top: 22px !important;border-top-style: solid !important;}.vc_custom_1484718679743{margin-top: 0px !important;padding-top: 28px !important;padding-bottom: 17px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1486706570776{margin-bottom: 0px !important;padding-right: 40px !important;padding-bottom: 14px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1484644818786{padding-top: 1px !important;background-color: #f2f2f2 !important;}.vc_custom_1486706632583{padding-right: 40px !important;padding-bottom: 40px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}'),(923,1104,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(924,1104,'_wpb_shortcodes_custom_css','.vc_custom_1484549823001{margin-top: -18px !important;}.vc_custom_1483967473543{margin-bottom: 20px !important;}.vc_custom_1484550790519{margin-bottom: 16px !important;}.vc_custom_1484718670737{margin-bottom: 7px !important;border-top-width: 3px !important;padding-top: 22px !important;border-top-style: solid !important;}.vc_custom_1484718679743{margin-top: 0px !important;padding-top: 28px !important;padding-bottom: 17px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1486706570776{margin-bottom: 0px !important;padding-right: 40px !important;padding-bottom: 14px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1484644818786{padding-top: 1px !important;background-color: #f2f2f2 !important;}.vc_custom_1486706632583{padding-right: 40px !important;padding-bottom: 40px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}'),(925,1104,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(926,1104,'_thumbnail_id','33'),(927,1104,'slide_template','default'),(928,1104,'enable_transparent','on'),(929,1104,'title_box_bg_repeat','no-repeat'),(930,1104,'disable_title','on'),(931,1104,'stm_event_speakers','458'),(932,1104,'stm_event_count','100'),(933,1104,'stm_event_date_start','1583971200'),(934,1104,'stm_event_date_end','1585267200'),(935,1104,'stm_event_time_start','6:00 PM'),(936,1104,'stm_event_time_end','8:30 PM'),(937,1104,'stm_event_venue','Blackfinn Ameripub, 1620 I Street NW, Washington, DC, U.S.'),(938,1104,'stm_event_map_lat','38.901079'),(939,1104,'stm_event_map_lng','-77.037518'),(940,1104,'stm_event_tel','212 497 5686'),(941,1104,'_wpb_vc_js_status','true'),(942,1104,'_wpb_shortcodes_custom_css','.vc_custom_1484549823001{margin-top: -18px !important;}.vc_custom_1483967473543{margin-bottom: 20px !important;}.vc_custom_1484550790519{margin-bottom: 16px !important;}.vc_custom_1484718670737{margin-bottom: 7px !important;border-top-width: 3px !important;padding-top: 22px !important;border-top-style: solid !important;}.vc_custom_1484718679743{margin-top: 0px !important;padding-top: 28px !important;padding-bottom: 17px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1486706570776{margin-bottom: 0px !important;padding-right: 40px !important;padding-bottom: 14px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1484644818786{padding-top: 1px !important;background-color: #f2f2f2 !important;}.vc_custom_1486706632583{padding-right: 40px !important;padding-bottom: 40px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}'),(943,1105,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(944,1105,'_wpb_shortcodes_custom_css','.vc_custom_1484549823001{margin-top: -18px !important;}.vc_custom_1483967473543{margin-bottom: 20px !important;}.vc_custom_1484550790519{margin-bottom: 16px !important;}.vc_custom_1484718670737{margin-bottom: 7px !important;border-top-width: 3px !important;padding-top: 22px !important;border-top-style: solid !important;}.vc_custom_1484718679743{margin-top: 0px !important;padding-top: 28px !important;padding-bottom: 17px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1486706570776{margin-bottom: 0px !important;padding-right: 40px !important;padding-bottom: 14px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1484644818786{padding-top: 1px !important;background-color: #f2f2f2 !important;}.vc_custom_1486706632583{padding-right: 40px !important;padding-bottom: 40px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}'),(945,1105,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(946,1105,'_thumbnail_id','33'),(947,1105,'slide_template','default'),(948,1105,'enable_transparent','on'),(949,1105,'title_box_bg_repeat','no-repeat'),(950,1105,'disable_title','on'),(951,1105,'stm_event_speakers','460'),(952,1105,'stm_event_count','100'),(953,1105,'stm_event_date_start','1583971200'),(954,1105,'stm_event_date_end','1585267200'),(955,1105,'stm_event_time_start','6:00 PM'),(956,1105,'stm_event_venue','Juarez & Associates, 12139 National Boulevard, Los Angeles, CA, U.S.'),(957,1105,'stm_event_map_lat','34.020534'),(958,1105,'stm_event_map_lng','-118.444406'),(959,1105,'stm_event_tel','212 497 5686'),(960,1105,'_wpb_vc_js_status','true'),(961,1105,'_wpb_shortcodes_custom_css','.vc_custom_1484549823001{margin-top: -18px !important;}.vc_custom_1483967473543{margin-bottom: 20px !important;}.vc_custom_1484550790519{margin-bottom: 16px !important;}.vc_custom_1484718670737{margin-bottom: 7px !important;border-top-width: 3px !important;padding-top: 22px !important;border-top-style: solid !important;}.vc_custom_1484718679743{margin-top: 0px !important;padding-top: 28px !important;padding-bottom: 17px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1486706570776{margin-bottom: 0px !important;padding-right: 40px !important;padding-bottom: 14px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1484644818786{padding-top: 1px !important;background-color: #f2f2f2 !important;}.vc_custom_1486706632583{padding-right: 40px !important;padding-bottom: 40px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}'),(962,1106,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(963,1106,'_wpb_shortcodes_custom_css','.vc_custom_1484549823001{margin-top: -18px !important;}.vc_custom_1483967473543{margin-bottom: 20px !important;}.vc_custom_1484550790519{margin-bottom: 16px !important;}.vc_custom_1484718670737{margin-bottom: 7px !important;border-top-width: 3px !important;padding-top: 22px !important;border-top-style: solid !important;}.vc_custom_1484718679743{margin-top: 0px !important;padding-top: 28px !important;padding-bottom: 17px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1486706570776{margin-bottom: 0px !important;padding-right: 40px !important;padding-bottom: 14px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1484644818786{padding-top: 1px !important;background-color: #f2f2f2 !important;}.vc_custom_1486706632583{padding-right: 40px !important;padding-bottom: 40px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}'),(964,1106,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(965,1106,'_thumbnail_id','33'),(966,1106,'slide_template','default'),(967,1106,'enable_transparent','on'),(968,1106,'title_box_bg_repeat','no-repeat'),(969,1106,'disable_title','on'),(970,1106,'stm_event_speakers','461'),(971,1106,'stm_event_count','100'),(972,1106,'stm_event_date_start','1583971200'),(973,1106,'stm_event_date_end','1585267200'),(974,1106,'stm_event_time_start','1:00 PM'),(975,1106,'stm_event_venue','Telos Club, Parthenon Conference Room, 13701 Dallas Parkway, Dallas, TX, U.S.'),(976,1106,'stm_event_map_lat','32.935348'),(977,1106,'stm_event_map_lng','-96.822841'),(978,1106,'stm_event_tel','212 497 5686'),(979,1106,'_wpb_vc_js_status','true'),(980,1106,'_wpb_shortcodes_custom_css','.vc_custom_1484549823001{margin-top: -18px !important;}.vc_custom_1483967473543{margin-bottom: 20px !important;}.vc_custom_1484550790519{margin-bottom: 16px !important;}.vc_custom_1484718670737{margin-bottom: 7px !important;border-top-width: 3px !important;padding-top: 22px !important;border-top-style: solid !important;}.vc_custom_1484718679743{margin-top: 0px !important;padding-top: 28px !important;padding-bottom: 17px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1486706570776{margin-bottom: 0px !important;padding-right: 40px !important;padding-bottom: 14px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1484644818786{padding-top: 1px !important;background-color: #f2f2f2 !important;}.vc_custom_1486706632583{padding-right: 40px !important;padding-bottom: 40px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}'),(981,1108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(982,1108,'_wpb_shortcodes_custom_css','.vc_custom_1484549823001{margin-top: -18px !important;}.vc_custom_1483967473543{margin-bottom: 20px !important;}.vc_custom_1484550790519{margin-bottom: 16px !important;}.vc_custom_1484718670737{margin-bottom: 7px !important;border-top-width: 3px !important;padding-top: 22px !important;border-top-style: solid !important;}.vc_custom_1484718679743{margin-top: 0px !important;padding-top: 28px !important;padding-bottom: 17px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1486706570776{margin-bottom: 0px !important;padding-right: 40px !important;padding-bottom: 14px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1484644818786{padding-top: 1px !important;background-color: #f2f2f2 !important;}.vc_custom_1486706632583{padding-right: 40px !important;padding-bottom: 40px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}'),(983,1108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(984,1108,'_thumbnail_id','33'),(985,1108,'slide_template','default'),(986,1108,'enable_transparent','on'),(987,1108,'title_box_bg_repeat','no-repeat'),(988,1108,'disable_title','on'),(989,1108,'stm_event_speakers','459'),(990,1108,'stm_event_count','100'),(991,1108,'stm_event_date_start','1583971200'),(992,1108,'stm_event_date_end','1585267200'),(993,1108,'stm_event_time_start','5:30 PM'),(994,1108,'stm_event_time_end','8:30 PM'),(995,1108,'stm_event_venue','6016 Spring Flower Trail, Dallas, TX, U.S.'),(996,1108,'stm_event_map_lat','32.978362'),(997,1108,'stm_event_map_lng','-96.801902'),(998,1108,'stm_event_tel','212 497 5686'),(999,1108,'_wpb_vc_js_status','true'),(1000,1108,'_wpb_shortcodes_custom_css','.vc_custom_1484549823001{margin-top: -18px !important;}.vc_custom_1483967473543{margin-bottom: 20px !important;}.vc_custom_1484550790519{margin-bottom: 16px !important;}.vc_custom_1484718670737{margin-bottom: 7px !important;border-top-width: 3px !important;padding-top: 22px !important;border-top-style: solid !important;}.vc_custom_1484718679743{margin-top: 0px !important;padding-top: 28px !important;padding-bottom: 17px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1486706570776{margin-bottom: 0px !important;padding-right: 40px !important;padding-bottom: 14px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}.vc_custom_1484644818786{padding-top: 1px !important;background-color: #f2f2f2 !important;}.vc_custom_1486706632583{padding-right: 40px !important;padding-bottom: 40px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}'),(1189,461,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1190,461,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(1191,461,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1192,461,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(1193,461,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1194,461,'_thumbnail_id','1486'),(1195,461,'slide_template','default'),(1196,461,'department','Chairman'),(1197,461,'enable_transparent','on'),(1198,461,'title_box_bg_repeat','repeat'),(1199,461,'disable_title','on'),(1200,461,'_wpb_vc_js_status','true'),(1201,461,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(1210,563,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1211,563,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1452755083469{margin-bottom: 45px !important;}.vc_custom_1456124747340{margin-bottom: 25px !important;}.vc_custom_1456123332539{margin-bottom: 57px !important;}.vc_custom_1452765376433{margin-bottom: 50px !important;}.vc_custom_1452765543752{margin-bottom: 31px !important;}.vc_custom_1452765829166{margin-bottom: 57px !important;}.vc_custom_1452757956168{margin-bottom: 27px !important;}.vc_custom_1453102995785{margin-bottom: 14px !important;}.vc_custom_1452755904872{margin-bottom: 23px !important;}.vc_custom_1452765869327{margin-bottom: 23px !important;}.vc_custom_1456124766156{margin-bottom: 20px !important;}.vc_custom_1453100660627{margin-bottom: 20px !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(1212,563,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1213,563,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1452755083469{margin-bottom: 45px !important;}.vc_custom_1456124747340{margin-bottom: 25px !important;}.vc_custom_1456123332539{margin-bottom: 57px !important;}.vc_custom_1452765376433{margin-bottom: 50px !important;}.vc_custom_1452765543752{margin-bottom: 31px !important;}.vc_custom_1452765829166{margin-bottom: 57px !important;}.vc_custom_1452757956168{margin-bottom: 27px !important;}.vc_custom_1453102995785{margin-bottom: 14px !important;}.vc_custom_1452755904872{margin-bottom: 23px !important;}.vc_custom_1452765869327{margin-bottom: 23px !important;}.vc_custom_1456124766156{margin-bottom: 20px !important;}.vc_custom_1453100660627{margin-bottom: 20px !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(1214,563,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1215,563,'slide_template','default'),(1216,563,'_thumbnail_id','33'),(1217,563,'title_box_bg_repeat','repeat'),(1218,563,'_wpb_vc_js_status','true'),(1219,563,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1452755083469{margin-bottom: 45px !important;}.vc_custom_1456124747340{margin-bottom: 25px !important;}.vc_custom_1456123332539{margin-bottom: 57px !important;}.vc_custom_1452765376433{margin-bottom: 50px !important;}.vc_custom_1452765543752{margin-bottom: 31px !important;}.vc_custom_1452765829166{margin-bottom: 57px !important;}.vc_custom_1452757956168{margin-bottom: 27px !important;}.vc_custom_1453102995785{margin-bottom: 14px !important;}.vc_custom_1452755904872{margin-bottom: 23px !important;}.vc_custom_1452765869327{margin-bottom: 23px !important;}.vc_custom_1456124766156{margin-bottom: 20px !important;}.vc_custom_1453100660627{margin-bottom: 20px !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(1220,565,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1221,565,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1456124849829{margin-bottom: 0px !important;}.vc_custom_1452770900884{margin-bottom: 20px !important;}.vc_custom_1452770976377{margin-bottom: 20px !important;}.vc_custom_1453717420557{margin-bottom: 15px !important;}.vc_custom_1453717756599{margin-bottom: 10px !important;}.vc_custom_1453716989986{margin-bottom: 15px !important;}.vc_custom_1453109317809{margin-bottom: 13px !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(1222,565,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1223,565,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1456124849829{margin-bottom: 0px !important;}.vc_custom_1452770900884{margin-bottom: 20px !important;}.vc_custom_1452770976377{margin-bottom: 20px !important;}.vc_custom_1453717420557{margin-bottom: 15px !important;}.vc_custom_1453717756599{margin-bottom: 10px !important;}.vc_custom_1453716989986{margin-bottom: 15px !important;}.vc_custom_1453109317809{margin-bottom: 13px !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(1224,565,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1225,565,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1226,565,'slide_template','default'),(1227,565,'_dp_original','563'),(1228,565,'_wpb_vc_js_status','true'),(1229,565,'_thumbnail_id','33'),(1230,565,'title_box_bg_repeat','repeat'),(1231,565,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1456124849829{margin-bottom: 0px !important;}.vc_custom_1452770900884{margin-bottom: 20px !important;}.vc_custom_1452770976377{margin-bottom: 20px !important;}.vc_custom_1453717420557{margin-bottom: 15px !important;}.vc_custom_1453717756599{margin-bottom: 10px !important;}.vc_custom_1453716989986{margin-bottom: 15px !important;}.vc_custom_1453109317809{margin-bottom: 13px !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(1232,566,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1233,566,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1452755083469{margin-bottom: 45px !important;}.vc_custom_1456124656136{margin-bottom: 25px !important;}.vc_custom_1456123332539{margin-bottom: 57px !important;}.vc_custom_1452765376433{margin-bottom: 50px !important;}.vc_custom_1452765543752{margin-bottom: 31px !important;}.vc_custom_1452765829166{margin-bottom: 57px !important;}.vc_custom_1452757956168{margin-bottom: 27px !important;}.vc_custom_1453102995785{margin-bottom: 14px !important;}.vc_custom_1452755904872{margin-bottom: 23px !important;}.vc_custom_1452765869327{margin-bottom: 23px !important;}.vc_custom_1456124690704{margin-bottom: 20px !important;}.vc_custom_1453100660627{margin-bottom: 20px !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(1234,566,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1235,566,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1452755083469{margin-bottom: 45px !important;}.vc_custom_1456124656136{margin-bottom: 25px !important;}.vc_custom_1456123332539{margin-bottom: 57px !important;}.vc_custom_1452765376433{margin-bottom: 50px !important;}.vc_custom_1452765543752{margin-bottom: 31px !important;}.vc_custom_1452765829166{margin-bottom: 57px !important;}.vc_custom_1452757956168{margin-bottom: 27px !important;}.vc_custom_1453102995785{margin-bottom: 14px !important;}.vc_custom_1452755904872{margin-bottom: 23px !important;}.vc_custom_1452765869327{margin-bottom: 23px !important;}.vc_custom_1456124690704{margin-bottom: 20px !important;}.vc_custom_1453100660627{margin-bottom: 20px !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(1236,566,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1237,566,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1238,566,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1239,566,'slide_template','default'),(1240,566,'_wpb_vc_js_status','true'),(1241,566,'_dp_original','565'),(1242,566,'_thumbnail_id','33'),(1243,566,'title_box_bg_repeat','repeat'),(1244,566,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1452755083469{margin-bottom: 45px !important;}.vc_custom_1456124656136{margin-bottom: 25px !important;}.vc_custom_1456123332539{margin-bottom: 57px !important;}.vc_custom_1452765376433{margin-bottom: 50px !important;}.vc_custom_1452765543752{margin-bottom: 31px !important;}.vc_custom_1452765829166{margin-bottom: 57px !important;}.vc_custom_1452757956168{margin-bottom: 27px !important;}.vc_custom_1453102995785{margin-bottom: 14px !important;}.vc_custom_1452755904872{margin-bottom: 23px !important;}.vc_custom_1452765869327{margin-bottom: 23px !important;}.vc_custom_1456124690704{margin-bottom: 20px !important;}.vc_custom_1453100660627{margin-bottom: 20px !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(1245,567,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1246,567,'_wpb_shortcodes_custom_css','.vc_custom_1452836633781{margin-bottom: 53px !important;}.vc_custom_1452837797829{margin-bottom: 51px !important;}.vc_custom_1452840284250{padding-top: 47px !important;padding-bottom: 18px !important;background-color: #f2f2f2 !important;}.vc_custom_1453962267188{margin-bottom: 33px !important;padding-top: 47px !important;padding-bottom: 60px !important;background-image: url(http://consulting.stylemixthemes.com/demo/wp-content/uploads/2015/12/placeholder.gif?id=593) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1453099700139{margin-bottom: 48px !important;}.vc_custom_1453974134693{margin-bottom: -60px !important;padding-top: 82px !important;padding-bottom: 125px !important;}.vc_custom_1453464607012{margin-bottom: 30px !important;}.vc_custom_1452839683405{margin-bottom: 40px !important;}.vc_custom_1452839824807{margin-bottom: 27px !important;}.vc_custom_1452839938467{margin-bottom: 27px !important;}.vc_custom_1452839938467{margin-bottom: 27px !important;}.vc_custom_1452842656357{margin-bottom: 40px !important;}.vc_custom_1453448862907{padding-top: 10px !important;padding-right: 50px !important;padding-bottom: 36px !important;padding-left: 50px !important;}.vc_custom_1453448925038{padding-top: 10px !important;padding-right: 50px !important;padding-bottom: 36px !important;padding-left: 50px !important;}.vc_custom_1453448929734{padding-top: 10px !important;padding-right: 50px !important;padding-bottom: 36px !important;padding-left: 50px !important;}.vc_custom_1453095230273{margin-bottom: 34px !important;}.vc_custom_1453096695774{margin-bottom: 38px !important;}.vc_custom_1453096632149{margin-bottom: 28px !important;}.vc_custom_1453100015494{margin-bottom: 40px !important;}'),(1247,567,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1248,567,'_wpb_shortcodes_custom_css','.vc_custom_1452836633781{margin-bottom: 53px !important;}.vc_custom_1452837797829{margin-bottom: 51px !important;}.vc_custom_1452840284250{padding-top: 47px !important;padding-bottom: 18px !important;background-color: #f2f2f2 !important;}.vc_custom_1453962267188{margin-bottom: 33px !important;padding-top: 47px !important;padding-bottom: 60px !important;background-image: url(http://consulting.stylemixthemes.com/demo/wp-content/uploads/2015/12/placeholder.gif?id=593) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1453099700139{margin-bottom: 48px !important;}.vc_custom_1453974134693{margin-bottom: -60px !important;padding-top: 82px !important;padding-bottom: 125px !important;}.vc_custom_1453464607012{margin-bottom: 30px !important;}.vc_custom_1452839683405{margin-bottom: 40px !important;}.vc_custom_1452839824807{margin-bottom: 27px !important;}.vc_custom_1452839938467{margin-bottom: 27px !important;}.vc_custom_1452839938467{margin-bottom: 27px !important;}.vc_custom_1452842656357{margin-bottom: 40px !important;}.vc_custom_1453448862907{padding-top: 10px !important;padding-right: 50px !important;padding-bottom: 36px !important;padding-left: 50px !important;}.vc_custom_1453448925038{padding-top: 10px !important;padding-right: 50px !important;padding-bottom: 36px !important;padding-left: 50px !important;}.vc_custom_1453448929734{padding-top: 10px !important;padding-right: 50px !important;padding-bottom: 36px !important;padding-left: 50px !important;}.vc_custom_1453095230273{margin-bottom: 34px !important;}.vc_custom_1453096695774{margin-bottom: 38px !important;}.vc_custom_1453096632149{margin-bottom: 28px !important;}.vc_custom_1453100015494{margin-bottom: 40px !important;}'),(1249,567,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1250,567,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1251,567,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1252,567,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1253,567,'slide_template','default'),(1254,567,'_wpb_vc_js_status','true'),(1255,567,'_dp_original','566'),(1256,567,'_thumbnail_id','33'),(1257,567,'title_box_bg_repeat','repeat'),(1258,567,'_wpb_shortcodes_custom_css','.vc_custom_1452836633781{margin-bottom: 53px !important;}.vc_custom_1452837797829{margin-bottom: 51px !important;}.vc_custom_1452840284250{padding-top: 47px !important;padding-bottom: 18px !important;background-color: #f2f2f2 !important;}.vc_custom_1453962267188{margin-bottom: 33px !important;padding-top: 47px !important;padding-bottom: 60px !important;background-image: url(http://consulting.stylemixthemes.com/demo/wp-content/uploads/2016/01/service_parallax.jpg?id=593) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1453099700139{margin-bottom: 48px !important;}.vc_custom_1453974134693{margin-bottom: -60px !important;padding-top: 82px !important;padding-bottom: 125px !important;}.vc_custom_1453464607012{margin-bottom: 30px !important;}.vc_custom_1452839683405{margin-bottom: 40px !important;}.vc_custom_1452839824807{margin-bottom: 27px !important;}.vc_custom_1452839938467{margin-bottom: 27px !important;}.vc_custom_1452839938467{margin-bottom: 27px !important;}.vc_custom_1452842656357{margin-bottom: 40px !important;}.vc_custom_1453448862907{padding-top: 10px !important;padding-right: 50px !important;padding-bottom: 36px !important;padding-left: 50px !important;}.vc_custom_1453448925038{padding-top: 10px !important;padding-right: 50px !important;padding-bottom: 36px !important;padding-left: 50px !important;}.vc_custom_1453448929734{padding-top: 10px !important;padding-right: 50px !important;padding-bottom: 36px !important;padding-left: 50px !important;}.vc_custom_1453095230273{margin-bottom: 34px !important;}.vc_custom_1453096695774{margin-bottom: 38px !important;}.vc_custom_1453096632149{margin-bottom: 28px !important;}.vc_custom_1453100015494{margin-bottom: 40px !important;}'),(1259,568,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1260,568,'_wpb_shortcodes_custom_css','.vc_custom_1452836633781{margin-bottom: 53px !important;}.vc_custom_1452837797829{margin-bottom: 51px !important;}.vc_custom_1452840284250{padding-top: 47px !important;padding-bottom: 18px !important;background-color: #f2f2f2 !important;}.vc_custom_1453962267188{margin-bottom: 33px !important;padding-top: 47px !important;padding-bottom: 60px !important;background-image: url(http://consulting.stylemixthemes.com/demo/wp-content/uploads/2015/12/placeholder.gif?id=593) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1453099700139{margin-bottom: 48px !important;}.vc_custom_1453974134693{margin-bottom: -60px !important;padding-top: 82px !important;padding-bottom: 125px !important;}.vc_custom_1453464607012{margin-bottom: 30px !important;}.vc_custom_1452839683405{margin-bottom: 40px !important;}.vc_custom_1452839824807{margin-bottom: 27px !important;}.vc_custom_1452839938467{margin-bottom: 27px !important;}.vc_custom_1452839938467{margin-bottom: 27px !important;}.vc_custom_1452842656357{margin-bottom: 40px !important;}.vc_custom_1453448862907{padding-top: 10px !important;padding-right: 50px !important;padding-bottom: 36px !important;padding-left: 50px !important;}.vc_custom_1453448925038{padding-top: 10px !important;padding-right: 50px !important;padding-bottom: 36px !important;padding-left: 50px !important;}.vc_custom_1453448929734{padding-top: 10px !important;padding-right: 50px !important;padding-bottom: 36px !important;padding-left: 50px !important;}.vc_custom_1453095230273{margin-bottom: 34px !important;}.vc_custom_1453096695774{margin-bottom: 38px !important;}.vc_custom_1453096632149{margin-bottom: 28px !important;}.vc_custom_1453100015494{margin-bottom: 40px !important;}'),(1261,568,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1262,568,'_wpb_shortcodes_custom_css','.vc_custom_1452836633781{margin-bottom: 53px !important;}.vc_custom_1452837797829{margin-bottom: 51px !important;}.vc_custom_1452840284250{padding-top: 47px !important;padding-bottom: 18px !important;background-color: #f2f2f2 !important;}.vc_custom_1453962267188{margin-bottom: 33px !important;padding-top: 47px !important;padding-bottom: 60px !important;background-image: url(http://consulting.stylemixthemes.com/demo/wp-content/uploads/2015/12/placeholder.gif?id=593) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1453099700139{margin-bottom: 48px !important;}.vc_custom_1453974134693{margin-bottom: -60px !important;padding-top: 82px !important;padding-bottom: 125px !important;}.vc_custom_1453464607012{margin-bottom: 30px !important;}.vc_custom_1452839683405{margin-bottom: 40px !important;}.vc_custom_1452839824807{margin-bottom: 27px !important;}.vc_custom_1452839938467{margin-bottom: 27px !important;}.vc_custom_1452839938467{margin-bottom: 27px !important;}.vc_custom_1452842656357{margin-bottom: 40px !important;}.vc_custom_1453448862907{padding-top: 10px !important;padding-right: 50px !important;padding-bottom: 36px !important;padding-left: 50px !important;}.vc_custom_1453448925038{padding-top: 10px !important;padding-right: 50px !important;padding-bottom: 36px !important;padding-left: 50px !important;}.vc_custom_1453448929734{padding-top: 10px !important;padding-right: 50px !important;padding-bottom: 36px !important;padding-left: 50px !important;}.vc_custom_1453095230273{margin-bottom: 34px !important;}.vc_custom_1453096695774{margin-bottom: 38px !important;}.vc_custom_1453096632149{margin-bottom: 28px !important;}.vc_custom_1453100015494{margin-bottom: 40px !important;}'),(1263,568,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1264,568,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1265,568,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1266,568,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1267,568,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1268,568,'slide_template','default'),(1269,568,'_wpb_vc_js_status','true'),(1270,568,'_dp_original','567'),(1271,568,'_thumbnail_id','33'),(1272,568,'title_box_bg_repeat','no-repeat'),(1273,568,'_wpb_shortcodes_custom_css','.vc_custom_1452836633781{margin-bottom: 53px !important;}.vc_custom_1452837797829{margin-bottom: 51px !important;}.vc_custom_1452840284250{padding-top: 47px !important;padding-bottom: 18px !important;background-color: #f2f2f2 !important;}.vc_custom_1453962267188{margin-bottom: 33px !important;padding-top: 47px !important;padding-bottom: 60px !important;background-image: url(http://consulting.stylemixthemes.com/demo/wp-content/uploads/2016/01/service_parallax.jpg?id=593) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1453099700139{margin-bottom: 48px !important;}.vc_custom_1453974134693{margin-bottom: -60px !important;padding-top: 82px !important;padding-bottom: 125px !important;}.vc_custom_1453464607012{margin-bottom: 30px !important;}.vc_custom_1452839683405{margin-bottom: 40px !important;}.vc_custom_1452839824807{margin-bottom: 27px !important;}.vc_custom_1452839938467{margin-bottom: 27px !important;}.vc_custom_1452839938467{margin-bottom: 27px !important;}.vc_custom_1452842656357{margin-bottom: 40px !important;}.vc_custom_1453448862907{padding-top: 10px !important;padding-right: 50px !important;padding-bottom: 36px !important;padding-left: 50px !important;}.vc_custom_1453448925038{padding-top: 10px !important;padding-right: 50px !important;padding-bottom: 36px !important;padding-left: 50px !important;}.vc_custom_1453448929734{padding-top: 10px !important;padding-right: 50px !important;padding-bottom: 36px !important;padding-left: 50px !important;}.vc_custom_1453095230273{margin-bottom: 34px !important;}.vc_custom_1453096695774{margin-bottom: 38px !important;}.vc_custom_1453096632149{margin-bottom: 28px !important;}.vc_custom_1453100015494{margin-bottom: 40px !important;}'),(1274,568,'enable_transparent','on'),(1275,568,'title_box_bg_image','777'),(1276,568,'title_box_title_color','#ffffff'),(1277,568,'title_box_title_line_color','#ffffff'),(1278,569,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1279,569,'_wpb_shortcodes_custom_css','.vc_custom_1452836633781{margin-bottom: 53px !important;}.vc_custom_1452837797829{margin-bottom: 51px !important;}.vc_custom_1452840284250{padding-top: 47px !important;padding-bottom: 18px !important;background-color: #f2f2f2 !important;}.vc_custom_1453962267188{margin-bottom: 33px !important;padding-top: 47px !important;padding-bottom: 60px !important;background-image: url(http://consulting.stylemixthemes.com/demo/wp-content/uploads/2015/12/placeholder.gif?id=593) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1453099700139{margin-bottom: 48px !important;}.vc_custom_1453974134693{margin-bottom: -60px !important;padding-top: 82px !important;padding-bottom: 125px !important;}.vc_custom_1453464607012{margin-bottom: 30px !important;}.vc_custom_1452839683405{margin-bottom: 40px !important;}.vc_custom_1452839824807{margin-bottom: 27px !important;}.vc_custom_1452839938467{margin-bottom: 27px !important;}.vc_custom_1452839938467{margin-bottom: 27px !important;}.vc_custom_1452842656357{margin-bottom: 40px !important;}.vc_custom_1453448862907{padding-top: 10px !important;padding-right: 50px !important;padding-bottom: 36px !important;padding-left: 50px !important;}.vc_custom_1453448925038{padding-top: 10px !important;padding-right: 50px !important;padding-bottom: 36px !important;padding-left: 50px !important;}.vc_custom_1453448929734{padding-top: 10px !important;padding-right: 50px !important;padding-bottom: 36px !important;padding-left: 50px !important;}.vc_custom_1453095230273{margin-bottom: 34px !important;}.vc_custom_1453096695774{margin-bottom: 38px !important;}.vc_custom_1453096632149{margin-bottom: 28px !important;}.vc_custom_1453100015494{margin-bottom: 40px !important;}'),(1280,569,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1281,569,'_wpb_shortcodes_custom_css','.vc_custom_1452836633781{margin-bottom: 53px !important;}.vc_custom_1452837797829{margin-bottom: 51px !important;}.vc_custom_1452840284250{padding-top: 47px !important;padding-bottom: 18px !important;background-color: #f2f2f2 !important;}.vc_custom_1453962267188{margin-bottom: 33px !important;padding-top: 47px !important;padding-bottom: 60px !important;background-image: url(http://consulting.stylemixthemes.com/demo/wp-content/uploads/2015/12/placeholder.gif?id=593) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1453099700139{margin-bottom: 48px !important;}.vc_custom_1453974134693{margin-bottom: -60px !important;padding-top: 82px !important;padding-bottom: 125px !important;}.vc_custom_1453464607012{margin-bottom: 30px !important;}.vc_custom_1452839683405{margin-bottom: 40px !important;}.vc_custom_1452839824807{margin-bottom: 27px !important;}.vc_custom_1452839938467{margin-bottom: 27px !important;}.vc_custom_1452839938467{margin-bottom: 27px !important;}.vc_custom_1452842656357{margin-bottom: 40px !important;}.vc_custom_1453448862907{padding-top: 10px !important;padding-right: 50px !important;padding-bottom: 36px !important;padding-left: 50px !important;}.vc_custom_1453448925038{padding-top: 10px !important;padding-right: 50px !important;padding-bottom: 36px !important;padding-left: 50px !important;}.vc_custom_1453448929734{padding-top: 10px !important;padding-right: 50px !important;padding-bottom: 36px !important;padding-left: 50px !important;}.vc_custom_1453095230273{margin-bottom: 34px !important;}.vc_custom_1453096695774{margin-bottom: 38px !important;}.vc_custom_1453096632149{margin-bottom: 28px !important;}.vc_custom_1453100015494{margin-bottom: 40px !important;}'),(1282,569,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1283,569,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1284,569,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1285,569,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1286,569,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1287,569,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1288,569,'slide_template','default'),(1289,569,'_wpb_vc_js_status','true'),(1290,569,'_dp_original','568'),(1291,569,'enable_transparent','on'),(1292,569,'title_box_bg_repeat','repeat'),(1293,569,'disable_title','on'),(1294,569,'_wpb_shortcodes_custom_css','.vc_custom_1452836633781{margin-bottom: 53px !important;}.vc_custom_1452837797829{margin-bottom: 51px !important;}.vc_custom_1452840284250{padding-top: 47px !important;padding-bottom: 18px !important;background-color: #f2f2f2 !important;}.vc_custom_1453962267188{margin-bottom: 33px !important;padding-top: 47px !important;padding-bottom: 60px !important;background-image: url(http://consulting.stylemixthemes.com/demo/wp-content/uploads/2016/01/service_parallax.jpg?id=593) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1453099700139{margin-bottom: 48px !important;}.vc_custom_1453974134693{margin-bottom: -60px !important;padding-top: 82px !important;padding-bottom: 125px !important;}.vc_custom_1453464607012{margin-bottom: 30px !important;}.vc_custom_1452839683405{margin-bottom: 40px !important;}.vc_custom_1452839824807{margin-bottom: 27px !important;}.vc_custom_1452839938467{margin-bottom: 27px !important;}.vc_custom_1452839938467{margin-bottom: 27px !important;}.vc_custom_1452842656357{margin-bottom: 40px !important;}.vc_custom_1453448862907{padding-top: 10px !important;padding-right: 50px !important;padding-bottom: 36px !important;padding-left: 50px !important;}.vc_custom_1453448925038{padding-top: 10px !important;padding-right: 50px !important;padding-bottom: 36px !important;padding-left: 50px !important;}.vc_custom_1453448929734{padding-top: 10px !important;padding-right: 50px !important;padding-bottom: 36px !important;padding-left: 50px !important;}.vc_custom_1453095230273{margin-bottom: 34px !important;}.vc_custom_1453096695774{margin-bottom: 38px !important;}.vc_custom_1453096632149{margin-bottom: 28px !important;}.vc_custom_1453100015494{margin-bottom: 40px !important;}'),(1295,569,'_thumbnail_id','33'),(1296,570,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1297,570,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1456123631985{margin-bottom: 0px !important;}.vc_custom_1452770900884{margin-bottom: 20px !important;}.vc_custom_1452770976377{margin-bottom: 20px !important;}.vc_custom_1453717420557{margin-bottom: 15px !important;}.vc_custom_1453717756599{margin-bottom: 10px !important;}.vc_custom_1453716989986{margin-bottom: 15px !important;}.vc_custom_1453109317809{margin-bottom: 13px !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(1298,570,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1299,570,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1456123631985{margin-bottom: 0px !important;}.vc_custom_1452770900884{margin-bottom: 20px !important;}.vc_custom_1452770976377{margin-bottom: 20px !important;}.vc_custom_1453717420557{margin-bottom: 15px !important;}.vc_custom_1453717756599{margin-bottom: 10px !important;}.vc_custom_1453716989986{margin-bottom: 15px !important;}.vc_custom_1453109317809{margin-bottom: 13px !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(1300,570,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1301,570,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1302,570,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1303,570,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1304,570,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1305,570,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1306,570,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1307,570,'slide_template','default'),(1308,570,'_wpb_vc_js_status','true'),(1309,570,'_dp_original','569'),(1310,570,'title_box_bg_repeat','repeat'),(1311,570,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1456123631985{margin-bottom: 0px !important;}.vc_custom_1452770900884{margin-bottom: 20px !important;}.vc_custom_1452770976377{margin-bottom: 20px !important;}.vc_custom_1453717420557{margin-bottom: 15px !important;}.vc_custom_1453717756599{margin-bottom: 10px !important;}.vc_custom_1453716989986{margin-bottom: 15px !important;}.vc_custom_1453109317809{margin-bottom: 13px !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(1312,570,'title_box_title_color','#f4f4f4'),(1313,570,'title_box_bg_image','33'),(1314,570,'_thumbnail_id','33'),(1315,571,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1316,571,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1452755083469{margin-bottom: 45px !important;}.vc_custom_1456123311085{margin-bottom: 25px !important;}.vc_custom_1456219422743{margin-bottom: 34px !important;}.vc_custom_1456219515168{margin-bottom: 27px !important;}.vc_custom_1456219497363{margin-bottom: 31px !important;}.vc_custom_1456219636222{margin-bottom: 34px !important;}.vc_custom_1456219358856{margin-bottom: 27px !important;}.vc_custom_1453102995785{margin-bottom: 14px !important;}.vc_custom_1456219442517{margin-bottom: 23px !important;}.vc_custom_1456219577377{margin-bottom: 23px !important;}.vc_custom_1452766167584{margin-bottom: 20px !important;}.vc_custom_1456219588920{margin-bottom: 20px !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(1317,571,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1318,571,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1452755083469{margin-bottom: 45px !important;}.vc_custom_1456123311085{margin-bottom: 25px !important;}.vc_custom_1456219422743{margin-bottom: 34px !important;}.vc_custom_1456219515168{margin-bottom: 27px !important;}.vc_custom_1456219497363{margin-bottom: 31px !important;}.vc_custom_1456219636222{margin-bottom: 34px !important;}.vc_custom_1456219358856{margin-bottom: 27px !important;}.vc_custom_1453102995785{margin-bottom: 14px !important;}.vc_custom_1456219442517{margin-bottom: 23px !important;}.vc_custom_1456219577377{margin-bottom: 23px !important;}.vc_custom_1452766167584{margin-bottom: 20px !important;}.vc_custom_1456219588920{margin-bottom: 20px !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(1319,571,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1320,571,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1321,571,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1322,571,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1323,571,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1324,571,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1325,571,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1326,571,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1327,571,'slide_template','default'),(1328,571,'_wpb_vc_js_status','true'),(1329,571,'_dp_original','570'),(1330,571,'enable_transparent','on'),(1331,571,'title_box_bg_repeat','repeat'),(1332,571,'disable_title','on'),(1333,571,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1452755083469{margin-bottom: 45px !important;}.vc_custom_1456123311085{margin-bottom: 25px !important;}.vc_custom_1456219422743{margin-bottom: 34px !important;}.vc_custom_1456219515168{margin-bottom: 27px !important;}.vc_custom_1456219497363{margin-bottom: 31px !important;}.vc_custom_1456219636222{margin-bottom: 34px !important;}.vc_custom_1456219358856{margin-bottom: 27px !important;}.vc_custom_1453102995785{margin-bottom: 14px !important;}.vc_custom_1456219442517{margin-bottom: 23px !important;}.vc_custom_1456219577377{margin-bottom: 23px !important;}.vc_custom_1452766167584{margin-bottom: 20px !important;}.vc_custom_1456219588920{margin-bottom: 20px !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(1334,571,'_thumbnail_id','33'),(1369,311,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1370,311,'_wpb_shortcodes_custom_css','.vc_custom_1451998133493{margin-bottom: 30px !important;}.vc_custom_1452056597103{margin-right: 0px !important;margin-bottom: 30px !important;margin-left: 0px !important;}.vc_custom_1452056633692{padding-top: 37px !important;padding-right: 30px !important;padding-bottom: 40px !important;padding-left: 30px !important;}.vc_custom_1495177449839{margin-bottom: 9px !important;}.vc_custom_1495177376294{margin-bottom: 17px !important;}'),(1371,311,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1372,311,'_wpb_shortcodes_custom_css','.vc_custom_1451998133493{margin-bottom: 30px !important;}.vc_custom_1452056597103{margin-right: 0px !important;margin-bottom: 30px !important;margin-left: 0px !important;}.vc_custom_1452056633692{padding-top: 37px !important;padding-right: 30px !important;padding-bottom: 40px !important;padding-left: 30px !important;}.vc_custom_1495177449839{margin-bottom: 9px !important;}.vc_custom_1495177376294{margin-bottom: 17px !important;}'),(1373,311,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1374,311,'slide_template','default'),(1375,311,'_wpb_vc_js_status','true'),(1376,311,'_wpb_shortcodes_custom_css','.vc_custom_1451998133493{margin-bottom: 30px !important;}.vc_custom_1452056597103{margin-right: 0px !important;margin-bottom: 30px !important;margin-left: 0px !important;}.vc_custom_1452056633692{padding-top: 37px !important;padding-right: 30px !important;padding-bottom: 40px !important;padding-left: 30px !important;}.vc_custom_1495177449839{margin-bottom: 9px !important;}.vc_custom_1495177376294{margin-bottom: 17px !important;}'),(1582,1185,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1583,1185,'_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\"]'),(1584,1185,'_mail',''),(1585,1185,'_mail_2',''),(1586,1185,'_messages','a:8:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";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.\";}'),(1587,1185,'_additional_settings',''),(1588,1185,'_locale','en_US'),(1589,508,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1590,508,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1591,508,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1592,508,'_form','<div class=\"request_callback\">\n <div class=\"row\">\n <div class=\"col-lg-10 col-md-10 col-sm-10 col-xs-12\">\n <div class=\"input-group\">\n [text* fname placeholder akismet:author \"First name *\"]\n </div>\n <div class=\"input-group\">\n [email* email placeholder akismet:author_email \"E-mail *\"]\n </div>\n <div class=\"input-group\">\n [tel* phone placeholder \"Phone *\"]\n </div>\n <div class=\"input-group\">\n [textarea* message placeholder \"Your Message *\"]\n </div>\n\n <div class=\"input-group\">\n <button type=\"submit\" class=\"button size-lg icon_right\">submit <i class=\"fa fa-chevron-right\"></i></button>\n </div>\n </div>\n \n </div>\n </div>\n</div>'),(1593,508,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:17:\"Message From Site\";s:6:\"sender\";s:35:\"[email] <office@saucestudiosng.com>\";s:9:\"recipient\";s:23:\"info@saucestudiosng.com\";s:4:\"body\";s:9:\"[message]\";s:18:\"additional_headers\";s:17:\"Reply-To: [email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(1594,508,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:0:\"\";s:6:\"sender\";s:0:\"\";s:9:\"recipient\";s:0:\"\";s:4:\"body\";s:0:\"\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(1595,508,'_messages','a:23:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:16:\"invalid_required\";s:34:\"Please fill in the required field.\";s:16:\"invalid_too_long\";s:23:\"This input is too long.\";s:17:\"invalid_too_short\";s:24:\"This input is too short.\";s:12:\"invalid_date\";s:26:\"Date format seems invalid.\";s:14:\"date_too_early\";s:23:\"This date is too early.\";s:13:\"date_too_late\";s:22:\"This date is too late.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";s:14:\"invalid_number\";s:28:\"Number format seems invalid.\";s:16:\"number_too_small\";s:25:\"This number is too small.\";s:16:\"number_too_large\";s:25:\"This number is too large.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:11:\"invalid_url\";s:18:\"URL seems invalid.\";s:11:\"invalid_tel\";s:31:\"Telephone number seems invalid.\";}'),(1596,508,'_additional_settings',''),(1597,508,'_locale','en_US'),(1599,599,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1600,599,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1601,599,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1602,599,'_form','<div class=\"member_feedback\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-6 col-sm-6 col-xs-12\">\n <div class=\"input-group\">\n [text* name placeholder akismet:author \"First Name\"]\n </div>\n </div>\n <div class=\"col-lg-6 col-md-6 col-sm-6 col-xs-12\">\n <div class=\"input-group\">\n [text* name placeholder akismet:author \"Last Name\"]\n </div>\n </div>\n <div class=\"col-lg-6 col-md-6 col-sm-6 col-xs-12\">\n <div class=\"input-group\">\n [email* email placeholder akismet:author_email \"E-mail\"]\n </div>\n </div>\n <div class=\"col-lg-6 col-md-6 col-sm-6 col-xs-12\">\n <div class=\"input-group\">\n [tel phone placeholder \"Phone Number\"]\n </div>\n </div>\n <div class=\"col-lg-6 col-md-6 col-sm-6 col-xs-12\">\n <div class=\"input-group\">\n [text* city placeholder \"City\"]\n </div>\n </div>\n <div class=\"col-lg-6 col-md-6 col-sm-6 col-xs-12\">\n <div class=\"input-group\">\n [select state first_as_label \"Select State (USA only)\" \"Value 1\" \"Value 2\"]\n </div>\n </div>\n <div class=\"col-lg-6 col-md-6 col-sm-6 col-xs-12\">\n <div class=\"input-group\">\n [select country first_as_label \"Country\" \"Value 1\" \"Value 2\"]\n </div>\n </div>\n <div class=\"col-lg-6 col-md-6 col-sm-6 col-xs-12\">\n <div class=\"input-group\">\n <button type=\"submit\" class=\"button size-lg icon_left\"><i class=\"fa fa-chevron-right\"></i> submit</button>\n </div>\n </div>\n </div>\n</div>'),(1603,599,'_mail','a:8:{s:7:\"subject\";s:0:\"\";s:6:\"sender\";s:0:\"\";s:4:\"body\";s:0:\"\";s:9:\"recipient\";s:0:\"\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(1604,599,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:0:\"\";s:6:\"sender\";s:0:\"\";s:4:\"body\";s:0:\"\";s:9:\"recipient\";s:0:\"\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(1605,599,'_messages','a:23:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:16:\"invalid_required\";s:34:\"Please fill in the required field.\";s:16:\"invalid_too_long\";s:23:\"This input is too long.\";s:17:\"invalid_too_short\";s:24:\"This input is too short.\";s:12:\"invalid_date\";s:26:\"Date format seems invalid.\";s:14:\"date_too_early\";s:23:\"This date is too early.\";s:13:\"date_too_late\";s:22:\"This date is too late.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";s:14:\"invalid_number\";s:28:\"Number format seems invalid.\";s:16:\"number_too_small\";s:25:\"This number is too small.\";s:16:\"number_too_large\";s:25:\"This number is too large.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:11:\"invalid_url\";s:18:\"URL seems invalid.\";s:11:\"invalid_tel\";s:31:\"Telephone number seems invalid.\";}'),(1606,599,'_additional_settings',''),(1607,599,'_locale','en_US'),(1608,599,'_config_errors','a:4:{s:12:\"mail.subject\";i:101;s:11:\"mail.sender\";i:102;s:14:\"mail.recipient\";i:102;s:9:\"mail.body\";i:101;}'),(1637,1029,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1638,1029,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1639,1029,'_form','<div class=\"request_callback\">\n <p>I would like to discuss:</p>\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-6 col-sm-6 col-xs-12\">\n <div class=\"input-group\">\n [select services_consulting first_as_label \"Business Planning\" \"Audit & Assurance\" \"Strategic Planning\" \"Trades & Stocks\" \"Financial Projections\"]\n </div>\n </div>\n <div class=\"col-lg-6 col-md-6 col-sm-6 col-xs-12\">\n <div class=\"input-group\">\n [text* name placeholder akismet:author \"First name\"]\n </div>\n </div>\n <div class=\"col-lg-6 col-md-6 col-sm-6 col-xs-12\">\n <div class=\"input-group\">\n [tel* phone placeholder \"Phone number\"]\n </div>\n </div>\n <div class=\"col-lg-6 col-md-6 col-sm-6 col-xs-12\">\n <div class=\"input-group\">\n <button type=\"submit\" class=\"button size-lg icon_right\">submit <i class=\"fa fa-chevron-right\"></i></button>\n </div>\n </div>\n </div>\n</div>'),(1640,1029,'_mail','a:8:{s:7:\"subject\";s:0:\"\";s:6:\"sender\";s:0:\"\";s:4:\"body\";s:0:\"\";s:9:\"recipient\";s:0:\"\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(1641,1029,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:0:\"\";s:6:\"sender\";s:0:\"\";s:4:\"body\";s:0:\"\";s:9:\"recipient\";s:0:\"\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(1642,1029,'_messages','a:23:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:16:\"invalid_required\";s:34:\"Please fill in the required field.\";s:16:\"invalid_too_long\";s:23:\"This input is too long.\";s:17:\"invalid_too_short\";s:24:\"This input is too short.\";s:12:\"invalid_date\";s:26:\"Date format seems invalid.\";s:14:\"date_too_early\";s:23:\"This date is too early.\";s:13:\"date_too_late\";s:22:\"This date is too late.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";s:14:\"invalid_number\";s:28:\"Number format seems invalid.\";s:16:\"number_too_small\";s:25:\"This number is too small.\";s:16:\"number_too_large\";s:25:\"This number is too large.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:11:\"invalid_url\";s:18:\"URL seems invalid.\";s:11:\"invalid_tel\";s:31:\"Telephone number seems invalid.\";}'),(1643,1029,'_additional_settings',''),(1644,1029,'_locale','en_US'),(1645,1029,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1646,1029,'_config_errors','a:4:{s:12:\"mail.subject\";i:101;s:11:\"mail.sender\";i:102;s:14:\"mail.recipient\";i:102;s:9:\"mail.body\";i:101;}'),(1647,1173,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1648,1173,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1649,1173,'_form','<div class=\"request_callback\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-6 col-sm-6 col-xs-12\">\n <div class=\"input-group\">\n [text* name placeholder akismet:author \"First name *\"]\n </div>\n <div class=\"input-group\">\n [text title placeholder akismet:author_title \"Title\"]\n </div>\n <div class=\"input-group\">\n [text company placeholder akismet:author_company \"Company/Position\"]\n </div>\n <div class=\"input-group\">\n [email* email placeholder akismet:author_email \"E-mail *\"]\n </div>\n <div class=\"input-group\">\n [select* menu-774 first_as_label \"Reason for Contact *\" \"Value1\" \"Value2\"]\n </div>\n </div>\n <div class=\"col-lg-6 col-md-6 col-sm-6 col-xs-12\">\n <div class=\"input-group\">\n [select* menu-363 first_as_label \"Area of Interest *\" \"Value1\" \"Value2\"]\n </div>\n <div class=\"input-group\">\n [text* subject placeholder akismet:author_subject \"Subject *\"]\n </div>\n <div class=\"input-group\">\n [textarea* message placeholder \"Your Message *\"]\n </div>\n <div class=\"input-group\">\n <button type=\"submit\" class=\"button size-lg icon_right\">submit <i class=\"fa fa-chevron-right\"></i></button>\n </div>\n </div>\n </div>\n</div>'),(1650,1173,'_mail',''),(1651,1173,'_mail_2',''),(1652,1173,'_messages','a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";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.\";}'),(1653,1173,'_additional_settings',''),(1654,1173,'_locale','en_US'),(1655,1173,'_config_errors','a:1:{s:23:\"mail.additional_headers\";a:1:{i:0;a:2:{s:4:\"code\";i:102;s:4:\"args\";a:3:{s:7:\"message\";s:34:\"The %name% field value is invalid.\";s:6:\"params\";a:1:{s:4:\"name\";s:8:\"Reply-To\";}s:4:\"link\";s:90:\"http://contactform7.com/configuration-errors/#mail.additional_headers:error_invalid_syntax\";}}}}'),(1656,1176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1657,1176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1658,1176,'_form','<div class=\"request_callback\">\n <div class=\"row\">\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\n <div class=\"input-group\">\n [textarea* message placeholder \"Your Message *\"]\n </div>\n </div>\n <div class=\"col-lg-4 col-md-4 col-sm-4 col-xs-12\">\n <div class=\"input-group\">\n [text* name placeholder akismet:author \"First name *\"]\n </div>\n </div>\n <div class=\"col-lg-4 col-md-4 col-sm-4 col-xs-12\">\n <div class=\"input-group\">\n [email* email placeholder akismet:author_email \"E-mail *\"]\n </div>\n </div>\n <div class=\"col-lg-4 col-md-4 col-sm-4 col-xs-12\">\n <div class=\"input-group\">\n [text* subject placeholder \"Subject *\"]\n </div>\n </div>\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\n <div class=\"input-group\">\n <button type=\"submit\" class=\"button size-lg icon_right\">submit <i class=\"fa fa-chevron-right\"></i></button>\n </div>\n </div>\n </div>\n</div>'),(1659,1176,'_mail',''),(1660,1176,'_mail_2',''),(1661,1176,'_messages','a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";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.\";}'),(1662,1176,'_additional_settings',''),(1663,1176,'_locale','en_US'),(1664,1176,'_config_errors','a:1:{s:23:\"mail.additional_headers\";a:1:{i:0;a:2:{s:4:\"code\";i:102;s:4:\"args\";a:3:{s:7:\"message\";s:34:\"The %name% field value is invalid.\";s:6:\"params\";a:1:{s:4:\"name\";s:8:\"Reply-To\";}s:4:\"link\";s:90:\"http://contactform7.com/configuration-errors/#mail.additional_headers:error_invalid_syntax\";}}}}'),(1665,1177,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1666,1177,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1667,1177,'_form','<div class=\"request_callback\">\n <div class=\"row\">\n <div class=\"col-lg-4 col-md-4 col-sm-12 col-xs-12\">\n <div class=\"input-group\">\n [textarea* message class:height205 placeholder \"Your Message *\"]\n </div>\n </div>\n <div class=\"col-lg-4 col-md-4 col-sm-12 col-xs-12\">\n <div class=\"input-group\">\n [text* name placeholder akismet:author \"First name *\"]\n </div>\n <div class=\"input-group\">\n [email* email placeholder akismet:author_email \"E-mail *\"]\n </div>\n <div class=\"input-group\">\n [select* menu-774 first_as_label \"Reason for Contact *\" \"Value1\" \"Value2\"]\n </div>\n </div>\n <div class=\"col-lg-4 col-md-4 col-sm-12 col-xs-12\">\n <div class=\"input-group\">\n [select* menu-363 first_as_label \"Area of Interest *\" \"Value1\" \"Value2\"]\n </div>\n <div class=\"input-group\">\n [text* subject placeholder akismet:author_subject \"Subject *\"]\n </div>\n <div class=\"input-group\">\n <button type=\"submit\" class=\"button size-lg icon_right\">submit <i class=\"fa fa-chevron-right\"></i></button>\n </div>\n </div>\n </div>\n</div>'),(1668,1177,'_mail',''),(1669,1177,'_mail_2',''),(1670,1177,'_messages','a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";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.\";}'),(1671,1177,'_additional_settings',''),(1672,1177,'_locale','en_US'),(1673,1177,'_config_errors','a:1:{s:23:\"mail.additional_headers\";a:1:{i:0;a:2:{s:4:\"code\";i:102;s:4:\"args\";a:3:{s:7:\"message\";s:34:\"The %name% field value is invalid.\";s:6:\"params\";a:1:{s:4:\"name\";s:8:\"Reply-To\";}s:4:\"link\";s:90:\"http://contactform7.com/configuration-errors/#mail.additional_headers:error_invalid_syntax\";}}}}'),(1674,1178,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1675,1178,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1676,1178,'_form','<div class=\"request_callback\">\n <div class=\"input-group\">\n [textarea* message class:height147 placeholder \"Your Message *\"]\n </div>\n <div class=\"input-group\">\n [text* name placeholder akismet:author \"First name *\"]\n </div>\n <div class=\"input-group\">\n [email* email placeholder akismet:author_email \"E-mail *\"]\n </div>\n <div class=\"input-group\">\n [select* menu-774 first_as_label \"Reason for Contact *\" \"Value1\" \"Value2\"]\n </div>\n <div class=\"input-group\">\n [select* menu-363 first_as_label \"Area of Interest *\" \"Value1\" \"Value2\"]\n </div>\n <div class=\"input-group\">\n [text* subject placeholder akismet:author_subject \"Subject *\"]\n </div>\n <div class=\"input-group\">\n <button type=\"submit\" class=\"button size-lg icon_right\">submit <i class=\"fa fa-chevron-right\"></i></button>\n </div>\n</div>'),(1677,1178,'_mail',''),(1678,1178,'_mail_2',''),(1679,1178,'_messages','a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";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.\";}'),(1680,1178,'_additional_settings',''),(1681,1178,'_locale','en_US'),(1682,1178,'_config_errors','a:1:{s:23:\"mail.additional_headers\";a:1:{i:0;a:2:{s:4:\"code\";i:102;s:4:\"args\";a:3:{s:7:\"message\";s:34:\"The %name% field value is invalid.\";s:6:\"params\";a:1:{s:4:\"name\";s:8:\"Reply-To\";}s:4:\"link\";s:90:\"http://contactform7.com/configuration-errors/#mail.additional_headers:error_invalid_syntax\";}}}}'),(1710,1189,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1711,1189,'_menu_item_type','post_type'),(1712,1189,'_menu_item_menu_item_parent','0'),(1713,1189,'_menu_item_object_id','7'),(1714,1189,'_menu_item_object','page'),(1715,1189,'_menu_item_target',''),(1716,1189,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1717,1189,'_menu_item_xfn',''),(1718,1189,'_menu_item_url',''),(1719,1190,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1720,1190,'_menu_item_type','post_type'),(1721,1190,'_menu_item_menu_item_parent','0'),(1722,1190,'_menu_item_object_id','1024'),(1723,1190,'_menu_item_object','page'),(1724,1190,'_menu_item_target',''),(1725,1190,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1726,1190,'_menu_item_xfn',''),(1727,1190,'_menu_item_url',''),(1818,1201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1819,1201,'_menu_item_type','post_type'),(1820,1201,'_menu_item_menu_item_parent','0'),(1821,1201,'_menu_item_object_id','390'),(1822,1201,'_menu_item_object','page'),(1823,1201,'_menu_item_target',''),(1824,1201,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1825,1201,'_menu_item_xfn',''),(1826,1201,'_menu_item_url',''),(1845,1204,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1846,1204,'_menu_item_type','post_type'),(1847,1204,'_menu_item_menu_item_parent','0'),(1848,1204,'_menu_item_object_id','408'),(1849,1204,'_menu_item_object','page'),(1850,1204,'_menu_item_target',''),(1851,1204,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1852,1204,'_menu_item_xfn',''),(1853,1204,'_menu_item_url',''),(1854,1205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1855,1205,'_menu_item_type','post_type'),(1856,1205,'_menu_item_menu_item_parent','0'),(1857,1205,'_menu_item_object_id','9'),(1858,1205,'_menu_item_object','page'),(1859,1205,'_menu_item_target',''),(1860,1205,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1861,1205,'_menu_item_xfn',''),(1862,1205,'_menu_item_url',''),(1872,1207,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1873,1207,'_menu_item_type','post_type'),(1874,1207,'_menu_item_menu_item_parent','0'),(1875,1207,'_menu_item_object_id','440'),(1876,1207,'_menu_item_object','page'),(1877,1207,'_menu_item_target',''),(1878,1207,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1879,1207,'_menu_item_xfn',''),(1880,1207,'_menu_item_url',''),(1917,1212,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1918,1212,'_menu_item_type','post_type'),(1919,1212,'_menu_item_menu_item_parent','0'),(1920,1212,'_menu_item_object_id','571'),(1921,1212,'_menu_item_object','stm_service'),(1922,1212,'_menu_item_target',''),(1923,1212,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1924,1212,'_menu_item_xfn',''),(1925,1212,'_menu_item_url',''),(1926,1213,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1927,1213,'_menu_item_type','post_type'),(1928,1213,'_menu_item_menu_item_parent','0'),(1929,1213,'_menu_item_object_id','570'),(1930,1213,'_menu_item_object','stm_service'),(1931,1213,'_menu_item_target',''),(1932,1213,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1933,1213,'_menu_item_xfn',''),(1934,1213,'_menu_item_url',''),(1935,1214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1936,1214,'_menu_item_type','post_type'),(1937,1214,'_menu_item_menu_item_parent','0'),(1938,1214,'_menu_item_object_id','569'),(1939,1214,'_menu_item_object','stm_service'),(1940,1214,'_menu_item_target',''),(1941,1214,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1942,1214,'_menu_item_xfn',''),(1943,1214,'_menu_item_url',''),(1944,1215,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1945,1215,'_menu_item_type','post_type'),(1946,1215,'_menu_item_menu_item_parent','0'),(1947,1215,'_menu_item_object_id','568'),(1948,1215,'_menu_item_object','stm_service'),(1949,1215,'_menu_item_target',''),(1950,1215,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1951,1215,'_menu_item_xfn',''),(1952,1215,'_menu_item_url',''),(1953,1216,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1954,1216,'_menu_item_type','post_type'),(1955,1216,'_menu_item_menu_item_parent','0'),(1956,1216,'_menu_item_object_id','567'),(1957,1216,'_menu_item_object','stm_service'),(1958,1216,'_menu_item_target',''),(1959,1216,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1960,1216,'_menu_item_xfn',''),(1961,1216,'_menu_item_url',''),(1962,1217,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1963,1217,'_menu_item_type','post_type'),(1964,1217,'_menu_item_menu_item_parent','0'),(1965,1217,'_menu_item_object_id','566'),(1966,1217,'_menu_item_object','stm_service'),(1967,1217,'_menu_item_target',''),(1968,1217,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1969,1217,'_menu_item_xfn',''),(1970,1217,'_menu_item_url',''),(1971,1218,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1972,1218,'_menu_item_type','post_type'),(1973,1218,'_menu_item_menu_item_parent','0'),(1974,1218,'_menu_item_object_id','565'),(1975,1218,'_menu_item_object','stm_service'),(1976,1218,'_menu_item_target',''),(1977,1218,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1978,1218,'_menu_item_xfn',''),(1979,1218,'_menu_item_url',''),(1980,1219,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1981,1219,'_menu_item_type','post_type'),(1982,1219,'_menu_item_menu_item_parent','0'),(1983,1219,'_menu_item_object_id','563'),(1984,1219,'_menu_item_object','stm_service'),(1985,1219,'_menu_item_target',''),(1986,1219,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1987,1219,'_menu_item_xfn',''),(1988,1219,'_menu_item_url',''),(2340,1259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2341,1259,'_menu_item_type','post_type'),(2342,1259,'_menu_item_menu_item_parent','0'),(2343,1259,'_menu_item_object_id','1171'),(2344,1259,'_menu_item_object','page'),(2345,1259,'_menu_item_target',''),(2346,1259,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2347,1259,'_menu_item_xfn',''),(2348,1259,'_menu_item_url',''),(2358,1261,'_wp_attached_file','revslider/main_slider/slide_1-2.jpg'),(2359,1261,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:759;s:4:\"file\";s:35:\"revslider/main_slider/slide_1-2.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"slide_1-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:21:\"slide_1-2-300x119.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"slide_1-2-768x304.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:304;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"slide_1-2-1024x405.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-350x204-croped\";a:4:{s:4:\"file\";s:21:\"slide_1-2-350x204.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-350x250-croped\";a:4:{s:4:\"file\";s:21:\"slide_1-2-350x250.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"consulting-image-1110x550-croped\";a:4:{s:4:\"file\";s:22:\"slide_1-2-1110x550.jpg\";s:5:\"width\";i:1110;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"consulting-image-50x50-croped\";a:4:{s:4:\"file\";s:19:\"slide_1-2-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-320x320-croped\";a:4:{s:4:\"file\";s:21:\"slide_1-2-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-255x182-croped\";a:4:{s:4:\"file\";s:21:\"slide_1-2-255x182.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-350x195-croped\";a:4:{s:4:\"file\";s:21:\"slide_1-2-350x195.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:195;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:{}}}'),(2366,1265,'_wp_attached_file','revslider/about_us_slider/about_slide_2.jpg'),(2367,1265,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:436;s:6:\"height\";i:407;s:4:\"file\";s:43:\"revslider/about_us_slider/about_slide_2.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"about_slide_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:25:\"about_slide_2-300x280.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-350x204-croped\";a:4:{s:4:\"file\";s:25:\"about_slide_2-350x204.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-350x250-croped\";a:4:{s:4:\"file\";s:25:\"about_slide_2-350x250.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"consulting-image-50x50-croped\";a:4:{s:4:\"file\";s:23:\"about_slide_2-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-320x320-croped\";a:4:{s:4:\"file\";s:25:\"about_slide_2-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-255x182-croped\";a:4:{s:4:\"file\";s:25:\"about_slide_2-255x182.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-350x195-croped\";a:4:{s:4:\"file\";s:25:\"about_slide_2-350x195.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:195;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:{}}}'),(2370,1267,'_wp_attached_file','revslider/service_slider/slide-2.jpg'),(2371,1267,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1110;s:6:\"height\";i:407;s:4:\"file\";s:36:\"revslider/service_slider/slide-2.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"slide-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:19:\"slide-2-300x110.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"slide-2-768x282.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"slide-2-1024x375.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-350x204-croped\";a:4:{s:4:\"file\";s:19:\"slide-2-350x204.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-350x250-croped\";a:4:{s:4:\"file\";s:19:\"slide-2-350x250.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"consulting-image-1110x550-croped\";a:4:{s:4:\"file\";s:20:\"slide-2-1110x407.jpg\";s:5:\"width\";i:1110;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"consulting-image-50x50-croped\";a:4:{s:4:\"file\";s:17:\"slide-2-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-320x320-croped\";a:4:{s:4:\"file\";s:19:\"slide-2-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-255x182-croped\";a:4:{s:4:\"file\";s:19:\"slide-2-255x182.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-350x195-croped\";a:4:{s:4:\"file\";s:19:\"slide-2-350x195.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:195;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:{}}}'),(2372,1268,'_wp_attached_file','revslider/fullscreen-main-slider/slide_1-2.jpg'),(2373,1268,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:759;s:4:\"file\";s:46:\"revslider/fullscreen-main-slider/slide_1-2.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"slide_1-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:21:\"slide_1-2-300x119.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"slide_1-2-768x304.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:304;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"slide_1-2-1024x405.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-350x204-croped\";a:4:{s:4:\"file\";s:21:\"slide_1-2-350x204.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-350x250-croped\";a:4:{s:4:\"file\";s:21:\"slide_1-2-350x250.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"consulting-image-1110x550-croped\";a:4:{s:4:\"file\";s:22:\"slide_1-2-1110x550.jpg\";s:5:\"width\";i:1110;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"consulting-image-50x50-croped\";a:4:{s:4:\"file\";s:19:\"slide_1-2-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-320x320-croped\";a:4:{s:4:\"file\";s:21:\"slide_1-2-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-255x182-croped\";a:4:{s:4:\"file\";s:21:\"slide_1-2-255x182.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-350x195-croped\";a:4:{s:4:\"file\";s:21:\"slide_1-2-350x195.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:195;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:{}}}'),(2374,1269,'_wp_attached_file','revslider/fullscreen-main-slider/slider_2.jpg'),(2375,1269,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:45:\"revslider/fullscreen-main-slider/slider_2.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"slider_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:20:\"slider_2-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"slider_2-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"slider_2-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-350x204-croped\";a:4:{s:4:\"file\";s:20:\"slider_2-350x204.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-350x250-croped\";a:4:{s:4:\"file\";s:20:\"slider_2-350x250.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"consulting-image-1110x550-croped\";a:4:{s:4:\"file\";s:21:\"slider_2-1110x550.jpg\";s:5:\"width\";i:1110;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"consulting-image-50x50-croped\";a:4:{s:4:\"file\";s:18:\"slider_2-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-320x320-croped\";a:4:{s:4:\"file\";s:20:\"slider_2-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-255x182-croped\";a:4:{s:4:\"file\";s:20:\"slider_2-255x182.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-350x195-croped\";a:4:{s:4:\"file\";s:20:\"slider_2-350x195.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:195;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:{}}}'),(2376,1270,'_wp_attached_file','revslider/fullscreen-main-slider/slide_3-2.jpg'),(2377,1270,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:759;s:4:\"file\";s:46:\"revslider/fullscreen-main-slider/slide_3-2.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"slide_3-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:21:\"slide_3-2-300x119.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"slide_3-2-768x304.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:304;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"slide_3-2-1024x405.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-350x204-croped\";a:4:{s:4:\"file\";s:21:\"slide_3-2-350x204.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-350x250-croped\";a:4:{s:4:\"file\";s:21:\"slide_3-2-350x250.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"consulting-image-1110x550-croped\";a:4:{s:4:\"file\";s:22:\"slide_3-2-1110x550.jpg\";s:5:\"width\";i:1110;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"consulting-image-50x50-croped\";a:4:{s:4:\"file\";s:19:\"slide_3-2-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-320x320-croped\";a:4:{s:4:\"file\";s:21:\"slide_3-2-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-255x182-croped\";a:4:{s:4:\"file\";s:21:\"slide_3-2-255x182.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-350x195-croped\";a:4:{s:4:\"file\";s:21:\"slide_3-2-350x195.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:195;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:{}}}'),(2378,1024,'_edit_lock','1495718620:1'),(2379,1024,'_edit_last','1'),(2414,9,'_edit_lock','1495663506:1'),(2415,1305,'_wp_attached_file','2015/12/trading.jpg'),(2416,1305,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:560;s:4:\"file\";s:19:\"2015/12/trading.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"trading-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:\"trading-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"trading-768x538.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-350x204-croped\";a:4:{s:4:\"file\";s:19:\"trading-350x204.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-350x250-croped\";a:4:{s:4:\"file\";s:19:\"trading-350x250.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"consulting-image-1110x550-croped\";a:4:{s:4:\"file\";s:19:\"trading-800x550.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"consulting-image-50x50-croped\";a:4:{s:4:\"file\";s:17:\"trading-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-320x320-croped\";a:4:{s:4:\"file\";s:19:\"trading-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-255x182-croped\";a:4:{s:4:\"file\";s:19:\"trading-255x182.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-350x195-croped\";a:4:{s:4:\"file\";s:19:\"trading-350x195.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:195;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:{}}}'),(2692,9,'_edit_last','1'),(2693,311,'_edit_lock','1495580819:1'),(2694,311,'_edit_last','1'),(2695,9,'disable_breadcrumbs','on'),(2741,390,'_edit_lock','1495664743:1'),(2742,390,'_edit_last','1'),(2743,390,'_wp_page_template','default'),(2744,390,'disable_title_box','on'),(2745,390,'disable_breadcrumbs','on'),(2746,408,'_edit_lock','1495664799:1'),(2747,408,'_edit_last','1'),(2748,408,'_wp_page_template','default'),(2757,461,'_edit_lock','1495629775:1'),(2761,440,'_edit_lock','1495664567:1'),(2762,440,'_edit_last','1'),(2763,440,'_wp_page_template','default'),(2764,1484,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2765,1484,'_menu_item_type','post_type'),(2766,1484,'_menu_item_menu_item_parent','0'),(2767,1484,'_menu_item_object_id','9'),(2768,1484,'_menu_item_object','page'),(2769,1484,'_menu_item_target',''),(2770,1484,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2771,1484,'_menu_item_xfn',''),(2772,1484,'_menu_item_url',''),(2774,461,'_edit_last','1'),(2775,461,'_wp_old_slug','brandon-copperfield'),(2776,1486,'_wp_attached_file','2016/01/mr-oduyemi.png'),(2777,1486,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:387;s:6:\"height\";i:397;s:4:\"file\";s:22:\"2016/01/mr-oduyemi.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"mr-oduyemi-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:\"mr-oduyemi-292x300.png\";s:5:\"width\";i:292;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-350x204-croped\";a:4:{s:4:\"file\";s:22:\"mr-oduyemi-350x204.png\";s:5:\"width\";i:350;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-350x250-croped\";a:4:{s:4:\"file\";s:22:\"mr-oduyemi-350x250.png\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"consulting-image-50x50-croped\";a:4:{s:4:\"file\";s:20:\"mr-oduyemi-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-320x320-croped\";a:4:{s:4:\"file\";s:22:\"mr-oduyemi-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-255x182-croped\";a:4:{s:4:\"file\";s:22:\"mr-oduyemi-255x182.png\";s:5:\"width\";i:255;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-350x195-croped\";a:4:{s:4:\"file\";s:22:\"mr-oduyemi-350x195.png\";s:5:\"width\";i:350;s:6:\"height\";i:195;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:{}}}'),(2793,1487,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2794,1487,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(2795,1487,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2796,1487,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2797,1487,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2798,1487,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(2799,1487,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(2800,1487,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(2801,1487,'_thumbnail_id','1488'),(2802,1487,'slide_template','default'),(2803,1487,'department','Independent Advisory Board Member'),(2804,1487,'enable_transparent','on'),(2805,1487,'title_box_bg_repeat','repeat'),(2806,1487,'disable_title','on'),(2807,1487,'_wpb_vc_js_status','true'),(2808,1487,'_wp_old_slug','brandon-copperfield'),(2809,1487,'_dp_original','461'),(2810,1487,'_edit_lock','1495567260:1'),(2811,1487,'_edit_last','1'),(2812,1488,'_wp_attached_file','2017/05/aisha.png'),(2813,1488,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:349;s:6:\"height\";i:436;s:4:\"file\";s:17:\"2017/05/aisha.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"aisha-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:\"aisha-240x300.png\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-350x204-croped\";a:4:{s:4:\"file\";s:17:\"aisha-349x204.png\";s:5:\"width\";i:349;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-350x250-croped\";a:4:{s:4:\"file\";s:17:\"aisha-349x250.png\";s:5:\"width\";i:349;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"consulting-image-50x50-croped\";a:4:{s:4:\"file\";s:15:\"aisha-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-320x320-croped\";a:4:{s:4:\"file\";s:17:\"aisha-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-255x182-croped\";a:4:{s:4:\"file\";s:17:\"aisha-255x182.png\";s:5:\"width\";i:255;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-350x195-croped\";a:4:{s:4:\"file\";s:17:\"aisha-349x195.png\";s:5:\"width\";i:349;s:6:\"height\";i:195;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:{}}}'),(2814,1489,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2815,1489,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(2816,1489,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2817,1489,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2818,1489,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2819,1489,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2820,1489,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(2821,1489,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(2822,1489,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(2823,1489,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(2825,1489,'slide_template','default'),(2826,1489,'department','Independent Advisory Board Member'),(2827,1489,'enable_transparent','on'),(2828,1489,'title_box_bg_repeat','repeat'),(2829,1489,'disable_title','on'),(2830,1489,'_wpb_vc_js_status','true'),(2831,1489,'_wp_old_slug','brandon-copperfield'),(2833,1489,'_dp_original','1487'),(2834,1489,'_edit_lock','1495630155:1'),(2835,1489,'_edit_last','1'),(2836,1490,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2837,1490,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(2838,1490,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2839,1490,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2840,1490,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2841,1490,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(2842,1490,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(2843,1490,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(2845,1490,'slide_template',''),(2846,1490,'department','Board Member'),(2847,1490,'enable_transparent','on'),(2848,1490,'title_box_bg_repeat','repeat'),(2849,1490,'disable_title','on'),(2850,1490,'_wpb_vc_js_status','true'),(2851,1490,'_wp_old_slug','brandon-copperfield'),(2852,1490,'_dp_original','461'),(2853,1491,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2854,1491,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(2855,1491,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2856,1491,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2857,1491,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2858,1491,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(2859,1491,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(2860,1491,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(2862,1491,'slide_template',''),(2863,1491,'department','Board Member'),(2864,1491,'enable_transparent','on'),(2865,1491,'title_box_bg_repeat','repeat'),(2866,1491,'disable_title','on'),(2867,1491,'_wpb_vc_js_status','true'),(2868,1491,'_wp_old_slug','brandon-copperfield'),(2869,1491,'_dp_original','461'),(2870,1491,'_edit_lock','1495567685:1'),(2871,1491,'_edit_last','1'),(2872,1490,'_edit_lock','1495567678:1'),(2873,1490,'_edit_last','1'),(2874,1492,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2875,1492,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(2876,1492,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2877,1492,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2878,1492,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2879,1492,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2880,1492,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(2881,1492,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(2882,1492,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(2883,1492,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(2884,1492,'slide_template',''),(2885,1492,'department','Managing Director/Chief Executive Officer'),(2886,1492,'enable_transparent','on'),(2887,1492,'title_box_bg_repeat','repeat'),(2888,1492,'disable_title','on'),(2889,1492,'_wpb_vc_js_status','true'),(2890,1492,'_wp_old_slug','brandon-copperfield'),(2892,1492,'_dp_original','1490'),(2893,1492,'_edit_lock','1495567706:1'),(2894,1492,'_edit_last','1'),(2895,1493,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2896,1493,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(2897,1493,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2898,1493,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2899,1493,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2900,1493,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2901,1493,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2902,1493,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(2903,1493,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(2904,1493,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(2905,1493,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(2906,1493,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(2907,1493,'slide_template',''),(2908,1493,'department','Chief Operating Officer'),(2909,1493,'enable_transparent','on'),(2910,1493,'title_box_bg_repeat','repeat'),(2911,1493,'disable_title','on'),(2912,1493,'_wpb_vc_js_status','true'),(2913,1493,'_wp_old_slug','brandon-copperfield'),(2915,1493,'_dp_original','1492'),(2916,1493,'_edit_lock','1495567693:1'),(2917,1493,'_edit_last','1'),(2918,1494,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2919,1494,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(2920,1494,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2921,1494,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2922,1494,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2923,1494,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2924,1494,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2925,1494,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2926,1494,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(2927,1494,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(2928,1494,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(2929,1494,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(2930,1494,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(2931,1494,'_wpb_shortcodes_custom_css','.vc_custom_1452687555475{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1451762600590{margin-bottom: 0px !important;}'),(2932,1494,'slide_template',''),(2933,1494,'department','Legal Director/Chief Compliance Officer'),(2934,1494,'enable_transparent','on'),(2935,1494,'title_box_bg_repeat','repeat'),(2936,1494,'disable_title','on'),(2937,1494,'_wpb_vc_js_status','true'),(2938,1494,'_wp_old_slug','brandon-copperfield'),(2940,1494,'_dp_original','1493'),(2941,1494,'_edit_lock','1495567699:1'),(2942,1494,'_edit_last','1'),(2958,1501,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2959,1501,'_menu_item_type','post_type'),(2960,1501,'_menu_item_menu_item_parent','0'),(2961,1501,'_menu_item_object_id','408'),(2962,1501,'_menu_item_object','page'),(2963,1501,'_menu_item_target',''),(2964,1501,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2965,1501,'_menu_item_xfn',''),(2966,1501,'_menu_item_url',''),(2968,1502,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2969,1502,'_edit_last','1'),(2970,1502,'_wp_page_template','default'),(2971,1502,'slide_template','default'),(2972,1502,'title_box_bg_repeat','no-repeat'),(2973,1502,'_wpb_vc_js_status','true'),(2974,1502,'_edit_lock','1495664020:1'),(3072,1505,'_wp_attached_file','2017/05/lenin.png'),(3073,1505,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:17:\"2017/05/lenin.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"lenin-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:\"lenin-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-350x204-croped\";a:4:{s:4:\"file\";s:17:\"lenin-350x204.png\";s:5:\"width\";i:350;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-350x250-croped\";a:4:{s:4:\"file\";s:17:\"lenin-350x250.png\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"consulting-image-50x50-croped\";a:4:{s:4:\"file\";s:15:\"lenin-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-320x320-croped\";a:4:{s:4:\"file\";s:17:\"lenin-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-255x182-croped\";a:4:{s:4:\"file\";s:17:\"lenin-255x182.png\";s:5:\"width\";i:255;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-350x195-croped\";a:4:{s:4:\"file\";s:17:\"lenin-350x195.png\";s:5:\"width\";i:350;s:6:\"height\";i:195;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:{}}}'),(3074,1492,'_thumbnail_id','1505'),(3081,1024,'_wpb_post_custom_css','.hide\r\n{\r\n display:none;\r\n}'),(3082,1514,'_wp_attached_file','2017/05/logo.png'),(3083,1514,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:348;s:6:\"height\";i:85;s:4:\"file\";s:16:\"2017/05/logo.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"logo-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"logo-300x73.png\";s:5:\"width\";i:300;s:6:\"height\";i:73;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"consulting-image-50x50-croped\";a:4:{s:4:\"file\";s:14:\"logo-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-320x320-croped\";a:4:{s:4:\"file\";s:15:\"logo-320x85.png\";s:5:\"width\";i:320;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-255x182-croped\";a:4:{s:4:\"file\";s:15:\"logo-255x85.png\";s:5:\"width\";i:255;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:{}}}'),(3098,1523,'_wp_attached_file','2015/12/lagos.png'),(3099,1523,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:819;s:6:\"height\";i:546;s:4:\"file\";s:17:\"2015/12/lagos.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"lagos-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:\"lagos-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"lagos-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-350x204-croped\";a:4:{s:4:\"file\";s:17:\"lagos-350x204.png\";s:5:\"width\";i:350;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-350x250-croped\";a:4:{s:4:\"file\";s:17:\"lagos-350x250.png\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"consulting-image-50x50-croped\";a:4:{s:4:\"file\";s:15:\"lagos-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-320x320-croped\";a:4:{s:4:\"file\";s:17:\"lagos-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-255x182-croped\";a:4:{s:4:\"file\";s:17:\"lagos-255x182.png\";s:5:\"width\";i:255;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-350x195-croped\";a:4:{s:4:\"file\";s:17:\"lagos-350x195.png\";s:5:\"width\";i:350;s:6:\"height\";i:195;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:{}}}'),(3100,1171,'_edit_lock','1495663425:1'),(3101,1171,'_edit_last','1'),(3105,1534,'_wp_attached_file','2017/05/Mellanby-Banner1.png'),(3106,1534,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:574;s:4:\"file\";s:28:\"2017/05/Mellanby-Banner1.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Mellanby-Banner1-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:28:\"Mellanby-Banner1-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Mellanby-Banner1-768x367.png\";s:5:\"width\";i:768;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Mellanby-Banner1-1024x490.png\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-350x204-croped\";a:4:{s:4:\"file\";s:28:\"Mellanby-Banner1-350x204.png\";s:5:\"width\";i:350;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-350x250-croped\";a:4:{s:4:\"file\";s:28:\"Mellanby-Banner1-350x250.png\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"consulting-image-1110x550-croped\";a:4:{s:4:\"file\";s:29:\"Mellanby-Banner1-1110x550.png\";s:5:\"width\";i:1110;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"consulting-image-50x50-croped\";a:4:{s:4:\"file\";s:26:\"Mellanby-Banner1-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-320x320-croped\";a:4:{s:4:\"file\";s:28:\"Mellanby-Banner1-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-255x182-croped\";a:4:{s:4:\"file\";s:28:\"Mellanby-Banner1-255x182.png\";s:5:\"width\";i:255;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-350x195-croped\";a:4:{s:4:\"file\";s:28:\"Mellanby-Banner1-350x195.png\";s:5:\"width\";i:350;s:6:\"height\";i:195;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:{}}}'),(3107,1535,'_wp_attached_file','2017/05/Mellanby-Banner2.png'),(3108,1535,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:574;s:4:\"file\";s:28:\"2017/05/Mellanby-Banner2.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Mellanby-Banner2-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:28:\"Mellanby-Banner2-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Mellanby-Banner2-768x367.png\";s:5:\"width\";i:768;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Mellanby-Banner2-1024x490.png\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-350x204-croped\";a:4:{s:4:\"file\";s:28:\"Mellanby-Banner2-350x204.png\";s:5:\"width\";i:350;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-350x250-croped\";a:4:{s:4:\"file\";s:28:\"Mellanby-Banner2-350x250.png\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"consulting-image-1110x550-croped\";a:4:{s:4:\"file\";s:29:\"Mellanby-Banner2-1110x550.png\";s:5:\"width\";i:1110;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"consulting-image-50x50-croped\";a:4:{s:4:\"file\";s:26:\"Mellanby-Banner2-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-320x320-croped\";a:4:{s:4:\"file\";s:28:\"Mellanby-Banner2-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-255x182-croped\";a:4:{s:4:\"file\";s:28:\"Mellanby-Banner2-255x182.png\";s:5:\"width\";i:255;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-350x195-croped\";a:4:{s:4:\"file\";s:28:\"Mellanby-Banner2-350x195.png\";s:5:\"width\";i:350;s:6:\"height\";i:195;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:{}}}'),(3153,1547,'_wp_attached_file','2015/12/lagos-1.png'),(3154,1547,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:819;s:6:\"height\";i:546;s:4:\"file\";s:19:\"2015/12/lagos-1.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"lagos-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:19:\"lagos-1-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"lagos-1-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-350x204-croped\";a:4:{s:4:\"file\";s:19:\"lagos-1-350x204.png\";s:5:\"width\";i:350;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-350x250-croped\";a:4:{s:4:\"file\";s:19:\"lagos-1-350x250.png\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"consulting-image-50x50-croped\";a:4:{s:4:\"file\";s:17:\"lagos-1-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-320x320-croped\";a:4:{s:4:\"file\";s:19:\"lagos-1-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-255x182-croped\";a:4:{s:4:\"file\";s:19:\"lagos-1-255x182.png\";s:5:\"width\";i:255;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-350x195-croped\";a:4:{s:4:\"file\";s:19:\"lagos-1-350x195.png\";s:5:\"width\";i:350;s:6:\"height\";i:195;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:{}}}'),(3155,1547,'_wp_attachment_image_alt','lagos'),(3156,440,'disable_breadcrumbs','on'),(3177,1558,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3178,1558,'_wpb_shortcodes_custom_css','.vc_custom_1451991003825{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1495568496757{margin-bottom: 20px !important;}.vc_custom_1495664337571{margin-bottom: 0px !important;}'),(3179,1558,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3180,1558,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3181,1558,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3182,1558,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3183,1558,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3184,1558,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3185,1558,'_wpb_shortcodes_custom_css','.vc_custom_1451991003825{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1495568496757{margin-bottom: 20px !important;}.vc_custom_1495664337571{margin-bottom: 0px !important;}'),(3186,1558,'_wpb_shortcodes_custom_css','.vc_custom_1451991003825{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1495568496757{margin-bottom: 20px !important;}.vc_custom_1495664337571{margin-bottom: 0px !important;}'),(3187,1558,'_wpb_shortcodes_custom_css','.vc_custom_1451991003825{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1495568496757{margin-bottom: 20px !important;}.vc_custom_1495664337571{margin-bottom: 0px !important;}'),(3188,1558,'_wpb_shortcodes_custom_css','.vc_custom_1451991003825{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1495568496757{margin-bottom: 20px !important;}.vc_custom_1495664337571{margin-bottom: 0px !important;}'),(3189,1558,'_wpb_shortcodes_custom_css','.vc_custom_1451991003825{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1495568496757{margin-bottom: 20px !important;}.vc_custom_1495664337571{margin-bottom: 0px !important;}'),(3190,1558,'_wpb_shortcodes_custom_css','.vc_custom_1451991003825{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1495568496757{margin-bottom: 20px !important;}.vc_custom_1495664337571{margin-bottom: 0px !important;}'),(3191,1558,'_wpb_vc_js_status','true'),(3192,1558,'slide_template','default'),(3193,1558,'page_bg_repeat','no-repeat'),(3194,1558,'title','show'),(3195,1558,'title_box_bg_repeat','no-repeat'),(3196,1558,'breadcrumbs','hide'),(3197,1558,'title_box_button_border_color','#ffffff'),(3198,1558,'title_box_button_font_color','#333333'),(3199,1558,'title_box_button_font_color_hover','#333333'),(3200,1558,'title_box_button_font_arrow_color','#ffffff'),(3201,1558,'prev_next_buttons_border_color','#ffffff'),(3202,1558,'prev_next_buttons_arrow_color_hover','#dac725'),(3203,1558,'title_box_style','style_2'),(3204,1558,'enable_transparent','on'),(3205,1558,'disable_title','on'),(3207,1558,'_wp_page_template','default'),(3208,1558,'disable_breadcrumbs','on'),(3209,1558,'_dp_original','440'),(3210,1558,'_edit_lock','1495664341:1'),(3211,1558,'_edit_last','1'),(3212,1560,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3213,1560,'_wpb_shortcodes_custom_css','.vc_custom_1451991003825{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1495568129287{margin-bottom: 20px !important;}.vc_custom_1495663697099{margin-bottom: 0px !important;}'),(3214,1560,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3215,1560,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3216,1560,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3217,1560,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3218,1560,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3219,1560,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3220,1560,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3221,1560,'_wpb_shortcodes_custom_css','.vc_custom_1451991003825{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1495568129287{margin-bottom: 20px !important;}.vc_custom_1495663697099{margin-bottom: 0px !important;}'),(3222,1560,'_wpb_shortcodes_custom_css','.vc_custom_1451991003825{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1495568129287{margin-bottom: 20px !important;}.vc_custom_1495663697099{margin-bottom: 0px !important;}'),(3223,1560,'_wpb_shortcodes_custom_css','.vc_custom_1451991003825{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1495568129287{margin-bottom: 20px !important;}.vc_custom_1495663697099{margin-bottom: 0px !important;}'),(3224,1560,'_wpb_shortcodes_custom_css','.vc_custom_1451991003825{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1495568129287{margin-bottom: 20px !important;}.vc_custom_1495663697099{margin-bottom: 0px !important;}'),(3225,1560,'_wpb_shortcodes_custom_css','.vc_custom_1451991003825{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1495568129287{margin-bottom: 20px !important;}.vc_custom_1495663697099{margin-bottom: 0px !important;}'),(3226,1560,'_wpb_shortcodes_custom_css','.vc_custom_1451991003825{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1495568129287{margin-bottom: 20px !important;}.vc_custom_1495663697099{margin-bottom: 0px !important;}'),(3227,1560,'_wpb_shortcodes_custom_css','.vc_custom_1451991003825{margin-bottom: 100px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1495568129287{margin-bottom: 20px !important;}.vc_custom_1495663697099{margin-bottom: 0px !important;}'),(3228,1560,'_wpb_vc_js_status','true'),(3229,1560,'slide_template','default'),(3230,1560,'page_bg_repeat','no-repeat'),(3231,1560,'title','show'),(3232,1560,'title_box_bg_repeat','no-repeat'),(3233,1560,'breadcrumbs','hide'),(3234,1560,'title_box_button_border_color','#ffffff'),(3235,1560,'title_box_button_font_color','#333333'),(3236,1560,'title_box_button_font_color_hover','#333333'),(3237,1560,'title_box_button_font_arrow_color','#ffffff'),(3238,1560,'prev_next_buttons_border_color','#ffffff'),(3239,1560,'prev_next_buttons_arrow_color_hover','#dac725'),(3240,1560,'title_box_style','style_2'),(3241,1560,'enable_transparent','on'),(3242,1560,'disable_title','on'),(3243,1560,'_wp_page_template','default'),(3244,1560,'disable_breadcrumbs','on'),(3246,1560,'_dp_original','1558'),(3247,1560,'_edit_lock','1495663578:1'),(3248,1560,'_edit_last','1'),(3249,1562,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3250,1562,'_menu_item_type','post_type'),(3251,1562,'_menu_item_menu_item_parent','1207'),(3252,1562,'_menu_item_object_id','1560'),(3253,1562,'_menu_item_object','page'),(3254,1562,'_menu_item_target',''),(3255,1562,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3256,1562,'_menu_item_xfn',''),(3257,1562,'_menu_item_url',''),(3259,1563,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3260,1563,'_menu_item_type','post_type'),(3261,1563,'_menu_item_menu_item_parent','1207'),(3262,1563,'_menu_item_object_id','1558'),(3263,1563,'_menu_item_object','page'),(3264,1563,'_menu_item_target',''),(3265,1563,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3266,1563,'_menu_item_xfn',''),(3267,1563,'_menu_item_url',''),(3269,1566,'_wp_attached_file','2015/12/coopers.png'),(3270,1566,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:100;s:4:\"file\";s:19:\"2015/12/coopers.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"coopers-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"coopers-300x100.png\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"consulting-image-50x50-croped\";a:4:{s:4:\"file\";s:17:\"coopers-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-255x182-croped\";a:4:{s:4:\"file\";s:19:\"coopers-255x100.png\";s:5:\"width\";i:255;s:6:\"height\";i:100;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:{}}}'),(3271,1567,'_wp_attached_file','2015/12/longonot.png'),(3272,1567,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:100;s:4:\"file\";s:20:\"2015/12/longonot.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"longonot-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"longonot-300x100.png\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"consulting-image-50x50-croped\";a:4:{s:4:\"file\";s:18:\"longonot-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-255x182-croped\";a:4:{s:4:\"file\";s:20:\"longonot-255x100.png\";s:5:\"width\";i:255;s:6:\"height\";i:100;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:{}}}'),(3273,1568,'_wp_attached_file','2015/12/outspire.png'),(3274,1568,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:100;s:4:\"file\";s:20:\"2015/12/outspire.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"outspire-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"outspire-300x100.png\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"consulting-image-50x50-croped\";a:4:{s:4:\"file\";s:18:\"outspire-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-255x182-croped\";a:4:{s:4:\"file\";s:20:\"outspire-255x100.png\";s:5:\"width\";i:255;s:6:\"height\";i:100;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:{}}}'),(3275,1571,'_wp_attached_file','2015/12/coopers-1.png'),(3276,1571,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:100;s:4:\"file\";s:21:\"2015/12/coopers-1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"coopers-1-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"coopers-1-300x100.png\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"consulting-image-50x50-croped\";a:4:{s:4:\"file\";s:19:\"coopers-1-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-255x182-croped\";a:4:{s:4:\"file\";s:21:\"coopers-1-255x100.png\";s:5:\"width\";i:255;s:6:\"height\";i:100;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:{}}}'),(3277,1572,'_wp_attached_file','2015/12/longonot-1.png'),(3278,1572,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:100;s:4:\"file\";s:22:\"2015/12/longonot-1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"longonot-1-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"longonot-1-300x100.png\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"consulting-image-50x50-croped\";a:4:{s:4:\"file\";s:20:\"longonot-1-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-255x182-croped\";a:4:{s:4:\"file\";s:22:\"longonot-1-255x100.png\";s:5:\"width\";i:255;s:6:\"height\";i:100;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:{}}}'),(3279,1573,'_wp_attached_file','2015/12/outspire-1.png'),(3280,1573,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:100;s:4:\"file\";s:22:\"2015/12/outspire-1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"outspire-1-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"outspire-1-300x100.png\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"consulting-image-50x50-croped\";a:4:{s:4:\"file\";s:20:\"outspire-1-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-255x182-croped\";a:4:{s:4:\"file\";s:22:\"outspire-1-255x100.png\";s:5:\"width\";i:255;s:6:\"height\";i:100;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:{}}}'),(3285,1579,'_wp_attached_file','2017/05/soya-e1495571739715.jpg'),(3286,1579,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:717;s:6:\"height\";i:333;s:4:\"file\";s:31:\"2017/05/soya-e1495571739715.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"soya-e1495571739715-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:\"soya-e1495571739715-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-350x204-croped\";a:4:{s:4:\"file\";s:31:\"soya-e1495571739715-350x204.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-350x250-croped\";a:4:{s:4:\"file\";s:31:\"soya-e1495571739715-350x250.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"consulting-image-1110x550-croped\";a:4:{s:4:\"file\";s:16:\"soya-333x550.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"consulting-image-50x50-croped\";a:4:{s:4:\"file\";s:29:\"soya-e1495571739715-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-320x320-croped\";a:4:{s:4:\"file\";s:31:\"soya-e1495571739715-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-255x182-croped\";a:4:{s:4:\"file\";s:31:\"soya-e1495571739715-255x182.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-350x195-croped\";a:4:{s:4:\"file\";s:31:\"soya-e1495571739715-350x195.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:195;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:{}}}'),(3287,1580,'_wp_attached_file','2017/05/soya2-e1495571723328.jpg'),(3288,1580,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:714;s:6:\"height\";i:411;s:4:\"file\";s:32:\"2017/05/soya2-e1495571723328.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"soya2-e1495571723328-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:32:\"soya2-e1495571723328-300x173.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-350x204-croped\";a:4:{s:4:\"file\";s:32:\"soya2-e1495571723328-350x204.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-350x250-croped\";a:4:{s:4:\"file\";s:32:\"soya2-e1495571723328-350x250.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"consulting-image-1110x550-croped\";a:4:{s:4:\"file\";s:17:\"soya2-411x550.jpg\";s:5:\"width\";i:411;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"consulting-image-50x50-croped\";a:4:{s:4:\"file\";s:30:\"soya2-e1495571723328-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-320x320-croped\";a:4:{s:4:\"file\";s:32:\"soya2-e1495571723328-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-255x182-croped\";a:4:{s:4:\"file\";s:32:\"soya2-e1495571723328-255x182.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-350x195-croped\";a:4:{s:4:\"file\";s:32:\"soya2-e1495571723328-350x195.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:195;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:{}}}'),(3289,1581,'_wp_attached_file','2017/05/applepears-e1495571705158.jpg'),(3290,1581,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:541;s:6:\"height\";i:411;s:4:\"file\";s:37:\"2017/05/applepears-e1495571705158.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"applepears-e1495571705158-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:\"applepears-e1495571705158-300x228.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:228;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-350x204-croped\";a:4:{s:4:\"file\";s:37:\"applepears-e1495571705158-350x204.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-350x250-croped\";a:4:{s:4:\"file\";s:37:\"applepears-e1495571705158-350x250.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"consulting-image-50x50-croped\";a:4:{s:4:\"file\";s:35:\"applepears-e1495571705158-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-320x320-croped\";a:4:{s:4:\"file\";s:37:\"applepears-e1495571705158-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-255x182-croped\";a:4:{s:4:\"file\";s:37:\"applepears-e1495571705158-255x182.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-350x195-croped\";a:4:{s:4:\"file\";s:37:\"applepears-e1495571705158-350x195.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:195;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:{}}}'),(3291,1582,'_wp_attached_file','2017/05/coopermou.jpg'),(3292,1582,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:548;s:6:\"height\";i:600;s:4:\"file\";s:21:\"2017/05/coopermou.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"coopermou-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:\"coopermou-274x300.jpg\";s:5:\"width\";i:274;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-350x204-croped\";a:4:{s:4:\"file\";s:21:\"coopermou-350x204.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-350x250-croped\";a:4:{s:4:\"file\";s:21:\"coopermou-350x250.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"consulting-image-1110x550-croped\";a:4:{s:4:\"file\";s:21:\"coopermou-548x550.jpg\";s:5:\"width\";i:548;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"consulting-image-50x50-croped\";a:4:{s:4:\"file\";s:19:\"coopermou-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-320x320-croped\";a:4:{s:4:\"file\";s:21:\"coopermou-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-255x182-croped\";a:4:{s:4:\"file\";s:21:\"coopermou-255x182.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-350x195-croped\";a:4:{s:4:\"file\";s:21:\"coopermou-350x195.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:195;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:{}}}'),(3293,1583,'_wp_attached_file','2017/05/coopersc.jpg'),(3294,1583,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:541;s:6:\"height\";i:609;s:4:\"file\";s:20:\"2017/05/coopersc.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"coopersc-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:\"coopersc-267x300.jpg\";s:5:\"width\";i:267;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-350x204-croped\";a:4:{s:4:\"file\";s:20:\"coopersc-350x204.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-350x250-croped\";a:4:{s:4:\"file\";s:20:\"coopersc-350x250.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"consulting-image-1110x550-croped\";a:4:{s:4:\"file\";s:20:\"coopersc-541x550.jpg\";s:5:\"width\";i:541;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"consulting-image-50x50-croped\";a:4:{s:4:\"file\";s:18:\"coopersc-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-320x320-croped\";a:4:{s:4:\"file\";s:20:\"coopersc-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-255x182-croped\";a:4:{s:4:\"file\";s:20:\"coopersc-255x182.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-350x195-croped\";a:4:{s:4:\"file\";s:20:\"coopersc-350x195.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:195;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:{}}}'),(3295,1584,'_wp_attached_file','2017/05/iita-e1495571797359.jpg'),(3296,1584,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:695;s:6:\"height\";i:356;s:4:\"file\";s:31:\"2017/05/iita-e1495571797359.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"iita-e1495571797359-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:\"iita-e1495571797359-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-350x204-croped\";a:4:{s:4:\"file\";s:31:\"iita-e1495571797359-350x204.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-350x250-croped\";a:4:{s:4:\"file\";s:31:\"iita-e1495571797359-350x250.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"consulting-image-1110x550-croped\";a:4:{s:4:\"file\";s:16:\"iita-356x550.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"consulting-image-50x50-croped\";a:4:{s:4:\"file\";s:29:\"iita-e1495571797359-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-320x320-croped\";a:4:{s:4:\"file\";s:31:\"iita-e1495571797359-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-255x182-croped\";a:4:{s:4:\"file\";s:31:\"iita-e1495571797359-255x182.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-350x195-croped\";a:4:{s:4:\"file\";s:31:\"iita-e1495571797359-350x195.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:195;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:{}}}'),(3297,1585,'_wp_attached_file','2017/05/nsa.jpg'),(3298,1585,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:519;s:6:\"height\";i:490;s:4:\"file\";s:15:\"2017/05/nsa.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"nsa-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:\"nsa-300x283.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:283;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-350x204-croped\";a:4:{s:4:\"file\";s:15:\"nsa-350x204.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-350x250-croped\";a:4:{s:4:\"file\";s:15:\"nsa-350x250.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"consulting-image-50x50-croped\";a:4:{s:4:\"file\";s:13:\"nsa-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-320x320-croped\";a:4:{s:4:\"file\";s:15:\"nsa-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-255x182-croped\";a:4:{s:4:\"file\";s:15:\"nsa-255x182.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"consulting-image-350x195-croped\";a:4:{s:4:\"file\";s:15:\"nsa-350x195.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:195;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:{}}}'),(3299,1502,'_wpb_shortcodes_custom_css','.vc_custom_1495571592099{margin-top: 40px !important;margin-bottom: 50px !important;}'),(3300,1502,'disable_title_box','on'),(3301,1502,'disable_title','on'),(3302,1502,'disable_breadcrumbs','on'),(3303,1584,'_edit_lock','1495571496:1'),(3304,1581,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:411;s:6:\"height\";i:541;s:4:\"file\";s:14:\"applepears.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:22:\"applepears-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:22:\"applepears-228x300.jpg\";s:5:\"width\";i:228;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"consulting-image-350x204-croped-orig\";a:4:{s:4:\"file\";s:22:\"applepears-350x204.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"consulting-image-350x250-croped-orig\";a:4:{s:4:\"file\";s:22:\"applepears-350x250.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"consulting-image-50x50-croped-orig\";a:4:{s:4:\"file\";s:20:\"applepears-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"consulting-image-320x320-croped-orig\";a:4:{s:4:\"file\";s:22:\"applepears-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"consulting-image-255x182-croped-orig\";a:4:{s:4:\"file\";s:22:\"applepears-255x182.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"consulting-image-350x195-croped-orig\";a:4:{s:4:\"file\";s:22:\"applepears-350x195.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(3305,1580,'_wp_attachment_backup_sizes','a:10:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:411;s:6:\"height\";i:714;s:4:\"file\";s:9:\"soya2.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:17:\"soya2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:17:\"soya2-173x300.jpg\";s:5:\"width\";i:173;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"consulting-image-350x204-croped-orig\";a:4:{s:4:\"file\";s:17:\"soya2-350x204.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"consulting-image-350x250-croped-orig\";a:4:{s:4:\"file\";s:17:\"soya2-350x250.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"consulting-image-1110x550-croped-orig\";a:4:{s:4:\"file\";s:17:\"soya2-411x550.jpg\";s:5:\"width\";i:411;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"consulting-image-50x50-croped-orig\";a:4:{s:4:\"file\";s:15:\"soya2-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"consulting-image-320x320-croped-orig\";a:4:{s:4:\"file\";s:17:\"soya2-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"consulting-image-255x182-croped-orig\";a:4:{s:4:\"file\";s:17:\"soya2-255x182.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"consulting-image-350x195-croped-orig\";a:4:{s:4:\"file\";s:17:\"soya2-350x195.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(3306,1579,'_wp_attachment_backup_sizes','a:10:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:333;s:6:\"height\";i:717;s:4:\"file\";s:8:\"soya.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:16:\"soya-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:16:\"soya-139x300.jpg\";s:5:\"width\";i:139;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"consulting-image-350x204-croped-orig\";a:4:{s:4:\"file\";s:16:\"soya-333x204.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"consulting-image-350x250-croped-orig\";a:4:{s:4:\"file\";s:16:\"soya-333x250.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"consulting-image-1110x550-croped-orig\";a:4:{s:4:\"file\";s:16:\"soya-333x550.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"consulting-image-50x50-croped-orig\";a:4:{s:4:\"file\";s:14:\"soya-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"consulting-image-320x320-croped-orig\";a:4:{s:4:\"file\";s:16:\"soya-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"consulting-image-255x182-croped-orig\";a:4:{s:4:\"file\";s:16:\"soya-255x182.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"consulting-image-350x195-croped-orig\";a:4:{s:4:\"file\";s:16:\"soya-333x195.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(3307,1584,'_wp_attachment_backup_sizes','a:10:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:356;s:6:\"height\";i:695;s:4:\"file\";s:8:\"iita.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:16:\"iita-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:16:\"iita-154x300.jpg\";s:5:\"width\";i:154;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"consulting-image-350x204-croped-orig\";a:4:{s:4:\"file\";s:16:\"iita-350x204.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"consulting-image-350x250-croped-orig\";a:4:{s:4:\"file\";s:16:\"iita-350x250.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"consulting-image-1110x550-croped-orig\";a:4:{s:4:\"file\";s:16:\"iita-356x550.jpg\";s:5:\"width\";i:356;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"consulting-image-50x50-croped-orig\";a:4:{s:4:\"file\";s:14:\"iita-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"consulting-image-320x320-croped-orig\";a:4:{s:4:\"file\";s:16:\"iita-320x320.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"consulting-image-255x182-croped-orig\";a:4:{s:4:\"file\";s:16:\"iita-255x182.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"consulting-image-350x195-croped-orig\";a:4:{s:4:\"file\";s:16:\"iita-350x195.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(3308,1589,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3309,1589,'_menu_item_type','post_type'),(3310,1589,'_menu_item_menu_item_parent','0'),(3311,1589,'_menu_item_object_id','1502'),(3312,1589,'_menu_item_object','page'),(3313,1589,'_menu_item_target',''),(3314,1589,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3315,1589,'_menu_item_xfn',''),(3316,1589,'_menu_item_url',''),(3318,1171,'_wpb_post_custom_css','.stm_contacts_widget ul li .text {\r\n overflow: hidden;\r\n padding: 1px 0 0;\r\n font-weight: bold;\r\n font-size: 14px;\r\n}'),(3319,1594,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3320,1594,'_wpb_shortcodes_custom_css','.vc_custom_1495179181302{margin-bottom: 100px !important;padding-top: 50px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1495569280918{margin-bottom: 46px !important;}.vc_custom_1495569280918{margin-bottom: 46px !important;}.vc_custom_1495664975737{margin-bottom: 0px !important;}'),(3321,1594,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3322,1594,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3323,1594,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3324,1594,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3325,1594,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3326,1594,'_wpb_shortcodes_custom_css','.vc_custom_1495179181302{margin-bottom: 100px !important;padding-top: 50px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1495569280918{margin-bottom: 46px !important;}.vc_custom_1495569280918{margin-bottom: 46px !important;}.vc_custom_1495664975737{margin-bottom: 0px !important;}'),(3327,1594,'_wpb_shortcodes_custom_css','.vc_custom_1495179181302{margin-bottom: 100px !important;padding-top: 50px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1495569280918{margin-bottom: 46px !important;}.vc_custom_1495569280918{margin-bottom: 46px !important;}.vc_custom_1495664975737{margin-bottom: 0px !important;}'),(3328,1594,'_wpb_shortcodes_custom_css','.vc_custom_1495179181302{margin-bottom: 100px !important;padding-top: 50px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1495569280918{margin-bottom: 46px !important;}.vc_custom_1495569280918{margin-bottom: 46px !important;}.vc_custom_1495664975737{margin-bottom: 0px !important;}'),(3329,1594,'_wpb_shortcodes_custom_css','.vc_custom_1495179181302{margin-bottom: 100px !important;padding-top: 50px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1495569280918{margin-bottom: 46px !important;}.vc_custom_1495569280918{margin-bottom: 46px !important;}.vc_custom_1495664975737{margin-bottom: 0px !important;}'),(3330,1594,'_wpb_shortcodes_custom_css','.vc_custom_1495179181302{margin-bottom: 100px !important;padding-top: 50px !important;}.vc_custom_1451889219674{margin-bottom: -60px !important;}.vc_custom_1495569280918{margin-bottom: 46px !important;}.vc_custom_1495569280918{margin-bottom: 46px !important;}.vc_custom_1495664975737{margin-bottom: 0px !important;}'),(3331,1594,'_wpb_vc_js_status','true'),(3332,1594,'slide_template','default'),(3333,1594,'page_bg_repeat','no-repeat'),(3334,1594,'title','show'),(3335,1594,'title_box_bg_repeat','no-repeat'),(3336,1594,'breadcrumbs','hide'),(3337,1594,'title_box_button_border_color','#ffffff'),(3338,1594,'title_box_button_font_color','#333333'),(3339,1594,'title_box_button_font_color_hover','#333333'),(3340,1594,'title_box_button_font_arrow_color','#ffffff'),(3341,1594,'prev_next_buttons_border_color','#ffffff'),(3342,1594,'prev_next_buttons_arrow_color_hover','#dac725'),(3343,1594,'title_box_style','style_2'),(3345,1594,'title_box_title_color','#002e5b'),(3346,1594,'title_box_title_line_color','#fde428'),(3347,1594,'_wp_page_template','default'),(3348,1594,'disable_title_box','on'),(3349,1594,'disable_breadcrumbs','on'),(3350,1594,'_dp_original','390'),(3351,1594,'_edit_lock','1495665193:1'),(3352,1594,'_edit_last','1'),(3353,1596,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3354,1596,'_menu_item_type','post_type'),(3355,1596,'_menu_item_menu_item_parent','0'),(3356,1596,'_menu_item_object_id','1594'),(3357,1596,'_menu_item_object','page'),(3358,1596,'_menu_item_target',''),(3359,1596,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3360,1596,'_menu_item_xfn',''),(3361,1596,'_menu_item_url',''),(3362,1596,'_menu_item_orphaned','1495637195'),(3363,1597,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3364,1597,'_menu_item_type','post_type'),(3365,1597,'_menu_item_menu_item_parent','1201'),(3366,1597,'_menu_item_object_id','1594'),(3367,1597,'_menu_item_object','page'),(3368,1597,'_menu_item_target',''),(3369,1597,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3370,1597,'_menu_item_xfn',''),(3371,1597,'_menu_item_url',''),(3377,1602,'_wp_attached_file','2015/12/coopers-logo.png'),(3378,1602,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:495;s:6:\"height\";i:121;s:4:\"file\";s:24:\"2015/12/coopers-logo.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"coopers-logo-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"coopers-logo-300x73.png\";s:5:\"width\";i:300;s:6:\"height\";i:73;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-350x204-croped\";a:4:{s:4:\"file\";s:24:\"coopers-logo-350x121.png\";s:5:\"width\";i:350;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-350x250-croped\";a:4:{s:4:\"file\";s:24:\"coopers-logo-350x121.png\";s:5:\"width\";i:350;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"consulting-image-50x50-croped\";a:4:{s:4:\"file\";s:22:\"coopers-logo-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-320x320-croped\";a:4:{s:4:\"file\";s:24:\"coopers-logo-320x121.png\";s:5:\"width\";i:320;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-255x182-croped\";a:4:{s:4:\"file\";s:24:\"coopers-logo-255x121.png\";s:5:\"width\";i:255;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-350x195-croped\";a:4:{s:4:\"file\";s:24:\"coopers-logo-350x121.png\";s:5:\"width\";i:350;s:6:\"height\";i:121;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:{}}}'),(3379,1603,'_wp_attached_file','2015/12/outspire-2.png'),(3380,1603,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:297;s:6:\"height\";i:96;s:4:\"file\";s:22:\"2015/12/outspire-2.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"outspire-2-150x96.png\";s:5:\"width\";i:150;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"consulting-image-50x50-croped\";a:4:{s:4:\"file\";s:20:\"outspire-2-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-255x182-croped\";a:4:{s:4:\"file\";s:21:\"outspire-2-255x96.png\";s:5:\"width\";i:255;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3385,1608,'_wp_attached_file','2015/12/lgo.png'),(3386,1608,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:308;s:6:\"height\";i:264;s:4:\"file\";s:15:\"2015/12/lgo.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"lgo-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:15:\"lgo-300x257.png\";s:5:\"width\";i:300;s:6:\"height\";i:257;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-350x204-croped\";a:4:{s:4:\"file\";s:15:\"lgo-308x204.png\";s:5:\"width\";i:308;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-350x250-croped\";a:4:{s:4:\"file\";s:15:\"lgo-308x250.png\";s:5:\"width\";i:308;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"consulting-image-50x50-croped\";a:4:{s:4:\"file\";s:13:\"lgo-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-255x182-croped\";a:4:{s:4:\"file\";s:15:\"lgo-255x182.png\";s:5:\"width\";i:255;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-350x195-croped\";a:4:{s:4:\"file\";s:15:\"lgo-308x195.png\";s:5:\"width\";i:308;s:6:\"height\";i:195;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:{}}}'),(3387,1610,'_wp_attached_file','2015/12/nectar.png'),(3388,1610,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:100;s:4:\"file\";s:18:\"2015/12/nectar.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"nectar-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"nectar-300x100.png\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"consulting-image-50x50-croped\";a:4:{s:4:\"file\";s:16:\"nectar-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-255x182-croped\";a:4:{s:4:\"file\";s:18:\"nectar-255x100.png\";s:5:\"width\";i:255;s:6:\"height\";i:100;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:{}}}'),(3389,1612,'_wp_attached_file','2017/05/IMAGES-1-.png'),(3390,1612,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:643;s:6:\"height\";i:600;s:4:\"file\";s:21:\"2017/05/IMAGES-1-.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"IMAGES-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:\"IMAGES-1--300x280.png\";s:5:\"width\";i:300;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-350x204-croped\";a:4:{s:4:\"file\";s:21:\"IMAGES-1--350x204.png\";s:5:\"width\";i:350;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-350x250-croped\";a:4:{s:4:\"file\";s:21:\"IMAGES-1--350x250.png\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"consulting-image-1110x550-croped\";a:4:{s:4:\"file\";s:21:\"IMAGES-1--643x550.png\";s:5:\"width\";i:643;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"consulting-image-50x50-croped\";a:4:{s:4:\"file\";s:19:\"IMAGES-1--50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-320x320-croped\";a:4:{s:4:\"file\";s:21:\"IMAGES-1--320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-255x182-croped\";a:4:{s:4:\"file\";s:21:\"IMAGES-1--255x182.png\";s:5:\"width\";i:255;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-350x195-croped\";a:4:{s:4:\"file\";s:21:\"IMAGES-1--350x195.png\";s:5:\"width\";i:350;s:6:\"height\";i:195;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:{}}}'),(3393,1614,'_wp_attached_file','2017/05/about.png'),(3394,1614,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:436;s:6:\"height\";i:407;s:4:\"file\";s:17:\"2017/05/about.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"about-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:\"about-300x280.png\";s:5:\"width\";i:300;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-350x204-croped\";a:4:{s:4:\"file\";s:17:\"about-350x204.png\";s:5:\"width\";i:350;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-350x250-croped\";a:4:{s:4:\"file\";s:17:\"about-350x250.png\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"consulting-image-50x50-croped\";a:4:{s:4:\"file\";s:15:\"about-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-320x320-croped\";a:4:{s:4:\"file\";s:17:\"about-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-255x182-croped\";a:4:{s:4:\"file\";s:17:\"about-255x182.png\";s:5:\"width\";i:255;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-350x195-croped\";a:4:{s:4:\"file\";s:17:\"about-350x195.png\";s:5:\"width\";i:350;s:6:\"height\";i:195;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:{}}}'),(3395,1615,'_wp_attached_file','2017/05/business_man.png'),(3396,1615,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:436;s:6:\"height\";i:407;s:4:\"file\";s:24:\"2017/05/business_man.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"business_man-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:\"business_man-300x280.png\";s:5:\"width\";i:300;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-350x204-croped\";a:4:{s:4:\"file\";s:24:\"business_man-350x204.png\";s:5:\"width\";i:350;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-350x250-croped\";a:4:{s:4:\"file\";s:24:\"business_man-350x250.png\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"consulting-image-50x50-croped\";a:4:{s:4:\"file\";s:22:\"business_man-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-320x320-croped\";a:4:{s:4:\"file\";s:24:\"business_man-320x320.png\";s:5:\"width\";i:320;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-255x182-croped\";a:4:{s:4:\"file\";s:24:\"business_man-255x182.png\";s:5:\"width\";i:255;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-350x195-croped\";a:4:{s:4:\"file\";s:24:\"business_man-350x195.png\";s:5:\"width\";i:350;s:6:\"height\";i:195;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:{}}}'),(3423,1640,'_wp_attached_file','2015/12/coopers-2.png'),(3424,1640,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:100;s:4:\"file\";s:21:\"2015/12/coopers-2.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"coopers-2-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"coopers-2-300x100.png\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"consulting-image-50x50-croped\";a:4:{s:4:\"file\";s:19:\"coopers-2-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"consulting-image-255x182-croped\";a:4:{s:4:\"file\";s:21:\"coopers-2-255x100.png\";s:5:\"width\";i:255;s:6:\"height\";i:100;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:{}}}'),(3426,1643,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3427,1644,'_wp_trash_meta_status','publish'),(3428,1644,'_wp_trash_meta_time','1528540652'); /*!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` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_excerpt` mediumtext 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` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `pinged` mediumtext 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 `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`), KEY `post_name` (`post_name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=1645 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 (4,1,'2017-05-17 02:08:55','2017-05-17 02:08:55','<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\"]\nThe Mellanby Trust Company \"[your-subject]\"\n[your-name] <wordpress@saucestudiosng.com>\nFrom: [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 The Mellanby Trust Company (http://www.saucestudiosng.com/mellanby)\nniyotla@gmail.com\nReply-To: [your-email]\n\n0\n0\n\nThe Mellanby Trust Company \"[your-subject]\"\nThe Mellanby Trust Company <wordpress@saucestudiosng.com>\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on The Mellanby Trust Company (http://www.saucestudiosng.com/mellanby)\n[your-email]\nReply-To: niyotla@gmail.com\n\n0\n0\nThank you for your message. It has been sent.\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.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2017-05-17 02:08:55','2017-05-17 02:08:55','',0,'http://www.saucestudiosng.com/mellanby/?post_type=wpcf7_contact_form&p=4',0,'wpcf7_contact_form','',0),(7,1,'2015-12-15 07:37:19','2015-12-15 07:37:19','','news','','publish','closed','closed','','blog','','','2015-12-15 07:37:19','2015-12-15 07:37:19','',0,'http://consulting.stylemixthemes.com/demo/?page_id=7',0,'page','',0),(9,1,'2015-12-15 07:37:33','2015-12-15 07:37:33','[vc_row css=\".vc_custom_1451991003825{margin-bottom: 100px !important;}\"][vc_column offset=\"vc_col-lg-9 vc_col-md-9\"][rev_slider alias=\"about_us_slider\"][vc_column_text css=\".vc_custom_1495663419041{margin-top: 40px !important;}\"]\r\n<h3>Company overview</h3>\r\nThe Mellanby Trust Company (TMTC) Limited was incorporated in 2013 as a full service Asset Management company involved in providing Investment Advisory and services in Traditional investment markets like; Government Securities, Quoted Equities and Real Estate. We have extensive competence in providing investment outlets and advisory in Alternative Investment markets like; Commodities, Entertainment, Currencies, as well as Capital Raising services for Commercial Banks, Microfinance Banks, Leasing Companies and Brownfield SMEs. TMTC operates out of Lagos and licensed by the Securities & Exchange Commission (SEC) to operate as a Funds/Portfolio Manager.\r\n\r\nWe create wealth for our numerous clients by pooling together the resources of different shades of investors under a professionally controlled management with the aim of creating, preserving and propagating wealth. Our business model focuses on channeling investment funds into Sovereign and Corporate Debt securities as well as the creation of specialist products designed for funding business growth all with the primary minimum benchmark of exceeding year-on-year inflationary trends.\r\n\r\nThe corporate philosophy guiding the Company’s culture is predicated on the three C’s of; <strong>Conservatism</strong>, <strong>Creativity</strong> and <strong>Confidentiality</strong>. These core values have direct bearing on our corporate Vision and Mission and are geared towards fostering lasting client relationships.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Our vision\" font_container=\"tag:h4|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" css=\".vc_custom_1495177056728{margin-bottom: 28px !important;}\" el_class=\"no_stripe\"][vc_column_text]To be the platform of choice for transparent investment solutions in Nigeria.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Our mission\" font_container=\"tag:h4|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" css=\".vc_custom_1495176998965{margin-bottom: 15px !important;}\" el_class=\"no_stripe\"][vc_column_text]To simplify wealth creation in Nigeria through creative, ethical and transparent means[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][stm_sidebar sidebar=\"311\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"Contact Us\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1495663630600{margin-bottom: 0px !important;}\" btn_link=\"url:%2Fcontact%2F|||\"][/vc_cta][/vc_column][/vc_row]','About Us','','publish','closed','closed','','about-us','','','2017-05-24 22:07:14','2017-05-24 22:07:14','',0,'http://consulting.stylemixthemes.com/demo/?page_id=9',0,'page','',0),(33,1,'2015-12-21 10:13:31','2015-12-21 10:13:31','','placeholder','','inherit','open','closed','','placeholder','','','2015-12-21 10:13:31','2015-12-21 10:13:31','',1024,'http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif',0,'attachment','image/gif',0),(171,1,'2015-12-29 12:00:45','2015-12-29 12:00:45','<p>\n <label>Email address: </label>\n <input type=\"email\" name=\"EMAIL\" placeholder=\"Your email address\" required />\n</p>\n\n<p>\n <input type=\"submit\" value=\"Sign up\" />\n</p>','Subscribe','','publish','closed','closed','','subscribe','','','2015-12-29 12:00:45','2015-12-29 12:00:45','',0,'http://consulting.stylemixthemes.com/demo/mc4wp-form/subscribe/',0,'mc4wp-form','',0),(172,1,'2015-12-30 05:36:10','2015-12-30 05:36:10','<div class=\"stm_newsletter_form\">\n<input class=\"form-control\" type=\"email\" name=\"EMAIL\" placeholder=\"Enter Your E-mail\" required />\n<input id=\"stm_newsletter_submit\" type=\"submit\" value=\"\" />\n<label for=\"stm_newsletter_submit\"><i class=\"stm-email\"></i></label>\n</div>\n<p>Get latest updates and offers.</p>','Subscribe','','publish','closed','closed','','subscribe-2','','','2015-12-30 05:36:10','2015-12-30 05:36:10','',0,'http://consulting.stylemixthemes.com/demo/mc4wp-form/subscribe-2/',0,'mc4wp-form','',0),(311,1,'2016-01-05 11:11:32','2016-01-05 11:11:32','[vc_row css=\".vc_custom_1451998133493{margin-bottom: 30px !important;}\"][vc_column][vc_wp_custommenu nav_menu=\"41\" css=\".vc_custom_1453460281829{margin-bottom: 30px !important;}\" el_class=\"mb-30\"][vc_btn title=\"Company profile\" style=\"flat\" color=\"theme_style_1\" size=\"lg\" align=\"left\" i_icon_fontawesome=\"fa fa-file-pdf-o\" button_block=\"true\" add_icon=\"true\" link=\"url:%23||target:%20_blank|\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1452056597103{margin-right: 0px !important;margin-bottom: 30px !important;margin-left: 0px !important;}\" el_class=\"third_bg_color\"][vc_column css=\".vc_custom_1452056633692{padding-top: 37px !important;padding-right: 30px !important;padding-bottom: 40px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"Contact Us\" font_container=\"tag:div|font_size:16px|text_align:left|color:%23222222\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:600%20semi-bold%3A600%3Anormal\" css=\".vc_custom_1495177449839{margin-bottom: 9px !important;}\"][vc_column_text css=\".vc_custom_1495177376294{margin-bottom: 17px !important;}\"]\r\n<p style=\"font-size: 13px; line-height: 22px;\">Mellanby Trust Company (TMTC) Limited</p>\r\n<p style=\"font-size: 13px; line-height: 22px;\">21, Ajasa Street, Onikan, Lagos.</p>\r\n<p style=\"font-size: 13px; line-height: 22px;\">Or submit a business inquiry online</p>\r\n[/vc_column_text][vc_btn title=\"contacts\" style=\"flat\" color=\"white\" size=\"sm\" i_icon_fontawesome=\"fa fa-phone-square\" add_icon=\"true\"][/vc_column][/vc_row]','VC Right Sidebar','','publish','closed','closed','','vc-right-sidebar','','','2017-05-19 07:04:08','2017-05-19 07:04:08','',0,'http://consulting.stylemixthemes.com/demo/?post_type=stm_vc_sidebar&p=311',0,'stm_vc_sidebar','',0),(390,1,'2016-01-07 05:57:45','2016-01-07 05:57:45','[vc_row css=\".vc_custom_1495179181302{margin-bottom: 100px !important;padding-top: 50px !important;}\"][vc_column width=\"3/4\"][vc_row_inner css=\".vc_custom_1452152300724{margin-bottom: 46px !important;}\"][vc_column_inner][vc_custom_heading text=\"LONGONOT FINANCE\" font_container=\"tag:h4|text_align:left\"][vc_column_text]TMTC is currently into a strategic partnership with <strong>Longonot</strong> Finance. A specialist financial advisor operating out of The Hague, Netherlands and is headed by Dieter Portman. They have successfully raised capital in southern Africa and eastern Africa as well as in Nigeria where they have raised $20m for a notable Leasing company. Longonot is primarily aimed at providing advisory and fund arrangement solutions for; Banks, Micro-finance Banks, Leasing companies, Agriculture and for projects in Alternative/Renewable Energy.\r\n\r\nTMTC also has a strategic collaboration with the Nigeria Soya Bean Association of one of the major soya bean growing states in Nigeria to purchase soya bean harvests across the state at agreed forward prices for local and export sales.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1452152300724{margin-bottom: 46px !important;}\"][vc_column_inner][vc_custom_heading text=\"Nigeria Soya Bean Association\" font_container=\"tag:h4|text_align:left\"][vc_column_text]TMTC also has a strategic collaboration with the Nigeria Soya Bean Association Benue State. One of the major soya bean growing states in Nigeria to purchase soya bean harvests across the state at agreed forward prices for local and export sales.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1452152300724{margin-bottom: 46px !important;}\"][vc_column_inner][vc_custom_heading text=\"Absolute Nectar Limited\" font_container=\"tag:h4|text_align:left\"][vc_column_text]Absolute Nectar Limited is a Multimedia/Entertainment company and is currently in partnership with The Mellanby Trust Company (formerly Imperial Portfolio Limited) to produce a proprietary comedy content on traffic in Lagos called “<strong>Go Slow</strong>”. The Pilot episode of the series was signed to <strong>Iroko TV</strong> for an initial period and attracted over 17,000 views within two months of release and is on track to deliver a full quarter of the content for airing. The pilot episode was nominated for Best Comic Short Film by the Abuja International Film Festival in 2016.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1495569280918{margin-bottom: 46px !important;}\"][vc_column_inner][vc_custom_heading text=\"OUTSPIRE BUSINESS SOLUTIONS\" font_container=\"tag:h4|text_align:left\"][vc_column_text]<strong>OUTSPIRE Business Solutions</strong> is a subsidiary of TMTC that provides Specialist and General Training.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1495569280918{margin-bottom: 46px !important;}\"][vc_column_inner][vc_custom_heading text=\"Coopers Commodities Company Limited \" font_container=\"tag:h4|text_align:left\"][vc_column_text]<strong>Coopers Commodities Company Limited </strong> is the Commodities trading subsidiary of The Mellanby Trust Company Limited and is the project implementer of the <strong>Coopers Greene Initiative ( a product targeted at partnering with Farmers to properly grow, harvest and provide Off-take for Nigerian farmers)</strong>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][stm_sidebar sidebar=\"311\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"Contact us\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1495664870849{margin-bottom: 0px !important;}\" btn_link=\"url:%2Fcontact|||\"][/vc_cta][/vc_column][/vc_row]','Partnerships','','publish','closed','closed','','partnerships','','','2017-05-24 22:27:55','2017-05-24 22:27:55','',0,'http://consulting.stylemixthemes.com/demo/?page_id=390',0,'page','',0),(408,1,'2016-01-07 09:31:53','2016-01-07 09:31:53','[vc_row css=\".vc_custom_1451991003825{margin-bottom: 100px !important;}\"][vc_column width=\"3/4\"][vc_column_text css=\".vc_custom_1495566150947{margin-bottom: 52px !important;}\"]\r\n<h2>Mellanby Alternative Fixed Income Fund (MAFIF)</h2>\r\nThis is the company’s flagship investment product targeted primarily at investing in tradable Government Securities and un-tradeable alternative fixed income assets in a 70% to 30% ratio.[/vc_column_text][vc_column_text css=\".vc_custom_1495631006202{margin-top: 30px !important;margin-bottom: 52px !important;}\"]\r\n<h2>The Mellanby Entertainment Fund</h2>\r\nThis product provides an avenue for private clients to diversify their investment holdings into Creative Content/The Arts within the Nigerian Entertainment space. This sector is clearly on the rise as Nigeria’s profile impacts the global arena and the product seeks to tap into an industry which is setting records in Africa despite a recessionary period at the end.\r\n<h5>**Note: The product is for Qualified Individual Clients under our Private Wealth Management product Suite.</h5>\r\n[/vc_column_text][vc_column_text css=\".vc_custom_1495180061545{margin-top: 30px !important;margin-bottom: 52px !important;}\"]\r\n<h2>IPL Commodity Fund</h2>\r\nThe Fund targets the Agribusiness potential inherent in the Nigerian economy by investing and trading in harvested Agricultural commodities and/or re-financing produce Related Agricultural debt. Most Nigerian agricultural Commodities are seasonal, hence IPL’s model involves Local and international trading in a variety of cash crops “In-season” during their peak periods of production/harvest. IPL offers Fixed income investment in the commodity export Receivables of the Coopers Commodities Company (a subsidiary of Imperial Portfolio Limited) on a Fixed Income basis under The Alternative Investment Class.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][stm_sidebar sidebar=\"311\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"Contact us\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1495664929281{margin-bottom: 0px !important;}\" btn_link=\"url:%2Fcontact|||\"][/vc_cta][/vc_column][/vc_row]','Products','','publish','closed','closed','','products','','','2017-05-24 22:28:52','2017-05-24 22:28:52','',0,'http://consulting.stylemixthemes.com/demo/?page_id=408',0,'page','',0),(430,1,'2016-01-07 13:00:54','2016-01-07 13:00:54','[vc_row css=\".vc_custom_1452687555475{margin-bottom: 100px !important;}\"][vc_column offset=\"vc_col-lg-9 vc_col-md-9\"][vc_custom_heading source=\"post_title\" use_theme_fonts=\"yes\"][vc_column_text]Consulting WordPress Theme is always looking for talented people to become its team members. We realize that productive people are always a good addition to our organization. So if you have the financial acumen and the passion to work with some of the biggest companies in the world, join in![/vc_column_text][stm_about_vacancy css=\".vc_custom_1453112586637{margin-bottom: 60px !important;}\"][vc_row_inner css=\".vc_custom_1453114022217{margin-bottom: 60px !important;}\"][vc_column_inner width=\"1/2\"][vc_column_text css=\".vc_custom_1456121948446{padding-top: 13px !important;padding-right: 40px !important;padding-bottom: 34px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}\"]\n<h4 class=\"no_stripe\">Responsibilities</h4>\n<span style=\"font-size: 13px; line-height: 22px; color: #808080;\">Candidates can look forward to regular client contact, a role in business development and proposal writing/methodology creation, and a</span>\n<ul style=\"color: #222222; font-size: 13px; line-height: 22px;\">\n <li>Assisting senior consultants;</li>\n <li>Providing legal and scholarly research;</li>\n <li>Creating reports & Gathering Data</li>\n <li>Analyzing Data and understanding results</li>\n <li>Arranging client coordination</li>\n</ul>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css=\".vc_custom_1456122016220{border-top-width: 3px !important;padding-top: 10px !important;border-top-color: #222222 !important;border-top-style: solid !important;}\"]\n<h4 class=\"no_stripe\">Skills/Experience</h4>\n<ul>\n <li>Limited experience at consultancy preferred;</li>\n <li>Great interpersonal communication skills;</li>\n <li>Keen eye for spotting data trends;</li>\n <li>Great analytical skills;</li>\n <li>A keen grasp of information technology;</li>\n <li>Professional demeanor;</li>\n <li>Personal accountability and strong work ethic;</li>\n <li>Professional, able to interact with vendors/clients;</li>\n <li>Positive, “can do” attitude.</li>\n</ul>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][stm_vacancy_bottom][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][stm_sidebar sidebar=\"311\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" btn_add_icon=\"true\" btn_button_block=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1451762600590{margin-bottom: 0px !important;}\" use_custom_fonts_h2=\"true\"][/vc_cta][/vc_column][/vc_row]','Programme Engineering Manager','','publish','closed','closed','','flot-export-document-processing-agent','','','2016-01-07 13:00:54','2016-01-07 13:00:54','',0,'http://consulting.stylemixthemes.com/demo/?post_type=stm_careers&p=430',0,'stm_careers','',0),(432,1,'2016-01-08 06:22:35','2016-01-08 06:22:35','[vc_row css=\".vc_custom_1452687555475{margin-bottom: 100px !important;}\"][vc_column offset=\"vc_col-lg-9 vc_col-md-9\"][vc_custom_heading source=\"post_title\" use_theme_fonts=\"yes\"][vc_column_text]Consulting WordPress Theme is always looking for talented people to become its team members. We realize that productive people are always a good addition to our organization. So if you have the financial acumen and the passion to work with some of the biggest companies in the world, join in![/vc_column_text][stm_about_vacancy css=\".vc_custom_1453112586637{margin-bottom: 60px !important;}\"][vc_row_inner css=\".vc_custom_1453114022217{margin-bottom: 60px !important;}\"][vc_column_inner width=\"1/2\"][vc_column_text css=\".vc_custom_1456121948446{padding-top: 13px !important;padding-right: 40px !important;padding-bottom: 34px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}\"]\n<h4 class=\"no_stripe\">Responsibilities</h4>\n<span style=\"font-size: 13px; line-height: 22px; color: #808080;\">Candidates can look forward to regular client contact, a role in business development and proposal writing/methodology creation, and a</span>\n<ul style=\"color: #222222; font-size: 13px; line-height: 22px;\">\n <li>Assisting senior consultants;</li>\n <li>Providing legal and scholarly research;</li>\n <li>Creating reports & Gathering Data</li>\n <li>Analyzing Data and understanding results</li>\n <li>Arranging client coordination</li>\n</ul>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css=\".vc_custom_1456122016220{border-top-width: 3px !important;padding-top: 10px !important;border-top-color: #222222 !important;border-top-style: solid !important;}\"]\n<h4 class=\"no_stripe\">Skills/Experience</h4>\n<ul>\n <li>Limited experience at consultancy preferred;</li>\n <li>Great interpersonal communication skills;</li>\n <li>Keen eye for spotting data trends;</li>\n <li>Great analytical skills;</li>\n <li>A keen grasp of information technology;</li>\n <li>Professional demeanor;</li>\n <li>Personal accountability and strong work ethic;</li>\n <li>Professional, able to interact with vendors/clients;</li>\n <li>Positive, “can do” attitude.</li>\n</ul>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][stm_vacancy_bottom][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][stm_sidebar sidebar=\"311\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" btn_add_icon=\"true\" btn_button_block=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1451762600590{margin-bottom: 0px !important;}\" use_custom_fonts_h2=\"true\"][/vc_cta][/vc_column][/vc_row]','Deputy Principal Construction Manager','','publish','closed','closed','','deputy-principal-construction-manager','','','2016-01-08 06:22:35','2016-01-08 06:22:35','',0,'http://consulting.stylemixthemes.com/demo/?post_type=stm_careers&p=432',0,'stm_careers','',0),(433,1,'2016-01-08 06:23:03','2016-01-08 06:23:03','[vc_row css=\".vc_custom_1452687555475{margin-bottom: 100px !important;}\"][vc_column offset=\"vc_col-lg-9 vc_col-md-9\"][vc_custom_heading source=\"post_title\" use_theme_fonts=\"yes\"][vc_column_text]Consulting WordPress Theme is always looking for talented people to become its team members. We realize that productive people are always a good addition to our organization. So if you have the financial acumen and the passion to work with some of the biggest companies in the world, join in![/vc_column_text][stm_about_vacancy css=\".vc_custom_1453112586637{margin-bottom: 60px !important;}\"][vc_row_inner css=\".vc_custom_1453114022217{margin-bottom: 60px !important;}\"][vc_column_inner width=\"1/2\"][vc_column_text css=\".vc_custom_1456121948446{padding-top: 13px !important;padding-right: 40px !important;padding-bottom: 34px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}\"]\n<h4 class=\"no_stripe\">Responsibilities</h4>\n<span style=\"font-size: 13px; line-height: 22px; color: #808080;\">Candidates can look forward to regular client contact, a role in business development and proposal writing/methodology creation, and a</span>\n<ul style=\"color: #222222; font-size: 13px; line-height: 22px;\">\n <li>Assisting senior consultants;</li>\n <li>Providing legal and scholarly research;</li>\n <li>Creating reports & Gathering Data</li>\n <li>Analyzing Data and understanding results</li>\n <li>Arranging client coordination</li>\n</ul>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css=\".vc_custom_1456122016220{border-top-width: 3px !important;padding-top: 10px !important;border-top-color: #222222 !important;border-top-style: solid !important;}\"]\n<h4 class=\"no_stripe\">Skills/Experience</h4>\n<ul>\n <li>Limited experience at consultancy preferred;</li>\n <li>Great interpersonal communication skills;</li>\n <li>Keen eye for spotting data trends;</li>\n <li>Great analytical skills;</li>\n <li>A keen grasp of information technology;</li>\n <li>Professional demeanor;</li>\n <li>Personal accountability and strong work ethic;</li>\n <li>Professional, able to interact with vendors/clients;</li>\n <li>Positive, “can do” attitude.</li>\n</ul>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][stm_vacancy_bottom][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][stm_sidebar sidebar=\"311\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" btn_add_icon=\"true\" btn_button_block=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1451762600590{margin-bottom: 0px !important;}\" use_custom_fonts_h2=\"true\"][/vc_cta][/vc_column][/vc_row]','Senior Programme Manager','','publish','closed','closed','','senior-programme-manager','','','2016-01-08 06:23:03','2016-01-08 06:23:03','',0,'http://consulting.stylemixthemes.com/demo/?post_type=stm_careers&p=433',0,'stm_careers','',0),(434,1,'2016-01-08 06:23:37','2016-01-08 06:23:37','[vc_row css=\".vc_custom_1452687555475{margin-bottom: 100px !important;}\"][vc_column offset=\"vc_col-lg-9 vc_col-md-9\"][vc_custom_heading source=\"post_title\" use_theme_fonts=\"yes\"][vc_column_text]Consulting WordPress Theme is always looking for talented people to become its team members. We realize that productive people are always a good addition to our organization. So if you have the financial acumen and the passion to work with some of the biggest companies in the world, join in![/vc_column_text][stm_about_vacancy css=\".vc_custom_1453112586637{margin-bottom: 60px !important;}\"][vc_row_inner css=\".vc_custom_1453114022217{margin-bottom: 60px !important;}\"][vc_column_inner width=\"1/2\"][vc_column_text css=\".vc_custom_1456121948446{padding-top: 13px !important;padding-right: 40px !important;padding-bottom: 34px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}\"]\n<h4 class=\"no_stripe\">Responsibilities</h4>\n<span style=\"font-size: 13px; line-height: 22px; color: #808080;\">Candidates can look forward to regular client contact, a role in business development and proposal writing/methodology creation, and a</span>\n<ul style=\"color: #222222; font-size: 13px; line-height: 22px;\">\n <li>Assisting senior consultants;</li>\n <li>Providing legal and scholarly research;</li>\n <li>Creating reports & Gathering Data</li>\n <li>Analyzing Data and understanding results</li>\n <li>Arranging client coordination</li>\n</ul>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css=\".vc_custom_1456122016220{border-top-width: 3px !important;padding-top: 10px !important;border-top-color: #222222 !important;border-top-style: solid !important;}\"]\n<h4 class=\"no_stripe\">Skills/Experience</h4>\n<ul>\n <li>Limited experience at consultancy preferred;</li>\n <li>Great interpersonal communication skills;</li>\n <li>Keen eye for spotting data trends;</li>\n <li>Great analytical skills;</li>\n <li>A keen grasp of information technology;</li>\n <li>Professional demeanor;</li>\n <li>Personal accountability and strong work ethic;</li>\n <li>Professional, able to interact with vendors/clients;</li>\n <li>Positive, “can do” attitude.</li>\n</ul>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][stm_vacancy_bottom][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][stm_sidebar sidebar=\"311\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" btn_add_icon=\"true\" btn_button_block=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1451762600590{margin-bottom: 0px !important;}\" use_custom_fonts_h2=\"true\"][/vc_cta][/vc_column][/vc_row]','Senior Industrial Planner','','publish','closed','closed','','senior-industrial-planner','','','2016-01-08 06:23:37','2016-01-08 06:23:37','',0,'http://consulting.stylemixthemes.com/demo/?post_type=stm_careers&p=434',0,'stm_careers','',0),(435,1,'2016-01-08 06:24:04','2016-01-08 06:24:04','[vc_row css=\".vc_custom_1452687555475{margin-bottom: 100px !important;}\"][vc_column offset=\"vc_col-lg-9 vc_col-md-9\"][vc_custom_heading source=\"post_title\" use_theme_fonts=\"yes\"][vc_column_text]Consulting WordPress Theme is always looking for talented people to become its team members. We realize that productive people are always a good addition to our organization. So if you have the financial acumen and the passion to work with some of the biggest companies in the world, join in![/vc_column_text][stm_about_vacancy css=\".vc_custom_1453112586637{margin-bottom: 60px !important;}\"][vc_row_inner css=\".vc_custom_1453114022217{margin-bottom: 60px !important;}\"][vc_column_inner width=\"1/2\"][vc_column_text css=\".vc_custom_1456121948446{padding-top: 13px !important;padding-right: 40px !important;padding-bottom: 34px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}\"]\n<h4 class=\"no_stripe\">Responsibilities</h4>\n<span style=\"font-size: 13px; line-height: 22px; color: #808080;\">Candidates can look forward to regular client contact, a role in business development and proposal writing/methodology creation, and a</span>\n<ul style=\"color: #222222; font-size: 13px; line-height: 22px;\">\n <li>Assisting senior consultants;</li>\n <li>Providing legal and scholarly research;</li>\n <li>Creating reports & Gathering Data</li>\n <li>Analyzing Data and understanding results</li>\n <li>Arranging client coordination</li>\n</ul>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css=\".vc_custom_1456122016220{border-top-width: 3px !important;padding-top: 10px !important;border-top-color: #222222 !important;border-top-style: solid !important;}\"]\n<h4 class=\"no_stripe\">Skills/Experience</h4>\n<ul>\n <li>Limited experience at consultancy preferred;</li>\n <li>Great interpersonal communication skills;</li>\n <li>Keen eye for spotting data trends;</li>\n <li>Great analytical skills;</li>\n <li>A keen grasp of information technology;</li>\n <li>Professional demeanor;</li>\n <li>Personal accountability and strong work ethic;</li>\n <li>Professional, able to interact with vendors/clients;</li>\n <li>Positive, “can do” attitude.</li>\n</ul>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][stm_vacancy_bottom][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][stm_sidebar sidebar=\"311\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" btn_add_icon=\"true\" btn_button_block=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1451762600590{margin-bottom: 0px !important;}\" use_custom_fonts_h2=\"true\"][/vc_cta][/vc_column][/vc_row]','Deputy Principal Construction Manager','','publish','closed','closed','','deputy-principal-construction-manager-2','','','2016-01-08 06:24:04','2016-01-08 06:24:04','',0,'http://consulting.stylemixthemes.com/demo/?post_type=stm_careers&p=435',0,'stm_careers','',0),(440,1,'2016-01-08 07:17:26','2016-01-08 07:17:26','[vc_row css=\".vc_custom_1451991003825{margin-bottom: 100px !important;}\"][vc_column width=\"3/4\"][vc_custom_heading text=\"INDEPENDENT ADVISORY BOARD\" font_container=\"tag:h4|text_align:left\" use_theme_fonts=\"yes\" css=\".vc_custom_1495567964812{margin-bottom: 20px !important;}\"][vc_column_text css=\".vc_custom_1495628947958{margin-bottom: 30px !important;}\"]TMTC’s advisory board (AdBoard) was created to provide management with sector specific experience to guide its investment decisions devoid of sentiments from other stakeholders. Its Advisory Board is purely Advice-giving and members do not have any equity in the company. The members of the AdBoard include the following:[/vc_column_text][stm_staff_list category=\"advisory-member\" count=\"8\"][/vc_column][vc_column width=\"1/4\"][stm_sidebar sidebar=\"311\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"Contact us\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1495664414563{margin-bottom: 0px !important;}\" btn_link=\"url:%2Fcontact|||\"][/vc_cta][/vc_column][/vc_row]','Our team','','publish','closed','closed','','our-team','','','2017-05-24 22:20:17','2017-05-24 22:20:17','',0,'http://consulting.stylemixthemes.com/demo/?page_id=440',0,'page','',0),(461,1,'2017-05-21 07:00:30','2017-05-21 07:00:30','[vc_row css=\".vc_custom_1452687555475{margin-bottom: 100px !important;}\"][vc_column offset=\"vc_col-lg-9 vc_col-md-9\"][vc_custom_heading text=\"Mr. Oluwole S. Oduyemi\" use_theme_fonts=\"yes\" subtitle=\"Adboard Chair\"][vc_column_text]Mr Oluwole S. Oduyemi is a retired Deputy Governor of the Central Bank of Nigeria (CBN) and a past Chairman of Guaranty Trust Bank Plc. With Over 40 years’ experience in the Nigerian financial services sector out of which he served as a deputy governor Central Bank of Nigeria for 14 years.\r\n\r\nHe started his banking career with a brief stint with Barclays Bank BDO (Union Bank of Nigeria Plc.), after which he joined the Central Bank of Nigeria (\"CBN\") in 1964 and rose through the ranks to become the Deputy Director of Banking Supervision Department in 1984. He became Director of Banking Operations in 1987. During his tenure as Director of Banking Operations, he implemented several foundational projects as a pre-cursor to the robust money market system currently in operation today. Some of these projects include the introduction of a market-based system for determination of Treasury bill rates, the introduction of OMO technique for liquidity management and the establishment of the Nigerian Inter-Bank Settlement Systems (NIBSS).\r\n\r\nHe holds a B.Sc degree in Accounting from the University of Lagos and a Master’s degree in International Banking and Finance from the Heriot Watt University, Edinburgh, UK. He became a Fellow of the Chartered Institute of Bankers (UK/Nigeria) in 1989. He has attended several courses in many institutions including the IMD in Lausanne Switzerland, London Business School, Cranfield Business School, FIDC (USA), Harvard Business School and the Federal Reserve Bank, Washington DC. He was given the award of Distinguished Alumnus by the University of Lagos in 1997.\r\n\r\nMr Oduyemi is on the Board of several companies and previously served on the Board of the Nigerian Security Printing and Minting Company, Nigeria Provident Fund (now NSITF) and Guaranty Trust Bank Plc.[/vc_column_text][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][stm_sidebar sidebar=\"311\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1451762600590{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row]','Mr. Oluwole S. Oduyemi','Mr Oluwole S. Oduyemi is a retired Deputy Governor of the Central Bank of Nigeria (CBN) and a past Chairman of Guaranty Trust Bank Plc. With Over 40 years’ experience in the Nigerian financial services sector out of which he served as a deputy governor Central Bank of Nigeria for 14 years. ','publish','closed','closed','','mr-oluwole-s-oduyemi','','','2017-05-24 12:44:29','2017-05-24 12:44:29','',0,'http://consulting.stylemixthemes.com/demo/?post_type=stm_staff&p=461',0,'stm_staff','',0),(508,1,'2016-01-11 09:28:18','2016-01-11 09:28:18','<div class=\"request_callback\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-10 col-md-10 col-sm-10 col-xs-12\">\r\n <div class=\"input-group\">\r\n [text* fname placeholder akismet:author \"First name *\"]\r\n </div>\r\n <div class=\"input-group\">\r\n [email* email placeholder akismet:author_email \"E-mail *\"]\r\n </div>\r\n <div class=\"input-group\">\r\n [tel* phone placeholder \"Phone *\"]\r\n </div>\r\n <div class=\"input-group\">\r\n [textarea* message placeholder \"Your Message *\"]\r\n </div>\r\n\r\n <div class=\"input-group\">\r\n <button type=\"submit\" class=\"button size-lg icon_right\">submit <i class=\"fa fa-chevron-right\"></i></button>\r\n </div>\r\n </div>\r\n \r\n </div>\r\n </div>\r\n</div>\n1\nMessage From Site\n[email] <office@saucestudiosng.com>\ninfo@saucestudiosng.com\n[message]\nReply-To: [email]\n\n\n\n\n\n\n\n\n\n\n\n\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nPlease fill in the required field.\nThis input is too long.\nThis input is too short.\nDate format seems invalid.\nThis date is too early.\nThis date is too late.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.\nNumber format seems invalid.\nThis number is too small.\nThis number is too large.\nYour answer is not correct.\nYour entered code is incorrect.\nEmail address seems invalid.\nURL seems invalid.\nTelephone number seems invalid.','Feedback Form','','publish','closed','closed','','request-a-call-back_copy','','','2017-05-21 11:04:06','2017-05-21 11:04:06','',0,'http://consulting.stylemixthemes.com/demo/?post_type=wpcf7_contact_form&p=508',0,'wpcf7_contact_form','',0),(563,1,'2016-01-14 05:13:30','2016-01-14 05:13:30','[vc_row css=\".vc_custom_1452687555475{margin-bottom: 100px !important;}\"][vc_column offset=\"vc_col-lg-9 vc_col-md-9\"][vc_single_image image=\"33\" img_size=\"stm-image-1110x550-croped\" css=\".vc_custom_1452755083469{margin-bottom: 45px !important;}\"][vc_custom_heading source=\"post_title\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1456124747340{margin-bottom: 25px !important;}\"]In order for any business to succeed they need to have the right planning, the right strategy, and the right execution of these things. Consulting WP helps its clients expand and grow by providing them all three. We know how important it is to have the right plan, if your plan is wrong then every step you take will be in the wrong direction as well. This moves companies away from their objective instead of towards it. We study our clients deeply before suggesting any plan, because we have to ensure that we have all the variables in check.\n\nOnce we have a plan, we work with our clients on creating a strategy. Many people think strategy and plan are the same but Consulting WordPress Theme knows better. We know that plan is what we try to achieve and strategy is how we are going to achieve it.[/vc_column_text][vc_column_text css=\".vc_custom_1456123332539{margin-bottom: 57px !important;}\"]\n<blockquote>Consulting WP - we help companies assess their skills and choose a new direction which utilizes the talents of the team and resources most productively.</blockquote>\n[/vc_column_text][vc_row_inner css=\".vc_custom_1452765376433{margin-bottom: 50px !important;}\"][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"safety net & build wealth\" font_container=\"tag:div|font_size:20px|text_align:left|color:%23222222\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1452757956168{margin-bottom: 27px !important;}\"][stm_charts design=\"circle\" legend_position=\"right\" values_circle=\"%5B%7B%22title%22%3A%22One%22%2C%22value%22%3A%2240%22%2C%22color%22%3A%22%238d6dc4%22%7D%2C%7B%22title%22%3A%22Two%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22%23f79468%22%7D%2C%7B%22title%22%3A%22Three%22%2C%22value%22%3A%2240%22%2C%22color%22%3A%22%23cec2ab%22%7D%5D\" width=\"208\" height=\"208\" css=\".vc_custom_1453102995785{margin-bottom: 14px !important;}\"][vc_column_text]<span style=\"font-size: 13px; color: #777777; line-height: 22px;\">You can transform your business to a revenue-producing asset that lets you work as much or as little as you want.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"business planning & strategy\" font_container=\"tag:div|font_size:20px|text_align:left|color:%23222222\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1452755904872{margin-bottom: 23px !important;}\"][vc_column_text]Our clients are often surprised by the possibilities we present to them; by thinking outside the box we present exciting new ventures:\n<ul>\n <li>Work fewer hours — and make more money</li>\n <li>Attract and retain quality, high-paying customers</li>\n <li>Manage your time so you’ll get more done in less time</li>\n <li>Hone sharp leadership skills to manage your team</li>\n <li>Cut expenses without sacrificing quality</li>\n <li>Automate your business, so you can leave for days,</li>\n</ul>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"research beyond the business plan\" font_container=\"tag:div|font_size:20px|text_align:left|color:%23222222\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1452765543752{margin-bottom: 31px !important;}\"][vc_tta_accordion shape=\"square\" c_position=\"right\" active_section=\"1\" css=\".vc_custom_1452765829166{margin-bottom: 57px !important;}\"][vc_tta_section title=\"Client Prospecting\" tab_id=\"1452765420119-d4dfaf69-4fae\"][vc_column_text]We also ensure that the whole team is included in the process and that no one is left out during the turnaround. The most crucial part is ensuring some degree of financial stability during the turnaround.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Web Site Research\" tab_id=\"1452765443215-63a10c55-a5ef\"][vc_column_text]This is the most worrying part for most clients going through or needing a turnaround; it means that incoming cash flows will change completely. We help ease these issues through fantastic financial projections and a realistic view of what can be accomplished.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Grant & Funding Research\" tab_id=\"1452765442453-b921a1fb-6ec8\"][vc_column_text]Creating a list of potential qualified prospects for your service or product can be daunting when you\'re beginning your business. However, this needs to be considered as a follow up on your Target Market Analysis so you can hit the ground running.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][vc_row_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"business plan market\" font_container=\"tag:div|font_size:20px|text_align:left|color:%23222222\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1452765869327{margin-bottom: 23px !important;}\"][vc_column_text css=\".vc_custom_1456124766156{margin-bottom: 20px !important;}\"]Once the right plan has been created for a company we work with them at creating a strategy that allows the plan to work. We look at the environmental factors of our clients and make recommendations about steps which can be taken to move in the right direction:[/vc_column_text][vc_column_text]\n<ul>\n <li><span style=\"font-size: 13px;\"><strong>Don James/Semplice</strong> – Article and News research</span></li>\n <li><span style=\"font-size: 13px;\"><strong>HighVoltageBusiness</strong> – Company and Industry Research</span></li>\n <li><span style=\"font-size: 13px;\"><strong>Goovers</strong> – Company and Industry Research</span></li>\n <li><span style=\"font-size: 13px;\"><strong>IRISpace</strong> – Industry Research</span></li>\n <li><span style=\"font-size: 13px;\"><strong>Lexos-Nexos</strong> – Company, Industry, Market Research</span></li>\n <li><span style=\"font-size: 13px;\"><strong>Plombett</strong> – Industry Research</span></li>\n <li><span style=\"font-size: 13px;\"><strong>Pronounce</strong> – market analysis report “slices”</span></li>\n</ul>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"competitor research & analysis\" font_container=\"tag:div|font_size:20px|text_align:left|color:%23222222\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1453100660627{margin-bottom: 20px !important;}\"][stm_charts values=\"%5B%7B%22title%22%3A%22One%22%2C%22y_values%22%3A%2210%3B%2015%3B%2020%3B%2025%3B%2027%3B%2025%3B%2023%3B%2025%22%2C%22color%22%3A%22%23fe6c61%22%7D%2C%7B%22title%22%3A%22Two%22%2C%22y_values%22%3A%2225%3B%2018%3B%2016%3B%2017%3B%2020%3B%2025%3B%2030%3B%2035%22%2C%22color%22%3A%22%235472d2%22%7D%5D\" width=\"395\" height=\"410\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][stm_sidebar sidebar=\"577\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" btn_add_icon=\"true\" btn_button_block=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1451762600590{margin-bottom: 0px !important;}\" use_custom_fonts_h2=\"true\"][/vc_cta][/vc_column][/vc_row]','Business Planning, Strategy & Execution','Execution is the single most important part of the whole process, poor execution can result in a lot of lost time and money.','publish','closed','closed','','business-planning-strategy-execution','','','2016-01-14 05:13:30','2016-01-14 05:13:30','',0,'http://consulting.stylemixthemes.com/demo/?post_type=stm_service&p=563',0,'stm_service','',0),(565,1,'2016-01-14 05:38:36','2016-01-14 05:38:36','[vc_row css=\".vc_custom_1452687555475{margin-bottom: 100px !important;}\"][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][stm_sidebar sidebar=\"577\"][/vc_column][vc_column offset=\"vc_col-lg-9 vc_col-md-9\"][vc_column_text css=\".vc_custom_1456124849829{margin-bottom: 0px !important;}\"]There are no geographical limitations in today’s world of information technology. Consulting WordPress Theme allows its clients to truly branch out and avail the opportunities all around the world. We are able to provide this function due to our diverse team and many international offices. We understand the international business culture and will help you work with people from other countries.\n\nEven more importantly, we know about the legal ramifications of international deals. We know the laws of different countries and help our clients comply with them. We allow you to enter international waters without having to worry about making a mistake, as we use our international experience to give your company the advantage of experience.[/vc_column_text][vc_custom_heading text=\"Range of industries\" font_container=\"tag:h4|font_size:20px|text_align:left|color:%23222222|line_height:45px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][vc_row_inner css=\".vc_custom_1452770900884{margin-bottom: 20px !important;}\"][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" v_align_middle=\"enable\" icon=\"stm-airplane\" style=\"icon_left\" icon_size=\"15\" icon_width=\"66\" title=\"Travel and Aviation\nConsulting\"][/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" v_align_middle=\"enable\" icon=\"stm-graph\" style=\"icon_left\" icon_size=\"22\" icon_width=\"66\" title=\"Business Services\nConsulting\"][/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" v_align_middle=\"enable\" icon=\"stm-cart\" style=\"icon_left\" icon_size=\"21\" icon_width=\"66\" title=\"Consumer Products\nConsulting\"][/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1452770976377{margin-bottom: 20px !important;}\"][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" v_align_middle=\"enable\" icon=\"stm-home\" style=\"icon_left\" icon_size=\"24\" icon_width=\"66\" title=\"Financial Services\nConsulting\"][/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" v_align_middle=\"enable\" icon=\"stm-lamp\" style=\"icon_left\" icon_size=\"28\" icon_width=\"66\" title=\"Energy\nConsulting\"][/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" v_align_middle=\"enable\" icon=\"stm-truck\" style=\"icon_left\" icon_size=\"20\" icon_width=\"66\" title=\"Transport & Logistics\nConsulting\"][/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_separator color=\"custom\" accent_color=\"#dddddd\" css=\".vc_custom_1453717420557{margin-bottom: 15px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Strategic & tactical planning\" font_container=\"tag:h4|font_size:20px|text_align:left|color:%23222222|line_height:45px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][vc_column_text]Our renowned coaching programs will allow you to:\n<ul>\n <li>Work fewer hours — and make more money</li>\n <li>Attract and retain quality, high-paying customers</li>\n <li>Manage your time so you’ll get more done in less time</li>\n <li>Hone sharp leadership skills to manage your team</li>\n <li>Cut expenses without sacrificing quality</li>\n <li>Automate your business, so you can leave for days, weeks, or even months at a time</li>\n</ul>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Strategy development\" font_container=\"tag:h4|font_size:20px|text_align:left|color:%23222222|line_height:45px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1453716989986{margin-bottom: 15px !important;}\"][stm_charts design=\"pie\" legend_position=\"right\" width=\"210\" height=\"210\" css=\".vc_custom_1453109317809{margin-bottom: 13px !important;}\"][vc_column_text]<span style=\"color: #777777; font-size: 13px; line-height: 22px;\">You can transform your business to a revenue-producing asset that lets you work as much or as little as you want.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"Strategic plan development\" font_container=\"tag:h4|font_size:20px|text_align:left|color:%23222222|line_height:45px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][stm_charts design=\"bar\" values=\"%5B%7B%22title%22%3A%22One%22%2C%22y_values%22%3A%2210%3B%2015%3B%2020%3B%2025%3B%2027%3B%2025%3B%2023%3B%2025%22%2C%22color%22%3A%22%23fe6c61%22%7D%2C%7B%22title%22%3A%22Two%22%2C%22y_values%22%3A%2225%3B%2018%3B%2016%3B%2017%3B%2020%3B%2025%3B%2030%3B%2035%22%2C%22color%22%3A%22%235472d2%22%7D%5D\" width=\"825\" height=\"420\" css=\".vc_custom_1453717756599{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"Research beyond the business plan\" font_container=\"tag:h4|font_size:20px|text_align:left|color:%23222222|line_height:45px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][vc_tta_accordion shape=\"square\" c_position=\"right\" active_section=\"1\"][vc_tta_section title=\"Strategy Development\" tab_id=\"1452775750332-de92cf12-22f7\"][vc_column_text]Good strategy is the antidote to competition. Strategic thinking is the process of developing a strategy that defines your value proposition and your unique value chain. This process includes market and competitive research as well as an assessment of the company’s capabilities and the industry forces impacting it.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Strategic Plan Development\" tab_id=\"1452775774465-27c1e69f-9d41\"][vc_column_text]Good strategy is the antidote to competition. Strategic thinking is the process of developing a strategy that defines your value proposition and your unique value chain. This process includes market and competitive research as well as an assessment of the company’s capabilities and the industry forces impacting it.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Strategic Plan Execution Management\" tab_id=\"1452775784252-f534cff2-c971\"][vc_column_text]Good strategy is the antidote to competition. Strategic thinking is the process of developing a strategy that defines your value proposition and your unique value chain. This process includes market and competitive research as well as an assessment of the company’s capabilities and the industry forces impacting it.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" btn_add_icon=\"true\" btn_button_block=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1451762600590{margin-bottom: 0px !important;}\" use_custom_fonts_h2=\"true\"][/vc_cta][/vc_column][/vc_row]','International Business Opportunities','We allow you to enter international waters without having to worry about making a mistake, as we use our international experience.','publish','closed','closed','','international-business-opportunities','','','2016-01-14 05:38:36','2016-01-14 05:38:36','',0,'http://consulting.stylemixthemes.com/demo/?post_type=stm_service&p=565',0,'stm_service','',0),(566,1,'2016-01-14 05:38:57','2016-01-14 05:38:57','[vc_row css=\".vc_custom_1452687555475{margin-bottom: 100px !important;}\"][vc_column offset=\"vc_col-lg-9 vc_col-md-9\"][vc_single_image image=\"33\" img_size=\"stm-image-1110x550-croped\" css=\".vc_custom_1452755083469{margin-bottom: 45px !important;}\"][vc_custom_heading source=\"post_title\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1456124656136{margin-bottom: 25px !important;}\"]We live in the world of data now; data allows us to make realistic decisions about the future. No financial department or company can claim to have completed its work unless they have financial projections ready. Consulting WP helps clients create dynamic financial projections that take real data and map out realistic outcomes.\n\nSmart people know better than to take steps based on gut feelings alone. Financial projections are a necessity for any company. As the leader of the company you need to know how your finances will look the next year. [/vc_column_text][vc_column_text css=\".vc_custom_1456123332539{margin-bottom: 57px !important;}\"]\n<blockquote>Consulting WP - we help companies assess their skills and choose a new direction which utilizes the talents of the team and resources most productively.</blockquote>\n[/vc_column_text][vc_row_inner css=\".vc_custom_1452765376433{margin-bottom: 50px !important;}\"][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"safety net & build wealth\" font_container=\"tag:div|font_size:20px|text_align:left|color:%23222222\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1452757956168{margin-bottom: 27px !important;}\"][stm_charts design=\"circle\" legend_position=\"right\" values_circle=\"%5B%7B%22title%22%3A%22One%22%2C%22value%22%3A%2240%22%2C%22color%22%3A%22%238d6dc4%22%7D%2C%7B%22title%22%3A%22Two%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22%23f79468%22%7D%2C%7B%22title%22%3A%22Three%22%2C%22value%22%3A%2240%22%2C%22color%22%3A%22%23cec2ab%22%7D%5D\" width=\"208\" height=\"208\" css=\".vc_custom_1453102995785{margin-bottom: 14px !important;}\"][vc_column_text]<span style=\"font-size: 13px; color: #777777; line-height: 22px;\">You can transform your business to a revenue-producing asset that lets you work as much or as little as you want.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"business planning & strategy\" font_container=\"tag:div|font_size:20px|text_align:left|color:%23222222\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1452755904872{margin-bottom: 23px !important;}\"][vc_column_text]Our clients are often surprised by the possibilities we present to them; by thinking outside the box we present exciting new ventures:\n<ul>\n <li>Work fewer hours — and make more money</li>\n <li>Attract and retain quality, high-paying customers</li>\n <li>Manage your time so you’ll get more done in less time</li>\n <li>Hone sharp leadership skills to manage your team</li>\n <li>Cut expenses without sacrificing quality</li>\n <li>Automate your business, so you can leave for days,</li>\n</ul>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"research beyond the business plan\" font_container=\"tag:div|font_size:20px|text_align:left|color:%23222222\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1452765543752{margin-bottom: 31px !important;}\"][vc_tta_accordion shape=\"square\" c_position=\"right\" active_section=\"1\" css=\".vc_custom_1452765829166{margin-bottom: 57px !important;}\"][vc_tta_section title=\"Client Prospecting\" tab_id=\"1452765420119-d4dfaf69-4fae\"][vc_column_text]We also ensure that the whole team is included in the process and that no one is left out during the turnaround. The most crucial part is ensuring some degree of financial stability during the turnaround.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Web Site Research\" tab_id=\"1452765443215-63a10c55-a5ef\"][vc_column_text]This is the most worrying part for most clients going through or needing a turnaround; it means that incoming cash flows will change completely. We help ease these issues through fantastic financial projections and a realistic view of what can be accomplished.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Grant & Funding Research\" tab_id=\"1452765442453-b921a1fb-6ec8\"][vc_column_text]Creating a list of potential qualified prospects for your service or product can be daunting when you\'re beginning your business. However, this needs to be considered as a follow up on your Target Market Analysis so you can hit the ground running.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][vc_row_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"business plan market\" font_container=\"tag:div|font_size:20px|text_align:left|color:%23222222\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1452765869327{margin-bottom: 23px !important;}\"][vc_column_text css=\".vc_custom_1456124690704{margin-bottom: 20px !important;}\"]Financial projections are a necessity for any company. As the leader of the company you need to know how your finances will look the next year. This also has the benefit of alerting you to any red flags you may be unaware of:[/vc_column_text][vc_column_text]\n<ul>\n <li><span style=\"font-size: 13px;\"><strong>Don James/Semplice</strong> – Article and News research</span></li>\n <li><span style=\"font-size: 13px;\"><strong>HighVoltageBusiness</strong> – Company and Industry Research</span></li>\n <li><span style=\"font-size: 13px;\"><strong>Goovers</strong> – Company and Industry Research</span></li>\n <li><span style=\"font-size: 13px;\"><strong>IRISpace</strong> – Industry Research</span></li>\n <li><span style=\"font-size: 13px;\"><strong>Lexos-Nexos</strong> – Company, Industry, Market Research</span></li>\n <li><span style=\"font-size: 13px;\"><strong>Plombett</strong> – Industry Research</span></li>\n <li><span style=\"font-size: 13px;\"><strong>Pronounce</strong> – market analysis report “slices”</span></li>\n</ul>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"competitor research & analysis\" font_container=\"tag:div|font_size:20px|text_align:left|color:%23222222\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1453100660627{margin-bottom: 20px !important;}\"][stm_charts values=\"%5B%7B%22title%22%3A%22One%22%2C%22y_values%22%3A%2210%3B%2015%3B%2020%3B%2025%3B%2027%3B%2025%3B%2023%3B%2025%22%2C%22color%22%3A%22%23fe6c61%22%7D%2C%7B%22title%22%3A%22Two%22%2C%22y_values%22%3A%2225%3B%2018%3B%2016%3B%2017%3B%2020%3B%2025%3B%2030%3B%2035%22%2C%22color%22%3A%22%235472d2%22%7D%5D\" width=\"395\" height=\"410\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][stm_sidebar sidebar=\"577\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" btn_add_icon=\"true\" btn_button_block=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1451762600590{margin-bottom: 0px !important;}\" use_custom_fonts_h2=\"true\"][/vc_cta][/vc_column][/vc_row]','Financial Projections','This stops companies from taking drastic measures like downsizing or closing down sites; those things happen only with no or bad financial projections.','publish','closed','closed','','financial-projections-analysis','','','2016-01-14 05:38:57','2016-01-14 05:38:57','',0,'http://consulting.stylemixthemes.com/demo/?post_type=stm_service&p=566',0,'stm_service','',0),(567,1,'2016-01-14 05:39:22','2016-01-14 05:39:22','[vc_row css=\".vc_custom_1452836633781{margin-bottom: 53px !important;}\"][vc_column][rev_slider alias=\"service_slider\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"trades & stocks\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1453464607012{margin-bottom: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1452837797829{margin-bottom: 51px !important;}\"][vc_column width=\"1/2\"][vc_column_text]Strategic planning means planning in a way that maximizes outcomes. Too many companies reach success once but then end up floundering. The reason is that these companies did not plan with any strategy in mind. Financial WordPress theme ensures that all of its clients have a strategic plan that outlines the company’s vision and how it aims to achieve that vision:\n<ul>\n <li><span style=\"font-size: 13px; line-height: 22px;\"><strong>Don James/Semplice</strong> – Article and News research</span></li>\n <li><span style=\"font-size: 13px; line-height: 22px;\"><strong>HighVoltageBusiness</strong> – Company and Industry Research</span></li>\n <li><span style=\"font-size: 13px; line-height: 22px;\"><strong>Goovers</strong> – Company and Industry Research</span></li>\n <li><span style=\"font-size: 13px; line-height: 22px;\"><strong>IRISpace </strong> – Industry Research</span></li>\n <li><span style=\"font-size: 13px; line-height: 22px;\"><strong>Lexos-Nexos </strong> – Company, Industry, Market Research</span></li>\n <li><span style=\"font-size: 13px; line-height: 22px;\"><strong>Plombett</strong> – Industry Research</span></li>\n <li><span style=\"font-size: 13px; line-height: 22px;\"><strong>Pronounce</strong> – market analysis report “slices”</span></li>\n</ul>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][stm_charts design=\"bar\" values=\"%5B%7B%22title%22%3A%22One%22%2C%22y_values%22%3A%2210%3B%2015%3B%2020%3B%2025%3B%2027%3B%2025%3B%2023%3B%2025%22%2C%22color%22%3A%22%23fe6c61%22%7D%2C%7B%22title%22%3A%22Two%22%2C%22y_values%22%3A%2225%3B%2018%3B%2016%3B%2017%3B%2020%3B%2025%3B%2030%3B%2035%22%2C%22color%22%3A%22%235472d2%22%7D%5D\" legend_align=\"\" width=\"540\" height=\"340\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1452840284250{padding-top: 47px !important;padding-bottom: 18px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"reliable & safe\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1452839683405{margin-bottom: 40px !important;}\"][vc_row_inner css=\".vc_custom_1452839824807{margin-bottom: 27px !important;}\"][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" icon=\"stm-libra\" style=\"icon_left\" icon_size=\"26\" icon_width=\"70\" title=\"Financial Regulation\"]Licensed by the Cyprus Securities and Exchange Commission under licence number 138/11 in accordance with the Markets in Financial Instruments Directive.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" icon=\"stm-security\" style=\"icon_left\" icon_size=\"30\" icon_width=\"70\" title=\"Insured Client Funds\"]We are a proud member of the Investor Compensation Fund which acts as a guarantor of last resort for our investors. IFC covers the maximum amount of 20.000 EUR for MiFID clients.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1452839938467{margin-bottom: 27px !important;}\"][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" icon=\"stm-home\" style=\"icon_left\" icon_size=\"23\" icon_width=\"70\" title=\"Segregated Accounts\"]Investor’s money is kept in segregated accounts with top-tier banks that cannot be claimed by creditors or used by us. Account base currencies are available in EUR, GBP, USD, CHF and JPY.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" icon=\"stm-rating_down\" style=\"icon_left\" icon_size=\"23\" icon_width=\"70\" title=\"Negative Balance Protection\"]Through the use of an automated transaction monitoring and risk management system, a Consulting WP client’s account will never be allowed to reach negative balance.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1452839938467{margin-bottom: 27px !important;}\"][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" icon=\"stm-badge\" style=\"icon_left\" icon_size=\"28\" icon_width=\"70\" title=\"Extreme Transparency Policy\"]Our Extreme Transparency Policy ensures that the client receives a transparent price feed, transparent liquidity, transparent historical data, transparent market information at all times.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" icon=\"stm-graph\" style=\"icon_left\" icon_size=\"22\" icon_width=\"70\" title=\"USD 825.000.000 NOP\"]The total value of all of the client’s open positions combined (net open position) may not surpass USD 825.000.000.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1453962267188{margin-bottom: 33px !important;padding-top: 47px !important;padding-bottom: 60px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=593) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"overlay_4 fixed_bg\"][vc_column][vc_custom_heading text=\"why traders choose us\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" css=\".vc_custom_1452842656357{margin-bottom: 40px !important;}\"][vc_row_inner][vc_column_inner width=\"1/3\"][stm_info_box align_center=\"yes\" style=\"style_2\" icon=\"fa fa-chevron-right\" title=\"Raw Spreads\" link=\"url:%23||\" css=\".vc_custom_1453448862907{padding-top: 10px !important;padding-right: 50px !important;padding-bottom: 36px !important;padding-left: 50px !important;}\"]<span style=\"font-size: 13px; line-height: 18px;\">Receive premium pricing from Top Tier financial institutions. Pricing from Top Tier financial institutions.</span>[/stm_info_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_info_box align_center=\"yes\" style=\"style_2\" icon=\"fa fa-chevron-right\" title=\"No Dealing Desk\" link=\"url:%23||\" css=\".vc_custom_1453448925038{padding-top: 10px !important;padding-right: 50px !important;padding-bottom: 36px !important;padding-left: 50px !important;}\"]<span style=\"font-size: 13px; line-height: 18px;\">With Consulting WP you’ll get no re-quotes, no dealer intervention and fair order execution.</span>[/stm_info_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_info_box align_center=\"yes\" style=\"style_2\" icon=\"fa fa-chevron-right\" title=\"State of the Art\" link=\"url:%23||\" css=\".vc_custom_1453448929734{padding-top: 10px !important;padding-right: 50px !important;padding-bottom: 36px !important;padding-left: 50px !important;}\"]<span style=\"font-size: 13px; line-height: 18px;\">Trade Forex and CFDs with the world’s best trading platforms on your desktop or mobile device.</span>[/stm_info_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1453099700139{margin-bottom: 48px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"strategy development\" font_container=\"tag:h4|text_align:left\" use_theme_fonts=\"yes\" css=\".vc_custom_1453095230273{margin-bottom: 34px !important;}\"][stm_charts values=\"%5B%7B%22title%22%3A%22One%22%2C%22y_values%22%3A%2210%3B%2015%3B%2020%3B%2025%3B%2027%3B%2025%3B%2023%3B%2025%22%2C%22color%22%3A%22%23fe6c61%22%7D%2C%7B%22title%22%3A%22Two%22%2C%22y_values%22%3A%2225%3B%2018%3B%2016%3B%2017%3B%2020%3B%2025%3B%2030%3B%2035%22%2C%22color%22%3A%22%235472d2%22%7D%5D\" width=\"540\" height=\"230\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"range of markets\" font_container=\"tag:h4|text_align:left\" use_theme_fonts=\"yes\" css=\".vc_custom_1453096695774{margin-bottom: 38px !important;}\"][vc_row_inner css=\".vc_custom_1453096632149{margin-bottom: 28px !important;}\"][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" icon=\"stm-target\" style=\"icon_left_transparent\" icon_size=\"18\" icon_width=\"28\" title=\"forex\"]Trade Forex with leverage, sixty currency pairs, fast execution and No Dealing Desk.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" icon=\"stm-graph\" style=\"icon_left_transparent\" icon_size=\"18\" icon_width=\"28\" title=\"indices\"]Trade 15 Index CFDs and take a position according to your view of the overall market.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" icon=\"stm-metals\" style=\"icon_left_transparent\" icon_size=\"18\" icon_width=\"28\" title=\"metals\"]Trade gold and silver and take advantage of our advanced platforms and no-deposit-fees policy.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" icon=\"stm-oil\" style=\"icon_left_transparent\" icon_size=\"18\" icon_width=\"28\" title=\"oil range\"]Trade Brent Crude and WTI light crude oil. No deposit fees.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" video_bg=\"yes\" video_bg_parallax=\"content-moving\" css=\".vc_custom_1453974134693{margin-bottom: -60px !important;padding-top: 82px !important;padding-bottom: 125px !important;}\" el_class=\"video_overlay\"][vc_column][vc_custom_heading text=\"trade on the go!\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" css=\".vc_custom_1453100015494{margin-bottom: 40px !important;}\"][vc_btn title=\"open a live account\" style=\"flat\" shape=\"square\" color=\"theme_style_3\" size=\"lg\" align=\"center\" i_align=\"right\" i_icon_fontawesome=\"fa fa-chevron-right\" add_icon=\"true\"][/vc_column][/vc_row]','Strategic Planning','We work with our clients and do a deep analysis of their business. We help prepare possible outcomes to different decisions.','publish','closed','closed','','strategic-planning','','','2016-01-14 05:39:22','2016-01-14 05:39:22','',0,'http://consulting.stylemixthemes.com/demo/?post_type=stm_service&p=567',0,'stm_service','',0),(568,1,'2016-01-14 05:39:35','2016-01-14 05:39:35','[vc_row css=\".vc_custom_1452836633781{margin-bottom: 53px !important;}\"][vc_column][rev_slider alias=\"service_slider\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"trades & stocks\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1453464607012{margin-bottom: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1452837797829{margin-bottom: 51px !important;}\"][vc_column width=\"1/2\"][vc_column_text]Trades and stock are the lifeblood of any financial institution. Without the right trades and stock no company can flourish. That is why Business WordPress theme ensures that your trades and stocks are proper. We offer consulting services that enhance your portfolio and guide you about making the right trades:\n<ul>\n <li><span style=\"font-size: 13px; line-height: 22px;\"><strong>Don James/Semplice</strong> – Article and News research</span></li>\n <li><span style=\"font-size: 13px; line-height: 22px;\"><strong>HighVoltageBusiness</strong> – Company and Industry Research</span></li>\n <li><span style=\"font-size: 13px; line-height: 22px;\"><strong>Goovers</strong> – Company and Industry Research</span></li>\n <li><span style=\"font-size: 13px; line-height: 22px;\"><strong>IRISpace </strong> – Industry Research</span></li>\n <li><span style=\"font-size: 13px; line-height: 22px;\"><strong>Lexos-Nexos </strong> – Company, Industry, Market Research</span></li>\n <li><span style=\"font-size: 13px; line-height: 22px;\"><strong>Plombett</strong> – Industry Research</span></li>\n <li><span style=\"font-size: 13px; line-height: 22px;\"><strong>Pronounce</strong> – market analysis report “slices”</span></li>\n</ul>\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][stm_charts design=\"bar\" values=\"%5B%7B%22title%22%3A%22One%22%2C%22y_values%22%3A%2210%3B%2015%3B%2020%3B%2025%3B%2027%3B%2025%3B%2023%3B%2025%22%2C%22color%22%3A%22%23fe6c61%22%7D%2C%7B%22title%22%3A%22Two%22%2C%22y_values%22%3A%2225%3B%2018%3B%2016%3B%2017%3B%2020%3B%2025%3B%2030%3B%2035%22%2C%22color%22%3A%22%235472d2%22%7D%5D\" legend_align=\"\" width=\"540\" height=\"340\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1452840284250{padding-top: 47px !important;padding-bottom: 18px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"reliable & safe\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1452839683405{margin-bottom: 40px !important;}\"][vc_row_inner css=\".vc_custom_1452839824807{margin-bottom: 27px !important;}\"][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" icon=\"stm-libra\" style=\"icon_left\" icon_size=\"26\" icon_width=\"70\" title=\"Financial Regulation\"]Licensed by the Cyprus Securities and Exchange Commission under licence number 138/11 in accordance with the Markets in Financial Instruments Directive.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" icon=\"stm-security\" style=\"icon_left\" icon_size=\"30\" icon_width=\"70\" title=\"Insured Client Funds\"]We are a proud member of the Investor Compensation Fund which acts as a guarantor of last resort for our investors. IFC covers the maximum amount of 20.000 EUR for MiFID clients.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1452839938467{margin-bottom: 27px !important;}\"][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" icon=\"stm-home\" style=\"icon_left\" icon_size=\"23\" icon_width=\"70\" title=\"Segregated Accounts\"]Investor’s money is kept in segregated accounts with top-tier banks that cannot be claimed by creditors or used by us. Account base currencies are available in EUR, GBP, USD, CHF and JPY.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" icon=\"stm-rating_down\" style=\"icon_left\" icon_size=\"23\" icon_width=\"70\" title=\"Negative Balance Protection\"]Through the use of an automated transaction monitoring and risk management system, a Consulting WP client’s account will never be allowed to reach negative balance.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1452839938467{margin-bottom: 27px !important;}\"][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" icon=\"stm-badge\" style=\"icon_left\" icon_size=\"28\" icon_width=\"70\" title=\"Extreme Transparency Policy\"]Our Extreme Transparency Policy ensures that the client receives a transparent price feed, transparent liquidity, transparent historical data, transparent market information at all times.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" icon=\"stm-graph\" style=\"icon_left\" icon_size=\"22\" icon_width=\"70\" title=\"USD 825.000.000 NOP\"]The total value of all of the client’s open positions combined (net open position) may not surpass USD 825.000.000.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1453962267188{margin-bottom: 33px !important;padding-top: 47px !important;padding-bottom: 60px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=593) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"overlay_4 fixed_bg\"][vc_column][vc_custom_heading text=\"why traders choose us\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" css=\".vc_custom_1452842656357{margin-bottom: 40px !important;}\"][vc_row_inner][vc_column_inner width=\"1/3\"][stm_info_box align_center=\"yes\" style=\"style_2\" icon=\"fa fa-chevron-right\" title=\"Raw Spreads\" link=\"url:%23||\" css=\".vc_custom_1453448862907{padding-top: 10px !important;padding-right: 50px !important;padding-bottom: 36px !important;padding-left: 50px !important;}\"]<span style=\"font-size: 13px; line-height: 18px;\">Receive premium pricing from Top Tier financial institutions. Pricing from Top Tier financial institutions.</span>[/stm_info_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_info_box align_center=\"yes\" style=\"style_2\" icon=\"fa fa-chevron-right\" title=\"No Dealing Desk\" link=\"url:%23||\" css=\".vc_custom_1453448925038{padding-top: 10px !important;padding-right: 50px !important;padding-bottom: 36px !important;padding-left: 50px !important;}\"]<span style=\"font-size: 13px; line-height: 18px;\">With Consulting WP you’ll get no re-quotes, no dealer intervention and fair order execution.</span>[/stm_info_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_info_box align_center=\"yes\" style=\"style_2\" icon=\"fa fa-chevron-right\" title=\"State of the Art\" link=\"url:%23||\" css=\".vc_custom_1453448929734{padding-top: 10px !important;padding-right: 50px !important;padding-bottom: 36px !important;padding-left: 50px !important;}\"]<span style=\"font-size: 13px; line-height: 18px;\">Trade Forex and CFDs with the world’s best trading platforms on your desktop or mobile device.</span>[/stm_info_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1453099700139{margin-bottom: 48px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"strategy development\" font_container=\"tag:h4|text_align:left\" use_theme_fonts=\"yes\" css=\".vc_custom_1453095230273{margin-bottom: 34px !important;}\"][stm_charts values=\"%5B%7B%22title%22%3A%22One%22%2C%22y_values%22%3A%2210%3B%2015%3B%2020%3B%2025%3B%2027%3B%2025%3B%2023%3B%2025%22%2C%22color%22%3A%22%23fe6c61%22%7D%2C%7B%22title%22%3A%22Two%22%2C%22y_values%22%3A%2225%3B%2018%3B%2016%3B%2017%3B%2020%3B%2025%3B%2030%3B%2035%22%2C%22color%22%3A%22%235472d2%22%7D%5D\" width=\"540\" height=\"230\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"range of markets\" font_container=\"tag:h4|text_align:left\" use_theme_fonts=\"yes\" css=\".vc_custom_1453096695774{margin-bottom: 38px !important;}\"][vc_row_inner css=\".vc_custom_1453096632149{margin-bottom: 28px !important;}\"][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" icon=\"stm-target\" style=\"icon_left_transparent\" icon_size=\"18\" icon_width=\"28\" title=\"forex\"]Trade Forex with leverage, sixty currency pairs, fast execution and No Dealing Desk.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" icon=\"stm-graph\" style=\"icon_left_transparent\" icon_size=\"18\" icon_width=\"28\" title=\"indices\"]Trade 15 Index CFDs and take a position according to your view of the overall market.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" icon=\"stm-metals\" style=\"icon_left_transparent\" icon_size=\"18\" icon_width=\"28\" title=\"metals\"]Trade gold and silver and take advantage of our advanced platforms and no-deposit-fees policy.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" icon=\"stm-oil\" style=\"icon_left_transparent\" icon_size=\"18\" icon_width=\"28\" title=\"oil range\"]Trade Brent Crude and WTI light crude oil. No deposit fees.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" video_bg=\"yes\" video_bg_parallax=\"content-moving\" css=\".vc_custom_1453974134693{margin-bottom: -60px !important;padding-top: 82px !important;padding-bottom: 125px !important;}\" el_class=\"video_overlay\"][vc_column][vc_custom_heading text=\"trade on the go!\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" css=\".vc_custom_1453100015494{margin-bottom: 40px !important;}\"][vc_btn title=\"open a live account\" style=\"flat\" shape=\"square\" color=\"theme_style_3\" size=\"lg\" align=\"center\" i_align=\"right\" i_icon_fontawesome=\"fa fa-chevron-right\" add_icon=\"true\"][/vc_column][/vc_row]','Trades & Stocks','This allows us to specialize in all dimensions of trades and stocks, because we have a specialist within the team for every scenario.','publish','closed','closed','','trades-stocks','','','2016-01-14 05:39:35','2016-01-14 05:39:35','',0,'http://consulting.stylemixthemes.com/demo/?post_type=stm_service&p=568',0,'stm_service','',0),(569,1,'2016-01-14 05:39:46','2016-01-14 05:39:46','[vc_row css=\".vc_custom_1452836633781{margin-bottom: 53px !important;}\"][vc_column][rev_slider alias=\"service_slider\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"trades & stocks\" font_container=\"tag:h1|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1453464607012{margin-bottom: 30px !important;}\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1452837797829{margin-bottom: 51px !important;}\"][vc_column width=\"1/2\"][vc_column_text]An excellent Audit service is necessary for any company to be financially sound. Our Audit & Assurance services ensure that there is no mistake or wrongdoing in your company undetected. Some companies have the mistaken idea that audits are only necessary when malicious wrongdoings occur in the data. Thus any company that is large enough needs to have outside audit and assurance done:\n<ul>\n <li><span style=\"font-size: 13px; line-height: 22px;\"><strong>Don James/Semplice</strong> – Article and News research</span></li>\n <li><span style=\"font-size: 13px; line-height: 22px;\"><strong>HighVoltageBusiness</strong> – Company and Industry Research</span></li>\n <li><span style=\"font-size: 13px; line-height: 22px;\"><strong>Goovers</strong> – Company and Industry Research</span></li>\n <li><span style=\"font-size: 13px; line-height: 22px;\"><strong>IRISpace </strong> – Industry Research</span></li>\n <li><span style=\"font-size: 13px; line-height: 22px;\"><strong>Lexos-Nexos </strong> – Company, Industry, Market Research</span></li>\n <li><span style=\"font-size: 13px; line-height: 22px;\"><strong>Plombett</strong> – Industry Research</span></li>\n <li><span style=\"font-size: 13px; line-height: 22px;\"><strong>Pronounce</strong> – market analysis report “slices”</span></li>\n</ul>\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][stm_charts design=\"bar\" values=\"%5B%7B%22title%22%3A%22One%22%2C%22y_values%22%3A%2210%3B%2015%3B%2020%3B%2025%3B%2027%3B%2025%3B%2023%3B%2025%22%2C%22color%22%3A%22%23fe6c61%22%7D%2C%7B%22title%22%3A%22Two%22%2C%22y_values%22%3A%2225%3B%2018%3B%2016%3B%2017%3B%2020%3B%2025%3B%2030%3B%2035%22%2C%22color%22%3A%22%235472d2%22%7D%5D\" legend_align=\"\" width=\"540\" height=\"340\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1452840284250{padding-top: 47px !important;padding-bottom: 18px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"reliable & safe\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\" css=\".vc_custom_1452839683405{margin-bottom: 40px !important;}\"][vc_row_inner css=\".vc_custom_1452839824807{margin-bottom: 27px !important;}\"][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" icon=\"stm-libra\" style=\"icon_left\" icon_size=\"26\" icon_width=\"70\" title=\"Financial Regulation\"]Licensed by the Cyprus Securities and Exchange Commission under licence number 138/11 in accordance with the Markets in Financial Instruments Directive.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" icon=\"stm-security\" style=\"icon_left\" icon_size=\"30\" icon_width=\"70\" title=\"Insured Client Funds\"]We are a proud member of the Investor Compensation Fund which acts as a guarantor of last resort for our investors. IFC covers the maximum amount of 20.000 EUR for MiFID clients.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1452839938467{margin-bottom: 27px !important;}\"][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" icon=\"stm-home\" style=\"icon_left\" icon_size=\"23\" icon_width=\"70\" title=\"Segregated Accounts\"]Investor’s money is kept in segregated accounts with top-tier banks that cannot be claimed by creditors or used by us. Account base currencies are available in EUR, GBP, USD, CHF and JPY.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" icon=\"stm-rating_down\" style=\"icon_left\" icon_size=\"23\" icon_width=\"70\" title=\"Negative Balance Protection\"]Through the use of an automated transaction monitoring and risk management system, a Consulting WP client’s account will never be allowed to reach negative balance.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1452839938467{margin-bottom: 27px !important;}\"][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" icon=\"stm-badge\" style=\"icon_left\" icon_size=\"28\" icon_width=\"70\" title=\"Extreme Transparency Policy\"]Our Extreme Transparency Policy ensures that the client receives a transparent price feed, transparent liquidity, transparent historical data, transparent market information at all times.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" icon=\"stm-graph\" style=\"icon_left\" icon_size=\"22\" icon_width=\"70\" title=\"USD 825.000.000 NOP\"]The total value of all of the client’s open positions combined (net open position) may not surpass USD 825.000.000.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1453962267188{margin-bottom: 33px !important;padding-top: 47px !important;padding-bottom: 60px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=593) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\" el_class=\"overlay_4 fixed_bg\"][vc_column][vc_custom_heading text=\"why traders choose us\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" css=\".vc_custom_1452842656357{margin-bottom: 40px !important;}\"][vc_row_inner][vc_column_inner width=\"1/3\"][stm_info_box align_center=\"yes\" style=\"style_2\" icon=\"fa fa-chevron-right\" title=\"Raw Spreads\" link=\"url:%23||\" css=\".vc_custom_1453448862907{padding-top: 10px !important;padding-right: 50px !important;padding-bottom: 36px !important;padding-left: 50px !important;}\"]<span style=\"font-size: 13px; line-height: 18px;\">Receive premium pricing from Top Tier financial institutions. Pricing from Top Tier financial institutions.</span>[/stm_info_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_info_box align_center=\"yes\" style=\"style_2\" icon=\"fa fa-chevron-right\" title=\"No Dealing Desk\" link=\"url:%23||\" css=\".vc_custom_1453448925038{padding-top: 10px !important;padding-right: 50px !important;padding-bottom: 36px !important;padding-left: 50px !important;}\"]<span style=\"font-size: 13px; line-height: 18px;\">With Consulting WP you’ll get no re-quotes, no dealer intervention and fair order execution.</span>[/stm_info_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_info_box align_center=\"yes\" style=\"style_2\" icon=\"fa fa-chevron-right\" title=\"State of the Art\" link=\"url:%23||\" css=\".vc_custom_1453448929734{padding-top: 10px !important;padding-right: 50px !important;padding-bottom: 36px !important;padding-left: 50px !important;}\"]<span style=\"font-size: 13px; line-height: 18px;\">Trade Forex and CFDs with the world’s best trading platforms on your desktop or mobile device.</span>[/stm_info_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1453099700139{margin-bottom: 48px !important;}\"][vc_column width=\"1/2\"][vc_custom_heading text=\"strategy development\" font_container=\"tag:h4|text_align:left\" use_theme_fonts=\"yes\" css=\".vc_custom_1453095230273{margin-bottom: 34px !important;}\"][stm_charts values=\"%5B%7B%22title%22%3A%22One%22%2C%22y_values%22%3A%2210%3B%2015%3B%2020%3B%2025%3B%2027%3B%2025%3B%2023%3B%2025%22%2C%22color%22%3A%22%23fe6c61%22%7D%2C%7B%22title%22%3A%22Two%22%2C%22y_values%22%3A%2225%3B%2018%3B%2016%3B%2017%3B%2020%3B%2025%3B%2030%3B%2035%22%2C%22color%22%3A%22%235472d2%22%7D%5D\" width=\"540\" height=\"230\"][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"range of markets\" font_container=\"tag:h4|text_align:left\" use_theme_fonts=\"yes\" css=\".vc_custom_1453096695774{margin-bottom: 38px !important;}\"][vc_row_inner css=\".vc_custom_1453096632149{margin-bottom: 28px !important;}\"][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" icon=\"stm-target\" style=\"icon_left_transparent\" icon_size=\"18\" icon_width=\"28\" title=\"forex\"]Trade Forex with leverage, sixty currency pairs, fast execution and No Dealing Desk.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" icon=\"stm-graph\" style=\"icon_left_transparent\" icon_size=\"18\" icon_width=\"28\" title=\"indices\"]Trade 15 Index CFDs and take a position according to your view of the overall market.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" icon=\"stm-metals\" style=\"icon_left_transparent\" icon_size=\"18\" icon_width=\"28\" title=\"metals\"]Trade gold and silver and take advantage of our advanced platforms and no-deposit-fees policy.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" icon=\"stm-oil\" style=\"icon_left_transparent\" icon_size=\"18\" icon_width=\"28\" title=\"oil range\"]Trade Brent Crude and WTI light crude oil. No deposit fees.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" video_bg=\"yes\" video_bg_parallax=\"content-moving\" css=\".vc_custom_1453974134693{margin-bottom: -60px !important;padding-top: 82px !important;padding-bottom: 125px !important;}\" el_class=\"video_overlay\"][vc_column][vc_custom_heading text=\"trade on the go!\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\" css=\".vc_custom_1453100015494{margin-bottom: 40px !important;}\"][vc_btn title=\"open a live account\" style=\"flat\" shape=\"square\" color=\"theme_style_3\" size=\"lg\" align=\"center\" i_align=\"right\" i_icon_fontawesome=\"fa fa-chevron-right\" add_icon=\"true\"][/vc_column][/vc_row]','Audit & Assurance','Audit and assurance is all about meticulous data analysis. Everything needs to be checked, double checked, and triple checked.','publish','closed','closed','','audit-assurance','','','2016-01-14 05:39:46','2016-01-14 05:39:46','',0,'http://consulting.stylemixthemes.com/demo/?post_type=stm_service&p=569',0,'stm_service','',0),(570,1,'2016-01-14 05:40:08','2016-01-14 05:40:08','[vc_row css=\".vc_custom_1452687555475{margin-bottom: 100px !important;}\"][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][stm_sidebar sidebar=\"577\"][/vc_column][vc_column offset=\"vc_col-lg-9 vc_col-md-9\"][vc_column_text css=\".vc_custom_1456123631985{margin-bottom: 0px !important;}\"]As expert consultants, Consulting WordPress Theme know the intricacies of bonds and commodities. Bonds and commodities are much more stable than stocks and trades; however the payout is a bit lower in itself. We allow our clients to invest in the right bonds & commodities.\n\nBonds and Commodities allow your company to have a financial base which is stable. Your company will be able to take more risks once it has invested in Bonds & Commodities, because it will have a steady source of income already. This is why Business WordPress theme helps its clients invest in structurally sound bonds and non-volatile commodities.[/vc_column_text][vc_custom_heading text=\"Range of industries\" font_container=\"tag:h4|font_size:20px|text_align:left|color:%23222222|line_height:45px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][vc_row_inner css=\".vc_custom_1452770900884{margin-bottom: 20px !important;}\"][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" v_align_middle=\"enable\" icon=\"stm-airplane\" style=\"icon_left\" icon_size=\"15\" icon_width=\"66\" title=\"Travel and Aviation\nConsulting\"][/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" v_align_middle=\"enable\" icon=\"stm-graph\" style=\"icon_left\" icon_size=\"22\" icon_width=\"66\" title=\"Business Services\nConsulting\"][/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" v_align_middle=\"enable\" icon=\"stm-cart\" style=\"icon_left\" icon_size=\"21\" icon_width=\"66\" title=\"Consumer Products\nConsulting\"][/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1452770976377{margin-bottom: 20px !important;}\"][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" v_align_middle=\"enable\" icon=\"stm-home\" style=\"icon_left\" icon_size=\"24\" icon_width=\"66\" title=\"Financial Services\nConsulting\"][/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" v_align_middle=\"enable\" icon=\"stm-lamp\" style=\"icon_left\" icon_size=\"28\" icon_width=\"66\" title=\"Energy\nConsulting\"][/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" v_align_middle=\"enable\" icon=\"stm-truck\" style=\"icon_left\" icon_size=\"20\" icon_width=\"66\" title=\"Transport & Logistics\nConsulting\"][/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_separator color=\"custom\" accent_color=\"#dddddd\" css=\".vc_custom_1453717420557{margin-bottom: 15px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Strategic & tactical planning\" font_container=\"tag:h4|font_size:20px|text_align:left|color:%23222222|line_height:45px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][vc_column_text]Our renowned coaching programs will allow you to:\n<ul>\n <li>Work fewer hours — and make more money</li>\n <li>Attract and retain quality, high-paying customers</li>\n <li>Manage your time so you’ll get more done in less time</li>\n <li>Hone sharp leadership skills to manage your team</li>\n <li>Cut expenses without sacrificing quality</li>\n <li>Automate your business, so you can leave for days, weeks, or even months at a time</li>\n</ul>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Strategy development\" font_container=\"tag:h4|font_size:20px|text_align:left|color:%23222222|line_height:45px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1453716989986{margin-bottom: 15px !important;}\"][stm_charts design=\"pie\" legend_position=\"right\" width=\"210\" height=\"210\" css=\".vc_custom_1453109317809{margin-bottom: 13px !important;}\"][vc_column_text]<span style=\"color: #777777; font-size: 13px; line-height: 22px;\">You can transform your business to a revenue-producing asset that lets you work as much or as little as you want.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"Strategic plan development\" font_container=\"tag:h4|font_size:20px|text_align:left|color:%23222222|line_height:45px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][stm_charts design=\"bar\" values=\"%5B%7B%22title%22%3A%22One%22%2C%22y_values%22%3A%2210%3B%2015%3B%2020%3B%2025%3B%2027%3B%2025%3B%2023%3B%2025%22%2C%22color%22%3A%22%23fe6c61%22%7D%2C%7B%22title%22%3A%22Two%22%2C%22y_values%22%3A%2225%3B%2018%3B%2016%3B%2017%3B%2020%3B%2025%3B%2030%3B%2035%22%2C%22color%22%3A%22%235472d2%22%7D%5D\" width=\"825\" height=\"420\" css=\".vc_custom_1453717756599{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"Research beyond the business plan\" font_container=\"tag:h4|font_size:20px|text_align:left|color:%23222222|line_height:45px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][vc_tta_accordion shape=\"square\" c_position=\"right\" active_section=\"1\"][vc_tta_section title=\"Strategy Development\" tab_id=\"1452775750332-de92cf12-22f7\"][vc_column_text]Good strategy is the antidote to competition. Strategic thinking is the process of developing a strategy that defines your value proposition and your unique value chain. This process includes market and competitive research as well as an assessment of the company’s capabilities and the industry forces impacting it.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Strategic Plan Development\" tab_id=\"1452775774465-27c1e69f-9d41\"][vc_column_text]Good strategy is the antidote to competition. Strategic thinking is the process of developing a strategy that defines your value proposition and your unique value chain. This process includes market and competitive research as well as an assessment of the company’s capabilities and the industry forces impacting it.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Strategic Plan Execution Management\" tab_id=\"1452775784252-f534cff2-c971\"][vc_column_text]Good strategy is the antidote to competition. Strategic thinking is the process of developing a strategy that defines your value proposition and your unique value chain. This process includes market and competitive research as well as an assessment of the company’s capabilities and the industry forces impacting it.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" btn_add_icon=\"true\" btn_button_block=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1451762600590{margin-bottom: 0px !important;}\" use_custom_fonts_h2=\"true\"][/vc_cta][/vc_column][/vc_row]','Bonds & Commodities','Bonds and commodities are much more stable than stocks and trades. We allow our clients to invest in the right bonds & commodities.','publish','closed','closed','','bonds-commodities','','','2016-01-14 05:40:08','2016-01-14 05:40:08','',0,'http://consulting.stylemixthemes.com/demo/?post_type=stm_service&p=570',0,'stm_service','',0),(571,1,'2016-01-14 05:40:19','2016-01-14 05:40:19','[vc_row css=\".vc_custom_1452687555475{margin-bottom: 100px !important;}\"][vc_column offset=\"vc_col-lg-9 vc_col-md-9\"][vc_single_image image=\"33\" img_size=\"stm-image-1110x550-croped\" css=\".vc_custom_1452755083469{margin-bottom: 45px !important;}\"][vc_custom_heading source=\"post_title\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1456123311085{margin-bottom: 25px !important;}\"]Companies seem to dislike the term ‘turnaround consulting’ because it represents failure. The truth is that turnaround consulting represents success at realizing the company is going in the wrong direction. The only time the company fails is when it is not possible to do a turnaround anymore. We help companies pivot into more profitable directions where they can expand and grow. It is inevitable that companies will end up making a few mistakes; we help them correct these mistakes.\n\nWe help companies turnaround their non-profitable ventures into something that benefits them. Our specialty lies in understanding what makes a company special and what makes it tick.\n[/vc_column_text][vc_column_text css=\".vc_custom_1456219422743{margin-bottom: 34px !important;}\"]\n<blockquote>Consulting WP - we help companies assess their skills and choose a new direction which utilizes the talents of the team and resources most productively.</blockquote>\n[/vc_column_text][vc_row_inner css=\".vc_custom_1456219515168{margin-bottom: 27px !important;}\"][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"safety net & build wealth\" font_container=\"tag:h4|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" css=\".vc_custom_1456219358856{margin-bottom: 27px !important;}\"][stm_charts design=\"circle\" legend_position=\"right\" values_circle=\"%5B%7B%22title%22%3A%22One%22%2C%22value%22%3A%2240%22%2C%22color%22%3A%22%238d6dc4%22%7D%2C%7B%22title%22%3A%22Two%22%2C%22value%22%3A%2230%22%2C%22color%22%3A%22%23f79468%22%7D%2C%7B%22title%22%3A%22Three%22%2C%22value%22%3A%2240%22%2C%22color%22%3A%22%23cec2ab%22%7D%5D\" width=\"208\" height=\"208\" css=\".vc_custom_1453102995785{margin-bottom: 14px !important;}\"][vc_column_text]<span style=\"font-size: 13px; color: #777777; line-height: 22px;\">You can transform your business to a revenue-producing asset that lets you work as much or as little as you want.</span>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"business planning & strategy\" font_container=\"tag:h4|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" css=\".vc_custom_1456219442517{margin-bottom: 23px !important;}\"][vc_column_text]Our clients are often surprised by the possibilities we present to them; by thinking outside the box we present exciting new ventures:\n<ul>\n <li>Work fewer hours — and make more money</li>\n <li>Attract and retain quality, high-paying customers</li>\n <li>Manage your time so you’ll get more done in less time</li>\n <li>Hone sharp leadership skills to manage your team</li>\n <li>Cut expenses without sacrificing quality</li>\n <li>Automate your business, so you can leave for days,</li>\n</ul>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"research beyond the business plan\" font_container=\"tag:h4|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" css=\".vc_custom_1456219497363{margin-bottom: 31px !important;}\"][vc_tta_accordion shape=\"square\" c_position=\"right\" active_section=\"1\" css=\".vc_custom_1456219636222{margin-bottom: 34px !important;}\"][vc_tta_section title=\"Client Prospecting\" tab_id=\"1452765420119-d4dfaf69-4fae\"][vc_column_text]We also ensure that the whole team is included in the process and that no one is left out during the turnaround. The most crucial part is ensuring some degree of financial stability during the turnaround.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Web Site Research\" tab_id=\"1452765443215-63a10c55-a5ef\"][vc_column_text]This is the most worrying part for most clients going through or needing a turnaround; it means that incoming cash flows will change completely. We help ease these issues through fantastic financial projections and a realistic view of what can be accomplished.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Grant & Funding Research\" tab_id=\"1452765442453-b921a1fb-6ec8\"][vc_column_text]Creating a list of potential qualified prospects for your service or product can be daunting when you\'re beginning your business. However, this needs to be considered as a follow up on your Target Market Analysis so you can hit the ground running.[/vc_column_text][/vc_tta_section][/vc_tta_accordion][vc_row_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"business plan market\" font_container=\"tag:h4|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" css=\".vc_custom_1456219577377{margin-bottom: 23px !important;}\"][vc_column_text css=\".vc_custom_1452766167584{margin-bottom: 20px !important;}\"]A strong business plan requires going beyond intuition and experience, and supporting your idea with fact-based market research. Investors need to have confidence in your understanding of the market, so don\'t let yourself down by skimping on research. We have access to fee-based, subscriber-only resources such as:[/vc_column_text][vc_column_text]\n<ul>\n <li><span style=\"font-size: 13px;\"><strong>Don James/Semplice</strong> – Article and News research</span></li>\n <li><span style=\"font-size: 13px;\"><strong>HighVoltageBusiness</strong> – Company and Industry Research</span></li>\n <li><span style=\"font-size: 13px;\"><strong>Goovers</strong> – Company and Industry Research</span></li>\n <li><span style=\"font-size: 13px;\"><strong>IRISpace</strong> – Industry Research</span></li>\n <li><span style=\"font-size: 13px;\"><strong>Lexos-Nexos</strong> – Company, Industry, Market Research</span></li>\n <li><span style=\"font-size: 13px;\"><strong>Plombett</strong> – Industry Research</span></li>\n <li><span style=\"font-size: 13px;\"><strong>Pronounce</strong> – market analysis report “slices”</span></li>\n</ul>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"competitor research & analysis\" font_container=\"tag:h4|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" css=\".vc_custom_1456219588920{margin-bottom: 20px !important;}\"][stm_charts values=\"%5B%7B%22title%22%3A%22One%22%2C%22y_values%22%3A%2210%3B%2015%3B%2020%3B%2025%3B%2027%3B%2025%3B%2023%3B%2025%22%2C%22color%22%3A%22%23fe6c61%22%7D%2C%7B%22title%22%3A%22Two%22%2C%22y_values%22%3A%2225%3B%2018%3B%2016%3B%2017%3B%2020%3B%2025%3B%2030%3B%2035%22%2C%22color%22%3A%22%235472d2%22%7D%5D\" width=\"395\" height=\"410\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][stm_sidebar sidebar=\"577\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" btn_add_icon=\"true\" btn_button_block=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1451762600590{margin-bottom: 0px !important;}\" use_custom_fonts_h2=\"true\"][/vc_cta][/vc_column][/vc_row]','Turnaround Consulting','Companies dislike the term ‘turnaround consulting’ because it represents failure. The truth is that turnaround consulting represents success.','publish','closed','closed','','turnaround-consulting','','','2016-01-14 05:40:19','2016-01-14 05:40:19','',0,'http://consulting.stylemixthemes.com/demo/?post_type=stm_service&p=571',0,'stm_service','',0),(599,1,'2016-01-19 09:09:49','2016-01-19 09:09:49','<div class=\"member_feedback\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-6 col-sm-6 col-xs-12\">\n <div class=\"input-group\">\n [text* name placeholder akismet:author \"First Name\"]\n </div>\n </div>\n <div class=\"col-lg-6 col-md-6 col-sm-6 col-xs-12\">\n <div class=\"input-group\">\n [text* name placeholder akismet:author \"Last Name\"]\n </div>\n </div>\n <div class=\"col-lg-6 col-md-6 col-sm-6 col-xs-12\">\n <div class=\"input-group\">\n [email* email placeholder akismet:author_email \"E-mail\"]\n </div>\n </div>\n <div class=\"col-lg-6 col-md-6 col-sm-6 col-xs-12\">\n <div class=\"input-group\">\n [tel phone placeholder \"Phone Number\"]\n </div>\n </div>\n <div class=\"col-lg-6 col-md-6 col-sm-6 col-xs-12\">\n <div class=\"input-group\">\n [text* city placeholder \"City\"]\n </div>\n </div>\n <div class=\"col-lg-6 col-md-6 col-sm-6 col-xs-12\">\n <div class=\"input-group\">\n [select state first_as_label \"Select State (USA only)\" \"Value 1\" \"Value 2\"]\n </div>\n </div>\n <div class=\"col-lg-6 col-md-6 col-sm-6 col-xs-12\">\n <div class=\"input-group\">\n [select country first_as_label \"Country\" \"Value 1\" \"Value 2\"]\n </div>\n </div>\n <div class=\"col-lg-6 col-md-6 col-sm-6 col-xs-12\">\n <div class=\"input-group\">\n <button type=\"submit\" class=\"button size-lg icon_left\"><i class=\"fa fa-chevron-right\"></i> submit</button>\n </div>\n </div>\n </div>\n</div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nPlease fill in the required field.\nThis input is too long.\nThis input is too short.\nDate format seems invalid.\nThis date is too early.\nThis date is too late.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.\nNumber format seems invalid.\nThis number is too small.\nThis number is too large.\nYour answer is not correct.\nYour entered code is incorrect.\nEmail address seems invalid.\nURL seems invalid.\nTelephone number seems invalid.','Member Feedback Form','','publish','closed','closed','','request-a-call-back_copy-2','','','2016-01-19 09:09:49','2016-01-19 09:09:49','',0,'http://consulting.stylemixthemes.com/demo/?post_type=wpcf7_contact_form&p=599',0,'wpcf7_contact_form','',0),(1024,1,'2015-12-14 07:14:55','2015-12-14 07:14:55','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495644097855{margin-top: 40px !important;margin-bottom: 0px !important;padding-top: 30px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Investment?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"Contact us\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1495677183228{margin-bottom: 0px !important;}\" btn_link=\"url:%2Fcontact|||\"][/vc_cta][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495363736541{padding-top: 53px !important;padding-bottom: 30px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Business Concept\" font_container=\"tag:h2|font_size:35px|text_align:left|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495362025940{margin-bottom: 28px !important;}\"][vc_column_text]The Mellanby Trust Company (TMTC) Limited was incorporated in 2013 as a full service Asset Management company involved in providing Investment Advisory and services in Traditional investment markets such as Government securities, Quoted Equities and Real Estate. We have extensive competence in providing investment outlets and advisory in Alternative Investment markets such as Commodities, Entertainment, Currencies, as well as Capital Raising Advisory Services for Commercial Banks, Microfinance Banks, Leasing Companies and Brownfield SMEs. TMTC operates out of Lagos and is licensed by the Securities & Exchange Commission (SEC) to operate as a Funds/Portfolio Manager.[/vc_column_text][vc_empty_space][vc_btn title=\"About Us\" style=\"flat\" color=\"inverse\" size=\"lg\" align=\"left\" link=\"url:%23|||\"][vc_empty_space][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space][vc_single_image image=\"1547\" img_size=\"full\" alignment=\"center\" css_animation=\"bounceIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495362178806{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #ffffff !important;}\"][vc_column width=\"2/3\"][vc_custom_heading text=\"TMTC Asset Management Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:40px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128115303{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Traditional\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Government Securities Trading</li>\r\n <li>Quoted Equities trading</li>\r\n <li>Real Estate Investments</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Alternative\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Commodities Trading</li>\r\n <li>Foreign Currency Trading</li>\r\n <li>Entertainment</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Advisory Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:45px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128134214{margin-bottom: 28px !important;}\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Capital Raising Advisory</li>\r\n <li>Financial/Investment Advisory</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column][/vc_row][vc_row css=\".vc_custom_1495055600474{margin-bottom: 37px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495363579802{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"PARTNERS\" font_container=\"tag:h2|text_align:center\" css=\".vc_custom_1495363643060{margin-bottom: 20px !important;}\"][stm_image_carousel grayscale=\"yes\" img_size=\"300x100\" items=\"3\" items_small_desktop=\"3\" items_tablet=\"3\" images=\"1603,1610,1640\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg hide\" css=\".vc_custom_1495645071565{margin-bottom: 0px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495358084771{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\" el_class=\"hide\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row]','home','','publish','closed','closed','','sample-page-2','','','2017-05-25 01:56:30','2017-05-25 01:56:30','',0,'http://consulting.stylemixthemes.com/demo/?page_id=2',0,'page','',0),(1029,1,'2015-12-14 07:29:15','2015-12-14 07:29:15','<div class=\"request_callback\">\n <p>I would like to discuss:</p>\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-6 col-sm-6 col-xs-12\">\n <div class=\"input-group\">\n [select services_consulting first_as_label \"Business Planning\" \"Audit & Assurance\" \"Strategic Planning\" \"Trades & Stocks\" \"Financial Projections\"]\n </div>\n </div>\n <div class=\"col-lg-6 col-md-6 col-sm-6 col-xs-12\">\n <div class=\"input-group\">\n [text* name placeholder akismet:author \"First name\"]\n </div>\n </div>\n <div class=\"col-lg-6 col-md-6 col-sm-6 col-xs-12\">\n <div class=\"input-group\">\n [tel* phone placeholder \"Phone number\"]\n </div>\n </div>\n <div class=\"col-lg-6 col-md-6 col-sm-6 col-xs-12\">\n <div class=\"input-group\">\n <button type=\"submit\" class=\"button size-lg icon_right\">submit <i class=\"fa fa-chevron-right\"></i></button>\n </div>\n </div>\n </div>\n</div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nPlease fill in the required field.\nThis input is too long.\nThis input is too short.\nDate format seems invalid.\nThis date is too early.\nThis date is too late.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.\nNumber format seems invalid.\nThis number is too small.\nThis number is too large.\nYour answer is not correct.\nYour entered code is incorrect.\nEmail address seems invalid.\nURL seems invalid.\nTelephone number seems invalid.','Request A Call Back','','publish','closed','closed','','contact-form-1-2-2','','','2015-12-14 07:29:15','2015-12-14 07:29:15','',0,'http://consulting.stylemixthemes.com/demo/?post_type=wpcf7_contact_form&p=4',0,'wpcf7_contact_form','',0),(1098,1,'2017-02-07 12:16:39','2017-02-07 12:16:39','[vc_row][vc_column offset=\"vc_col-lg-9\"][stm_events_information css=\".vc_custom_1484549823001{margin-top: -18px !important;}\"][stm_events_map css=\".vc_custom_1483967473543{margin-bottom: 20px !important;}\"][vc_column_text]\n<h3>event description</h3>\nMany businesses, large and small, have a huge source of great ideas that can help them improve, innovate, and grow, and yet so many of these companies never think of using this amazing corporate asset.\n\nWhat is this highly valuable asset? Says Morgan Fraud, the author of The Thinking Corporation, “Given that we are all capable of contributing new ideas, the question becomes how do you successfully generate, capture, process and implement ideas?” Its own people.[/vc_column_text][vc_row_inner css=\".vc_custom_1484550790519{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"event program\" font_container=\"tag:div|font_size:18px|text_align:left|color:%23222222|line_height:45px\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"border_base_color\" css=\".vc_custom_1484718670737{margin-bottom: 7px !important;border-top-width: 3px !important;padding-top: 22px !important;border-top-style: solid !important;}\"][vc_column_text]\n<ul>\n <li style=\"font-size: 14px; line-height: 20px; margin-bottom: 20px;\"><strong>5:30 PM — 6:00 PM</strong>\nProfessional, able to interact with vendors/clients</li>\n <li style=\"font-size: 14px; line-height: 20px; margin-bottom: 20px;\"><strong>6:00 PM — 6:30 PM</strong>\nAbility to take a big picture idea and run with it</li>\n <li style=\"font-size: 14px; line-height: 20px; margin-bottom: 20px;\"><strong>6:30 PM — 7:00 PM</strong>\nWorks well both independently and as part of a team</li>\n <li style=\"font-size: 14px; line-height: 20px; margin-bottom: 20px;\"><strong>7:00 PM — 7:30 PM</strong>\nKnowledge of SPSS or other analytical software</li>\n <li style=\"font-size: 14px; line-height: 20px; margin-bottom: 20px;\"><strong>7:30 PM — 8:30 PM</strong>\nPersonal accountability and strong work ethic</li>\n</ul>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"our speakers\" font_container=\"tag:div|font_size:18px|text_align:left|color:%23222222|line_height:45px\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1484718679743{margin-top: 0px !important;padding-top: 28px !important;padding-bottom: 17px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column_text css=\".vc_custom_1486706570776{margin-bottom: 0px !important;padding-right: 40px !important;padding-bottom: 14px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}\"]<span style=\"font-size: 14px;\"><strong><img class=\"alignleft wp-image-33\" src=\"http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder-300x168.gif\" alt=\"placeholder\" width=\"87\" height=\"49\" />Berg Devien</strong></span>\n<span style=\"font-size: 14px;\"> Candidates can look forward to regular client contact, a role in business development.</span>[/vc_column_text][vc_empty_space height=\"14px\" css=\".vc_custom_1484644818786{padding-top: 1px !important;background-color: #f2f2f2 !important;}\"][vc_column_text css=\".vc_custom_1486706632583{padding-right: 40px !important;padding-bottom: 40px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}\"]<img class=\"alignleft wp-image-33\" src=\"http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder-300x168.gif\" alt=\"placeholder\" width=\"87\" height=\"49\" /><span style=\"font-size: 14px;\"><strong>Priscilla Sorvino</strong></span>\n<span style=\"font-size: 14px;\"> Proposal writing/methodology creation, and a leading role in managing a project to finish.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][stm_events_form][/vc_column][vc_column offset=\"vc_col-lg-3\"][stm_sidebar sidebar=\"1096\"][/vc_column][/vc_row]','I Spent $68,440 Testing Different Blog Posts','Testing Different Event','publish','closed','closed','','i-spent-68440-testing-different-blog-posts','','','2017-02-07 12:16:39','2017-02-07 12:16:39','',0,'http://consulting.stylemixthemes.com/demo/?post_type=stm_event&p=1098',0,'stm_event','',0),(1099,1,'2017-02-07 12:18:50','2017-02-07 12:18:50','[vc_row][vc_column offset=\"vc_col-lg-9\"][stm_events_information css=\".vc_custom_1484549823001{margin-top: -18px !important;}\"][stm_events_map css=\".vc_custom_1483967473543{margin-bottom: 20px !important;}\"][vc_column_text]\n<h3>event description</h3>\nMany businesses, large and small, have a huge source of great ideas that can help them improve, innovate, and grow, and yet so many of these companies never think of using this amazing corporate asset.\n\nWhat is this highly valuable asset? Says Morgan Fraud, the author of The Thinking Corporation, “Given that we are all capable of contributing new ideas, the question becomes how do you successfully generate, capture, process and implement ideas?” Its own people.[/vc_column_text][vc_row_inner css=\".vc_custom_1484550790519{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"event program\" font_container=\"tag:div|font_size:18px|text_align:left|color:%23222222|line_height:45px\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"border_base_color\" css=\".vc_custom_1484718670737{margin-bottom: 7px !important;border-top-width: 3px !important;padding-top: 22px !important;border-top-style: solid !important;}\"][vc_column_text]\n<ul>\n <li style=\"font-size: 14px; line-height: 20px; margin-bottom: 20px;\"><strong>5:30 PM — 6:00 PM</strong>\nProfessional, able to interact with vendors/clients</li>\n <li style=\"font-size: 14px; line-height: 20px; margin-bottom: 20px;\"><strong>6:00 PM — 6:30 PM</strong>\nAbility to take a big picture idea and run with it</li>\n <li style=\"font-size: 14px; line-height: 20px; margin-bottom: 20px;\"><strong>6:30 PM — 7:00 PM</strong>\nWorks well both independently and as part of a team</li>\n <li style=\"font-size: 14px; line-height: 20px; margin-bottom: 20px;\"><strong>7:00 PM — 7:30 PM</strong>\nKnowledge of SPSS or other analytical software</li>\n <li style=\"font-size: 14px; line-height: 20px; margin-bottom: 20px;\"><strong>7:30 PM — 8:30 PM</strong>\nPersonal accountability and strong work ethic</li>\n</ul>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"our speakers\" font_container=\"tag:div|font_size:18px|text_align:left|color:%23222222|line_height:45px\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1484718679743{margin-top: 0px !important;padding-top: 28px !important;padding-bottom: 17px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column_text css=\".vc_custom_1486706570776{margin-bottom: 0px !important;padding-right: 40px !important;padding-bottom: 14px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}\"]<span style=\"font-size: 14px;\"><strong><img class=\"alignleft wp-image-33\" src=\"http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder-300x168.gif\" alt=\"placeholder\" width=\"87\" height=\"49\" />Berg Devien</strong></span>\n<span style=\"font-size: 14px;\"> Candidates can look forward to regular client contact, a role in business development.</span>[/vc_column_text][vc_empty_space height=\"14px\" css=\".vc_custom_1484644818786{padding-top: 1px !important;background-color: #f2f2f2 !important;}\"][vc_column_text css=\".vc_custom_1486706632583{padding-right: 40px !important;padding-bottom: 40px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}\"]<img class=\"alignleft wp-image-33\" src=\"http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder-300x168.gif\" alt=\"placeholder\" width=\"87\" height=\"49\" /><span style=\"font-size: 14px;\"><strong>Priscilla Sorvino</strong></span>\n<span style=\"font-size: 14px;\"> Proposal writing/methodology creation, and a leading role in managing a project to finish.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][stm_events_form][/vc_column][vc_column offset=\"vc_col-lg-3\"][stm_sidebar sidebar=\"1096\"][/vc_column][/vc_row]','I Spent $48,000 Testing Different Blog Designs','Testing Different Event','publish','closed','closed','','i-spent-48000-testing-different-blog-designs','','','2017-02-07 12:18:50','2017-02-07 12:18:50','',0,'http://consulting.stylemixthemes.com/demo/?post_type=stm_event&p=1099',0,'stm_event','',0),(1100,1,'2017-02-07 12:28:11','2017-02-07 12:28:11','[vc_row][vc_column offset=\"vc_col-lg-9\"][stm_events_information css=\".vc_custom_1484549823001{margin-top: -18px !important;}\"][stm_events_map css=\".vc_custom_1483967473543{margin-bottom: 20px !important;}\"][vc_column_text]\n<h3>event description</h3>\nMany businesses, large and small, have a huge source of great ideas that can help them improve, innovate, and grow, and yet so many of these companies never think of using this amazing corporate asset.\n\nWhat is this highly valuable asset? Says Morgan Fraud, the author of The Thinking Corporation, “Given that we are all capable of contributing new ideas, the question becomes how do you successfully generate, capture, process and implement ideas?” Its own people.[/vc_column_text][vc_row_inner css=\".vc_custom_1484550790519{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"event program\" font_container=\"tag:div|font_size:18px|text_align:left|color:%23222222|line_height:45px\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"border_base_color\" css=\".vc_custom_1484718670737{margin-bottom: 7px !important;border-top-width: 3px !important;padding-top: 22px !important;border-top-style: solid !important;}\"][vc_column_text]\n<ul>\n <li style=\"font-size: 14px; line-height: 20px; margin-bottom: 20px;\"><strong>5:30 PM — 6:00 PM</strong>\nProfessional, able to interact with vendors/clients</li>\n <li style=\"font-size: 14px; line-height: 20px; margin-bottom: 20px;\"><strong>6:00 PM — 6:30 PM</strong>\nAbility to take a big picture idea and run with it</li>\n <li style=\"font-size: 14px; line-height: 20px; margin-bottom: 20px;\"><strong>6:30 PM — 7:00 PM</strong>\nWorks well both independently and as part of a team</li>\n <li style=\"font-size: 14px; line-height: 20px; margin-bottom: 20px;\"><strong>7:00 PM — 7:30 PM</strong>\nKnowledge of SPSS or other analytical software</li>\n <li style=\"font-size: 14px; line-height: 20px; margin-bottom: 20px;\"><strong>7:30 PM — 8:30 PM</strong>\nPersonal accountability and strong work ethic</li>\n</ul>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"our speakers\" font_container=\"tag:div|font_size:18px|text_align:left|color:%23222222|line_height:45px\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1484718679743{margin-top: 0px !important;padding-top: 28px !important;padding-bottom: 17px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column_text css=\".vc_custom_1486706570776{margin-bottom: 0px !important;padding-right: 40px !important;padding-bottom: 14px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}\"]<span style=\"font-size: 14px;\"><strong><img class=\"alignleft wp-image-33\" src=\"http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder-300x168.gif\" alt=\"placeholder\" width=\"87\" height=\"49\" />Berg Devien</strong></span>\n<span style=\"font-size: 14px;\"> Candidates can look forward to regular client contact, a role in business development.</span>[/vc_column_text][vc_empty_space height=\"14px\" css=\".vc_custom_1484644818786{padding-top: 1px !important;background-color: #f2f2f2 !important;}\"][vc_column_text css=\".vc_custom_1486706632583{padding-right: 40px !important;padding-bottom: 40px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}\"]<img class=\"alignleft wp-image-33\" src=\"http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder-300x168.gif\" alt=\"placeholder\" width=\"87\" height=\"49\" /><span style=\"font-size: 14px;\"><strong>Priscilla Sorvino</strong></span>\n<span style=\"font-size: 14px;\"> Proposal writing/methodology creation, and a leading role in managing a project to finish.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][stm_events_form][/vc_column][vc_column offset=\"vc_col-lg-3\"][stm_sidebar sidebar=\"1096\"][/vc_column][/vc_row]','Communicate with Your Employees, Motivate them, and Reward them','Testing Different Event','publish','closed','closed','','communicate-with-your-employees-motivate-them-and-reward-them','','','2017-02-07 12:28:11','2017-02-07 12:28:11','',0,'http://consulting.stylemixthemes.com/demo/?post_type=stm_event&p=1100',0,'stm_event','',0),(1101,1,'2017-02-07 12:30:13','2017-02-07 12:30:13','[vc_row][vc_column offset=\"vc_col-lg-9\"][stm_events_information css=\".vc_custom_1484549823001{margin-top: -18px !important;}\"][stm_events_map css=\".vc_custom_1483967473543{margin-bottom: 20px !important;}\"][vc_column_text]\n<h3>event description</h3>\nMany businesses, large and small, have a huge source of great ideas that can help them improve, innovate, and grow, and yet so many of these companies never think of using this amazing corporate asset.\n\nWhat is this highly valuable asset? Says Morgan Fraud, the author of The Thinking Corporation, “Given that we are all capable of contributing new ideas, the question becomes how do you successfully generate, capture, process and implement ideas?” Its own people.[/vc_column_text][vc_row_inner css=\".vc_custom_1484550790519{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"event program\" font_container=\"tag:div|font_size:18px|text_align:left|color:%23222222|line_height:45px\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"border_base_color\" css=\".vc_custom_1484718670737{margin-bottom: 7px !important;border-top-width: 3px !important;padding-top: 22px !important;border-top-style: solid !important;}\"][vc_column_text]\n<ul>\n <li style=\"font-size: 14px; line-height: 20px; margin-bottom: 20px;\"><strong>5:30 PM — 6:00 PM</strong>\nProfessional, able to interact with vendors/clients</li>\n <li style=\"font-size: 14px; line-height: 20px; margin-bottom: 20px;\"><strong>6:00 PM — 6:30 PM</strong>\nAbility to take a big picture idea and run with it</li>\n <li style=\"font-size: 14px; line-height: 20px; margin-bottom: 20px;\"><strong>6:30 PM — 7:00 PM</strong>\nWorks well both independently and as part of a team</li>\n <li style=\"font-size: 14px; line-height: 20px; margin-bottom: 20px;\"><strong>7:00 PM — 7:30 PM</strong>\nKnowledge of SPSS or other analytical software</li>\n <li style=\"font-size: 14px; line-height: 20px; margin-bottom: 20px;\"><strong>7:30 PM — 8:30 PM</strong>\nPersonal accountability and strong work ethic</li>\n</ul>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"our speakers\" font_container=\"tag:div|font_size:18px|text_align:left|color:%23222222|line_height:45px\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1484718679743{margin-top: 0px !important;padding-top: 28px !important;padding-bottom: 17px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column_text css=\".vc_custom_1486706570776{margin-bottom: 0px !important;padding-right: 40px !important;padding-bottom: 14px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}\"]<span style=\"font-size: 14px;\"><strong><img class=\"alignleft wp-image-33\" src=\"http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder-300x168.gif\" alt=\"placeholder\" width=\"87\" height=\"49\" />Berg Devien</strong></span>\n<span style=\"font-size: 14px;\"> Candidates can look forward to regular client contact, a role in business development.</span>[/vc_column_text][vc_empty_space height=\"14px\" css=\".vc_custom_1484644818786{padding-top: 1px !important;background-color: #f2f2f2 !important;}\"][vc_column_text css=\".vc_custom_1486706632583{padding-right: 40px !important;padding-bottom: 40px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}\"]<img class=\"alignleft wp-image-33\" src=\"http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder-300x168.gif\" alt=\"placeholder\" width=\"87\" height=\"49\" /><span style=\"font-size: 14px;\"><strong>Priscilla Sorvino</strong></span>\n<span style=\"font-size: 14px;\"> Proposal writing/methodology creation, and a leading role in managing a project to finish.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][stm_events_form][/vc_column][vc_column offset=\"vc_col-lg-3\"][stm_sidebar sidebar=\"1096\"][/vc_column][/vc_row]','Start with Good People, lay out the Rules','Testing Different Event','publish','closed','closed','','start-with-good-people-lay-out-the-rules','','','2017-02-07 12:30:13','2017-02-07 12:30:13','',0,'http://consulting.stylemixthemes.com/demo/?post_type=stm_event&p=1101',0,'stm_event','',0),(1102,1,'2017-02-07 12:32:00','2017-02-07 12:32:00','[vc_row][vc_column offset=\"vc_col-lg-9\"][stm_events_information css=\".vc_custom_1484549823001{margin-top: -18px !important;}\"][stm_events_map css=\".vc_custom_1483967473543{margin-bottom: 20px !important;}\"][vc_column_text]\n<h3>event description</h3>\nMany businesses, large and small, have a huge source of great ideas that can help them improve, innovate, and grow, and yet so many of these companies never think of using this amazing corporate asset.\n\nWhat is this highly valuable asset? Says Morgan Fraud, the author of The Thinking Corporation, “Given that we are all capable of contributing new ideas, the question becomes how do you successfully generate, capture, process and implement ideas?” Its own people.[/vc_column_text][vc_row_inner css=\".vc_custom_1484550790519{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"event program\" font_container=\"tag:div|font_size:18px|text_align:left|color:%23222222|line_height:45px\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"border_base_color\" css=\".vc_custom_1484718670737{margin-bottom: 7px !important;border-top-width: 3px !important;padding-top: 22px !important;border-top-style: solid !important;}\"][vc_column_text]\n<ul>\n <li style=\"font-size: 14px; line-height: 20px; margin-bottom: 20px;\"><strong>5:30 PM — 6:00 PM</strong>\nProfessional, able to interact with vendors/clients</li>\n <li style=\"font-size: 14px; line-height: 20px; margin-bottom: 20px;\"><strong>6:00 PM — 6:30 PM</strong>\nAbility to take a big picture idea and run with it</li>\n <li style=\"font-size: 14px; line-height: 20px; margin-bottom: 20px;\"><strong>6:30 PM — 7:00 PM</strong>\nWorks well both independently and as part of a team</li>\n <li style=\"font-size: 14px; line-height: 20px; margin-bottom: 20px;\"><strong>7:00 PM — 7:30 PM</strong>\nKnowledge of SPSS or other analytical software</li>\n <li style=\"font-size: 14px; line-height: 20px; margin-bottom: 20px;\"><strong>7:30 PM — 8:30 PM</strong>\nPersonal accountability and strong work ethic</li>\n</ul>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"our speakers\" font_container=\"tag:div|font_size:18px|text_align:left|color:%23222222|line_height:45px\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1484718679743{margin-top: 0px !important;padding-top: 28px !important;padding-bottom: 17px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column_text css=\".vc_custom_1486706570776{margin-bottom: 0px !important;padding-right: 40px !important;padding-bottom: 14px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}\"]<span style=\"font-size: 14px;\"><strong><img class=\"alignleft wp-image-33\" src=\"http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder-300x168.gif\" alt=\"placeholder\" width=\"87\" height=\"49\" />Berg Devien</strong></span>\n<span style=\"font-size: 14px;\"> Candidates can look forward to regular client contact, a role in business development.</span>[/vc_column_text][vc_empty_space height=\"14px\" css=\".vc_custom_1484644818786{padding-top: 1px !important;background-color: #f2f2f2 !important;}\"][vc_column_text css=\".vc_custom_1486706632583{padding-right: 40px !important;padding-bottom: 40px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}\"]<img class=\"alignleft wp-image-33\" src=\"http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder-300x168.gif\" alt=\"placeholder\" width=\"87\" height=\"49\" /><span style=\"font-size: 14px;\"><strong>Priscilla Sorvino</strong></span>\n<span style=\"font-size: 14px;\"> Proposal writing/methodology creation, and a leading role in managing a project to finish.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][stm_events_form][/vc_column][vc_column offset=\"vc_col-lg-3\"][stm_sidebar sidebar=\"1096\"][/vc_column][/vc_row]','Thought Processes and see what Happen','Testing Different Event','publish','closed','closed','','thought-processes-and-see-what-happen','','','2017-02-07 12:32:00','2017-02-07 12:32:00','',0,'http://consulting.stylemixthemes.com/demo/?post_type=stm_event&p=1102',0,'stm_event','',0),(1103,1,'2017-02-07 12:37:47','2017-02-07 12:37:47','[vc_row][vc_column offset=\"vc_col-lg-9\"][stm_events_information css=\".vc_custom_1484549823001{margin-top: -18px !important;}\"][stm_events_map css=\".vc_custom_1483967473543{margin-bottom: 20px !important;}\"][vc_column_text]\n<h3>event description</h3>\nMany businesses, large and small, have a huge source of great ideas that can help them improve, innovate, and grow, and yet so many of these companies never think of using this amazing corporate asset.\n\nWhat is this highly valuable asset? Says Morgan Fraud, the author of The Thinking Corporation, “Given that we are all capable of contributing new ideas, the question becomes how do you successfully generate, capture, process and implement ideas?” Its own people.[/vc_column_text][vc_row_inner css=\".vc_custom_1484550790519{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"event program\" font_container=\"tag:div|font_size:18px|text_align:left|color:%23222222|line_height:45px\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"border_base_color\" css=\".vc_custom_1484718670737{margin-bottom: 7px !important;border-top-width: 3px !important;padding-top: 22px !important;border-top-style: solid !important;}\"][vc_column_text]\n<ul>\n <li style=\"font-size: 14px; line-height: 20px; margin-bottom: 20px;\"><strong>5:30 PM — 6:00 PM</strong>\nProfessional, able to interact with vendors/clients</li>\n <li style=\"font-size: 14px; line-height: 20px; margin-bottom: 20px;\"><strong>6:00 PM — 6:30 PM</strong>\nAbility to take a big picture idea and run with it</li>\n <li style=\"font-size: 14px; line-height: 20px; margin-bottom: 20px;\"><strong>6:30 PM — 7:00 PM</strong>\nWorks well both independently and as part of a team</li>\n <li style=\"font-size: 14px; line-height: 20px; margin-bottom: 20px;\"><strong>7:00 PM — 7:30 PM</strong>\nKnowledge of SPSS or other analytical software</li>\n <li style=\"font-size: 14px; line-height: 20px; margin-bottom: 20px;\"><strong>7:30 PM — 8:30 PM</strong>\nPersonal accountability and strong work ethic</li>\n</ul>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"our speakers\" font_container=\"tag:div|font_size:18px|text_align:left|color:%23222222|line_height:45px\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1484718679743{margin-top: 0px !important;padding-top: 28px !important;padding-bottom: 17px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column_text css=\".vc_custom_1486706570776{margin-bottom: 0px !important;padding-right: 40px !important;padding-bottom: 14px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}\"]<span style=\"font-size: 14px;\"><strong><img class=\"alignleft wp-image-33\" src=\"http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder-300x168.gif\" alt=\"placeholder\" width=\"87\" height=\"49\" />Berg Devien</strong></span>\n<span style=\"font-size: 14px;\"> Candidates can look forward to regular client contact, a role in business development.</span>[/vc_column_text][vc_empty_space height=\"14px\" css=\".vc_custom_1484644818786{padding-top: 1px !important;background-color: #f2f2f2 !important;}\"][vc_column_text css=\".vc_custom_1486706632583{padding-right: 40px !important;padding-bottom: 40px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}\"]<img class=\"alignleft wp-image-33\" src=\"http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder-300x168.gif\" alt=\"placeholder\" width=\"87\" height=\"49\" /><span style=\"font-size: 14px;\"><strong>Priscilla Sorvino</strong></span>\n<span style=\"font-size: 14px;\"> Proposal writing/methodology creation, and a leading role in managing a project to finish.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][stm_events_form][/vc_column][vc_column offset=\"vc_col-lg-3\"][stm_sidebar sidebar=\"1096\"][/vc_column][/vc_row]','Apply them in Your Own Routines','Testing Different Event','publish','closed','closed','','apply-them-in-your-own-routines','','','2017-02-07 12:37:47','2017-02-07 12:37:47','',0,'http://consulting.stylemixthemes.com/demo/?post_type=stm_event&p=1103',0,'stm_event','',0),(1104,1,'2017-02-07 12:39:34','2017-02-07 12:39:34','[vc_row][vc_column offset=\"vc_col-lg-9\"][stm_events_information css=\".vc_custom_1484549823001{margin-top: -18px !important;}\"][stm_events_map css=\".vc_custom_1483967473543{margin-bottom: 20px !important;}\"][vc_column_text]\n<h3>event description</h3>\nMany businesses, large and small, have a huge source of great ideas that can help them improve, innovate, and grow, and yet so many of these companies never think of using this amazing corporate asset.\n\nWhat is this highly valuable asset? Says Morgan Fraud, the author of The Thinking Corporation, “Given that we are all capable of contributing new ideas, the question becomes how do you successfully generate, capture, process and implement ideas?” Its own people.[/vc_column_text][vc_row_inner css=\".vc_custom_1484550790519{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"event program\" font_container=\"tag:div|font_size:18px|text_align:left|color:%23222222|line_height:45px\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"border_base_color\" css=\".vc_custom_1484718670737{margin-bottom: 7px !important;border-top-width: 3px !important;padding-top: 22px !important;border-top-style: solid !important;}\"][vc_column_text]\n<ul>\n <li style=\"font-size: 14px; line-height: 20px; margin-bottom: 20px;\"><strong>5:30 PM — 6:00 PM</strong>\nProfessional, able to interact with vendors/clients</li>\n <li style=\"font-size: 14px; line-height: 20px; margin-bottom: 20px;\"><strong>6:00 PM — 6:30 PM</strong>\nAbility to take a big picture idea and run with it</li>\n <li style=\"font-size: 14px; line-height: 20px; margin-bottom: 20px;\"><strong>6:30 PM — 7:00 PM</strong>\nWorks well both independently and as part of a team</li>\n <li style=\"font-size: 14px; line-height: 20px; margin-bottom: 20px;\"><strong>7:00 PM — 7:30 PM</strong>\nKnowledge of SPSS or other analytical software</li>\n <li style=\"font-size: 14px; line-height: 20px; margin-bottom: 20px;\"><strong>7:30 PM — 8:30 PM</strong>\nPersonal accountability and strong work ethic</li>\n</ul>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"our speakers\" font_container=\"tag:div|font_size:18px|text_align:left|color:%23222222|line_height:45px\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1484718679743{margin-top: 0px !important;padding-top: 28px !important;padding-bottom: 17px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column_text css=\".vc_custom_1486706570776{margin-bottom: 0px !important;padding-right: 40px !important;padding-bottom: 14px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}\"]<span style=\"font-size: 14px;\"><strong><img class=\"alignleft wp-image-33\" src=\"http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder-300x168.gif\" alt=\"placeholder\" width=\"87\" height=\"49\" />Berg Devien</strong></span>\n<span style=\"font-size: 14px;\"> Candidates can look forward to regular client contact, a role in business development.</span>[/vc_column_text][vc_empty_space height=\"14px\" css=\".vc_custom_1484644818786{padding-top: 1px !important;background-color: #f2f2f2 !important;}\"][vc_column_text css=\".vc_custom_1486706632583{padding-right: 40px !important;padding-bottom: 40px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}\"]<img class=\"alignleft wp-image-33\" src=\"http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder-300x168.gif\" alt=\"placeholder\" width=\"87\" height=\"49\" /><span style=\"font-size: 14px;\"><strong>Priscilla Sorvino</strong></span>\n<span style=\"font-size: 14px;\"> Proposal writing/methodology creation, and a leading role in managing a project to finish.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][stm_events_form][/vc_column][vc_column offset=\"vc_col-lg-3\"][stm_sidebar sidebar=\"1096\"][/vc_column][/vc_row]','That Will make You more Productive','Testing Different Event','publish','closed','closed','','that-will-make-you-more-productive','','','2017-02-07 12:39:34','2017-02-07 12:39:34','',0,'http://consulting.stylemixthemes.com/demo/?post_type=stm_event&p=1104',0,'stm_event','',0),(1105,1,'2017-02-07 12:41:14','2017-02-07 12:41:14','[vc_row][vc_column offset=\"vc_col-lg-9\"][stm_events_information css=\".vc_custom_1484549823001{margin-top: -18px !important;}\"][stm_events_map css=\".vc_custom_1483967473543{margin-bottom: 20px !important;}\"][vc_column_text]\n<h3>event description</h3>\nMany businesses, large and small, have a huge source of great ideas that can help them improve, innovate, and grow, and yet so many of these companies never think of using this amazing corporate asset.\n\nWhat is this highly valuable asset? Says Morgan Fraud, the author of The Thinking Corporation, “Given that we are all capable of contributing new ideas, the question becomes how do you successfully generate, capture, process and implement ideas?” Its own people.[/vc_column_text][vc_row_inner css=\".vc_custom_1484550790519{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"event program\" font_container=\"tag:div|font_size:18px|text_align:left|color:%23222222|line_height:45px\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"border_base_color\" css=\".vc_custom_1484718670737{margin-bottom: 7px !important;border-top-width: 3px !important;padding-top: 22px !important;border-top-style: solid !important;}\"][vc_column_text]\n<ul>\n <li style=\"font-size: 14px; line-height: 20px; margin-bottom: 20px;\"><strong>5:30 PM — 6:00 PM</strong>\nProfessional, able to interact with vendors/clients</li>\n <li style=\"font-size: 14px; line-height: 20px; margin-bottom: 20px;\"><strong>6:00 PM — 6:30 PM</strong>\nAbility to take a big picture idea and run with it</li>\n <li style=\"font-size: 14px; line-height: 20px; margin-bottom: 20px;\"><strong>6:30 PM — 7:00 PM</strong>\nWorks well both independently and as part of a team</li>\n <li style=\"font-size: 14px; line-height: 20px; margin-bottom: 20px;\"><strong>7:00 PM — 7:30 PM</strong>\nKnowledge of SPSS or other analytical software</li>\n <li style=\"font-size: 14px; line-height: 20px; margin-bottom: 20px;\"><strong>7:30 PM — 8:30 PM</strong>\nPersonal accountability and strong work ethic</li>\n</ul>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"our speakers\" font_container=\"tag:div|font_size:18px|text_align:left|color:%23222222|line_height:45px\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1484718679743{margin-top: 0px !important;padding-top: 28px !important;padding-bottom: 17px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column_text css=\".vc_custom_1486706570776{margin-bottom: 0px !important;padding-right: 40px !important;padding-bottom: 14px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}\"]<span style=\"font-size: 14px;\"><strong><img class=\"alignleft wp-image-33\" src=\"http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder-300x168.gif\" alt=\"placeholder\" width=\"87\" height=\"49\" />Berg Devien</strong></span>\n<span style=\"font-size: 14px;\"> Candidates can look forward to regular client contact, a role in business development.</span>[/vc_column_text][vc_empty_space height=\"14px\" css=\".vc_custom_1484644818786{padding-top: 1px !important;background-color: #f2f2f2 !important;}\"][vc_column_text css=\".vc_custom_1486706632583{padding-right: 40px !important;padding-bottom: 40px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}\"]<img class=\"alignleft wp-image-33\" src=\"http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder-300x168.gif\" alt=\"placeholder\" width=\"87\" height=\"49\" /><span style=\"font-size: 14px;\"><strong>Priscilla Sorvino</strong></span>\n<span style=\"font-size: 14px;\"> Proposal writing/methodology creation, and a leading role in managing a project to finish.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][stm_events_form][/vc_column][vc_column offset=\"vc_col-lg-3\"][stm_sidebar sidebar=\"1096\"][/vc_column][/vc_row]','If You do all those things Effectively, You can’t miss','Testing Different Event','publish','closed','closed','','if-you-do-all-those-things-effectively-you-cant-miss','','','2017-02-07 12:41:14','2017-02-07 12:41:14','',0,'http://consulting.stylemixthemes.com/demo/?post_type=stm_event&p=1105',0,'stm_event','',0),(1106,1,'2017-02-07 12:43:31','2017-02-07 12:43:31','[vc_row][vc_column offset=\"vc_col-lg-9\"][stm_events_information css=\".vc_custom_1484549823001{margin-top: -18px !important;}\"][stm_events_map css=\".vc_custom_1483967473543{margin-bottom: 20px !important;}\"][vc_column_text]\n<h3>event description</h3>\nMany businesses, large and small, have a huge source of great ideas that can help them improve, innovate, and grow, and yet so many of these companies never think of using this amazing corporate asset.\n\nWhat is this highly valuable asset? Says Morgan Fraud, the author of The Thinking Corporation, “Given that we are all capable of contributing new ideas, the question becomes how do you successfully generate, capture, process and implement ideas?” Its own people.[/vc_column_text][vc_row_inner css=\".vc_custom_1484550790519{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"event program\" font_container=\"tag:div|font_size:18px|text_align:left|color:%23222222|line_height:45px\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"border_base_color\" css=\".vc_custom_1484718670737{margin-bottom: 7px !important;border-top-width: 3px !important;padding-top: 22px !important;border-top-style: solid !important;}\"][vc_column_text]\n<ul>\n <li style=\"font-size: 14px; line-height: 20px; margin-bottom: 20px;\"><strong>5:30 PM — 6:00 PM</strong>\nProfessional, able to interact with vendors/clients</li>\n <li style=\"font-size: 14px; line-height: 20px; margin-bottom: 20px;\"><strong>6:00 PM — 6:30 PM</strong>\nAbility to take a big picture idea and run with it</li>\n <li style=\"font-size: 14px; line-height: 20px; margin-bottom: 20px;\"><strong>6:30 PM — 7:00 PM</strong>\nWorks well both independently and as part of a team</li>\n <li style=\"font-size: 14px; line-height: 20px; margin-bottom: 20px;\"><strong>7:00 PM — 7:30 PM</strong>\nKnowledge of SPSS or other analytical software</li>\n <li style=\"font-size: 14px; line-height: 20px; margin-bottom: 20px;\"><strong>7:30 PM — 8:30 PM</strong>\nPersonal accountability and strong work ethic</li>\n</ul>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"our speakers\" font_container=\"tag:div|font_size:18px|text_align:left|color:%23222222|line_height:45px\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1484718679743{margin-top: 0px !important;padding-top: 28px !important;padding-bottom: 17px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column_text css=\".vc_custom_1486706570776{margin-bottom: 0px !important;padding-right: 40px !important;padding-bottom: 14px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}\"]<span style=\"font-size: 14px;\"><strong><img class=\"alignleft wp-image-33\" src=\"http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder-300x168.gif\" alt=\"placeholder\" width=\"87\" height=\"49\" />Berg Devien</strong></span>\n<span style=\"font-size: 14px;\"> Candidates can look forward to regular client contact, a role in business development.</span>[/vc_column_text][vc_empty_space height=\"14px\" css=\".vc_custom_1484644818786{padding-top: 1px !important;background-color: #f2f2f2 !important;}\"][vc_column_text css=\".vc_custom_1486706632583{padding-right: 40px !important;padding-bottom: 40px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}\"]<img class=\"alignleft wp-image-33\" src=\"http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder-300x168.gif\" alt=\"placeholder\" width=\"87\" height=\"49\" /><span style=\"font-size: 14px;\"><strong>Priscilla Sorvino</strong></span>\n<span style=\"font-size: 14px;\"> Proposal writing/methodology creation, and a leading role in managing a project to finish.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][stm_events_form][/vc_column][vc_column offset=\"vc_col-lg-3\"][stm_sidebar sidebar=\"1096\"][/vc_column][/vc_row]','Here’s what I Found: 13 Habits of Millionaires','Testing Different Event','publish','closed','closed','','heres-what-i-found-13-habits-of-millionaires','','','2017-02-07 12:43:31','2017-02-07 12:43:31','',0,'http://consulting.stylemixthemes.com/demo/?post_type=stm_event&p=1106',0,'stm_event','',0),(1108,1,'2017-02-07 12:45:50','2017-02-07 12:45:50','[vc_row][vc_column offset=\"vc_col-lg-9\"][stm_events_information css=\".vc_custom_1484549823001{margin-top: -18px !important;}\"][stm_events_map css=\".vc_custom_1483967473543{margin-bottom: 20px !important;}\"][vc_column_text]\n<h3>event description</h3>\nMany businesses, large and small, have a huge source of great ideas that can help them improve, innovate, and grow, and yet so many of these companies never think of using this amazing corporate asset.\n\nWhat is this highly valuable asset? Says Morgan Fraud, the author of The Thinking Corporation, “Given that we are all capable of contributing new ideas, the question becomes how do you successfully generate, capture, process and implement ideas?” Its own people.[/vc_column_text][vc_row_inner css=\".vc_custom_1484550790519{margin-bottom: 16px !important;}\"][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"event program\" font_container=\"tag:div|font_size:18px|text_align:left|color:%23222222|line_height:45px\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" el_class=\"border_base_color\" css=\".vc_custom_1484718670737{margin-bottom: 7px !important;border-top-width: 3px !important;padding-top: 22px !important;border-top-style: solid !important;}\"][vc_column_text]\n<ul>\n <li style=\"font-size: 14px; line-height: 20px; margin-bottom: 20px;\"><strong>5:30 PM — 6:00 PM</strong>\nProfessional, able to interact with vendors/clients</li>\n <li style=\"font-size: 14px; line-height: 20px; margin-bottom: 20px;\"><strong>6:00 PM — 6:30 PM</strong>\nAbility to take a big picture idea and run with it</li>\n <li style=\"font-size: 14px; line-height: 20px; margin-bottom: 20px;\"><strong>6:30 PM — 7:00 PM</strong>\nWorks well both independently and as part of a team</li>\n <li style=\"font-size: 14px; line-height: 20px; margin-bottom: 20px;\"><strong>7:00 PM — 7:30 PM</strong>\nKnowledge of SPSS or other analytical software</li>\n <li style=\"font-size: 14px; line-height: 20px; margin-bottom: 20px;\"><strong>7:30 PM — 8:30 PM</strong>\nPersonal accountability and strong work ethic</li>\n</ul>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"our speakers\" font_container=\"tag:div|font_size:18px|text_align:left|color:%23222222|line_height:45px\" google_fonts=\"font_family:Montserrat%3Aregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal\" css=\".vc_custom_1484718679743{margin-top: 0px !important;padding-top: 28px !important;padding-bottom: 17px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column_text css=\".vc_custom_1486706570776{margin-bottom: 0px !important;padding-right: 40px !important;padding-bottom: 14px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}\"]<span style=\"font-size: 14px;\"><strong><img class=\"alignleft wp-image-33\" src=\"http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder-300x168.gif\" alt=\"placeholder\" width=\"87\" height=\"49\" />Berg Devien</strong></span>\n<span style=\"font-size: 14px;\"> Candidates can look forward to regular client contact, a role in business development.</span>[/vc_column_text][vc_empty_space height=\"14px\" css=\".vc_custom_1484644818786{padding-top: 1px !important;background-color: #f2f2f2 !important;}\"][vc_column_text css=\".vc_custom_1486706632583{padding-right: 40px !important;padding-bottom: 40px !important;padding-left: 40px !important;background-color: #f2f2f2 !important;}\"]<img class=\"alignleft wp-image-33\" src=\"http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder-300x168.gif\" alt=\"placeholder\" width=\"87\" height=\"49\" /><span style=\"font-size: 14px;\"><strong>Priscilla Sorvino</strong></span>\n<span style=\"font-size: 14px;\"> Proposal writing/methodology creation, and a leading role in managing a project to finish.</span>[/vc_column_text][/vc_column_inner][/vc_row_inner][stm_events_form][/vc_column][vc_column offset=\"vc_col-lg-3\"][stm_sidebar sidebar=\"1096\"][/vc_column][/vc_row]','I Spent $30,000 Testing Different Blog Designs','Testing Different Event','publish','closed','closed','','i-spent-30000-testing-different-blog-designs','','','2017-02-07 12:45:50','2017-02-07 12:45:50','',0,'http://consulting.stylemixthemes.com/demo/?post_type=stm_event&p=1108',0,'stm_event','',0),(1171,1,'2017-02-08 09:48:39','2017-02-08 09:48:39','[vc_row css=\".vc_custom_1485423383193{margin-bottom: 20px !important;}\"][vc_column css=\".vc_custom_1485424286916{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-4\"][vc_column_text el_class=\"border_base_color\" css=\".vc_custom_1495363852453{margin-bottom: 28px !important;border-bottom-width: 3px !important;padding-bottom: 32px !important;border-bottom-color: #002e5b !important;border-bottom-style: solid !important;}\"]<span style=\"font-family: Montserrat; color: #444444; font-size: 16px; letter-spacing: -0.4px;\">Please let us know if you have a question, want to leave a comment, or would like further information about The Mellanby Trust Company.</span>[/vc_column_text][stm_contacts_widget style=\"style_4\" class=\"contact_\" email=\"clarify@mellanbytrust.com, cgi@mellanbytrust.com\" title=\"contact details\" address=\"The Mellanby Trust Company (TMTC) Limited\r\n21, Ajasa Street, Onikan, Lagos\" phone=\" 01-2772097\"][/vc_column][vc_column css=\".vc_custom_1485424295749{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-8\"][contact-form-7 id=\"508\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1485423323752{margin-bottom: -60px !important;}\"][vc_column][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDM5NjQuNjAwMzEzMTM3Njg1JTIxMmQzLjQwMjEwNDUxNDc3MDMyOTUlMjEzZDYuNDQ1MzM0NTk1MzM2OTklMjEybTMlMjExZjAlMjEyZjAlMjEzZjAlMjEzbTIlMjExaTEwMjQlMjEyaTc2OCUyMTRmMTMuMSUyMTNtMyUyMTFtMiUyMTFzMHgxMDNiOGIyM2Y2NTk5ZmNkJTI1M0EweDliOTQ5NjU5OGE3OWNjOWQlMjEyc0FqYXNhJTJCU3QlMjUyQyUyQk9uaWthbiUyQkVudmlyb24lMjUyQyUyQkxhZ29zJTIxNWUwJTIxM20yJTIxMXNlbiUyMTJzbmclMjE0djE0OTUzNjQ3MzYxNjklMjIlMjB3aWR0aCUzRCUyMjYwMCUyMiUyMGhlaWdodCUzRCUyMjQ1MCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMHN0eWxlJTNEJTIyYm9yZGVyJTNBMCUyMiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][/vc_column_text][/vc_column][/vc_row]','Contact','','publish','closed','closed','','contact','','','2017-05-24 22:05:43','2017-05-24 22:05:43','',0,'http://consulting.stylemixthemes.com/demo/?page_id=1171',0,'page','',0),(1173,1,'2017-02-08 09:52:10','2017-02-08 09:52:10','<div class=\"request_callback\">\n <div class=\"row\">\n <div class=\"col-lg-6 col-md-6 col-sm-6 col-xs-12\">\n <div class=\"input-group\">\n [text* name placeholder akismet:author \"First name *\"]\n </div>\n <div class=\"input-group\">\n [text title placeholder akismet:author_title \"Title\"]\n </div>\n <div class=\"input-group\">\n [text company placeholder akismet:author_company \"Company/Position\"]\n </div>\n <div class=\"input-group\">\n [email* email placeholder akismet:author_email \"E-mail *\"]\n </div>\n <div class=\"input-group\">\n [select* menu-774 first_as_label \"Reason for Contact *\" \"Value1\" \"Value2\"]\n </div>\n </div>\n <div class=\"col-lg-6 col-md-6 col-sm-6 col-xs-12\">\n <div class=\"input-group\">\n [select* menu-363 first_as_label \"Area of Interest *\" \"Value1\" \"Value2\"]\n </div>\n <div class=\"input-group\">\n [text* subject placeholder akismet:author_subject \"Subject *\"]\n </div>\n <div class=\"input-group\">\n [textarea* message placeholder \"Your Message *\"]\n </div>\n <div class=\"input-group\">\n <button type=\"submit\" class=\"button size-lg icon_right\">submit <i class=\"fa fa-chevron-right\"></i></button>\n </div>\n </div>\n </div>\n</div>\n\"[your-subject]\"\n[your-name] <wordpress@consult.loc>\nFrom: [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 (http://consulting.stylemixthemes.com/demo)\nbot@stylemixthemes.com\nReply-To: [your-email]\n\n\n\n\n\"[your-subject]\"\n<wordpress@consult.loc>\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on (http://consulting.stylemixthemes.com/demo)\n[your-email]\nReply-To: dl@stylemix.net\n\n\n\nThank you for your message. It has been sent.\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.','Feedback Form2','','publish','closed','closed','','feedback-form2','','','2017-02-08 09:52:10','2017-02-08 09:52:10','',0,'http://consulting.stylemixthemes.com/demo/?post_type=wpcf7_contact_form&p=1173',0,'wpcf7_contact_form','',0),(1176,1,'2017-02-08 09:54:45','2017-02-08 09:54:45','<div class=\"request_callback\">\n <div class=\"row\">\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\n <div class=\"input-group\">\n [textarea* message placeholder \"Your Message *\"]\n </div>\n </div>\n <div class=\"col-lg-4 col-md-4 col-sm-4 col-xs-12\">\n <div class=\"input-group\">\n [text* name placeholder akismet:author \"First name *\"]\n </div>\n </div>\n <div class=\"col-lg-4 col-md-4 col-sm-4 col-xs-12\">\n <div class=\"input-group\">\n [email* email placeholder akismet:author_email \"E-mail *\"]\n </div>\n </div>\n <div class=\"col-lg-4 col-md-4 col-sm-4 col-xs-12\">\n <div class=\"input-group\">\n [text* subject placeholder \"Subject *\"]\n </div>\n </div>\n <div class=\"col-lg-12 col-md-12 col-sm-12 col-xs-12\">\n <div class=\"input-group\">\n <button type=\"submit\" class=\"button size-lg icon_right\">submit <i class=\"fa fa-chevron-right\"></i></button>\n </div>\n </div>\n </div>\n</div>\n\"[your-subject]\"\n[your-name] <wordpress@consult.loc>\nFrom: [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 (http://consulting.stylemixthemes.com/demo)\nbot@stylemixthemes.com\nReply-To: [your-email]\n\n\n\n\n\"[your-subject]\"\n<wordpress@consult.loc>\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on (http://consulting.stylemixthemes.com/demo)\n[your-email]\nReply-To: dl@stylemix.net\n\n\n\nThank you for your message. It has been sent.\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.','Feedback Form3','','publish','closed','closed','','feedback-form3','','','2017-02-08 09:54:45','2017-02-08 09:54:45','',0,'http://consulting.stylemixthemes.com/demo/?post_type=wpcf7_contact_form&p=1176',0,'wpcf7_contact_form','',0),(1177,1,'2017-02-08 09:55:10','2017-02-08 09:55:10','<div class=\"request_callback\">\n <div class=\"row\">\n <div class=\"col-lg-4 col-md-4 col-sm-12 col-xs-12\">\n <div class=\"input-group\">\n [textarea* message class:height205 placeholder \"Your Message *\"]\n </div>\n </div>\n <div class=\"col-lg-4 col-md-4 col-sm-12 col-xs-12\">\n <div class=\"input-group\">\n [text* name placeholder akismet:author \"First name *\"]\n </div>\n <div class=\"input-group\">\n [email* email placeholder akismet:author_email \"E-mail *\"]\n </div>\n <div class=\"input-group\">\n [select* menu-774 first_as_label \"Reason for Contact *\" \"Value1\" \"Value2\"]\n </div>\n </div>\n <div class=\"col-lg-4 col-md-4 col-sm-12 col-xs-12\">\n <div class=\"input-group\">\n [select* menu-363 first_as_label \"Area of Interest *\" \"Value1\" \"Value2\"]\n </div>\n <div class=\"input-group\">\n [text* subject placeholder akismet:author_subject \"Subject *\"]\n </div>\n <div class=\"input-group\">\n <button type=\"submit\" class=\"button size-lg icon_right\">submit <i class=\"fa fa-chevron-right\"></i></button>\n </div>\n </div>\n </div>\n</div>\n\"[your-subject]\"\n[your-name] <wordpress@consult.loc>\nFrom: [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 (http://consulting.stylemixthemes.com/demo)\nbot@stylemixthemes.com\nReply-To: [your-email]\n\n\n\n\n\"[your-subject]\"\n<wordpress@consult.loc>\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on (http://consulting.stylemixthemes.com/demo)\n[your-email]\nReply-To: dl@stylemix.net\n\n\n\nThank you for your message. It has been sent.\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.','Feedback Form4','','publish','closed','closed','','feedback-form4','','','2017-02-08 09:55:10','2017-02-08 09:55:10','',0,'http://consulting.stylemixthemes.com/demo/?post_type=wpcf7_contact_form&p=1177',0,'wpcf7_contact_form','',0),(1178,1,'2017-02-08 09:55:37','2017-02-08 09:55:37','<div class=\"request_callback\">\n <div class=\"input-group\">\n [textarea* message class:height147 placeholder \"Your Message *\"]\n </div>\n <div class=\"input-group\">\n [text* name placeholder akismet:author \"First name *\"]\n </div>\n <div class=\"input-group\">\n [email* email placeholder akismet:author_email \"E-mail *\"]\n </div>\n <div class=\"input-group\">\n [select* menu-774 first_as_label \"Reason for Contact *\" \"Value1\" \"Value2\"]\n </div>\n <div class=\"input-group\">\n [select* menu-363 first_as_label \"Area of Interest *\" \"Value1\" \"Value2\"]\n </div>\n <div class=\"input-group\">\n [text* subject placeholder akismet:author_subject \"Subject *\"]\n </div>\n <div class=\"input-group\">\n <button type=\"submit\" class=\"button size-lg icon_right\">submit <i class=\"fa fa-chevron-right\"></i></button>\n </div>\n</div>\n\"[your-subject]\"\n[your-name] <wordpress@consult.loc>\nFrom: [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 (http://consulting.stylemixthemes.com/demo)\nbot@stylemixthemes.com\nReply-To: [your-email]\n\n\n\n\n\"[your-subject]\"\n<wordpress@consult.loc>\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on (http://consulting.stylemixthemes.com/demo)\n[your-email]\nReply-To: dl@stylemix.net\n\n\n\nThank you for your message. It has been sent.\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.','Feedback Form5','','publish','closed','closed','','feedback-form5','','','2017-02-08 09:55:37','2017-02-08 09:55:37','',0,'http://consulting.stylemixthemes.com/demo/?post_type=wpcf7_contact_form&p=1178',0,'wpcf7_contact_form','',0),(1185,1,'2017-02-07 11:54:19','2017-02-07 11:54:19','<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\"]\n \"[your-subject]\"\n[your-name] <wordpress@consult.loc>\nFrom: [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 (http://consulting.stylemixthemes.com/demo)\ndl@stylemix.net\nReply-To: [your-email]\n\n0\n0\n\n \"[your-subject]\"\n <wordpress@consult.loc>\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on (http://consulting.stylemixthemes.com/demo)\n[your-email]\nReply-To: dl@stylemix.net\n\n0\n0\nThank you for your message. It has been sent.\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.','Contact form 1','','publish','closed','closed','','contact-form-1-2','','','2017-02-07 11:54:19','2017-02-07 11:54:19','',0,'http://consulting.stylemixthemes.com/demo/?post_type=wpcf7_contact_form&p=4',0,'wpcf7_contact_form','',0),(1189,1,'2017-05-17 02:12:44','2017-05-17 02:12:44','','News','','publish','closed','closed','','1189','','','2017-05-24 14:46:44','2017-05-24 14:46:44','',0,'http://www.saucestudiosng.com/mellanby/uncategorized/1189/',5,'nav_menu_item','',0),(1190,1,'2017-05-17 02:12:44','2017-05-17 02:12:44','','Home','','publish','closed','closed','','1190','','','2017-05-24 14:46:44','2017-05-24 14:46:44','',0,'http://www.saucestudiosng.com/mellanby/uncategorized/1190/',1,'nav_menu_item','',0),(1201,1,'2017-05-17 02:12:45','2017-05-17 02:12:45','','Partners','','publish','closed','closed','','partners','','','2017-05-24 14:47:20','2017-05-24 14:47:20','',0,'http://www.saucestudiosng.com/mellanby/uncategorized/partners/',3,'nav_menu_item','',0),(1204,1,'2017-05-17 02:12:45','2017-05-17 02:12:45',' ','','','publish','closed','closed','','1204','','','2017-05-24 14:47:20','2017-05-24 14:47:20','',0,'http://www.saucestudiosng.com/mellanby/uncategorized/1204/',2,'nav_menu_item','',0),(1205,1,'2017-05-17 02:12:45','2017-05-17 02:12:45',' ','','','publish','closed','closed','','1205','','','2017-05-24 14:47:20','2017-05-24 14:47:20','',0,'http://www.saucestudiosng.com/mellanby/uncategorized/1205/',1,'nav_menu_item','',0),(1207,1,'2017-05-17 02:12:45','2017-05-17 02:12:45','','Independent Advisory Board','','publish','closed','closed','','1207','','','2017-05-24 14:47:20','2017-05-24 14:47:20','',0,'http://www.saucestudiosng.com/mellanby/uncategorized/1207/',5,'nav_menu_item','',0),(1212,1,'2017-05-17 02:12:45','2017-05-17 02:12:45',' ','','','publish','closed','closed','','1212','','','2017-05-17 02:12:45','2017-05-17 02:12:45','',0,'http://www.saucestudiosng.com/mellanby/uncategorized/1212/',1,'nav_menu_item','',0),(1213,1,'2017-05-17 02:12:45','2017-05-17 02:12:45',' ','','','publish','closed','closed','','1213','','','2017-05-17 02:12:45','2017-05-17 02:12:45','',0,'http://www.saucestudiosng.com/mellanby/uncategorized/1213/',2,'nav_menu_item','',0),(1214,1,'2017-05-17 02:12:45','2017-05-17 02:12:45',' ','','','publish','closed','closed','','1214','','','2017-05-17 02:12:45','2017-05-17 02:12:45','',0,'http://www.saucestudiosng.com/mellanby/uncategorized/1214/',3,'nav_menu_item','',0),(1215,1,'2017-05-17 02:12:45','2017-05-17 02:12:45',' ','','','publish','closed','closed','','1215','','','2017-05-17 02:12:45','2017-05-17 02:12:45','',0,'http://www.saucestudiosng.com/mellanby/uncategorized/1215/',4,'nav_menu_item','',0),(1216,1,'2017-05-17 02:12:45','2017-05-17 02:12:45',' ','','','publish','closed','closed','','1216','','','2017-05-17 02:12:45','2017-05-17 02:12:45','',0,'http://www.saucestudiosng.com/mellanby/uncategorized/1216/',5,'nav_menu_item','',0),(1217,1,'2017-05-17 02:12:45','2017-05-17 02:12:45',' ','','','publish','closed','closed','','1217','','','2017-05-17 02:12:45','2017-05-17 02:12:45','',0,'http://www.saucestudiosng.com/mellanby/uncategorized/1217/',6,'nav_menu_item','',0),(1218,1,'2017-05-17 02:12:45','2017-05-17 02:12:45',' ','','','publish','closed','closed','','1218','','','2017-05-17 02:12:45','2017-05-17 02:12:45','',0,'http://www.saucestudiosng.com/mellanby/uncategorized/1218/',7,'nav_menu_item','',0),(1219,1,'2017-05-17 02:12:45','2017-05-17 02:12:45',' ','','','publish','closed','closed','','1219','','','2017-05-17 02:12:45','2017-05-17 02:12:45','',0,'http://www.saucestudiosng.com/mellanby/uncategorized/1219/',8,'nav_menu_item','',0),(1259,1,'2017-05-17 02:12:47','2017-05-17 02:12:47',' ','','','publish','closed','closed','','1259','','','2017-05-24 14:46:44','2017-05-24 14:46:44','',0,'http://www.saucestudiosng.com/mellanby/uncategorized/1259/',6,'nav_menu_item','',0),(1261,1,'2017-05-17 02:12:47','2017-05-17 02:12:47','','slide_1-2.jpg','','inherit','closed','closed','','slide-1-2-jpg','','','2017-05-17 02:12:47','2017-05-17 02:12:47','',0,'http://www.saucestudiosng.com/mellanby/wp-content/uploads/revslider/main_slider/slide_1-2.jpg',0,'attachment','image/jpeg',0),(1265,1,'2017-05-17 02:12:49','2017-05-17 02:12:49','','about_slide_2.jpg','','inherit','closed','closed','','about-slide-2-jpg','','','2017-05-17 02:12:49','2017-05-17 02:12:49','',0,'http://www.saucestudiosng.com/mellanby/wp-content/uploads/revslider/about_us_slider/about_slide_2.jpg',0,'attachment','image/jpeg',0),(1267,1,'2017-05-17 02:12:49','2017-05-17 02:12:49','','slide-2.jpg','','inherit','closed','closed','','slide-2-jpg','','','2017-05-17 02:12:49','2017-05-17 02:12:49','',0,'http://www.saucestudiosng.com/mellanby/wp-content/uploads/revslider/service_slider/slide-2.jpg',0,'attachment','image/jpeg',0),(1268,1,'2017-05-17 02:12:49','2017-05-17 02:12:49','','slide_1-2.jpg','','inherit','closed','closed','','slide-1-2-jpg-2','','','2017-05-17 02:12:49','2017-05-17 02:12:49','',0,'http://www.saucestudiosng.com/mellanby/wp-content/uploads/revslider/fullscreen-main-slider/slide_1-2.jpg',0,'attachment','image/jpeg',0),(1269,1,'2017-05-17 02:12:50','2017-05-17 02:12:50','','slider_2.jpg','','inherit','closed','closed','','slider-2-jpg-2','','','2017-05-17 02:12:50','2017-05-17 02:12:50','',0,'http://www.saucestudiosng.com/mellanby/wp-content/uploads/revslider/fullscreen-main-slider/slider_2.jpg',0,'attachment','image/jpeg',0),(1270,1,'2017-05-17 02:12:50','2017-05-17 02:12:50','','slide_3-2.jpg','','inherit','closed','closed','','slide-3-2-jpg-2','','','2017-05-17 02:12:50','2017-05-17 02:12:50','',0,'http://www.saucestudiosng.com/mellanby/wp-content/uploads/revslider/fullscreen-main-slider/slide_3-2.jpg',0,'attachment','image/jpeg',0),(1271,1,'2017-05-17 07:19:53','2017-05-17 07:19:53','[vc_row css=\".vc_custom_1450677977665{margin-bottom: 0px !important;}\"][vc_column offset=\"vc_hidden-xs\"][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1450692516354{margin-bottom: 60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1453273274030{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1450856873482{margin-bottom: 37px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"Why our consulting\" image=\"33\" link=\"url:%23|title:read%20more|\"]We are a full service business development group – we build strategies and systems.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"Global consumer insights\" image=\"33\" link=\"url:%23|title:read%20more|\"]Rapid solutions to the most complex business challenges with cooperative process-driven.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"Thought Leadership\" image=\"33\" link=\"url:%23|title:read%20more|\"]A solution is proposed, from here you can action the plan with just outline assistance.[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451476985704{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"industries\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" el_class=\"base_font_color\" css=\".vc_custom_1455871682892{margin-bottom: 28px !important;}\"][vc_row_inner css=\".vc_custom_1455871593995{margin-bottom: 30px !important;}\"][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" icon=\"stm-airplane\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Travel and Aviation\r\nConsulting\"]Company that offers design and build services for you from initial sketches to the final production.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" icon=\"stm-graph\" style=\"icon_left\" icon_size=\"22\" icon_width=\"78\" title=\"Business Services\r\nConsulting\"]We consider all the drivers of change - from the ground up and we\'ll motivate and support you to make the change.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" icon=\"stm-cart\" style=\"icon_left\" icon_size=\"22\" icon_width=\"78\" title=\"Consumer Products\r\nConsulting\"]Design repeatable growth models and innovation pipelines that generate new products with higher potential and lower risks of failure.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" icon=\"stm-home\" style=\"icon_left\" icon_size=\"24\" icon_width=\"78\" title=\"Financial Services\r\nConsulting\"]We work buy-side and sell-side and give our clients hard-hitting and objective answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" icon=\"stm-lamp\" style=\"icon_left\" icon_size=\"28\" icon_width=\"78\" title=\"Energy and Environment\r\nConsulting\"]We work across all the major geographies, meaning we understand the underlying drivers in construction markets.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" icon=\"stm-truck\" style=\"icon_left\" icon_size=\"20\" icon_width=\"78\" title=\"Surface Transport &\r\nLogistics Consulting\"]Scheduled transport operations, from broad market trends and strategy to the development of integrated commercial strategies.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay fixed_bg\" css=\".vc_custom_1456226391066{margin-bottom: 53px !important;padding-top: 110px !important;padding-bottom: 81px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=33) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_custom_heading icon=\"stm-check\" icon_size=\"67\" text=\"<mark>Doing the right thing,</mark>\r\nat the right time.\" font_container=\"tag:h4|font_size:45px|text_align:left|color:%23ffffff|line_height:45px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" custom_icon=\"stm-check\" css=\".vc_custom_1453448521712{margin-bottom: 61px !important;}\" el_class=\"no_stripe\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/6\" offset=\"vc_col-lg-offset-1\"][stm_stats_counter counter_value=\"321\" title=\"Cases completed\"][/vc_column_inner][vc_column_inner width=\"1/6\"][stm_stats_counter counter_value=\"27\" title=\"Consultants\"][/vc_column_inner][vc_column_inner width=\"1/6\"][stm_stats_counter counter_value=\"125\" title=\"Awards winning\"][/vc_column_inner][vc_column_inner width=\"1/6\"][stm_stats_counter counter_value=\"100\" counter_value_suf=\"%\" title=\"Satisfied customers\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1450960276268{margin-bottom: 73px !important;}\"][vc_column][vc_custom_heading text=\"testimonials\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" el_class=\"base_font_color\" css=\".vc_custom_1453275785238{margin-bottom: 76px !important;}\"][stm_testimonials_carousel count=\"6\" per_row=\"2\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Ftestimonials-page%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1450961224119{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_image_carousel grayscale=\"yes\" img_size=\"180x96\" images=\"1021,115,114,113,112,111,110\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg\" css=\".vc_custom_1453381142995{margin-bottom: 42px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1451479401686{margin-bottom: 31px !important;}\"][vc_column][vc_custom_heading text=\"news\" font_container=\"tag:h2|font_size:45px|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1451043728133{margin-bottom: 32px !important;}\"][vc_column][stm_news posts_per_row=\"4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451300723020{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1453109987955{margin-bottom: -60px !important;padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column][stm_gmap map_height=\"447px\" map_zoom=\"11\" disable_mouse_whell=\"disable\"][stm_gmap_address title=\"United Kingdom\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@consultingwp.com\" lat=\"51.507351\" lng=\"-0.127758\"][stm_gmap_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@consultingwp.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_gmap_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@consultingwp.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_gmap_address title=\"Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@consultingwp.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_gmap_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@consultingwp.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_gmap_address title=\"Sales Office\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"sales@consultingwp.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_gmap][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-17 07:19:53','2017-05-17 07:19:53','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1272,1,'2017-05-17 07:21:44','2017-05-17 07:21:44','[vc_row css=\".vc_custom_1450677977665{margin-bottom: 0px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1450692516354{margin-bottom: 60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1453273274030{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1450856873482{margin-bottom: 37px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"Why our consulting\" image=\"33\" link=\"url:%23|title:read%20more|\"]We are a full service business development group – we build strategies and systems.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"Global consumer insights\" image=\"33\" link=\"url:%23|title:read%20more|\"]Rapid solutions to the most complex business challenges with cooperative process-driven.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"Thought Leadership\" image=\"33\" link=\"url:%23|title:read%20more|\"]A solution is proposed, from here you can action the plan with just outline assistance.[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451476985704{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"industries\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" el_class=\"base_font_color\" css=\".vc_custom_1455871682892{margin-bottom: 28px !important;}\"][vc_row_inner css=\".vc_custom_1455871593995{margin-bottom: 30px !important;}\"][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" icon=\"stm-airplane\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Travel and Aviation\r\nConsulting\"]Company that offers design and build services for you from initial sketches to the final production.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" icon=\"stm-graph\" style=\"icon_left\" icon_size=\"22\" icon_width=\"78\" title=\"Business Services\r\nConsulting\"]We consider all the drivers of change - from the ground up and we\'ll motivate and support you to make the change.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" icon=\"stm-cart\" style=\"icon_left\" icon_size=\"22\" icon_width=\"78\" title=\"Consumer Products\r\nConsulting\"]Design repeatable growth models and innovation pipelines that generate new products with higher potential and lower risks of failure.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" icon=\"stm-home\" style=\"icon_left\" icon_size=\"24\" icon_width=\"78\" title=\"Financial Services\r\nConsulting\"]We work buy-side and sell-side and give our clients hard-hitting and objective answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" icon=\"stm-lamp\" style=\"icon_left\" icon_size=\"28\" icon_width=\"78\" title=\"Energy and Environment\r\nConsulting\"]We work across all the major geographies, meaning we understand the underlying drivers in construction markets.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" icon=\"stm-truck\" style=\"icon_left\" icon_size=\"20\" icon_width=\"78\" title=\"Surface Transport &\r\nLogistics Consulting\"]Scheduled transport operations, from broad market trends and strategy to the development of integrated commercial strategies.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay fixed_bg\" css=\".vc_custom_1456226391066{margin-bottom: 53px !important;padding-top: 110px !important;padding-bottom: 81px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=33) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_custom_heading icon=\"stm-check\" icon_size=\"67\" text=\"<mark>Doing the right thing,</mark>\r\nat the right time.\" font_container=\"tag:h4|font_size:45px|text_align:left|color:%23ffffff|line_height:45px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" custom_icon=\"stm-check\" css=\".vc_custom_1453448521712{margin-bottom: 61px !important;}\" el_class=\"no_stripe\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/6\" offset=\"vc_col-lg-offset-1\"][stm_stats_counter counter_value=\"321\" title=\"Cases completed\"][/vc_column_inner][vc_column_inner width=\"1/6\"][stm_stats_counter counter_value=\"27\" title=\"Consultants\"][/vc_column_inner][vc_column_inner width=\"1/6\"][stm_stats_counter counter_value=\"125\" title=\"Awards winning\"][/vc_column_inner][vc_column_inner width=\"1/6\"][stm_stats_counter counter_value=\"100\" counter_value_suf=\"%\" title=\"Satisfied customers\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1450960276268{margin-bottom: 73px !important;}\"][vc_column][vc_custom_heading text=\"testimonials\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" el_class=\"base_font_color\" css=\".vc_custom_1453275785238{margin-bottom: 76px !important;}\"][stm_testimonials_carousel count=\"6\" per_row=\"2\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Ftestimonials-page%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1450961224119{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_image_carousel grayscale=\"yes\" img_size=\"180x96\" images=\"1021,115,114,113,112,111,110\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg\" css=\".vc_custom_1453381142995{margin-bottom: 42px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1451479401686{margin-bottom: 31px !important;}\"][vc_column][vc_custom_heading text=\"news\" font_container=\"tag:h2|font_size:45px|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1451043728133{margin-bottom: 32px !important;}\"][vc_column][stm_news posts_per_row=\"4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451300723020{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1453109987955{margin-bottom: -60px !important;padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column][stm_gmap map_height=\"447px\" map_zoom=\"11\" disable_mouse_whell=\"disable\"][stm_gmap_address title=\"United Kingdom\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@consultingwp.com\" lat=\"51.507351\" lng=\"-0.127758\"][stm_gmap_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@consultingwp.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_gmap_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@consultingwp.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_gmap_address title=\"Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@consultingwp.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_gmap_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@consultingwp.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_gmap_address title=\"Sales Office\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"sales@consultingwp.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_gmap][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-17 07:21:44','2017-05-17 07:21:44','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1273,1,'2017-05-17 07:22:47','2017-05-17 07:22:47','[vc_row full_width=\"stretch_row_content\" css=\".vc_custom_1495005765432{margin-bottom: 0px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1450692516354{margin-bottom: 60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1453273274030{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1450856873482{margin-bottom: 37px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"Why our consulting\" image=\"33\" link=\"url:%23|title:read%20more|\"]We are a full service business development group – we build strategies and systems.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"Global consumer insights\" image=\"33\" link=\"url:%23|title:read%20more|\"]Rapid solutions to the most complex business challenges with cooperative process-driven.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"Thought Leadership\" image=\"33\" link=\"url:%23|title:read%20more|\"]A solution is proposed, from here you can action the plan with just outline assistance.[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451476985704{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"industries\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" el_class=\"base_font_color\" css=\".vc_custom_1455871682892{margin-bottom: 28px !important;}\"][vc_row_inner css=\".vc_custom_1455871593995{margin-bottom: 30px !important;}\"][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" icon=\"stm-airplane\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Travel and Aviation\r\nConsulting\"]Company that offers design and build services for you from initial sketches to the final production.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" icon=\"stm-graph\" style=\"icon_left\" icon_size=\"22\" icon_width=\"78\" title=\"Business Services\r\nConsulting\"]We consider all the drivers of change - from the ground up and we\'ll motivate and support you to make the change.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" icon=\"stm-cart\" style=\"icon_left\" icon_size=\"22\" icon_width=\"78\" title=\"Consumer Products\r\nConsulting\"]Design repeatable growth models and innovation pipelines that generate new products with higher potential and lower risks of failure.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" icon=\"stm-home\" style=\"icon_left\" icon_size=\"24\" icon_width=\"78\" title=\"Financial Services\r\nConsulting\"]We work buy-side and sell-side and give our clients hard-hitting and objective answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" icon=\"stm-lamp\" style=\"icon_left\" icon_size=\"28\" icon_width=\"78\" title=\"Energy and Environment\r\nConsulting\"]We work across all the major geographies, meaning we understand the underlying drivers in construction markets.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" icon=\"stm-truck\" style=\"icon_left\" icon_size=\"20\" icon_width=\"78\" title=\"Surface Transport &\r\nLogistics Consulting\"]Scheduled transport operations, from broad market trends and strategy to the development of integrated commercial strategies.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay fixed_bg\" css=\".vc_custom_1456226391066{margin-bottom: 53px !important;padding-top: 110px !important;padding-bottom: 81px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=33) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_custom_heading icon=\"stm-check\" icon_size=\"67\" text=\"<mark>Doing the right thing,</mark>\r\nat the right time.\" font_container=\"tag:h4|font_size:45px|text_align:left|color:%23ffffff|line_height:45px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" custom_icon=\"stm-check\" css=\".vc_custom_1453448521712{margin-bottom: 61px !important;}\" el_class=\"no_stripe\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/6\" offset=\"vc_col-lg-offset-1\"][stm_stats_counter counter_value=\"321\" title=\"Cases completed\"][/vc_column_inner][vc_column_inner width=\"1/6\"][stm_stats_counter counter_value=\"27\" title=\"Consultants\"][/vc_column_inner][vc_column_inner width=\"1/6\"][stm_stats_counter counter_value=\"125\" title=\"Awards winning\"][/vc_column_inner][vc_column_inner width=\"1/6\"][stm_stats_counter counter_value=\"100\" counter_value_suf=\"%\" title=\"Satisfied customers\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1450960276268{margin-bottom: 73px !important;}\"][vc_column][vc_custom_heading text=\"testimonials\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" el_class=\"base_font_color\" css=\".vc_custom_1453275785238{margin-bottom: 76px !important;}\"][stm_testimonials_carousel count=\"6\" per_row=\"2\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Ftestimonials-page%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1450961224119{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_image_carousel grayscale=\"yes\" img_size=\"180x96\" images=\"1021,115,114,113,112,111,110\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg\" css=\".vc_custom_1453381142995{margin-bottom: 42px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1451479401686{margin-bottom: 31px !important;}\"][vc_column][vc_custom_heading text=\"news\" font_container=\"tag:h2|font_size:45px|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1451043728133{margin-bottom: 32px !important;}\"][vc_column][stm_news posts_per_row=\"4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451300723020{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1453109987955{margin-bottom: -60px !important;padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column][stm_gmap map_height=\"447px\" map_zoom=\"11\" disable_mouse_whell=\"disable\"][stm_gmap_address title=\"United Kingdom\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@consultingwp.com\" lat=\"51.507351\" lng=\"-0.127758\"][stm_gmap_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@consultingwp.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_gmap_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@consultingwp.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_gmap_address title=\"Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@consultingwp.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_gmap_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@consultingwp.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_gmap_address title=\"Sales Office\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"sales@consultingwp.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_gmap][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-17 07:22:47','2017-05-17 07:22:47','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1274,1,'2017-05-17 07:23:10','2017-05-17 07:23:10','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495005787669{margin-bottom: 0px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1450692516354{margin-bottom: 60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1453273274030{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1450856873482{margin-bottom: 37px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"Why our consulting\" image=\"33\" link=\"url:%23|title:read%20more|\"]We are a full service business development group – we build strategies and systems.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"Global consumer insights\" image=\"33\" link=\"url:%23|title:read%20more|\"]Rapid solutions to the most complex business challenges with cooperative process-driven.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"Thought Leadership\" image=\"33\" link=\"url:%23|title:read%20more|\"]A solution is proposed, from here you can action the plan with just outline assistance.[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451476985704{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"industries\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" el_class=\"base_font_color\" css=\".vc_custom_1455871682892{margin-bottom: 28px !important;}\"][vc_row_inner css=\".vc_custom_1455871593995{margin-bottom: 30px !important;}\"][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" icon=\"stm-airplane\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Travel and Aviation\r\nConsulting\"]Company that offers design and build services for you from initial sketches to the final production.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" icon=\"stm-graph\" style=\"icon_left\" icon_size=\"22\" icon_width=\"78\" title=\"Business Services\r\nConsulting\"]We consider all the drivers of change - from the ground up and we\'ll motivate and support you to make the change.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" icon=\"stm-cart\" style=\"icon_left\" icon_size=\"22\" icon_width=\"78\" title=\"Consumer Products\r\nConsulting\"]Design repeatable growth models and innovation pipelines that generate new products with higher potential and lower risks of failure.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" icon=\"stm-home\" style=\"icon_left\" icon_size=\"24\" icon_width=\"78\" title=\"Financial Services\r\nConsulting\"]We work buy-side and sell-side and give our clients hard-hitting and objective answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" icon=\"stm-lamp\" style=\"icon_left\" icon_size=\"28\" icon_width=\"78\" title=\"Energy and Environment\r\nConsulting\"]We work across all the major geographies, meaning we understand the underlying drivers in construction markets.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" icon=\"stm-truck\" style=\"icon_left\" icon_size=\"20\" icon_width=\"78\" title=\"Surface Transport &\r\nLogistics Consulting\"]Scheduled transport operations, from broad market trends and strategy to the development of integrated commercial strategies.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay fixed_bg\" css=\".vc_custom_1456226391066{margin-bottom: 53px !important;padding-top: 110px !important;padding-bottom: 81px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=33) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_custom_heading icon=\"stm-check\" icon_size=\"67\" text=\"<mark>Doing the right thing,</mark>\r\nat the right time.\" font_container=\"tag:h4|font_size:45px|text_align:left|color:%23ffffff|line_height:45px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" custom_icon=\"stm-check\" css=\".vc_custom_1453448521712{margin-bottom: 61px !important;}\" el_class=\"no_stripe\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/6\" offset=\"vc_col-lg-offset-1\"][stm_stats_counter counter_value=\"321\" title=\"Cases completed\"][/vc_column_inner][vc_column_inner width=\"1/6\"][stm_stats_counter counter_value=\"27\" title=\"Consultants\"][/vc_column_inner][vc_column_inner width=\"1/6\"][stm_stats_counter counter_value=\"125\" title=\"Awards winning\"][/vc_column_inner][vc_column_inner width=\"1/6\"][stm_stats_counter counter_value=\"100\" counter_value_suf=\"%\" title=\"Satisfied customers\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1450960276268{margin-bottom: 73px !important;}\"][vc_column][vc_custom_heading text=\"testimonials\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" el_class=\"base_font_color\" css=\".vc_custom_1453275785238{margin-bottom: 76px !important;}\"][stm_testimonials_carousel count=\"6\" per_row=\"2\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Ftestimonials-page%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1450961224119{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_image_carousel grayscale=\"yes\" img_size=\"180x96\" images=\"1021,115,114,113,112,111,110\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg\" css=\".vc_custom_1453381142995{margin-bottom: 42px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1451479401686{margin-bottom: 31px !important;}\"][vc_column][vc_custom_heading text=\"news\" font_container=\"tag:h2|font_size:45px|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1451043728133{margin-bottom: 32px !important;}\"][vc_column][stm_news posts_per_row=\"4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451300723020{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1453109987955{margin-bottom: -60px !important;padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column][stm_gmap map_height=\"447px\" map_zoom=\"11\" disable_mouse_whell=\"disable\"][stm_gmap_address title=\"United Kingdom\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@consultingwp.com\" lat=\"51.507351\" lng=\"-0.127758\"][stm_gmap_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@consultingwp.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_gmap_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@consultingwp.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_gmap_address title=\"Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@consultingwp.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_gmap_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@consultingwp.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_gmap_address title=\"Sales Office\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"sales@consultingwp.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_gmap][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-17 07:23:10','2017-05-17 07:23:10','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1285,1,'2017-05-23 18:52:38','2017-05-23 18:52:38','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495330315357{margin-bottom: 0px !important;padding-top: 30px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Investment?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1495360569552{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495363736541{padding-top: 53px !important;padding-bottom: 30px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Business Concept\" font_container=\"tag:h2|font_size:35px|text_align:left|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495362025940{margin-bottom: 28px !important;}\"][vc_column_text]The Mellanby Trust Company (TMTC) Limited was incorporated in 2013 as a full service Asset Management company involved in providing Investment Advisory and services in Traditional investment markets such as Government securities, Quoted Equities and Real Estate. We have extensive competence in providing investment outlets and advisory in Alternative Investment markets such as Commodities, Entertainment, Currencies, as well as Capital Raising Advisory Services for Commercial Banks, Microfinance Banks, Leasing Companies and start-up SMEs. TMTC operates out of Lagos and is licensed by the Securities & Exchange Commission (SEC) to operate as a Funds/Portfolio Manager.[/vc_column_text][vc_empty_space][vc_btn title=\"About Us\" style=\"flat\" color=\"inverse\" size=\"lg\" align=\"left\" link=\"url:%23|||\"][vc_empty_space][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space][vc_single_image image=\"1547\" img_size=\"full\" alignment=\"center\" css_animation=\"bounceIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495362178806{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #ffffff !important;}\"][vc_column width=\"2/3\"][vc_custom_heading text=\"TMTC Asset Management Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:40px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128115303{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Traditional\" link=\"url:%23|||\"]\n<ul>\n <li>Government Securities</li>\n <li>Quoted Equities</li>\n <li>Real Estate</li>\n</ul>\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Alternative\" link=\"url:%23|||\"]\n<ul>\n <li>Commodities Trading</li>\n <li>Foreign Currency Trading</li>\n</ul>\n[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Advisory Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:45px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128134214{margin-bottom: 28px !important;}\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\n<ul>\n <li>Capital Raising Advisory</li>\n <li>Investment & Financial Asset Management Advisory</li>\n</ul>\n[/stm_icon_box][/vc_column][/vc_row][vc_row css=\".vc_custom_1495055600474{margin-bottom: 37px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495363579802{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"PARTNERS\" font_container=\"tag:h2|text_align:center\" css=\".vc_custom_1495363643060{margin-bottom: 20px !important;}\"][stm_image_carousel grayscale=\"yes\" img_size=\"180x96\" images=\"1021,115,114,113,112,111,110\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg\" css=\".vc_custom_1495054081347{margin-bottom: 0px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495358084771{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\" el_class=\"hide\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-autosave-v1','','','2017-05-23 18:52:38','2017-05-23 18:52:38','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-autosave-v1/',0,'revision','',0),(1286,1,'2017-05-17 19:58:49','2017-05-17 19:58:49','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495005787669{margin-bottom: 0px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1450692516354{margin-bottom: 60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1453273274030{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1450856873482{margin-bottom: 37px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing negotiated/structured funding for Corporations/SME’s under pre-agreed operational conditions.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset class to complement our client investment diversification strategy.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451476985704{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"industries\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" el_class=\"base_font_color\" css=\".vc_custom_1455871682892{margin-bottom: 28px !important;}\"][vc_row_inner css=\".vc_custom_1455871593995{margin-bottom: 30px !important;}\"][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" icon=\"stm-airplane\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Travel and Aviation\r\nConsulting\"]Company that offers design and build services for you from initial sketches to the final production.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" icon=\"stm-graph\" style=\"icon_left\" icon_size=\"22\" icon_width=\"78\" title=\"Business Services\r\nConsulting\"]We consider all the drivers of change - from the ground up and we\'ll motivate and support you to make the change.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" icon=\"stm-cart\" style=\"icon_left\" icon_size=\"22\" icon_width=\"78\" title=\"Consumer Products\r\nConsulting\"]Design repeatable growth models and innovation pipelines that generate new products with higher potential and lower risks of failure.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" icon=\"stm-home\" style=\"icon_left\" icon_size=\"24\" icon_width=\"78\" title=\"Financial Services\r\nConsulting\"]We work buy-side and sell-side and give our clients hard-hitting and objective answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" icon=\"stm-lamp\" style=\"icon_left\" icon_size=\"28\" icon_width=\"78\" title=\"Energy and Environment\r\nConsulting\"]We work across all the major geographies, meaning we understand the underlying drivers in construction markets.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" icon=\"stm-truck\" style=\"icon_left\" icon_size=\"20\" icon_width=\"78\" title=\"Surface Transport &\r\nLogistics Consulting\"]Scheduled transport operations, from broad market trends and strategy to the development of integrated commercial strategies.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay fixed_bg\" css=\".vc_custom_1456226391066{margin-bottom: 53px !important;padding-top: 110px !important;padding-bottom: 81px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=33) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_custom_heading icon=\"stm-check\" icon_size=\"67\" text=\"<mark>Doing the right thing,</mark>\r\nat the right time.\" font_container=\"tag:h4|font_size:45px|text_align:left|color:%23ffffff|line_height:45px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" custom_icon=\"stm-check\" css=\".vc_custom_1453448521712{margin-bottom: 61px !important;}\" el_class=\"no_stripe\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/6\" offset=\"vc_col-lg-offset-1\"][stm_stats_counter counter_value=\"321\" title=\"Cases completed\"][/vc_column_inner][vc_column_inner width=\"1/6\"][stm_stats_counter counter_value=\"27\" title=\"Consultants\"][/vc_column_inner][vc_column_inner width=\"1/6\"][stm_stats_counter counter_value=\"125\" title=\"Awards winning\"][/vc_column_inner][vc_column_inner width=\"1/6\"][stm_stats_counter counter_value=\"100\" counter_value_suf=\"%\" title=\"Satisfied customers\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1450960276268{margin-bottom: 73px !important;}\"][vc_column][vc_custom_heading text=\"testimonials\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" el_class=\"base_font_color\" css=\".vc_custom_1453275785238{margin-bottom: 76px !important;}\"][stm_testimonials_carousel count=\"6\" per_row=\"2\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Ftestimonials-page%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1450961224119{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_image_carousel grayscale=\"yes\" img_size=\"180x96\" images=\"1021,115,114,113,112,111,110\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg\" css=\".vc_custom_1453381142995{margin-bottom: 42px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1451479401686{margin-bottom: 31px !important;}\"][vc_column][vc_custom_heading text=\"news\" font_container=\"tag:h2|font_size:45px|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1451043728133{margin-bottom: 32px !important;}\"][vc_column][stm_news posts_per_row=\"4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451300723020{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1453109987955{margin-bottom: -60px !important;padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column][stm_gmap map_height=\"447px\" map_zoom=\"11\" disable_mouse_whell=\"disable\"][stm_gmap_address title=\"United Kingdom\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@consultingwp.com\" lat=\"51.507351\" lng=\"-0.127758\"][stm_gmap_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@consultingwp.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_gmap_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@consultingwp.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_gmap_address title=\"Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@consultingwp.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_gmap_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@consultingwp.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_gmap_address title=\"Sales Office\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"sales@consultingwp.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_gmap][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-17 19:58:49','2017-05-17 19:58:49','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1287,1,'2017-05-17 20:01:59','2017-05-17 20:01:59','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495005787669{margin-bottom: 0px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1450692516354{margin-bottom: 60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1453273274030{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1450856873482{margin-bottom: 37px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451476985704{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"industries\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" el_class=\"base_font_color\" css=\".vc_custom_1455871682892{margin-bottom: 28px !important;}\"][vc_row_inner css=\".vc_custom_1455871593995{margin-bottom: 30px !important;}\"][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" icon=\"stm-airplane\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Travel and Aviation\r\nConsulting\"]Company that offers design and build services for you from initial sketches to the final production.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" icon=\"stm-graph\" style=\"icon_left\" icon_size=\"22\" icon_width=\"78\" title=\"Business Services\r\nConsulting\"]We consider all the drivers of change - from the ground up and we\'ll motivate and support you to make the change.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" icon=\"stm-cart\" style=\"icon_left\" icon_size=\"22\" icon_width=\"78\" title=\"Consumer Products\r\nConsulting\"]Design repeatable growth models and innovation pipelines that generate new products with higher potential and lower risks of failure.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" icon=\"stm-home\" style=\"icon_left\" icon_size=\"24\" icon_width=\"78\" title=\"Financial Services\r\nConsulting\"]We work buy-side and sell-side and give our clients hard-hitting and objective answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" icon=\"stm-lamp\" style=\"icon_left\" icon_size=\"28\" icon_width=\"78\" title=\"Energy and Environment\r\nConsulting\"]We work across all the major geographies, meaning we understand the underlying drivers in construction markets.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" icon=\"stm-truck\" style=\"icon_left\" icon_size=\"20\" icon_width=\"78\" title=\"Surface Transport &\r\nLogistics Consulting\"]Scheduled transport operations, from broad market trends and strategy to the development of integrated commercial strategies.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay fixed_bg\" css=\".vc_custom_1456226391066{margin-bottom: 53px !important;padding-top: 110px !important;padding-bottom: 81px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=33) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_custom_heading icon=\"stm-check\" icon_size=\"67\" text=\"<mark>Doing the right thing,</mark>\r\nat the right time.\" font_container=\"tag:h4|font_size:45px|text_align:left|color:%23ffffff|line_height:45px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" custom_icon=\"stm-check\" css=\".vc_custom_1453448521712{margin-bottom: 61px !important;}\" el_class=\"no_stripe\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/6\" offset=\"vc_col-lg-offset-1\"][stm_stats_counter counter_value=\"321\" title=\"Cases completed\"][/vc_column_inner][vc_column_inner width=\"1/6\"][stm_stats_counter counter_value=\"27\" title=\"Consultants\"][/vc_column_inner][vc_column_inner width=\"1/6\"][stm_stats_counter counter_value=\"125\" title=\"Awards winning\"][/vc_column_inner][vc_column_inner width=\"1/6\"][stm_stats_counter counter_value=\"100\" counter_value_suf=\"%\" title=\"Satisfied customers\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1450960276268{margin-bottom: 73px !important;}\"][vc_column][vc_custom_heading text=\"testimonials\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" el_class=\"base_font_color\" css=\".vc_custom_1453275785238{margin-bottom: 76px !important;}\"][stm_testimonials_carousel count=\"6\" per_row=\"2\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Ftestimonials-page%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1450961224119{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_image_carousel grayscale=\"yes\" img_size=\"180x96\" images=\"1021,115,114,113,112,111,110\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg\" css=\".vc_custom_1453381142995{margin-bottom: 42px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1451479401686{margin-bottom: 31px !important;}\"][vc_column][vc_custom_heading text=\"news\" font_container=\"tag:h2|font_size:45px|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1451043728133{margin-bottom: 32px !important;}\"][vc_column][stm_news posts_per_row=\"4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451300723020{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1453109987955{margin-bottom: -60px !important;padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column][stm_gmap map_height=\"447px\" map_zoom=\"11\" disable_mouse_whell=\"disable\"][stm_gmap_address title=\"United Kingdom\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@consultingwp.com\" lat=\"51.507351\" lng=\"-0.127758\"][stm_gmap_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@consultingwp.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_gmap_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@consultingwp.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_gmap_address title=\"Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@consultingwp.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_gmap_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@consultingwp.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_gmap_address title=\"Sales Office\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"sales@consultingwp.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_gmap][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-17 20:01:59','2017-05-17 20:01:59','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1288,1,'2017-05-17 20:06:00','2017-05-17 20:06:00','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495005787669{margin-bottom: 0px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1450692516354{margin-bottom: 60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1453273274030{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1450856873482{margin-bottom: 37px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451476985704{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"industries\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" el_class=\"base_font_color\" css=\".vc_custom_1455871682892{margin-bottom: 28px !important;}\"][vc_row_inner css=\".vc_custom_1455871593995{margin-bottom: 30px !important;}\"][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" icon=\"stm-airplane\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Travel and Aviation\r\nConsulting\"]Company that offers design and build services for you from initial sketches to the final production.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box box_style=\"style_2\" hide_title_line=\"hide_title_line\" icon=\"stm-graph\" icon_size=\"22\" title=\"Business Services\r\nConsulting\"]We consider all the drivers of change - from the ground up and we\'ll motivate and support you to make the change.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box box_style=\"style_3\" add_link=\"enable\" icon=\"stm-cart\" icon_size=\"22\" link=\"url:%23|||\"]Design repeatable growth models and innovation pipelines that generate new products with higher potential and lower risks of failure.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" icon=\"stm-home\" style=\"icon_left\" icon_size=\"24\" icon_width=\"78\" title=\"Financial Services\r\nConsulting\"]We work buy-side and sell-side and give our clients hard-hitting and objective answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" icon=\"stm-lamp\" style=\"icon_left\" icon_size=\"28\" icon_width=\"78\" title=\"Energy and Environment\r\nConsulting\"]We work across all the major geographies, meaning we understand the underlying drivers in construction markets.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" icon=\"stm-truck\" style=\"icon_left\" icon_size=\"20\" icon_width=\"78\" title=\"Surface Transport &\r\nLogistics Consulting\"]Scheduled transport operations, from broad market trends and strategy to the development of integrated commercial strategies.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay fixed_bg\" css=\".vc_custom_1456226391066{margin-bottom: 53px !important;padding-top: 110px !important;padding-bottom: 81px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=33) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_custom_heading icon=\"stm-check\" icon_size=\"67\" text=\"<mark>Doing the right thing,</mark>\r\nat the right time.\" font_container=\"tag:h4|font_size:45px|text_align:left|color:%23ffffff|line_height:45px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" custom_icon=\"stm-check\" css=\".vc_custom_1453448521712{margin-bottom: 61px !important;}\" el_class=\"no_stripe\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/6\" offset=\"vc_col-lg-offset-1\"][stm_stats_counter counter_value=\"321\" title=\"Cases completed\"][/vc_column_inner][vc_column_inner width=\"1/6\"][stm_stats_counter counter_value=\"27\" title=\"Consultants\"][/vc_column_inner][vc_column_inner width=\"1/6\"][stm_stats_counter counter_value=\"125\" title=\"Awards winning\"][/vc_column_inner][vc_column_inner width=\"1/6\"][stm_stats_counter counter_value=\"100\" counter_value_suf=\"%\" title=\"Satisfied customers\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1450960276268{margin-bottom: 73px !important;}\"][vc_column][vc_custom_heading text=\"testimonials\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" el_class=\"base_font_color\" css=\".vc_custom_1453275785238{margin-bottom: 76px !important;}\"][stm_testimonials_carousel count=\"6\" per_row=\"2\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Ftestimonials-page%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1450961224119{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_image_carousel grayscale=\"yes\" img_size=\"180x96\" images=\"1021,115,114,113,112,111,110\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg\" css=\".vc_custom_1453381142995{margin-bottom: 42px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1451479401686{margin-bottom: 31px !important;}\"][vc_column][vc_custom_heading text=\"news\" font_container=\"tag:h2|font_size:45px|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1451043728133{margin-bottom: 32px !important;}\"][vc_column][stm_news posts_per_row=\"4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451300723020{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1453109987955{margin-bottom: -60px !important;padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column][stm_gmap map_height=\"447px\" map_zoom=\"11\" disable_mouse_whell=\"disable\"][stm_gmap_address title=\"United Kingdom\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@consultingwp.com\" lat=\"51.507351\" lng=\"-0.127758\"][stm_gmap_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@consultingwp.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_gmap_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@consultingwp.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_gmap_address title=\"Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@consultingwp.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_gmap_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@consultingwp.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_gmap_address title=\"Sales Office\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"sales@consultingwp.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_gmap][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-17 20:06:00','2017-05-17 20:06:00','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1289,1,'2017-05-17 20:08:24','2017-05-17 20:08:24','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495005787669{margin-bottom: 0px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1450692516354{margin-bottom: 60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1453273274030{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1450856873482{margin-bottom: 37px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451476985704{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"industries\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" el_class=\"base_font_color\" css=\".vc_custom_1455871682892{margin-bottom: 28px !important;}\"][vc_row_inner css=\".vc_custom_1455871593995{margin-bottom: 30px !important;}\"][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" icon=\"stm-airplane\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Travel and Aviation\r\nConsulting\"]Company that offers design and build services for you from initial sketches to the final production.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box box_style=\"style_2\" hide_title_line=\"hide_title_line\" add_link=\"enable\" icon=\"stm-graph\" icon_size=\"22\" title=\"Business Services\r\nConsulting\" link=\"url:%23|||\"]We consider all the drivers of change - from the ground up and we\'ll motivate and support you to make the change.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box box_style=\"style_3\" add_link=\"enable\" icon=\"stm-cart\" icon_size=\"22\" link=\"url:%23|||\"]Design repeatable growth models and innovation pipelines that generate new products with higher potential and lower risks of failure.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" icon=\"stm-home\" style=\"icon_left\" icon_size=\"24\" icon_width=\"78\" title=\"Financial Services\r\nConsulting\"]We work buy-side and sell-side and give our clients hard-hitting and objective answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" icon=\"stm-lamp\" style=\"icon_left\" icon_size=\"28\" icon_width=\"78\" title=\"Energy and Environment\r\nConsulting\"]We work across all the major geographies, meaning we understand the underlying drivers in construction markets.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" icon=\"stm-truck\" style=\"icon_left\" icon_size=\"20\" icon_width=\"78\" title=\"Surface Transport &\r\nLogistics Consulting\"]Scheduled transport operations, from broad market trends and strategy to the development of integrated commercial strategies.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay fixed_bg\" css=\".vc_custom_1456226391066{margin-bottom: 53px !important;padding-top: 110px !important;padding-bottom: 81px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=33) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_custom_heading icon=\"stm-check\" icon_size=\"67\" text=\"<mark>Doing the right thing,</mark>\r\nat the right time.\" font_container=\"tag:h4|font_size:45px|text_align:left|color:%23ffffff|line_height:45px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" custom_icon=\"stm-check\" css=\".vc_custom_1453448521712{margin-bottom: 61px !important;}\" el_class=\"no_stripe\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/6\" offset=\"vc_col-lg-offset-1\"][stm_stats_counter counter_value=\"321\" title=\"Cases completed\"][/vc_column_inner][vc_column_inner width=\"1/6\"][stm_stats_counter counter_value=\"27\" title=\"Consultants\"][/vc_column_inner][vc_column_inner width=\"1/6\"][stm_stats_counter counter_value=\"125\" title=\"Awards winning\"][/vc_column_inner][vc_column_inner width=\"1/6\"][stm_stats_counter counter_value=\"100\" counter_value_suf=\"%\" title=\"Satisfied customers\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1450960276268{margin-bottom: 73px !important;}\"][vc_column][vc_custom_heading text=\"testimonials\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" el_class=\"base_font_color\" css=\".vc_custom_1453275785238{margin-bottom: 76px !important;}\"][stm_testimonials_carousel count=\"6\" per_row=\"2\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Ftestimonials-page%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1450961224119{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_image_carousel grayscale=\"yes\" img_size=\"180x96\" images=\"1021,115,114,113,112,111,110\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg\" css=\".vc_custom_1453381142995{margin-bottom: 42px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1451479401686{margin-bottom: 31px !important;}\"][vc_column][vc_custom_heading text=\"news\" font_container=\"tag:h2|font_size:45px|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1451043728133{margin-bottom: 32px !important;}\"][vc_column][stm_news posts_per_row=\"4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451300723020{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1453109987955{margin-bottom: -60px !important;padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column][stm_gmap map_height=\"447px\" map_zoom=\"11\" disable_mouse_whell=\"disable\"][stm_gmap_address title=\"United Kingdom\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@consultingwp.com\" lat=\"51.507351\" lng=\"-0.127758\"][stm_gmap_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@consultingwp.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_gmap_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@consultingwp.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_gmap_address title=\"Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@consultingwp.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_gmap_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@consultingwp.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_gmap_address title=\"Sales Office\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"sales@consultingwp.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_gmap][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-17 20:08:24','2017-05-17 20:08:24','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1290,1,'2017-05-17 20:10:18','2017-05-17 20:10:18','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495005787669{margin-bottom: 0px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1450692516354{margin-bottom: 60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1453273274030{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1450856873482{margin-bottom: 37px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451476985704{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"industries\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" el_class=\"base_font_color\" css=\".vc_custom_1455871682892{margin-bottom: 28px !important;}\"][vc_row_inner css=\".vc_custom_1455871593995{margin-bottom: 30px !important;}\"][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-airplane\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Travel and Aviation\r\nConsulting\" link=\"url:%23|||\"]Company that offers design and build services for you from initial sketches to the final production.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box box_style=\"style_2\" hide_title_line=\"hide_title_line\" add_link=\"enable\" icon=\"stm-graph\" icon_size=\"22\" title=\"Business Services\r\nConsulting\" link=\"url:%23|||\"]We consider all the drivers of change - from the ground up and we\'ll motivate and support you to make the change.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box box_style=\"style_3\" add_link=\"enable\" icon=\"stm-cart\" icon_size=\"22\" link=\"url:%23|||\"]Design repeatable growth models and innovation pipelines that generate new products with higher potential and lower risks of failure.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" icon=\"stm-home\" style=\"icon_left\" icon_size=\"24\" icon_width=\"78\" title=\"Financial Services\r\nConsulting\"]We work buy-side and sell-side and give our clients hard-hitting and objective answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" icon=\"stm-lamp\" style=\"icon_left\" icon_size=\"28\" icon_width=\"78\" title=\"Energy and Environment\r\nConsulting\"]We work across all the major geographies, meaning we understand the underlying drivers in construction markets.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" icon=\"stm-truck\" style=\"icon_left\" icon_size=\"20\" icon_width=\"78\" title=\"Surface Transport &\r\nLogistics Consulting\"]Scheduled transport operations, from broad market trends and strategy to the development of integrated commercial strategies.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay fixed_bg\" css=\".vc_custom_1456226391066{margin-bottom: 53px !important;padding-top: 110px !important;padding-bottom: 81px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=33) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_custom_heading icon=\"stm-check\" icon_size=\"67\" text=\"<mark>Doing the right thing,</mark>\r\nat the right time.\" font_container=\"tag:h4|font_size:45px|text_align:left|color:%23ffffff|line_height:45px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" custom_icon=\"stm-check\" css=\".vc_custom_1453448521712{margin-bottom: 61px !important;}\" el_class=\"no_stripe\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/6\" offset=\"vc_col-lg-offset-1\"][stm_stats_counter counter_value=\"321\" title=\"Cases completed\"][/vc_column_inner][vc_column_inner width=\"1/6\"][stm_stats_counter counter_value=\"27\" title=\"Consultants\"][/vc_column_inner][vc_column_inner width=\"1/6\"][stm_stats_counter counter_value=\"125\" title=\"Awards winning\"][/vc_column_inner][vc_column_inner width=\"1/6\"][stm_stats_counter counter_value=\"100\" counter_value_suf=\"%\" title=\"Satisfied customers\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1450960276268{margin-bottom: 73px !important;}\"][vc_column][vc_custom_heading text=\"testimonials\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" el_class=\"base_font_color\" css=\".vc_custom_1453275785238{margin-bottom: 76px !important;}\"][stm_testimonials_carousel count=\"6\" per_row=\"2\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Ftestimonials-page%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1450961224119{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_image_carousel grayscale=\"yes\" img_size=\"180x96\" images=\"1021,115,114,113,112,111,110\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg\" css=\".vc_custom_1453381142995{margin-bottom: 42px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1451479401686{margin-bottom: 31px !important;}\"][vc_column][vc_custom_heading text=\"news\" font_container=\"tag:h2|font_size:45px|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1451043728133{margin-bottom: 32px !important;}\"][vc_column][stm_news posts_per_row=\"4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451300723020{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1453109987955{margin-bottom: -60px !important;padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column][stm_gmap map_height=\"447px\" map_zoom=\"11\" disable_mouse_whell=\"disable\"][stm_gmap_address title=\"United Kingdom\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@consultingwp.com\" lat=\"51.507351\" lng=\"-0.127758\"][stm_gmap_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@consultingwp.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_gmap_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@consultingwp.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_gmap_address title=\"Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@consultingwp.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_gmap_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@consultingwp.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_gmap_address title=\"Sales Office\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"sales@consultingwp.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_gmap][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-17 20:10:18','2017-05-17 20:10:18','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1291,1,'2017-05-17 20:18:22','2017-05-17 20:18:22','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495005787669{margin-bottom: 0px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1450692516354{margin-bottom: 60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1453273274030{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1450856873482{margin-bottom: 37px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451476985704{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"industries\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" el_class=\"base_font_color\" css=\".vc_custom_1455871682892{margin-bottom: 28px !important;}\"][vc_row_inner css=\".vc_custom_1455871593995{margin-bottom: 30px !important;}\"][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Wealth Advisory practice</li>\r\n <li>Wealth Advisory practice</li>\r\n <li>Wealth Advisory practice</li>\r\n <li>Wealth Advisory practice</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box box_style=\"style_2\" hide_title_line=\"hide_title_line\" add_link=\"enable\" icon=\"stm-graph\" icon_size=\"22\" title=\"Business Services\r\nConsulting\" link=\"url:%23|||\"]We consider all the drivers of change - from the ground up and we\'ll motivate and support you to make the change.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box box_style=\"style_3\" add_link=\"enable\" icon=\"stm-cart\" icon_size=\"22\" link=\"url:%23|||\"]Design repeatable growth models and innovation pipelines that generate new products with higher potential and lower risks of failure.[/stm_icon_box][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" icon=\"stm-home\" style=\"icon_left\" icon_size=\"24\" icon_width=\"78\" title=\"Financial Services\r\nConsulting\"]We work buy-side and sell-side and give our clients hard-hitting and objective answers and focus hard on the best opportunities.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" icon=\"stm-lamp\" style=\"icon_left\" icon_size=\"28\" icon_width=\"78\" title=\"Energy and Environment\r\nConsulting\"]We work across all the major geographies, meaning we understand the underlying drivers in construction markets.[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" icon=\"stm-truck\" style=\"icon_left\" icon_size=\"20\" icon_width=\"78\" title=\"Surface Transport &\r\nLogistics Consulting\"]Scheduled transport operations, from broad market trends and strategy to the development of integrated commercial strategies.[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay fixed_bg\" css=\".vc_custom_1456226391066{margin-bottom: 53px !important;padding-top: 110px !important;padding-bottom: 81px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=33) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_custom_heading icon=\"stm-check\" icon_size=\"67\" text=\"<mark>Doing the right thing,</mark>\r\nat the right time.\" font_container=\"tag:h4|font_size:45px|text_align:left|color:%23ffffff|line_height:45px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" custom_icon=\"stm-check\" css=\".vc_custom_1453448521712{margin-bottom: 61px !important;}\" el_class=\"no_stripe\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/6\" offset=\"vc_col-lg-offset-1\"][stm_stats_counter counter_value=\"321\" title=\"Cases completed\"][/vc_column_inner][vc_column_inner width=\"1/6\"][stm_stats_counter counter_value=\"27\" title=\"Consultants\"][/vc_column_inner][vc_column_inner width=\"1/6\"][stm_stats_counter counter_value=\"125\" title=\"Awards winning\"][/vc_column_inner][vc_column_inner width=\"1/6\"][stm_stats_counter counter_value=\"100\" counter_value_suf=\"%\" title=\"Satisfied customers\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1450960276268{margin-bottom: 73px !important;}\"][vc_column][vc_custom_heading text=\"testimonials\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" el_class=\"base_font_color\" css=\".vc_custom_1453275785238{margin-bottom: 76px !important;}\"][stm_testimonials_carousel count=\"6\" per_row=\"2\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Ftestimonials-page%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1450961224119{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_image_carousel grayscale=\"yes\" img_size=\"180x96\" images=\"1021,115,114,113,112,111,110\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg\" css=\".vc_custom_1453381142995{margin-bottom: 42px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1451479401686{margin-bottom: 31px !important;}\"][vc_column][vc_custom_heading text=\"news\" font_container=\"tag:h2|font_size:45px|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1451043728133{margin-bottom: 32px !important;}\"][vc_column][stm_news posts_per_row=\"4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451300723020{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1453109987955{margin-bottom: -60px !important;padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column][stm_gmap map_height=\"447px\" map_zoom=\"11\" disable_mouse_whell=\"disable\"][stm_gmap_address title=\"United Kingdom\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@consultingwp.com\" lat=\"51.507351\" lng=\"-0.127758\"][stm_gmap_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@consultingwp.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_gmap_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@consultingwp.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_gmap_address title=\"Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@consultingwp.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_gmap_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@consultingwp.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_gmap_address title=\"Sales Office\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"sales@consultingwp.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_gmap][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-17 20:18:22','2017-05-17 20:18:22','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1292,1,'2017-05-17 20:24:23','2017-05-17 20:24:23','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495005787669{margin-bottom: 0px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1450692516354{margin-bottom: 60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1453273274030{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1450856873482{margin-bottom: 37px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451476985704{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"industries\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" el_class=\"base_font_color\" css=\".vc_custom_1455871682892{margin-bottom: 28px !important;}\"][vc_row_inner css=\".vc_custom_1455871593995{margin-bottom: 30px !important;}\"][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Wealth Advisory practice</li>\r\n <li>Real Estate Investments</li>\r\n <li>Collective Investment Schemes</li>\r\n <li>Funds & Portfolio Management</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-graph\" icon_size=\"22\" title=\"Business Services\r\nConsulting\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Equities(Local)</li>\r\n <li>Bonds (Local)</li>\r\n <li>Currencies (International)</li>\r\n <li>Commodities</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"fa fa-briefcase\" icon_size=\"22\" link=\"url:%23|||\" title=\"Investment &\r\nFinancial Advisory\"]Financial Advisory Service[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay fixed_bg\" css=\".vc_custom_1456226391066{margin-bottom: 53px !important;padding-top: 110px !important;padding-bottom: 81px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=33) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_custom_heading icon=\"stm-check\" icon_size=\"67\" text=\"<mark>Doing the right thing,</mark>\r\nat the right time.\" font_container=\"tag:h4|font_size:45px|text_align:left|color:%23ffffff|line_height:45px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" custom_icon=\"stm-check\" css=\".vc_custom_1453448521712{margin-bottom: 61px !important;}\" el_class=\"no_stripe\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/6\" offset=\"vc_col-lg-offset-1\"][stm_stats_counter counter_value=\"321\" title=\"Cases completed\"][/vc_column_inner][vc_column_inner width=\"1/6\"][stm_stats_counter counter_value=\"27\" title=\"Consultants\"][/vc_column_inner][vc_column_inner width=\"1/6\"][stm_stats_counter counter_value=\"125\" title=\"Awards winning\"][/vc_column_inner][vc_column_inner width=\"1/6\"][stm_stats_counter counter_value=\"100\" counter_value_suf=\"%\" title=\"Satisfied customers\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1450960276268{margin-bottom: 73px !important;}\"][vc_column][vc_custom_heading text=\"testimonials\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" el_class=\"base_font_color\" css=\".vc_custom_1453275785238{margin-bottom: 76px !important;}\"][stm_testimonials_carousel count=\"6\" per_row=\"2\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Ftestimonials-page%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1450961224119{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_image_carousel grayscale=\"yes\" img_size=\"180x96\" images=\"1021,115,114,113,112,111,110\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg\" css=\".vc_custom_1453381142995{margin-bottom: 42px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1451479401686{margin-bottom: 31px !important;}\"][vc_column][vc_custom_heading text=\"news\" font_container=\"tag:h2|font_size:45px|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1451043728133{margin-bottom: 32px !important;}\"][vc_column][stm_news posts_per_row=\"4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451300723020{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1453109987955{margin-bottom: -60px !important;padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column][stm_gmap map_height=\"447px\" map_zoom=\"11\" disable_mouse_whell=\"disable\"][stm_gmap_address title=\"United Kingdom\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@consultingwp.com\" lat=\"51.507351\" lng=\"-0.127758\"][stm_gmap_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@consultingwp.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_gmap_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@consultingwp.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_gmap_address title=\"Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@consultingwp.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_gmap_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@consultingwp.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_gmap_address title=\"Sales Office\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"sales@consultingwp.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_gmap][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-17 20:24:23','2017-05-17 20:24:23','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1293,1,'2017-05-17 20:26:27','2017-05-17 20:26:27','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495005787669{margin-bottom: 0px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1450692516354{margin-bottom: 60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1453273274030{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1450856873482{margin-bottom: 37px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451476985704{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"industries\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" el_class=\"base_font_color\" css=\".vc_custom_1455871682892{margin-bottom: 28px !important;}\"][vc_row_inner css=\".vc_custom_1455871593995{margin-bottom: 30px !important;}\"][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Wealth Advisory practice</li>\r\n <li>Real Estate Investments</li>\r\n <li>Collective Investment Schemes</li>\r\n <li>Funds & Portfolio Management</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-graph\" style=\"icon_left\" icon_size=\"22\" title=\"Business Services\r\nConsulting\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Equities(Local)</li>\r\n <li>Bonds (Local)</li>\r\n <li>Currencies (International)</li>\r\n <li>Commodities</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"fa fa-briefcase\" style=\"icon_left\" icon_size=\"22\" link=\"url:%23|||\" title=\"Investment &\r\nFinancial Advisory\"]Financial Advisory Service[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay fixed_bg\" css=\".vc_custom_1456226391066{margin-bottom: 53px !important;padding-top: 110px !important;padding-bottom: 81px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=33) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_custom_heading icon=\"stm-check\" icon_size=\"67\" text=\"<mark>Doing the right thing,</mark>\r\nat the right time.\" font_container=\"tag:h4|font_size:45px|text_align:left|color:%23ffffff|line_height:45px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" custom_icon=\"stm-check\" css=\".vc_custom_1453448521712{margin-bottom: 61px !important;}\" el_class=\"no_stripe\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/6\" offset=\"vc_col-lg-offset-1\"][stm_stats_counter counter_value=\"321\" title=\"Cases completed\"][/vc_column_inner][vc_column_inner width=\"1/6\"][stm_stats_counter counter_value=\"27\" title=\"Consultants\"][/vc_column_inner][vc_column_inner width=\"1/6\"][stm_stats_counter counter_value=\"125\" title=\"Awards winning\"][/vc_column_inner][vc_column_inner width=\"1/6\"][stm_stats_counter counter_value=\"100\" counter_value_suf=\"%\" title=\"Satisfied customers\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1450960276268{margin-bottom: 73px !important;}\"][vc_column][vc_custom_heading text=\"testimonials\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" el_class=\"base_font_color\" css=\".vc_custom_1453275785238{margin-bottom: 76px !important;}\"][stm_testimonials_carousel count=\"6\" per_row=\"2\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Ftestimonials-page%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1450961224119{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_image_carousel grayscale=\"yes\" img_size=\"180x96\" images=\"1021,115,114,113,112,111,110\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg\" css=\".vc_custom_1453381142995{margin-bottom: 42px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1451479401686{margin-bottom: 31px !important;}\"][vc_column][vc_custom_heading text=\"news\" font_container=\"tag:h2|font_size:45px|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1451043728133{margin-bottom: 32px !important;}\"][vc_column][stm_news posts_per_row=\"4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451300723020{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1453109987955{margin-bottom: -60px !important;padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column][stm_gmap map_height=\"447px\" map_zoom=\"11\" disable_mouse_whell=\"disable\"][stm_gmap_address title=\"United Kingdom\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@consultingwp.com\" lat=\"51.507351\" lng=\"-0.127758\"][stm_gmap_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@consultingwp.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_gmap_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@consultingwp.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_gmap_address title=\"Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@consultingwp.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_gmap_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@consultingwp.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_gmap_address title=\"Sales Office\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"sales@consultingwp.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_gmap][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-17 20:26:27','2017-05-17 20:26:27','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1294,1,'2017-05-17 20:27:51','2017-05-17 20:27:51','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495005787669{margin-bottom: 0px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1450692516354{margin-bottom: 60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1453273274030{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1450856873482{margin-bottom: 37px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451476985704{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"industries\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" el_class=\"base_font_color\" css=\".vc_custom_1455871682892{margin-bottom: 28px !important;}\"][vc_row_inner css=\".vc_custom_1455871593995{margin-bottom: 30px !important;}\"][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Wealth Advisory practice</li>\r\n <li>Real Estate Investments</li>\r\n <li>Collective Investment Schemes</li>\r\n <li>Funds & Portfolio Management</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-graph\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Business Services\r\nConsulting\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Equities(Local)</li>\r\n <li>Bonds (Local)</li>\r\n <li>Currencies (International)</li>\r\n <li>Commodities</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"fa fa-briefcase\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" link=\"url:%23|||\" title=\"Investment &\r\nFinancial Advisory\"]Financial Advisory Service[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay fixed_bg\" css=\".vc_custom_1456226391066{margin-bottom: 53px !important;padding-top: 110px !important;padding-bottom: 81px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=33) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner][vc_column_inner][vc_custom_heading icon=\"stm-check\" icon_size=\"67\" text=\"<mark>Doing the right thing,</mark>\r\nat the right time.\" font_container=\"tag:h4|font_size:45px|text_align:left|color:%23ffffff|line_height:45px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" custom_icon=\"stm-check\" css=\".vc_custom_1453448521712{margin-bottom: 61px !important;}\" el_class=\"no_stripe\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/6\" offset=\"vc_col-lg-offset-1\"][stm_stats_counter counter_value=\"321\" title=\"Cases completed\"][/vc_column_inner][vc_column_inner width=\"1/6\"][stm_stats_counter counter_value=\"27\" title=\"Consultants\"][/vc_column_inner][vc_column_inner width=\"1/6\"][stm_stats_counter counter_value=\"125\" title=\"Awards winning\"][/vc_column_inner][vc_column_inner width=\"1/6\"][stm_stats_counter counter_value=\"100\" counter_value_suf=\"%\" title=\"Satisfied customers\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1450960276268{margin-bottom: 73px !important;}\"][vc_column][vc_custom_heading text=\"testimonials\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" el_class=\"base_font_color\" css=\".vc_custom_1453275785238{margin-bottom: 76px !important;}\"][stm_testimonials_carousel count=\"6\" per_row=\"2\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Ftestimonials-page%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1450961224119{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_image_carousel grayscale=\"yes\" img_size=\"180x96\" images=\"1021,115,114,113,112,111,110\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg\" css=\".vc_custom_1453381142995{margin-bottom: 42px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1451479401686{margin-bottom: 31px !important;}\"][vc_column][vc_custom_heading text=\"news\" font_container=\"tag:h2|font_size:45px|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1451043728133{margin-bottom: 32px !important;}\"][vc_column][stm_news posts_per_row=\"4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451300723020{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1453109987955{margin-bottom: -60px !important;padding-top: 0px !important;padding-bottom: 0px !important;}\"][vc_column][stm_gmap map_height=\"447px\" map_zoom=\"11\" disable_mouse_whell=\"disable\"][stm_gmap_address title=\"United Kingdom\" address=\"14 Tottenham Road, N1 4EP, London, United Kingdom\" phone=\"+1 212-226-3126\" email=\"head@consultingwp.com\" lat=\"51.507351\" lng=\"-0.127758\"][stm_gmap_address title=\"Germany\" address=\"148 Commercity Isola Road, M1 R43 Berlin, Germany\" phone=\"+3 864-784-4848\" email=\"satellite@consultingwp.com\" lat=\"52.520007\" lng=\"13.404954\"][stm_gmap_address title=\"Spain\" address=\"10 Via Della Consordia Road, S3 7ME Madrid, Spain\" phone=\"+1 212-226-3126\" email=\"palmagency@consultingwp.com\" lat=\"40.416775\" lng=\"-3.703790\"][stm_gmap_address title=\"Head Quarter\" address=\"14 Mao Road, N1 4EP, Los Angelos, USA\" phone=\"+1 212-226-3126\" email=\"head@consultingwp.com\" lat=\"34.052234\" lng=\"-118.243685\"][stm_gmap_address title=\"United States\" address=\"148 Commercity Isola Road, M1 R43 New York, USA\" phone=\"+3 864-784-4848\" email=\"satellite@consultingwp.com\" lat=\"40.712784\" lng=\"-74.005941\"][stm_gmap_address title=\"Sales Office\" address=\"10 Via Della Consordia Road, S3 7ME Miami, USA\" phone=\"+1 212-226-3126\" email=\"sales@consultingwp.com\" lat=\"25.761680\" lng=\"-80.191790\"][/stm_gmap][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-17 20:27:51','2017-05-17 20:27:51','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1296,1,'2017-05-17 20:33:10','2017-05-17 20:33:10','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495005787669{margin-bottom: 0px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1450692516354{margin-bottom: 60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1453273274030{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1450856873482{margin-bottom: 37px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451476985704{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"industries\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" el_class=\"base_font_color\" css=\".vc_custom_1455871682892{margin-bottom: 28px !important;}\"][vc_row_inner css=\".vc_custom_1455871593995{margin-bottom: 30px !important;}\"][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Wealth Advisory practice</li>\r\n <li>Real Estate Investments</li>\r\n <li>Collective Investment Schemes</li>\r\n <li>Funds & Portfolio Management</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-graph\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Business Services\r\nConsulting\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Equities(Local)</li>\r\n <li>Bonds (Local)</li>\r\n <li>Currencies (International)</li>\r\n <li>Commodities</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"fa fa-briefcase\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" link=\"url:%23|||\" title=\"Investment &\r\nFinancial Advisory\"]Financial Advisory Service[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1450961224119{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_image_carousel grayscale=\"yes\" img_size=\"180x96\" images=\"1021,115,114,113,112,111,110\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg\" css=\".vc_custom_1453381142995{margin-bottom: 42px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451300723020{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-17 20:33:10','2017-05-17 20:33:10','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1297,1,'2017-05-17 20:34:16','2017-05-17 20:34:16','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495005787669{margin-bottom: 0px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1450692516354{margin-bottom: 60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1453273274030{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1450856873482{margin-bottom: 37px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451476985704{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"industries\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" el_class=\"base_font_color\" css=\".vc_custom_1455871682892{margin-bottom: 28px !important;}\"][vc_row_inner css=\".vc_custom_1455871593995{margin-bottom: 30px !important;}\"][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Wealth Advisory practice</li>\r\n <li>Real Estate Investments</li>\r\n <li>Collective Investment Schemes</li>\r\n <li>Funds & Portfolio Management</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-graph\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Business Services\r\nConsulting\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Equities(Local)</li>\r\n <li>Bonds (Local)</li>\r\n <li>Currencies (International)</li>\r\n <li>Commodities</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"fa fa-briefcase\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" link=\"url:%23|||\" title=\"Investment &\r\nFinancial Advisory\"]Financial Advisory Service[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1450961224119{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #f2f2f2 !important;}\"][vc_column][stm_image_carousel grayscale=\"yes\" img_size=\"180x96\" images=\"1021,115,114,113,112,111,110\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg\" css=\".vc_custom_1495053253360{margin-bottom: 12px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451300723020{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-17 20:34:16','2017-05-17 20:34:16','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1298,1,'2017-05-17 20:35:11','2017-05-17 20:35:11','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495005787669{margin-bottom: 0px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1450692516354{margin-bottom: 60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1453273274030{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1450856873482{margin-bottom: 37px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451476985704{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"industries\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" el_class=\"base_font_color\" css=\".vc_custom_1455871682892{margin-bottom: 28px !important;}\"][vc_row_inner css=\".vc_custom_1455871593995{margin-bottom: 30px !important;}\"][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Wealth Advisory practice</li>\r\n <li>Real Estate Investments</li>\r\n <li>Collective Investment Schemes</li>\r\n <li>Funds & Portfolio Management</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-graph\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Business Services\r\nConsulting\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Equities(Local)</li>\r\n <li>Bonds (Local)</li>\r\n <li>Currencies (International)</li>\r\n <li>Commodities</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"fa fa-briefcase\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" link=\"url:%23|||\" title=\"Investment &\r\nFinancial Advisory\"]Financial Advisory Service[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495053307320{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #ffffff !important;}\"][vc_column][stm_image_carousel grayscale=\"yes\" img_size=\"180x96\" images=\"1021,115,114,113,112,111,110\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg\" css=\".vc_custom_1495053253360{margin-bottom: 12px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451300723020{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-17 20:35:11','2017-05-17 20:35:11','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1299,1,'2017-05-17 20:36:44','2017-05-17 20:36:44','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495005787669{margin-bottom: 0px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1450692516354{margin-bottom: 60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1453273274030{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1450856873482{margin-bottom: 37px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451476985704{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"Products and Services\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495053401924{margin-bottom: 28px !important;}\" subtitle=\"Fundamental products and services of the company’s business motif include\"][vc_row_inner css=\".vc_custom_1455871593995{margin-bottom: 30px !important;}\"][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Wealth Advisory practice</li>\r\n <li>Real Estate Investments</li>\r\n <li>Collective Investment Schemes</li>\r\n <li>Funds & Portfolio Management</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-graph\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Business Services\r\nConsulting\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Equities(Local)</li>\r\n <li>Bonds (Local)</li>\r\n <li>Currencies (International)</li>\r\n <li>Commodities</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"fa fa-briefcase\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" link=\"url:%23|||\" title=\"Investment &\r\nFinancial Advisory\"]Financial Advisory Service[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495053307320{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #ffffff !important;}\"][vc_column][stm_image_carousel grayscale=\"yes\" img_size=\"180x96\" images=\"1021,115,114,113,112,111,110\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg\" css=\".vc_custom_1495053253360{margin-bottom: 12px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451300723020{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-17 20:36:44','2017-05-17 20:36:44','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1300,1,'2017-05-17 20:38:45','2017-05-17 20:38:45','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495005787669{margin-bottom: 0px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1450692516354{margin-bottom: 60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1453273274030{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1450856873482{margin-bottom: 37px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451476985704{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"Products and Services\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_colord\" css=\".vc_custom_1495053521832{margin-bottom: 28px !important;}\" subtitle=\"Fundamental products and services of the company’s business motif include\"][vc_row_inner css=\".vc_custom_1455871593995{margin-bottom: 30px !important;}\"][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Wealth Advisory practice</li>\r\n <li>Real Estate Investments</li>\r\n <li>Collective Investment Schemes</li>\r\n <li>Funds & Portfolio Management</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-graph\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Business Services\r\nConsulting\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Equities(Local)</li>\r\n <li>Bonds (Local)</li>\r\n <li>Currencies (International)</li>\r\n <li>Commodities</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"fa fa-briefcase\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" link=\"url:%23|||\" title=\"Investment &\r\nFinancial Advisory\"]Financial Advisory Service[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495053307320{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #ffffff !important;}\"][vc_column][stm_image_carousel grayscale=\"yes\" img_size=\"180x96\" images=\"1021,115,114,113,112,111,110\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg\" css=\".vc_custom_1495053253360{margin-bottom: 12px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451300723020{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-17 20:38:45','2017-05-17 20:38:45','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1301,1,'2017-05-17 20:40:05','2017-05-17 20:40:05','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495005787669{margin-bottom: 0px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1450692516354{margin-bottom: 60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1453273274030{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1450856873482{margin-bottom: 37px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451476985704{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"Products and Services\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495053601685{margin-bottom: 28px !important;}\" subtitle=\"Fundamental products and services of the company’s business motif include\"][vc_row_inner css=\".vc_custom_1455871593995{margin-bottom: 30px !important;}\"][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Wealth Advisory practice</li>\r\n <li>Real Estate Investments</li>\r\n <li>Collective Investment Schemes</li>\r\n <li>Funds & Portfolio Management</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-graph\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Business Services\r\nConsulting\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Equities(Local)</li>\r\n <li>Bonds (Local)</li>\r\n <li>Currencies (International)</li>\r\n <li>Commodities</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"fa fa-briefcase\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" link=\"url:%23|||\" title=\"Investment &\r\nFinancial Advisory\"]Financial Advisory Service[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495053307320{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #ffffff !important;}\"][vc_column][stm_image_carousel grayscale=\"yes\" img_size=\"180x96\" images=\"1021,115,114,113,112,111,110\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg\" css=\".vc_custom_1495053253360{margin-bottom: 12px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451300723020{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-17 20:40:05','2017-05-17 20:40:05','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1302,1,'2017-05-17 20:48:13','2017-05-17 20:48:13','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495005787669{margin-bottom: 0px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1450692516354{margin-bottom: 60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1453273274030{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1450856873482{margin-bottom: 37px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451476985704{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"Products and Services\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495053601685{margin-bottom: 28px !important;}\" subtitle=\"Fundamental products and services of the company’s business motif include\"][vc_row_inner css=\".vc_custom_1455871593995{margin-bottom: 30px !important;}\"][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Wealth Advisory practice</li>\r\n <li>Real Estate Investments</li>\r\n <li>Collective Investment Schemes</li>\r\n <li>Funds & Portfolio Management</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-graph\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Business Services\r\nConsulting\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Equities(Local)</li>\r\n <li>Bonds (Local)</li>\r\n <li>Currencies (International)</li>\r\n <li>Commodities</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"fa fa-briefcase\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" link=\"url:%23|||\" title=\"Investment &\r\nFinancial Advisory\"]Financial Advisory Service[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495053307320{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #ffffff !important;}\"][vc_column][stm_image_carousel grayscale=\"yes\" img_size=\"180x96\" images=\"1021,115,114,113,112,111,110\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg\" css=\".vc_custom_1495054081347{margin-bottom: 0px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451300723020{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-17 20:48:13','2017-05-17 20:48:13','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1303,1,'2017-05-17 20:57:03','2017-05-17 20:57:03','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495005787669{margin-bottom: 0px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1450692516354{margin-bottom: 60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1453273274030{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Business Concept\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495054619398{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text]The Mellanby Trust Company Limited is in the business of creating wealth for its numerous clients by pooling together the resources of different shades of investors under a professionally controlled management with the aim of creating, preserving and propagating wealth. The business model focuses on channeling investment funds into Sovereign and Corporate Debt securities as well as the creation of specialist products designed for funding business growth all with the primary minimum benchmark of exceeding year -on-year inflationary trends.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1450856873482{margin-bottom: 37px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451476985704{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"Products and Services\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495053601685{margin-bottom: 28px !important;}\" subtitle=\"Fundamental products and services of the company’s business motif include\"][vc_row_inner css=\".vc_custom_1455871593995{margin-bottom: 30px !important;}\"][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Wealth Advisory practice</li>\r\n <li>Real Estate Investments</li>\r\n <li>Collective Investment Schemes</li>\r\n <li>Funds & Portfolio Management</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-graph\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Business Services\r\nConsulting\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Equities(Local)</li>\r\n <li>Bonds (Local)</li>\r\n <li>Currencies (International)</li>\r\n <li>Commodities</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"fa fa-briefcase\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" link=\"url:%23|||\" title=\"Investment &\r\nFinancial Advisory\"]Financial Advisory Service[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495053307320{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #ffffff !important;}\"][vc_column][stm_image_carousel grayscale=\"yes\" img_size=\"180x96\" images=\"1021,115,114,113,112,111,110\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg\" css=\".vc_custom_1495054081347{margin-bottom: 0px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451300723020{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-17 20:57:03','2017-05-17 20:57:03','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1304,1,'2017-05-17 20:58:24','2017-05-17 20:58:24','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495005787669{margin-bottom: 0px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1450692516354{margin-bottom: 60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1453273274030{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1495054701840{padding-top: 53px !important;padding-bottom: 70px !important;}\"][vc_column][vc_custom_heading text=\"Business Concept\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495054619398{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text]The Mellanby Trust Company Limited is in the business of creating wealth for its numerous clients by pooling together the resources of different shades of investors under a professionally controlled management with the aim of creating, preserving and propagating wealth. The business model focuses on channeling investment funds into Sovereign and Corporate Debt securities as well as the creation of specialist products designed for funding business growth all with the primary minimum benchmark of exceeding year -on-year inflationary trends.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1450856873482{margin-bottom: 37px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451476985704{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"Products and Services\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495053601685{margin-bottom: 28px !important;}\" subtitle=\"Fundamental products and services of the company’s business motif include\"][vc_row_inner css=\".vc_custom_1455871593995{margin-bottom: 30px !important;}\"][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Wealth Advisory practice</li>\r\n <li>Real Estate Investments</li>\r\n <li>Collective Investment Schemes</li>\r\n <li>Funds & Portfolio Management</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-graph\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Business Services\r\nConsulting\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Equities(Local)</li>\r\n <li>Bonds (Local)</li>\r\n <li>Currencies (International)</li>\r\n <li>Commodities</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"fa fa-briefcase\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" link=\"url:%23|||\" title=\"Investment &\r\nFinancial Advisory\"]Financial Advisory Service[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495053307320{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #ffffff !important;}\"][vc_column][stm_image_carousel grayscale=\"yes\" img_size=\"180x96\" images=\"1021,115,114,113,112,111,110\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg\" css=\".vc_custom_1495054081347{margin-bottom: 0px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451300723020{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-17 20:58:24','2017-05-17 20:58:24','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1305,1,'2017-05-17 21:08:27','2017-05-17 21:08:27','','trading','','inherit','open','closed','','trading','','','2017-05-17 21:08:27','2017-05-17 21:08:27','',1024,'http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/trading.jpg',0,'attachment','image/jpeg',0),(1306,1,'2017-05-17 21:11:05','2017-05-17 21:11:05','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495005787669{margin-bottom: 0px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1450692516354{margin-bottom: 60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1453273274030{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1495054701840{padding-top: 53px !important;padding-bottom: 70px !important;}\"][vc_column][vc_custom_heading text=\"Business Concept\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495054619398{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text]The Mellanby Trust Company Limited is in the business of creating wealth for its numerous clients by pooling together the resources of different shades of investors under a professionally controlled management with the aim of creating, preserving and propagating wealth. The business model focuses on channeling investment funds into Sovereign and Corporate Debt securities as well as the creation of specialist products designed for funding business growth all with the primary minimum benchmark of exceeding year -on-year inflationary trends.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"1305\" img_size=\"full\" alignment=\"center\" css_animation=\"bounceIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1450856873482{margin-bottom: 37px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451476985704{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"Products and Services\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495053601685{margin-bottom: 28px !important;}\" subtitle=\"Fundamental products and services of the company’s business motif include\"][vc_row_inner css=\".vc_custom_1455871593995{margin-bottom: 30px !important;}\"][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Wealth Advisory practice</li>\r\n <li>Real Estate Investments</li>\r\n <li>Collective Investment Schemes</li>\r\n <li>Funds & Portfolio Management</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-graph\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Business Services\r\nConsulting\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Equities(Local)</li>\r\n <li>Bonds (Local)</li>\r\n <li>Currencies (International)</li>\r\n <li>Commodities</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"fa fa-briefcase\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" link=\"url:%23|||\" title=\"Investment &\r\nFinancial Advisory\"]Financial Advisory Service[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495053307320{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #ffffff !important;}\"][vc_column][stm_image_carousel grayscale=\"yes\" img_size=\"180x96\" images=\"1021,115,114,113,112,111,110\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg\" css=\".vc_custom_1495054081347{margin-bottom: 0px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451300723020{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-17 21:11:05','2017-05-17 21:11:05','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1307,1,'2017-05-17 21:11:49','2017-05-17 21:11:49','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495005787669{margin-bottom: 0px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1450692516354{margin-bottom: 60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1453273274030{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row css=\".vc_custom_1495055506735{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"Business Concept\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495054619398{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text]The Mellanby Trust Company Limited is in the business of creating wealth for its numerous clients by pooling together the resources of different shades of investors under a professionally controlled management with the aim of creating, preserving and propagating wealth. The business model focuses on channeling investment funds into Sovereign and Corporate Debt securities as well as the creation of specialist products designed for funding business growth all with the primary minimum benchmark of exceeding year -on-year inflationary trends.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"1305\" img_size=\"full\" alignment=\"center\" css_animation=\"bounceIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1450856873482{margin-bottom: 37px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451476985704{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"Products and Services\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495053601685{margin-bottom: 28px !important;}\" subtitle=\"Fundamental products and services of the company’s business motif include\"][vc_row_inner css=\".vc_custom_1455871593995{margin-bottom: 30px !important;}\"][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Wealth Advisory practice</li>\r\n <li>Real Estate Investments</li>\r\n <li>Collective Investment Schemes</li>\r\n <li>Funds & Portfolio Management</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-graph\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Business Services\r\nConsulting\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Equities(Local)</li>\r\n <li>Bonds (Local)</li>\r\n <li>Currencies (International)</li>\r\n <li>Commodities</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"fa fa-briefcase\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" link=\"url:%23|||\" title=\"Investment &\r\nFinancial Advisory\"]Financial Advisory Service[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495053307320{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #ffffff !important;}\"][vc_column][stm_image_carousel grayscale=\"yes\" img_size=\"180x96\" images=\"1021,115,114,113,112,111,110\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg\" css=\".vc_custom_1495054081347{margin-bottom: 0px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451300723020{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-17 21:11:49','2017-05-17 21:11:49','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1308,1,'2017-05-17 21:12:38','2017-05-17 21:12:38','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495005787669{margin-bottom: 0px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1450692516354{margin-bottom: 60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1453273274030{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495055555166{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"Business Concept\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495054619398{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text]The Mellanby Trust Company Limited is in the business of creating wealth for its numerous clients by pooling together the resources of different shades of investors under a professionally controlled management with the aim of creating, preserving and propagating wealth. The business model focuses on channeling investment funds into Sovereign and Corporate Debt securities as well as the creation of specialist products designed for funding business growth all with the primary minimum benchmark of exceeding year -on-year inflationary trends.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"1305\" img_size=\"full\" alignment=\"center\" css_animation=\"bounceIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1450856873482{margin-bottom: 37px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451476985704{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"Products and Services\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495053601685{margin-bottom: 28px !important;}\" subtitle=\"Fundamental products and services of the company’s business motif include\"][vc_row_inner css=\".vc_custom_1455871593995{margin-bottom: 30px !important;}\"][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Wealth Advisory practice</li>\r\n <li>Real Estate Investments</li>\r\n <li>Collective Investment Schemes</li>\r\n <li>Funds & Portfolio Management</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-graph\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Business Services\r\nConsulting\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Equities(Local)</li>\r\n <li>Bonds (Local)</li>\r\n <li>Currencies (International)</li>\r\n <li>Commodities</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"fa fa-briefcase\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" link=\"url:%23|||\" title=\"Investment &\r\nFinancial Advisory\"]Financial Advisory Service[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495053307320{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #ffffff !important;}\"][vc_column][stm_image_carousel grayscale=\"yes\" img_size=\"180x96\" images=\"1021,115,114,113,112,111,110\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg\" css=\".vc_custom_1495054081347{margin-bottom: 0px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451300723020{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-17 21:12:38','2017-05-17 21:12:38','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1309,1,'2017-05-17 21:13:26','2017-05-17 21:13:26','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495005787669{margin-bottom: 0px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1450692516354{margin-bottom: 60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1453273274030{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495055555166{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"Business Concept\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495054619398{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text]The Mellanby Trust Company Limited is in the business of creating wealth for its numerous clients by pooling together the resources of different shades of investors under a professionally controlled management with the aim of creating, preserving and propagating wealth. The business model focuses on channeling investment funds into Sovereign and Corporate Debt securities as well as the creation of specialist products designed for funding business growth all with the primary minimum benchmark of exceeding year -on-year inflationary trends.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"1305\" img_size=\"full\" alignment=\"center\" css_animation=\"bounceIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1495055600474{margin-bottom: 37px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451476985704{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"Products and Services\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495053601685{margin-bottom: 28px !important;}\" subtitle=\"Fundamental products and services of the company’s business motif include\"][vc_row_inner css=\".vc_custom_1455871593995{margin-bottom: 30px !important;}\"][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Wealth Advisory practice</li>\r\n <li>Real Estate Investments</li>\r\n <li>Collective Investment Schemes</li>\r\n <li>Funds & Portfolio Management</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-graph\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Business Services\r\nConsulting\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Equities(Local)</li>\r\n <li>Bonds (Local)</li>\r\n <li>Currencies (International)</li>\r\n <li>Commodities</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"fa fa-briefcase\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" link=\"url:%23|||\" title=\"Investment &\r\nFinancial Advisory\"]Financial Advisory Service[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495053307320{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #ffffff !important;}\"][vc_column][stm_image_carousel grayscale=\"yes\" img_size=\"180x96\" images=\"1021,115,114,113,112,111,110\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg\" css=\".vc_custom_1495054081347{margin-bottom: 0px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451300723020{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-17 21:13:26','2017-05-17 21:13:26','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1310,1,'2017-05-18 17:13:51','2017-05-18 17:13:51','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495005787669{margin-bottom: 0px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1450692516354{margin-bottom: 60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1453273274030{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495055555166{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"Business Concept\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495054619398{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text]The Mellanby Trust Company Limited is in the business of creating wealth for its numerous clients by pooling together the resources of different shades of investors under a professionally controlled management with the aim of creating, preserving and propagating wealth. The business model focuses on channeling investment funds into Sovereign and Corporate Debt securities as well as the creation of specialist products designed for funding business growth all with the primary minimum benchmark of exceeding year -on-year inflationary trends.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"1305\" img_size=\"full\" alignment=\"center\" css_animation=\"bounceIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1495055600474{margin-bottom: 37px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451476985704{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"Products and Services\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495053601685{margin-bottom: 28px !important;}\" subtitle=\"Fundamental products and services of the company’s business motif include\"][vc_row_inner css=\".vc_custom_1455871593995{margin-bottom: 30px !important;}\"][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Wealth Advisory practice</li>\r\n <li>Real Estate Investments</li>\r\n <li>Collective Investment Schemes</li>\r\n <li>Funds & Portfolio Management</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-graph\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Business Services\r\nConsulting\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Equities(Local)</li>\r\n <li>Bonds (Local)</li>\r\n <li>Currencies (International)</li>\r\n <li>Commodities</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"fa fa-briefcase\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" link=\"url:%23|||\" title=\"Investment &\r\nFinancial Advisory\"]Financial Advisory Service[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Wealth Advisory practice</li>\r\n <li>Real Estate Investments</li>\r\n <li>Collective Investment Schemes</li>\r\n <li>Funds & Portfolio Management</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Wealth Advisory practice</li>\r\n <li>Real Estate Investments</li>\r\n <li>Collective Investment Schemes</li>\r\n <li>Funds & Portfolio Management</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Wealth Advisory practice</li>\r\n <li>Real Estate Investments</li>\r\n <li>Collective Investment Schemes</li>\r\n <li>Funds & Portfolio Management</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495053307320{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #ffffff !important;}\"][vc_column][stm_image_carousel grayscale=\"yes\" img_size=\"180x96\" images=\"1021,115,114,113,112,111,110\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg\" css=\".vc_custom_1495054081347{margin-bottom: 0px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451300723020{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-18 17:13:51','2017-05-18 17:13:51','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1311,1,'2017-05-18 17:16:33','2017-05-18 17:16:33','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495005787669{margin-bottom: 0px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1450692516354{margin-bottom: 60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1453273274030{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495055555166{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"Business Concept\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495054619398{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text]The Mellanby Trust Company Limited is in the business of creating wealth for its numerous clients by pooling together the resources of different shades of investors under a professionally controlled management with the aim of creating, preserving and propagating wealth. The business model focuses on channeling investment funds into Sovereign and Corporate Debt securities as well as the creation of specialist products designed for funding business growth all with the primary minimum benchmark of exceeding year -on-year inflationary trends.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"1305\" img_size=\"full\" alignment=\"center\" css_animation=\"bounceIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1495055600474{margin-bottom: 37px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451476985704{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"Products and Services\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495053601685{margin-bottom: 28px !important;}\" subtitle=\"Fundamental products and services of the company’s business motif include\"][vc_row_inner css=\".vc_custom_1455871593995{margin-bottom: 30px !important;}\"][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Wealth Advisory practice</li>\r\n <li>Real Estate Investments</li>\r\n <li>Collective Investment Schemes</li>\r\n <li>Funds & Portfolio Management</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-graph\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Business Services\r\nConsulting\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Equities(Local)</li>\r\n <li>Bonds (Local)</li>\r\n <li>Currencies (International)</li>\r\n <li>Commodities</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"fa fa-briefcase\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" link=\"url:%23|||\" title=\"Investment &\r\nFinancial Advisory\"]Financial Advisory Service[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\"][vc_custom_heading text=\"Alternative Asset Management\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495127759988{margin-bottom: 28px !important;}\" subtitle=\"Fundamental products and services of the company’s business motif include\"][vc_row_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Wealth Advisory practice</li>\r\n <li>Real Estate Investments</li>\r\n <li>Collective Investment Schemes</li>\r\n <li>Funds & Portfolio Management</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Wealth Advisory practice</li>\r\n <li>Real Estate Investments</li>\r\n <li>Collective Investment Schemes</li>\r\n <li>Funds & Portfolio Management</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Advisory Services\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495127787889{margin-bottom: 28px !important;}\" subtitle=\"Fundamental products and services of the company’s business motif include\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Wealth Advisory practice</li>\r\n <li>Real Estate Investments</li>\r\n <li>Collective Investment Schemes</li>\r\n <li>Funds & Portfolio Management</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495053307320{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #ffffff !important;}\"][vc_column][stm_image_carousel grayscale=\"yes\" img_size=\"180x96\" images=\"1021,115,114,113,112,111,110\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg\" css=\".vc_custom_1495054081347{margin-bottom: 0px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451300723020{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-18 17:16:33','2017-05-18 17:16:33','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1312,1,'2017-05-18 17:17:51','2017-05-18 17:17:51','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495005787669{margin-bottom: 0px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1450692516354{margin-bottom: 60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1453273274030{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495055555166{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"Business Concept\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495054619398{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text]The Mellanby Trust Company Limited is in the business of creating wealth for its numerous clients by pooling together the resources of different shades of investors under a professionally controlled management with the aim of creating, preserving and propagating wealth. The business model focuses on channeling investment funds into Sovereign and Corporate Debt securities as well as the creation of specialist products designed for funding business growth all with the primary minimum benchmark of exceeding year -on-year inflationary trends.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"1305\" img_size=\"full\" alignment=\"center\" css_animation=\"bounceIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1495055600474{margin-bottom: 37px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451476985704{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"Products and Services\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495053601685{margin-bottom: 28px !important;}\" subtitle=\"Fundamental products and services of the company’s business motif include\"][vc_row_inner css=\".vc_custom_1455871593995{margin-bottom: 30px !important;}\"][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Wealth Advisory practice</li>\r\n <li>Real Estate Investments</li>\r\n <li>Collective Investment Schemes</li>\r\n <li>Funds & Portfolio Management</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-graph\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Business Services\r\nConsulting\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Equities(Local)</li>\r\n <li>Bonds (Local)</li>\r\n <li>Currencies (International)</li>\r\n <li>Commodities</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"fa fa-briefcase\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" link=\"url:%23|||\" title=\"Investment &\r\nFinancial Advisory\"]Financial Advisory Service[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\"][vc_custom_heading text=\"Alternative Asset Management\" font_container=\"tag:div|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495127867540{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Wealth Advisory practice</li>\r\n <li>Real Estate Investments</li>\r\n <li>Collective Investment Schemes</li>\r\n <li>Funds & Portfolio Management</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Wealth Advisory practice</li>\r\n <li>Real Estate Investments</li>\r\n <li>Collective Investment Schemes</li>\r\n <li>Funds & Portfolio Management</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Advisory Services\" font_container=\"tag:div|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495127850898{margin-bottom: 28px !important;}\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Wealth Advisory practice</li>\r\n <li>Real Estate Investments</li>\r\n <li>Collective Investment Schemes</li>\r\n <li>Funds & Portfolio Management</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495053307320{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #ffffff !important;}\"][vc_column][stm_image_carousel grayscale=\"yes\" img_size=\"180x96\" images=\"1021,115,114,113,112,111,110\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg\" css=\".vc_custom_1495054081347{margin-bottom: 0px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451300723020{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-18 17:17:51','2017-05-18 17:17:51','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1313,1,'2017-05-18 17:22:24','2017-05-18 17:22:24','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495005787669{margin-bottom: 0px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1450692516354{margin-bottom: 60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1453273274030{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495055555166{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"Business Concept\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495054619398{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text]The Mellanby Trust Company Limited is in the business of creating wealth for its numerous clients by pooling together the resources of different shades of investors under a professionally controlled management with the aim of creating, preserving and propagating wealth. The business model focuses on channeling investment funds into Sovereign and Corporate Debt securities as well as the creation of specialist products designed for funding business growth all with the primary minimum benchmark of exceeding year -on-year inflationary trends.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"1305\" img_size=\"full\" alignment=\"center\" css_animation=\"bounceIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1495055600474{margin-bottom: 37px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451476985704{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"Products and Services\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495053601685{margin-bottom: 28px !important;}\" subtitle=\"Fundamental products and services of the company’s business motif include\"][vc_row_inner css=\".vc_custom_1455871593995{margin-bottom: 30px !important;}\"][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Wealth Advisory practice</li>\r\n <li>Real Estate Investments</li>\r\n <li>Collective Investment Schemes</li>\r\n <li>Funds & Portfolio Management</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-graph\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Business Services\r\nConsulting\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Equities(Local)</li>\r\n <li>Bonds (Local)</li>\r\n <li>Currencies (International)</li>\r\n <li>Commodities</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"fa fa-briefcase\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" link=\"url:%23|||\" title=\"Investment &\r\nFinancial Advisory\"]Financial Advisory Service[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\"][vc_custom_heading text=\"TMTC Asset Management Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:40px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128115303{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Traditional\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Wealth Advisory practice</li>\r\n <li>Real Estate Investments</li>\r\n <li>Collective Investment Schemes</li>\r\n <li>Funds & Portfolio Management</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Alternative\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Wealth Advisory practice</li>\r\n <li>Real Estate Investments</li>\r\n <li>Collective Investment Schemes</li>\r\n <li>Funds & Portfolio Management</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Advisory Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:45px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128134214{margin-bottom: 28px !important;}\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Wealth Advisory practice</li>\r\n <li>Real Estate Investments</li>\r\n <li>Collective Investment Schemes</li>\r\n <li>Funds & Portfolio Management</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495053307320{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #ffffff !important;}\"][vc_column][stm_image_carousel grayscale=\"yes\" img_size=\"180x96\" images=\"1021,115,114,113,112,111,110\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg\" css=\".vc_custom_1495054081347{margin-bottom: 0px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451300723020{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-18 17:22:24','2017-05-18 17:22:24','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1444,1,'2017-05-18 21:42:27','2017-05-18 21:42:27','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495005787669{margin-bottom: 0px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1450692516354{margin-bottom: 60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1453273274030{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495055555166{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"Business Concept\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495054619398{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text]The Mellanby Trust Company Limited is in the business of creating wealth for its numerous clients by pooling together the resources of different shades of investors under a professionally controlled management with the aim of creating, preserving and propagating wealth. The business model focuses on channeling investment funds into Sovereign and Corporate Debt securities as well as the creation of specialist products designed for funding business growth all with the primary minimum benchmark of exceeding year -on-year inflationary trends.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"1305\" img_size=\"full\" alignment=\"center\" css_animation=\"bounceIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1495055600474{margin-bottom: 37px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451476985704{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"Products and Services\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495053601685{margin-bottom: 28px !important;}\" subtitle=\"Fundamental products and services of the company’s business motif include\"][vc_row_inner css=\".vc_custom_1455871593995{margin-bottom: 30px !important;}\"][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Wealth Advisory practice</li>\r\n <li>Real Estate Investments</li>\r\n <li>Collective Investment Schemes</li>\r\n <li>Funds & Portfolio Management</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-graph\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Business Services\r\nConsulting\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Equities(Local)</li>\r\n <li>Bonds (Local)</li>\r\n <li>Currencies (International)</li>\r\n <li>Commodities</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"fa fa-briefcase\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" link=\"url:%23|||\" title=\"Investment &\r\nFinancial Advisory\"]Financial Advisory Service[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\"][vc_custom_heading text=\"TMTC Asset Management Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:40px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128115303{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Traditional\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Wealth Advisory practice</li>\r\n <li>Real Estate Investments</li>\r\n <li>Collective Investment Schemes</li>\r\n <li>Funds & Portfolio Management</li>\r\n</ul>\r\n[/stm_icon_box][pa_ul][li]Government Securities[/li][li]Quoted Equities[/li][/pa_ul][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Alternative\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Wealth Advisory practice</li>\r\n <li>Real Estate Investments</li>\r\n <li>Collective Investment Schemes</li>\r\n <li>Funds & Portfolio Management</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Advisory Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:45px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128134214{margin-bottom: 28px !important;}\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Wealth Advisory practice</li>\r\n <li>Real Estate Investments</li>\r\n <li>Collective Investment Schemes</li>\r\n <li>Funds & Portfolio Management</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495053307320{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #ffffff !important;}\"][vc_column][stm_image_carousel grayscale=\"yes\" img_size=\"180x96\" images=\"1021,115,114,113,112,111,110\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg\" css=\".vc_custom_1495054081347{margin-bottom: 0px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451300723020{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-18 21:42:27','2017-05-18 21:42:27','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1445,1,'2017-05-18 21:43:46','2017-05-18 21:43:46','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495005787669{margin-bottom: 0px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1450692516354{margin-bottom: 60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1453273274030{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495055555166{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"Business Concept\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495054619398{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text]The Mellanby Trust Company Limited is in the business of creating wealth for its numerous clients by pooling together the resources of different shades of investors under a professionally controlled management with the aim of creating, preserving and propagating wealth. The business model focuses on channeling investment funds into Sovereign and Corporate Debt securities as well as the creation of specialist products designed for funding business growth all with the primary minimum benchmark of exceeding year -on-year inflationary trends.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"1305\" img_size=\"full\" alignment=\"center\" css_animation=\"bounceIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1495055600474{margin-bottom: 37px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451476985704{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"Products and Services\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495053601685{margin-bottom: 28px !important;}\" subtitle=\"Fundamental products and services of the company’s business motif include\"][vc_row_inner css=\".vc_custom_1455871593995{margin-bottom: 30px !important;}\"][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Wealth Advisory practice</li>\r\n <li>Real Estate Investments</li>\r\n <li>Collective Investment Schemes</li>\r\n <li>Funds & Portfolio Management</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-graph\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Business Services\r\nConsulting\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Equities(Local)</li>\r\n <li>Bonds (Local)</li>\r\n <li>Currencies (International)</li>\r\n <li>Commodities</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"fa fa-briefcase\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" link=\"url:%23|||\" title=\"Investment &\r\nFinancial Advisory\"]Financial Advisory Service[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\"][vc_custom_heading text=\"TMTC Asset Management Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:40px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128115303{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][pa_ul]Government Securities[/pa_ul][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Alternative\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Wealth Advisory practice</li>\r\n <li>Real Estate Investments</li>\r\n <li>Collective Investment Schemes</li>\r\n <li>Funds & Portfolio Management</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Advisory Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:45px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128134214{margin-bottom: 28px !important;}\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Wealth Advisory practice</li>\r\n <li>Real Estate Investments</li>\r\n <li>Collective Investment Schemes</li>\r\n <li>Funds & Portfolio Management</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495053307320{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #ffffff !important;}\"][vc_column][stm_image_carousel grayscale=\"yes\" img_size=\"180x96\" images=\"1021,115,114,113,112,111,110\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg\" css=\".vc_custom_1495054081347{margin-bottom: 0px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451300723020{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-18 21:43:46','2017-05-18 21:43:46','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1446,1,'2017-05-18 21:45:05','2017-05-18 21:45:05','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495005787669{margin-bottom: 0px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1450692516354{margin-bottom: 60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1453273274030{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495055555166{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"Business Concept\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495054619398{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text]The Mellanby Trust Company Limited is in the business of creating wealth for its numerous clients by pooling together the resources of different shades of investors under a professionally controlled management with the aim of creating, preserving and propagating wealth. The business model focuses on channeling investment funds into Sovereign and Corporate Debt securities as well as the creation of specialist products designed for funding business growth all with the primary minimum benchmark of exceeding year -on-year inflationary trends.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"1305\" img_size=\"full\" alignment=\"center\" css_animation=\"bounceIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1495055600474{margin-bottom: 37px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451476985704{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"Products and Services\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495053601685{margin-bottom: 28px !important;}\" subtitle=\"Fundamental products and services of the company’s business motif include\"][vc_row_inner css=\".vc_custom_1455871593995{margin-bottom: 30px !important;}\"][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Wealth Advisory practice</li>\r\n <li>Real Estate Investments</li>\r\n <li>Collective Investment Schemes</li>\r\n <li>Funds & Portfolio Management</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-graph\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Business Services\r\nConsulting\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Equities(Local)</li>\r\n <li>Bonds (Local)</li>\r\n <li>Currencies (International)</li>\r\n <li>Commodities</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"fa fa-briefcase\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" link=\"url:%23|||\" title=\"Investment &\r\nFinancial Advisory\"]Financial Advisory Service[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\"][vc_custom_heading text=\"TMTC Asset Management Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:40px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128115303{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][pa_ul][li]Government Securities[/li][li]Second Item[/li][/pa_ul][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Alternative\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Wealth Advisory practice</li>\r\n <li>Real Estate Investments</li>\r\n <li>Collective Investment Schemes</li>\r\n <li>Funds & Portfolio Management</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Advisory Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:45px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128134214{margin-bottom: 28px !important;}\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Wealth Advisory practice</li>\r\n <li>Real Estate Investments</li>\r\n <li>Collective Investment Schemes</li>\r\n <li>Funds & Portfolio Management</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495053307320{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #ffffff !important;}\"][vc_column][stm_image_carousel grayscale=\"yes\" img_size=\"180x96\" images=\"1021,115,114,113,112,111,110\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg\" css=\".vc_custom_1495054081347{margin-bottom: 0px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451300723020{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-18 21:45:05','2017-05-18 21:45:05','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1447,1,'2017-05-18 21:47:51','2017-05-18 21:47:51','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495005787669{margin-bottom: 0px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1450692516354{margin-bottom: 60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1453273274030{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495055555166{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"Business Concept\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495054619398{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text]The Mellanby Trust Company Limited is in the business of creating wealth for its numerous clients by pooling together the resources of different shades of investors under a professionally controlled management with the aim of creating, preserving and propagating wealth. The business model focuses on channeling investment funds into Sovereign and Corporate Debt securities as well as the creation of specialist products designed for funding business growth all with the primary minimum benchmark of exceeding year -on-year inflationary trends.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"1305\" img_size=\"full\" alignment=\"center\" css_animation=\"bounceIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1495055600474{margin-bottom: 37px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451476985704{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"Products and Services\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495053601685{margin-bottom: 28px !important;}\" subtitle=\"Fundamental products and services of the company’s business motif include\"][vc_row_inner css=\".vc_custom_1455871593995{margin-bottom: 30px !important;}\"][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Wealth Advisory practice</li>\r\n <li>Real Estate Investments</li>\r\n <li>Collective Investment Schemes</li>\r\n <li>Funds & Portfolio Management</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-graph\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Business Services\r\nConsulting\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Equities(Local)</li>\r\n <li>Bonds (Local)</li>\r\n <li>Currencies (International)</li>\r\n <li>Commodities</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"fa fa-briefcase\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" link=\"url:%23|||\" title=\"Investment &\r\nFinancial Advisory\"]Financial Advisory Service[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\"][vc_custom_heading text=\"TMTC Asset Management Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:40px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128115303{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][pa_ul type=\"arrow\"][li]First Item[/li][li]Second Item[/li][/pa_ul][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Alternative\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Wealth Advisory practice</li>\r\n <li>Real Estate Investments</li>\r\n <li>Collective Investment Schemes</li>\r\n <li>Funds & Portfolio Management</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Advisory Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:45px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128134214{margin-bottom: 28px !important;}\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Wealth Advisory practice</li>\r\n <li>Real Estate Investments</li>\r\n <li>Collective Investment Schemes</li>\r\n <li>Funds & Portfolio Management</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495053307320{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #ffffff !important;}\"][vc_column][stm_image_carousel grayscale=\"yes\" img_size=\"180x96\" images=\"1021,115,114,113,112,111,110\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg\" css=\".vc_custom_1495054081347{margin-bottom: 0px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451300723020{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-18 21:47:51','2017-05-18 21:47:51','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1448,1,'2017-05-18 22:02:18','2017-05-18 22:02:18','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495005787669{margin-bottom: 0px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1450692516354{margin-bottom: 60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1453273274030{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495055555166{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"Business Concept\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495054619398{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text]The Mellanby Trust Company Limited is in the business of creating wealth for its numerous clients by pooling together the resources of different shades of investors under a professionally controlled management with the aim of creating, preserving and propagating wealth. The business model focuses on channeling investment funds into Sovereign and Corporate Debt securities as well as the creation of specialist products designed for funding business growth all with the primary minimum benchmark of exceeding year -on-year inflationary trends.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"1305\" img_size=\"full\" alignment=\"center\" css_animation=\"bounceIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1495055600474{margin-bottom: 37px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451476985704{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"Products and Services\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495053601685{margin-bottom: 28px !important;}\" subtitle=\"Fundamental products and services of the company’s business motif include\"][vc_row_inner css=\".vc_custom_1455871593995{margin-bottom: 30px !important;}\"][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Wealth Advisory practice</li>\r\n <li>Real Estate Investments</li>\r\n <li>Collective Investment Schemes</li>\r\n <li>Funds & Portfolio Management</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-graph\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Business Services\r\nConsulting\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Equities(Local)</li>\r\n <li>Bonds (Local)</li>\r\n <li>Currencies (International)</li>\r\n <li>Commodities</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/3\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"fa fa-briefcase\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" link=\"url:%23|||\" title=\"Investment &\r\nFinancial Advisory\"]Financial Advisory Service[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\"][vc_custom_heading text=\"TMTC Asset Management Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:40px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128115303{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Traditional\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Government Securities</li>\r\n <li>Quoted Equities</li>\r\n <li>Real Estate</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Alternative\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Wealth Advisory practice</li>\r\n <li>Real Estate Investments</li>\r\n <li>Collective Investment Schemes</li>\r\n <li>Funds & Portfolio Management</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Advisory Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:45px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128134214{margin-bottom: 28px !important;}\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Wealth Advisory practice</li>\r\n <li>Real Estate Investments</li>\r\n <li>Collective Investment Schemes</li>\r\n <li>Funds & Portfolio Management</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495053307320{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #ffffff !important;}\"][vc_column][stm_image_carousel grayscale=\"yes\" img_size=\"180x96\" images=\"1021,115,114,113,112,111,110\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg\" css=\".vc_custom_1495054081347{margin-bottom: 0px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451300723020{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-18 22:02:18','2017-05-18 22:02:18','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1449,1,'2017-05-18 22:06:12','2017-05-18 22:06:12','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495005787669{margin-bottom: 0px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1450692516354{margin-bottom: 60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1453273274030{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495055555166{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"Business Concept\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495054619398{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text]The Mellanby Trust Company Limited is in the business of creating wealth for its numerous clients by pooling together the resources of different shades of investors under a professionally controlled management with the aim of creating, preserving and propagating wealth. The business model focuses on channeling investment funds into Sovereign and Corporate Debt securities as well as the creation of specialist products designed for funding business growth all with the primary minimum benchmark of exceeding year -on-year inflationary trends.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"1305\" img_size=\"full\" alignment=\"center\" css_animation=\"bounceIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1495055600474{margin-bottom: 37px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495145056837{background-color: #f2f2f2 !important;}\"][vc_column width=\"2/3\"][vc_custom_heading text=\"TMTC Asset Management Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:40px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128115303{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Traditional\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Government Securities</li>\r\n <li>Quoted Equities</li>\r\n <li>Real Estate</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Alternative\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Commodities Trading</li>\r\n <li>Foreign Currency Trading</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Advisory Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:45px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128134214{margin-bottom: 28px !important;}\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Capital Raising Advisory</li>\r\n <li>Investment & Financial Asset Management Advisory</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495053307320{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #ffffff !important;}\"][vc_column][stm_image_carousel grayscale=\"yes\" img_size=\"180x96\" images=\"1021,115,114,113,112,111,110\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg\" css=\".vc_custom_1495054081347{margin-bottom: 0px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451300723020{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-18 22:06:12','2017-05-18 22:06:12','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1450,1,'2017-05-18 22:12:32','2017-05-18 22:12:32','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495005787669{margin-bottom: 0px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1450692516354{margin-bottom: 60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1453273274030{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495055555166{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"Business Concept\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495054619398{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text]The Mellanby Trust Company Limited is in the business of creating wealth for its numerous clients by pooling together the resources of different shades of investors under a professionally controlled management with the aim of creating, preserving and propagating wealth. The business model focuses on channeling investment funds into Sovereign and Corporate Debt securities as well as the creation of specialist products designed for funding business growth all with the primary minimum benchmark of exceeding year -on-year inflationary trends.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"1305\" img_size=\"full\" alignment=\"center\" css_animation=\"bounceIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1495055600474{margin-bottom: 37px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495145549668{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column width=\"2/3\"][vc_custom_heading text=\"TMTC Asset Management Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:40px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128115303{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Traditional\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Government Securities</li>\r\n <li>Quoted Equities</li>\r\n <li>Real Estate</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Alternative\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Commodities Trading</li>\r\n <li>Foreign Currency Trading</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Advisory Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:45px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128134214{margin-bottom: 28px !important;}\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Capital Raising Advisory</li>\r\n <li>Investment & Financial Asset Management Advisory</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495053307320{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #ffffff !important;}\"][vc_column][stm_image_carousel grayscale=\"yes\" img_size=\"180x96\" images=\"1021,115,114,113,112,111,110\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg\" css=\".vc_custom_1495054081347{margin-bottom: 0px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451300723020{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-18 22:12:32','2017-05-18 22:12:32','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1451,1,'2017-05-18 22:15:04','2017-05-18 22:15:04','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495005787669{margin-bottom: 0px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1450692516354{margin-bottom: 60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1453273274030{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495055555166{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"Business Concept\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495054619398{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text]The Mellanby Trust Company (TMTC) Limited was incorporated in 2013 as a full service Asset Management company involved in providing Investment Advisory and services in Traditional investment markets like; Government Securities, Quoted Equities and Real Estate. We have extensive competence in providing investment outlets and advisory in Alternative Investment markets like; Commodities, Entertainment, Currencies, as well as Capital Raising services for Commercial Banks, Microfinance Banks, Leasing Companies and start-up SMEs. TMTC operates out of Lagos and licensed by the Securities & Exchange Commission (SEC) to operate as a Funds/Portfolio Manager.[/vc_column_text][vc_empty_space][vc_btn title=\"About Us\" color=\"inverse\" align=\"center\" link=\"url:%23|||\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"1305\" img_size=\"full\" alignment=\"center\" css_animation=\"bounceIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1495055600474{margin-bottom: 37px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495145549668{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column width=\"2/3\"][vc_custom_heading text=\"TMTC Asset Management Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:40px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128115303{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Traditional\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Government Securities</li>\r\n <li>Quoted Equities</li>\r\n <li>Real Estate</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Alternative\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Commodities Trading</li>\r\n <li>Foreign Currency Trading</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Advisory Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:45px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128134214{margin-bottom: 28px !important;}\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Capital Raising Advisory</li>\r\n <li>Investment & Financial Asset Management Advisory</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495053307320{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #ffffff !important;}\"][vc_column][stm_image_carousel grayscale=\"yes\" img_size=\"180x96\" images=\"1021,115,114,113,112,111,110\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg\" css=\".vc_custom_1495054081347{margin-bottom: 0px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451300723020{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-18 22:15:04','2017-05-18 22:15:04','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1452,1,'2017-05-18 22:16:04','2017-05-18 22:16:04','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495005787669{margin-bottom: 0px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1450692516354{margin-bottom: 60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1453273274030{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495055555166{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"Business Concept\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495054619398{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text]The Mellanby Trust Company (TMTC) Limited was incorporated in 2013 as a full service Asset Management company involved in providing Investment Advisory and services in Traditional investment markets like; Government Securities, Quoted Equities and Real Estate. We have extensive competence in providing investment outlets and advisory in Alternative Investment markets like; Commodities, Entertainment, Currencies, as well as Capital Raising services for Commercial Banks, Microfinance Banks, Leasing Companies and start-up SMEs. TMTC operates out of Lagos and licensed by the Securities & Exchange Commission (SEC) to operate as a Funds/Portfolio Manager.[/vc_column_text][vc_empty_space][vc_btn title=\"About Us\" style=\"flat\" color=\"inverse\" size=\"lg\" align=\"left\" link=\"url:%23|||\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"1305\" img_size=\"full\" alignment=\"center\" css_animation=\"bounceIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1495055600474{margin-bottom: 37px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495145549668{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column width=\"2/3\"][vc_custom_heading text=\"TMTC Asset Management Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:40px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128115303{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Traditional\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Government Securities</li>\r\n <li>Quoted Equities</li>\r\n <li>Real Estate</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Alternative\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Commodities Trading</li>\r\n <li>Foreign Currency Trading</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Advisory Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:45px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128134214{margin-bottom: 28px !important;}\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Capital Raising Advisory</li>\r\n <li>Investment & Financial Asset Management Advisory</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495053307320{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #ffffff !important;}\"][vc_column][stm_image_carousel grayscale=\"yes\" img_size=\"180x96\" images=\"1021,115,114,113,112,111,110\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg\" css=\".vc_custom_1495054081347{margin-bottom: 0px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451300723020{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-18 22:16:04','2017-05-18 22:16:04','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1454,1,'2017-05-18 22:30:11','2017-05-18 22:30:11','[vc_row css=\".vc_custom_1451991003825{margin-bottom: 100px !important;}\"][vc_column offset=\"vc_col-lg-9 vc_col-md-9\"][rev_slider alias=\"about_us_slider\"][vc_column_text css=\".vc_custom_1455883698389{margin-top: 40px !important;}\"]\r\n<h3>Company overview</h3>\r\nConsulting WP is a global consulting powerhouse. We began our operations a few decades ago and have grown due to excellent relationships with our clients. We started out small, with just a few people and a small office, but today we have offices in multiple countries with hundreds of people working inside them.\r\n\r\nWe achieved our success because of how successfully we integrate with our clients. One complaint many people have about consultants is that they can be disruptive. Employees fear outside consultants coming in and destroying the workflow. Our clients face no such issues.\r\n[/vc_column_text][vc_column_text css=\".vc_custom_1455883727307{margin-bottom: 34px !important;}\"]\r\n<blockquote>Consulting WP continues to grow ever day thanks to the confidence our clients have in us. We cover many industries such as financial, energy, business services, consumer products.</blockquote>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Our mission\" font_container=\"tag:h4|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" css=\".vc_custom_1453471528699{margin-bottom: 15px !important;}\" el_class=\"no_stripe\"][vc_column_text]Our renowned coaching programs will allow you to:\r\n<ul>\r\n <li>Work fewer hours — and make more money</li>\r\n <li>Attract and retain quality, high-paying customers</li>\r\n <li>Manage your time so you’ll get more done in less time</li>\r\n <li>Hone sharp leadership skills to manage your team</li>\r\n <li>Cut expenses without sacrificing quality</li>\r\n <li>Automate your business, so you can leave for days, weeks, or even months at a time</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"How we work\" font_container=\"tag:h4|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" css=\".vc_custom_1453471549250{margin-bottom: 28px !important;}\" el_class=\"no_stripe\"][vc_video link=\"https://www.youtube.com/embed/w0RGnXpf9LU\" image=\"33\" img_size=\"395x264\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][stm_sidebar sidebar=\"311\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1451762600590{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row]','Company overview','','inherit','closed','closed','','9-revision-v1','','','2017-05-18 22:30:11','2017-05-18 22:30:11','',9,'http://www.saucestudiosng.com/mellanby/uncategorized/9-revision-v1/',0,'revision','',0),(1455,1,'2017-05-19 06:59:36','2017-05-19 06:59:36','[vc_row css=\".vc_custom_1451998133493{margin-bottom: 30px !important;}\"][vc_column][vc_wp_custommenu nav_menu=\"41\" css=\".vc_custom_1453460281829{margin-bottom: 30px !important;}\" el_class=\"mb-30\"][vc_btn title=\"Company profile\" style=\"flat\" color=\"theme_style_1\" size=\"lg\" align=\"left\" i_icon_fontawesome=\"fa fa-file-pdf-o\" button_block=\"true\" add_icon=\"true\" link=\"url:%23||target:%20_blank|\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1452056597103{margin-right: 0px !important;margin-bottom: 30px !important;margin-left: 0px !important;}\" el_class=\"third_bg_color\"][vc_column css=\".vc_custom_1452056633692{padding-top: 37px !important;padding-right: 30px !important;padding-bottom: 40px !important;padding-left: 30px !important;}\"][vc_custom_heading text=\"how can we help you?\" font_container=\"tag:div|font_size:16px|text_align:left|color:%23222222\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:600%20semi-bold%3A600%3Anormal\" css=\".vc_custom_1451998719729{margin-bottom: 9px !important;}\"][vc_column_text css=\".vc_custom_1452575288633{margin-bottom: 17px !important;}\"]<span style=\"font-size: 13px; line-height: 22px;\">Contact us at the Consulting WP office nearest to you or submit a business inquiry online.</span>[/vc_column_text][vc_btn title=\"contacts\" style=\"flat\" color=\"white\" size=\"sm\" i_icon_fontawesome=\"fa fa-phone-square\" add_icon=\"true\"][/vc_column][/vc_row]','VC Right Sidebar','','inherit','closed','closed','','311-autosave-v1','','','2017-05-19 06:59:36','2017-05-19 06:59:36','',311,'http://www.saucestudiosng.com/mellanby/uncategorized/311-autosave-v1/',0,'revision','',0),(1456,1,'2017-05-19 06:54:46','2017-05-19 06:54:46','[vc_row css=\".vc_custom_1451991003825{margin-bottom: 100px !important;}\"][vc_column offset=\"vc_col-lg-9 vc_col-md-9\"][rev_slider alias=\"about_us_slider\"][vc_column_text css=\".vc_custom_1495176886485{margin-top: 40px !important;}\"]\r\n<h3>Company overview</h3>\r\nThe Mellanby Trust Company (TMTC) Limited was incorporated in 2013 as a full service Asset Management company involved in providing Investment Advisory and services in Traditional investment markets like; Government Securities, Quoted Equities and Real Estate. We have extensive competence in providing investment outlets and advisory in Alternative Investment markets like; Commodities, Entertainment, Currencies, as well as Capital Raising services for Commercial Banks, Microfinance Banks, Leasing Companies and start-up SMEs. TMTC operates out of Lagos and licensed by the Securities & Exchange Commission (SEC) to operate as a Funds/Portfolio Manager.\r\n\r\nWe create wealth for our numerous clients by pooling together the resources of different shades of investors under a professionally controlled management with the aim of creating, preserving and propagating wealth. Our business model focuses on channeling investment funds into Sovereign and Corporate Debt securities as well as the creation of specialist products designed for funding business growth all with the primary minimum benchmark of exceeding year-on-year inflationary trends.\r\n\r\nThe corporate philosophy guiding the Company’s culture is predicated on the three C’s of; <strong>Conservatism</strong>, <strong>Creativity</strong> and <strong>Confidentiality</strong>. These core values have direct bearing on our corporate Vision and Mission and are geared towards fostering lasting client relationships.[/vc_column_text][vc_column_text css=\".vc_custom_1455883727307{margin-bottom: 34px !important;}\"]\r\n<blockquote>Consulting WP continues to grow ever day thanks to the confidence our clients have in us. We cover many industries such as financial, energy, business services, consumer products.</blockquote>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Our mission\" font_container=\"tag:h4|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" css=\".vc_custom_1453471528699{margin-bottom: 15px !important;}\" el_class=\"no_stripe\"][vc_column_text]Our renowned coaching programs will allow you to:\r\n<ul>\r\n <li>Work fewer hours — and make more money</li>\r\n <li>Attract and retain quality, high-paying customers</li>\r\n <li>Manage your time so you’ll get more done in less time</li>\r\n <li>Hone sharp leadership skills to manage your team</li>\r\n <li>Cut expenses without sacrificing quality</li>\r\n <li>Automate your business, so you can leave for days, weeks, or even months at a time</li>\r\n</ul>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"How we work\" font_container=\"tag:h4|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" css=\".vc_custom_1453471549250{margin-bottom: 28px !important;}\" el_class=\"no_stripe\"][vc_video link=\"https://www.youtube.com/embed/w0RGnXpf9LU\" image=\"33\" img_size=\"395x264\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][stm_sidebar sidebar=\"311\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1451762600590{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row]','Company overview','','inherit','closed','closed','','9-revision-v1','','','2017-05-19 06:54:46','2017-05-19 06:54:46','',9,'http://www.saucestudiosng.com/mellanby/uncategorized/9-revision-v1/',0,'revision','',0),(1457,1,'2017-05-23 18:57:06','2017-05-23 18:57:06','[vc_row css=\".vc_custom_1451991003825{margin-bottom: 100px !important;}\"][vc_column offset=\"vc_col-lg-9 vc_col-md-9\"][rev_slider alias=\"about_us_slider\"][vc_column_text css=\".vc_custom_1495176886485{margin-top: 40px !important;}\"]\n<h3>Company overview</h3>\nThe Mellanby Trust Company (TMTC) Limited was incorporated in 2013 as a full service Asset Management company involved in providing Investment Advisory and services in Traditional investment markets like; Government Securities, Quoted Equities and Real Estate. We have extensive competence in providing investment outlets and advisory in Alternative Investment markets like; Commodities, Entertainment, Currencies, as well as Capital Raising services for Commercial Banks, Microfinance Banks, Leasing Companies and start-up SMEs. TMTC operates out of Lagos and licensed by the Securities & Exchange Commission (SEC) to operate as a Funds/Portfolio Manager.\n\nWe create wealth for our numerous clients by pooling together the resources of different shades of investors under a professionally controlled management with the aim of creating, preserving and propagating wealth. Our business model focuses on channeling investment funds into Sovereign and Corporate Debt securities as well as the creation of specialist products designed for funding business growth all with the primary minimum benchmark of exceeding year-on-year inflationary trends.\n\nThe corporate philosophy guiding the Company’s culture is predicated on the three C’s of; <strong>Conservatism</strong>, <strong>Creativity</strong> and <strong>Confidentiality</strong>. These core values have direct bearing on our corporate Vision and Mission and are geared towards fostering lasting client relationships.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Our mission\" font_container=\"tag:h4|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" css=\".vc_custom_1495176998965{margin-bottom: 15px !important;}\" el_class=\"no_stripe\"][vc_column_text]To simplify wealth creation in Nigeria through creative, ethical and transparent means[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Our vision\" font_container=\"tag:h4|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" css=\".vc_custom_1495177056728{margin-bottom: 28px !important;}\" el_class=\"no_stripe\"][vc_column_text]Our vision is to be the platform of choice for transparent Investment solutions in Nigeria.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][stm_sidebar sidebar=\"311\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1451762600590{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','9-autosave-v1','','','2017-05-23 18:57:06','2017-05-23 18:57:06','',9,'http://www.saucestudiosng.com/mellanby/uncategorized/9-autosave-v1/',0,'revision','',0),(1458,1,'2017-05-19 06:58:08','2017-05-19 06:58:08','[vc_row css=\".vc_custom_1451991003825{margin-bottom: 100px !important;}\"][vc_column offset=\"vc_col-lg-9 vc_col-md-9\"][rev_slider alias=\"about_us_slider\"][vc_column_text css=\".vc_custom_1495176886485{margin-top: 40px !important;}\"]\r\n<h3>Company overview</h3>\r\nThe Mellanby Trust Company (TMTC) Limited was incorporated in 2013 as a full service Asset Management company involved in providing Investment Advisory and services in Traditional investment markets like; Government Securities, Quoted Equities and Real Estate. We have extensive competence in providing investment outlets and advisory in Alternative Investment markets like; Commodities, Entertainment, Currencies, as well as Capital Raising services for Commercial Banks, Microfinance Banks, Leasing Companies and start-up SMEs. TMTC operates out of Lagos and licensed by the Securities & Exchange Commission (SEC) to operate as a Funds/Portfolio Manager.\r\n\r\nWe create wealth for our numerous clients by pooling together the resources of different shades of investors under a professionally controlled management with the aim of creating, preserving and propagating wealth. Our business model focuses on channeling investment funds into Sovereign and Corporate Debt securities as well as the creation of specialist products designed for funding business growth all with the primary minimum benchmark of exceeding year-on-year inflationary trends.\r\n\r\nThe corporate philosophy guiding the Company’s culture is predicated on the three C’s of; <strong>Conservatism</strong>, <strong>Creativity</strong> and <strong>Confidentiality</strong>. These core values have direct bearing on our corporate Vision and Mission and are geared towards fostering lasting client relationships.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Our mission\" font_container=\"tag:h4|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" css=\".vc_custom_1495176998965{margin-bottom: 15px !important;}\" el_class=\"no_stripe\"][vc_column_text]We have a mission to simplify Wealth creation in Nigeria through creative, ethical and transparent methods.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Our vision\" font_container=\"tag:h4|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" css=\".vc_custom_1495177056728{margin-bottom: 28px !important;}\" el_class=\"no_stripe\"][vc_column_text]Our vision is to be the platform of choice for transparent Investment solutions in Nigeria.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][stm_sidebar sidebar=\"311\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1451762600590{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row]','Company overview','','inherit','closed','closed','','9-revision-v1','','','2017-05-19 06:58:08','2017-05-19 06:58:08','',9,'http://www.saucestudiosng.com/mellanby/uncategorized/9-revision-v1/',0,'revision','',0),(1470,1,'2017-05-24 14:42:40','2017-05-24 14:42:40','[vc_row css=\".vc_custom_1495179181302{margin-bottom: 100px !important;padding-top: 50px !important;}\"][vc_column width=\"3/4\"][vc_row_inner css=\".vc_custom_1452152300724{margin-bottom: 46px !important;}\"][vc_column_inner][vc_custom_heading text=\"LONGONOT FINANCE\" font_container=\"tag:h4|text_align:left\"][vc_column_text]TMTC is currently into a strategic partnership with <strong>Longonot</strong> Finance. A specialist financial advisor operating out of The Hague, Netherlands and is headed by Dieter Portman. They have successfully raised capital in southern Africa and eastern Africa as well as in Nigeria where they have raised $20m for a notable Leasing company. Longonot is primarily aimed at providing advisory and fund arrangement solutions for; Banks, Micro-finance Banks, Leasing companies, Agriculture and for projects in Alternative/Renewable Energy.\n\nTMTC also has a strategic collaboration with the Nigeria Soya Bean Association of one of the major soya bean growing states in Nigeria to purchase soya bean harvests across the state at agreed forward prices for local and export sales.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1452152300724{margin-bottom: 46px !important;}\"][vc_column_inner][vc_custom_heading text=\"Nigeria Soya Bean Association\" font_container=\"tag:h4|text_align:left\"][vc_column_text]TMTC also has a strategic collaboration with the Nigeria Soya Bean Association Benue State. One of the major soya bean growing states in Nigeria to purchase soya bean harvests across the state at agreed forward prices for local and export sales.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1452152300724{margin-bottom: 46px !important;}\"][vc_column_inner][vc_custom_heading text=\"Absolute Nectar Limited\" font_container=\"tag:h4|text_align:left\"][vc_column_text]TMTC also has a strategic collaboration with the Nigeria Soya Bean Association Benue State. One of the major soya bean growing states in Nigeria to purchase soya bean harvests across the state at agreed forward prices for local and export sales.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1495569280918{margin-bottom: 46px !important;}\"][vc_column_inner][vc_custom_heading text=\"OUTSPIRE BUSINESS SOLUTIONS\" font_container=\"tag:h4|text_align:left\"][vc_column_text]<strong>OUTSPIRE Business Solutions</strong> is a subsidiary of TMTC that provides Specialist and General Training.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1495569280918{margin-bottom: 46px !important;}\"][vc_column_inner][vc_custom_heading text=\"Coopers Commodities Company Limited \" font_container=\"tag:h4|text_align:left\"][vc_column_text]<strong>Coopers Commodities Company Limited </strong> is the Commodities trading subsidiary of The Mellanby Trust Company Limited and is the project implementer of the <strong>Coopers Greene Initiative ( a product targeted at partnering with Farmers to properly grow, harvest and provide Off-take for Nigerian farmers)</strong>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][stm_sidebar sidebar=\"311\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1451762600590{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row]','Partnerships','','inherit','closed','closed','','390-autosave-v1','','','2017-05-24 14:42:40','2017-05-24 14:42:40','',390,'http://www.saucestudiosng.com/mellanby/uncategorized/390-autosave-v1/',0,'revision','',0),(1471,1,'2017-05-19 07:31:37','2017-05-19 07:31:37','[vc_row css=\".vc_custom_1451991003825{margin-bottom: 100px !important;}\"][vc_column width=\"3/4\"][vc_row_inner css=\".vc_custom_1452152300724{margin-bottom: 46px !important;}\"][vc_column_inner][vc_column_text]TMTC is currently into a strategic partnership with <strong>Longonot</strong> Finance. A specialist financial advisor operating out of The Hague, Netherlands and is headed by Dieter Portman. They have successfully raised capital in southern Africa and eastern Africa as well as in Nigeria where they have raised $20m for a notable Leasing company. Longonot is primarily aimed at providing advisory and fund arrangement solutions for; Banks, Micro-finance Banks, Leasing companies, Agriculture and for projects in Alternative/Renewable Energy.\r\n\r\nTMTC also has a strategic collaboration with the Nigeria Soya Bean Association of one of the major soya bean growing states in Nigeria to purchase soya bean harvests across the state at agreed forward prices for local and export sales.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][stm_sidebar sidebar=\"311\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1451762600590{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row]','Partnerships','','inherit','closed','closed','','390-revision-v1','','','2017-05-19 07:31:37','2017-05-19 07:31:37','',390,'http://www.saucestudiosng.com/mellanby/uncategorized/390-revision-v1/',0,'revision','',0),(1472,1,'2017-05-19 07:33:00','2017-05-19 07:33:00','[vc_row css=\".vc_custom_1495179181302{margin-bottom: 100px !important;padding-top: 50px !important;}\"][vc_column width=\"3/4\"][vc_row_inner css=\".vc_custom_1452152300724{margin-bottom: 46px !important;}\"][vc_column_inner][vc_column_text]TMTC is currently into a strategic partnership with <strong>Longonot</strong> Finance. A specialist financial advisor operating out of The Hague, Netherlands and is headed by Dieter Portman. They have successfully raised capital in southern Africa and eastern Africa as well as in Nigeria where they have raised $20m for a notable Leasing company. Longonot is primarily aimed at providing advisory and fund arrangement solutions for; Banks, Micro-finance Banks, Leasing companies, Agriculture and for projects in Alternative/Renewable Energy.\r\n\r\nTMTC also has a strategic collaboration with the Nigeria Soya Bean Association of one of the major soya bean growing states in Nigeria to purchase soya bean harvests across the state at agreed forward prices for local and export sales.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][stm_sidebar sidebar=\"311\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1451762600590{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row]','Partnerships','','inherit','closed','closed','','390-revision-v1','','','2017-05-19 07:33:00','2017-05-19 07:33:00','',390,'http://www.saucestudiosng.com/mellanby/uncategorized/390-revision-v1/',0,'revision','',0),(1473,1,'2017-05-24 13:03:14','2017-05-24 13:03:14','[vc_row css=\".vc_custom_1451991003825{margin-bottom: 100px !important;}\"][vc_column width=\"3/4\"][vc_column_text css=\".vc_custom_1495566150947{margin-bottom: 52px !important;}\"]\n<h2>Mellanby Alternative Fixed Income Fund (MAFIF)</h2>\nThis is the company’s flagship investment product targeted primarily at investing in tradable Government Securities and un-tradeable alternative fixed income assets in a 70% to 30% ratio.[/vc_column_text][vc_column_text css=\".vc_custom_1495630989065{margin-top: 30px !important;margin-bottom: 52px !important;}\"]\n<h2>The Mellanby Entertainment Fund</h2>\nThis product provides an avenue for private clients to diversify their investment holdings into Creative Content/The Arts within the Nigerian Entertainment space. This sector is clearly on the rise as Nigeria’s profile impacts the global arena and the product seeks to tap into an industry which is setting records in Africa despite a recessionary period at the end.\n<h6>**Note: The product is for Qualified Individual Clients under our Private Wealth Management product Suite.</h6>\n[/vc_column_text][vc_column_text css=\".vc_custom_1495180061545{margin-top: 30px !important;margin-bottom: 52px !important;}\"]\n<h2>IPL Commodity Fund</h2>\nThe Fund targets the Agribusiness potential inherent in the Nigerian economy by investing and trading in harvested Agricultural commodities and/or re-financing produce Related Agricultural debt. Most Nigerian agricultural Commodities are seasonal, hence IPL’s model involves Local and international trading in a variety of cash crops “In-season” during their peak periods of production/harvest. IPL offers Fixed income investment in the commodity export Receivables of the Coopers Commodities Company (a subsidiary of Imperial Portfolio Limited) on a Fixed Income basis under The Alternative Investment Class.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][stm_sidebar sidebar=\"311\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1451762600590{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row]','Products','','inherit','closed','closed','','408-autosave-v1','','','2017-05-24 13:03:14','2017-05-24 13:03:14','',408,'http://www.saucestudiosng.com/mellanby/uncategorized/408-autosave-v1/',0,'revision','',0),(1474,1,'2017-05-19 07:47:57','2017-05-19 07:47:57','[vc_row css=\".vc_custom_1451991003825{margin-bottom: 100px !important;}\"][vc_column width=\"3/4\"][vc_column_text css=\".vc_custom_1495179927106{margin-bottom: 52px !important;}\"]\r\n<h2>The Mellanby Fixed Income Trading Fund</h2>\r\nThis product is our pool of funds focused on long term investments such as bonds, equities and real estate. This product has over the years proved to be a viable venture as it guarantees our investors over 20% annual Return on Investment (ROI), ensuring investors meet their specified investment goals.[/vc_column_text][vc_column_text css=\".vc_custom_1495180000238{margin-top: 30px !important;margin-bottom: 52px !important;}\"]\r\n<h2>The Mellanby Entertainment Fund</h2>\r\nThis product focuses on the evident opportunities in the Nigerian Entertainment industry, providing investors with an avenue to invest. The top ten highest grossing Nigerian films of 2016 grossed over N1Billion and about 70% of this revenue came from comic content, indicating viewers’ increasing appetite for such content, thus, our focus on such content airing on both terrestrial TV and online outlets with high yields potentials for our clients.[/vc_column_text][vc_column_text css=\".vc_custom_1495180061545{margin-top: 30px !important;margin-bottom: 52px !important;}\"]\r\n<h2>IPL Commodity Fund</h2>\r\nThe Fund targets the Agribusiness potential inherent in the Nigerian economy by investing and trading in harvested Agricultural commodities and/or re-financing produce Related Agricultural debt. Most Nigerian agricultural Commodities are seasonal, hence IPL’s model involves Local and international trading in a variety of cash crops “In-season” during their peak periods of production/harvest. IPL offers Fixed income investment in the commodity export Receivables of the Coopers Commodities Company (a subsidiary of Imperial Portfolio Limited) on a Fixed Income basis under The Alternative Investment Class.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][stm_sidebar sidebar=\"311\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1451762600590{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row]','Products','','inherit','closed','closed','','408-revision-v1','','','2017-05-19 07:47:57','2017-05-19 07:47:57','',408,'http://www.saucestudiosng.com/mellanby/uncategorized/408-revision-v1/',0,'revision','',0),(1481,1,'2017-05-20 18:29:13','2017-05-20 18:29:13','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495005787669{margin-bottom: 0px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1450692516354{margin-bottom: 60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1453273274030{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495055555166{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"Business Concept\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495054619398{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text]The Mellanby Trust Company (TMTC) Limited was incorporated in 2013 as a full service Asset Management company involved in providing Investment Advisory and services in Traditional investment markets like; Government Securities, Quoted Equities and Real Estate. We have extensive competence in providing investment outlets and advisory in Alternative Investment markets like; Commodities, Entertainment, Currencies, as well as Capital Raising services for Commercial Banks, Microfinance Banks, Leasing Companies and start-up SMEs. TMTC operates out of Lagos and licensed by the Securities & Exchange Commission (SEC) to operate as a Funds/Portfolio Manager.[/vc_column_text][vc_empty_space][vc_btn title=\"About Us\" style=\"flat\" color=\"inverse\" size=\"lg\" align=\"left\" link=\"url:%23|||\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"1305\" img_size=\"full\" alignment=\"center\" css_animation=\"bounceIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495145549668{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column width=\"2/3\"][vc_custom_heading text=\"TMTC Asset Management Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:40px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128115303{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Traditional\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Government Securities</li>\r\n <li>Quoted Equities</li>\r\n <li>Real Estate</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Alternative\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Commodities Trading</li>\r\n <li>Foreign Currency Trading</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Advisory Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:45px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128134214{margin-bottom: 28px !important;}\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Capital Raising Advisory</li>\r\n <li>Investment & Financial Asset Management Advisory</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column][/vc_row][vc_row css=\".vc_custom_1495055600474{margin-bottom: 37px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495053307320{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #ffffff !important;}\"][vc_column][stm_image_carousel grayscale=\"yes\" img_size=\"180x96\" images=\"1021,115,114,113,112,111,110\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg\" css=\".vc_custom_1495054081347{margin-bottom: 0px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451300723020{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-20 18:29:13','2017-05-20 18:29:13','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1483,1,'2017-05-20 18:58:11','2017-05-20 18:58:11','[vc_row css=\".vc_custom_1451991003825{margin-bottom: 100px !important;}\"][vc_column width=\"3/4\"][vc_custom_heading source=\"post_title\" use_theme_fonts=\"yes\" css=\".vc_custom_1452247174165{margin-bottom: 30px !important;}\"][stm_staff_list count=\"6\"][/vc_column][vc_column width=\"1/4\"][stm_sidebar sidebar=\"311\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" btn_add_icon=\"true\" btn_button_block=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1451762600590{margin-bottom: 0px !important;}\" use_custom_fonts_h2=\"true\"][/vc_cta][/vc_column][/vc_row]','Our team','','inherit','closed','closed','','440-revision-v1','','','2017-05-20 18:58:11','2017-05-20 18:58:11','',440,'http://www.saucestudiosng.com/mellanby/uncategorized/440-revision-v1/',0,'revision','',0),(1484,1,'2017-05-20 18:59:37','2017-05-20 18:59:37','','About Us','','publish','closed','closed','','about-us','','','2017-05-24 14:46:44','2017-05-24 14:46:44','',0,'http://www.saucestudiosng.com/mellanby/?p=1484',2,'nav_menu_item','',0),(1485,1,'2017-05-23 19:17:24','2017-05-23 19:17:24','[vc_row css=\".vc_custom_1452687555475{margin-bottom: 100px !important;}\"][vc_column offset=\"vc_col-lg-9 vc_col-md-9\"][vc_custom_heading text=\"Mr. Oluwole S. Oduyemi\" use_theme_fonts=\"yes\" subtitle=\"Chairman\"][vc_column_text]Mr Oluwole S. Oduyemi is a retired Deputy Governor of the Central Bank of Nigeria (CBN) and a past Chairman of Guaranty Trust Bank Plc. With Over 40 years’ experience in the Nigerian financial services sector out of which he served as a deputy governor Central Bank of Nigeria for 14 years.\n\nHe started his banking career with a brief stint with Barclays Bank BDO (Union Bank of Nigeria Plc.), after which he joined the Central Bank of Nigeria (\"CBN\") in 1964 and rose through the ranks to become the Deputy Director of Banking Supervision Department in 1984. He became Director of Banking Operations in 1987. During his tenure as Director of Banking Operations, he implemented several foundational projects as a pre-cursor to the robust money market system currently in operation today. Some of these projects include the introduction of a market-based system for determination of Treasury bill rates, the introduction of OMO technique for liquidity management and the establishment of the Nigerian Inter-Bank Settlement Systems (NIBSS).\n\nHe holds a B.Sc degree in Accounting from the University of Lagos and a Master’s degree in International Banking and Finance from the Heriot Watt University, Edinburgh, UK. He became a Fellow of the Chartered Institute of Bankers (UK/Nigeria) in 1989. He has attended several courses in many institutions including the IMD in Lausanne Switzerland, London Business School, Cranfield Business School, FIDC (USA), Harvard Business School and the Federal Reserve Bank, Washington DC. He was given the award of Distinguished Alumnus by the University of Lagos in 1997.\n\nMr Oduyemi is on the Board of several companies and previously served on the Board of the Nigerian Security Printing and Minting Company, Nigeria Provident Fund (now NSITF) and Guaranty Trust Bank Plc.[/vc_column_text][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][stm_sidebar sidebar=\"311\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1451762600590{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row]','Mr. Oluwole S. Oduyemi','Mr Oluwole S. Oduyemi is a retired Deputy Governor of the Central Bank of Nigeria (CBN) and the immediate past Chairman of Guaranty Trust Bank Plc. With Over 40 years’ experience in the Nigerian financial services sector out of which he served as a deputy governor Central Bank of Nigeria for 14 years. ','inherit','closed','closed','','461-autosave-v1','','','2017-05-23 19:17:24','2017-05-23 19:17:24','',461,'http://www.saucestudiosng.com/mellanby/uncategorized/461-autosave-v1/',0,'revision','',0),(1486,1,'2017-05-20 19:09:22','2017-05-20 19:09:22','','mr oduyemi','','inherit','open','closed','','mr-oduyemi','','','2017-05-20 19:09:22','2017-05-20 19:09:22','',461,'http://www.saucestudiosng.com/mellanby/wp-content/uploads/2016/01/mr-oduyemi.png',0,'attachment','image/png',0),(1487,1,'2017-05-21 06:57:12','2017-05-21 06:57:12','[vc_row css=\".vc_custom_1452687555475{margin-bottom: 100px !important;}\"][vc_column offset=\"vc_col-lg-9 vc_col-md-9\"][vc_custom_heading text=\"Aishah AHMAD \" use_theme_fonts=\"yes\" subtitle=\"Chairman\"][vc_column_text]Aishah Ahmad, CFA®, CAIA® is an investment advisor and currently the Chairman of the Governing Executive Council, Women in Management, Business & Public Service (WIMBIZ).\r\n\r\nHer extensive career includes experience with prestigious financial institutions such as NAL Bank PLC, Zenith Bank PLC, Zenith Capital Limited, Stanbic IBTC Bank,the Bank of New York Mellon, UK and Diamond Bank Plc. She has acquired cognate Private Banking and Wealth Management experience spanning her entire career.\r\n\r\nPassionate about financial markets, structured instruments, and businesses that drive investment value; Aishah regularly facilitates training in this area and is a member of the Chartered Financial Analyst (CFA) and Chartered Alternative Investment Analyst (CAIA) Associations. She has served as alternate director, on the Board of Friesland Campina WAMCO, a multinational dairy company with annual revenues in excess of $700 million and is on the Board of several companies across various sectors. Aishah’s role with TMTC is strictly advisory with a view to providing guidance especially on raising capital for SMEs.\r\n\r\nAishah holds a MSc. in Finance & Management from Cranfield School of Management, United Kingdom, and an MBA (Finance) from the University of Lagos.[/vc_column_text][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][stm_sidebar sidebar=\"311\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1451762600590{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row]','Aishah AHMAD','Aishah Ahmad, CFA, CAIA® is an investment advisor and currently the Chairman of the Governing Executive Council, Women in Management, Business & Public Service (WIMBIZ). ','publish','closed','closed','','aishah-ahmad','','','2017-05-23 19:19:55','2017-05-23 19:19:55','',0,'http://www.saucestudiosng.com/mellanby/?post_type=stm_staff&p=1487',0,'stm_staff','',0),(1488,1,'2017-05-20 19:37:02','2017-05-20 19:37:02','','aisha','','inherit','open','closed','','aisha','','','2017-05-20 19:37:02','2017-05-20 19:37:02','',1487,'http://www.saucestudiosng.com/mellanby/wp-content/uploads/2017/05/aisha.png',0,'attachment','image/png',0),(1489,1,'2017-05-21 06:56:22','2017-05-21 06:56:22','[vc_row css=\".vc_custom_1452687555475{margin-bottom: 100px !important;}\"][vc_column offset=\"vc_col-lg-9 vc_col-md-9\"][vc_custom_heading text=\"Austin Iyade (PhD.)\" use_theme_fonts=\"yes\" subtitle=\"Independent Advisory Board Member\"][vc_column_text]Mr Austin Iyade has wide experience within the Nigerian banking space and is especially gifted in the areas of Treasury Management, Deal Structuring and Corporate Finance. His extensive experience within the banking industry has seen him through several institutions namely; Fortune Bank, IMB International Bank Plc (Now FCMB Plc), NAL Bank Plc (Now Sterling Bank Plc), Platinum Bank (Now Keystone Bank) and most recently Skye Bank Plc where he was the Head of the Treasury and Financial Institutions Group. He has also had stints at Transnational Corporation (Transcorp) and most recently as MD/CEO of Baits Investment Services Limited. He has attended several programs and specialized trainings including the Senior Executive Program (SEP-62) London Business School and Senior Management program (SMP – 20) Lagos Business School.\r\n\r\nHe has a degree in Management Science from the University of Jos, M.Sc Finance from the University of Calabar and a PhD in Financial Management from the St. Clements University (Turk & Caicos Islands, British West Indies).[/vc_column_text][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][stm_sidebar sidebar=\"311\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1451762600590{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row]','Austin Iyade (PhD.)','Mr Austin Iyade has wide experience within the Nigerian banking space and is especially gifted in the areas of Treasury Management, Deal Structuring and Corporate Finance. ','publish','closed','closed','','austin-iyade-phd','','','2017-05-24 12:46:42','2017-05-24 12:46:42','',0,'http://www.saucestudiosng.com/mellanby/?post_type=stm_staff&p=1489',0,'stm_staff','',0),(1490,1,'2017-05-20 19:46:30','2017-05-20 19:46:30','[vc_row css=\".vc_custom_1452687555475{margin-bottom: 100px !important;}\"][vc_column offset=\"vc_col-lg-9 vc_col-md-9\"][vc_custom_heading text=\"Olurotimi Ogunwale \" use_theme_fonts=\"yes\" subtitle=\"Chairman\"][vc_column_text]Rotimi is the Managing Director of Imperial Finance & Securities Limited and has over 15 years’ Financial Sector experience especially in the areas of Mergers & Acquisitions, Stockbroking and Capital Issues.\r\n\r\nHe is an Alumnus of the Usman Danfodio University Sokoto where he obtained a degree in Economics. He has worked at various companies within the Nigerian Capital Market industry and represents the Interests of Imperial Finance and Securities Limited on the Board[/vc_column_text][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][stm_sidebar sidebar=\"311\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1451762600590{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row]','Olurotimi Ogunwale','Rotimi is the Managing Director of Imperial Finance & Securities Limited and has over 15 years’ Financial Sector experience especially in the areas of Mergers & Acquisitions, Stockbroking and Capital Issues.','publish','closed','closed','','olurotimi-ogunwale','','','2017-05-23 19:27:58','2017-05-23 19:27:58','',0,'http://www.saucestudiosng.com/mellanby/?post_type=stm_staff&p=1490',0,'stm_staff','',0),(1491,1,'2017-05-20 19:43:52','2017-05-20 19:43:52','[vc_row css=\".vc_custom_1452687555475{margin-bottom: 100px !important;}\"][vc_column offset=\"vc_col-lg-9 vc_col-md-9\"][vc_custom_heading text=\"Kehinde Adewale Alliu \" use_theme_fonts=\"yes\" subtitle=\"Chairman\"][vc_column_text]Mr Alliu has over 20 years financial sector experience ranging from Banking, Stock Broking and Accounting. He is a Fellow of the Institute of Chartered Accountants of Nigeria (ICAN) and has extensive experience in Financial Management and Control.\r\n\r\nHe commenced his career at Shell Petroleum Development Company during his service year and subsequently moved to Ecobank Securities Limited in 1991. He has worked at several banks and eventually retired as the Financial Controller of Equitorial Trust Bank (now Sterling Bank Plc) in 2010.\r\n\r\nHe holds a Bachelors’ degree in Accounting, an MSc. Finance and an MBA, all from the University of Lagos. [/vc_column_text][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][stm_sidebar sidebar=\"311\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1451762600590{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row]','Kehinde Adewale Alliu','Mr Alliu has over 20 years financial sector experience ranging from Banking, Stock Broking and Accounting. He is a Fellow of the Institute of Chartered Accountants of Nigeria (ICAN) and has extensive experience in Financial Management and Control. ','publish','closed','closed','','kehinde-adewale-alliu','','','2017-05-23 19:28:05','2017-05-23 19:28:05','',0,'http://www.saucestudiosng.com/mellanby/?post_type=stm_staff&p=1491',0,'stm_staff','',0),(1492,1,'2017-05-21 06:54:32','2017-05-21 06:54:32','[vc_row css=\".vc_custom_1452687555475{margin-bottom: 100px !important;}\"][vc_column offset=\"vc_col-lg-9 vc_col-md-9\"][vc_custom_heading text=\"Ugoji Lenin Ugoji \" use_theme_fonts=\"yes\" subtitle=\"Chairman\"][vc_column_text]Lenin is the Managing Director/CEO at TMTC and has over 15 years Banking/ Financial Sector experience and served as the pioneer Head Treasury /Chief Investment Officer of the Aquila Capital Group. He was instrumental in creating the Group’s funding and investment structure including securing Private Equity investment and foreign Development Financial Institution funding.\r\n\r\nHe is especially skilled in funds management and deal structuring and has been instrumental in the raising of finance (over N20 billion) from Local Wholesale Sources, Investment Products, Private Equity and Global Developmental Finance Institutions over the last 10 years for the Aquila Capital franchise. He served as the pioneer Managing Director of Aquila Asset Management from 2011 to 2015. Prior to his time at the Aquila Group, Lenin worked at Continental Trust Bank (now UBA) and NAL Bank (now Sterling Bank) in Treasury, International Operations and Domestic operations groups.\r\n\r\nHe holds a Bachelors’ Degree in Estate Management from the University of Lagos and an MBA in Banking & finance. He is also a Chartered Pension professional and an Associate of the Certified Pension Institute of Nigeria. Lenin is a registered Capital Market operator with the Securities and Exchange Commission. He is a practicing volunteer and is the founder of Praetorian Capital Partnerships Limited; a franchising advisory enterprise.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][stm_sidebar sidebar=\"311\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1451762600590{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row]','Ugoji Lenin Ugoji','Lenin is the Managing Director/CEO at TMTC and has over 15 years Banking/ Financial Sector experience and served as the pioneer Head Treasury /Chief Investment Officer of the Aquila Capital Group. ','publish','closed','closed','','ugoji-lenin-ugoji','','','2017-05-23 19:28:26','2017-05-23 19:28:26','',0,'http://www.saucestudiosng.com/mellanby/?post_type=stm_staff&p=1492',0,'stm_staff','',0),(1493,1,'2017-05-20 20:09:41','2017-05-20 20:09:41','[vc_row css=\".vc_custom_1452687555475{margin-bottom: 100px !important;}\"][vc_column offset=\"vc_col-lg-9 vc_col-md-9\"][vc_custom_heading text=\"Omoakhuana Ugowe \" use_theme_fonts=\"yes\" subtitle=\"Chairman\"][vc_column_text]Mr. Omoakhuana Ugowe has been involved with several landmark deals with Nigerian Companies including the $350m Eurobond issue by Guaranty Trust Bank Plc, $130m acquisition of 19.2% stake in Diamond Bank Plc by Actis LLP and $100m OTC Global Depository Receipts (GDR) program for First Bank Plc among others.\r\n\r\nMr. Ugowe set up the Nigerian Office for AfricInvest Capital Partners, a Tunis based Private Equity firm with over $550m invested all over Africa and some key Nigerian investments in the Insurance, Leasing, Mortgage, Hospitality and Paper Production.\r\n\r\nOmo attended the University of Ibadan and has an MBA from Warwick Business School. He is also a Chartered Accountant.\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][stm_sidebar sidebar=\"311\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1451762600590{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row]','Omoakhuana Ugowe','Mr. Omoakhuana Ugowe has been involved with several landmark deals with Nigerian Companies including the $350m Eurobond issue by Guaranty Trust Bank Plc, $130m acquisition of 19.2% stake in Diamond Bank Plc by Actis LLP and $100m OTC Global Depository Receipts (GDR) program for First Bank Plc among others.','publish','closed','closed','','omoakhuana-ugowe','','','2017-05-23 19:28:13','2017-05-23 19:28:13','',0,'http://www.saucestudiosng.com/mellanby/?post_type=stm_staff&p=1493',0,'stm_staff','',0),(1494,1,'2017-05-20 20:19:09','2017-05-20 20:19:09','[vc_row css=\".vc_custom_1452687555475{margin-bottom: 100px !important;}\"][vc_column offset=\"vc_col-lg-9 vc_col-md-9\"][vc_custom_heading text=\"Philip Okogie \" use_theme_fonts=\"yes\" subtitle=\"Chairman\"][vc_column_text]Philip’s professional trajectory has taken him through the areas of Litigation, Corporate Law Practice, Human Capital Management and Financial Services creating a thoroughbred legal and Human Resource professional conversant with the dynamic Nigerian landscape.\r\n\r\nHe practiced litigation at the prestigious law firms of Oluyede & Oluyede and G. U Esene & Co. and was the Pioneer Company Secretary and Legal Adviser at Aquila Capital Limited where he superintended over the Legal and Human Capital Departments. While at Aquila, Philip took part in several landmark Investment banking transactions including; the equity and convertible bond hybrid offer subscribed to by AfricInvest (a Tunisian Private Equity firm), 5 year senior loans from FMO(Netherlands) and BIO(Belgium) advanced to Aquila for SME financing. He acquired cognate experience in acquisitions and Management Buy-Out’s during his time at Aquila and joined Imperial in 2013.\r\n\r\nPhilip studied law and attended the University of Benin and University of Lagos.\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][stm_sidebar sidebar=\"311\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1451762600590{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row]','Philip Okogie','Philip’s professional trajectory has taken him through the areas of Litigation, Corporate Law Practice, Human Capital Management and Financial Services creating a thoroughbred legal and Human Resource professional conversant with the dynamic Nigerian landscape.','publish','closed','closed','','philip-okogie','','','2017-05-23 19:28:19','2017-05-23 19:28:19','',0,'http://www.saucestudiosng.com/mellanby/?post_type=stm_staff&p=1494',0,'stm_staff','',0),(1499,1,'2017-05-20 20:39:43','2017-05-20 20:39:43','[vc_row css=\".vc_custom_1451991003825{margin-bottom: 100px !important;}\"][vc_column offset=\"vc_col-lg-9 vc_col-md-9\"][rev_slider alias=\"about_us_slider\"][vc_column_text css=\".vc_custom_1495176886485{margin-top: 40px !important;}\"]\r\n<h3>Company overview</h3>\r\nThe Mellanby Trust Company (TMTC) Limited was incorporated in 2013 as a full service Asset Management company involved in providing Investment Advisory and services in Traditional investment markets like; Government Securities, Quoted Equities and Real Estate. We have extensive competence in providing investment outlets and advisory in Alternative Investment markets like; Commodities, Entertainment, Currencies, as well as Capital Raising services for Commercial Banks, Microfinance Banks, Leasing Companies and start-up SMEs. TMTC operates out of Lagos and licensed by the Securities & Exchange Commission (SEC) to operate as a Funds/Portfolio Manager.\r\n\r\nWe create wealth for our numerous clients by pooling together the resources of different shades of investors under a professionally controlled management with the aim of creating, preserving and propagating wealth. Our business model focuses on channeling investment funds into Sovereign and Corporate Debt securities as well as the creation of specialist products designed for funding business growth all with the primary minimum benchmark of exceeding year-on-year inflationary trends.\r\n\r\nThe corporate philosophy guiding the Company’s culture is predicated on the three C’s of; <strong>Conservatism</strong>, <strong>Creativity</strong> and <strong>Confidentiality</strong>. These core values have direct bearing on our corporate Vision and Mission and are geared towards fostering lasting client relationships.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Our mission\" font_container=\"tag:h4|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" css=\".vc_custom_1495176998965{margin-bottom: 15px !important;}\" el_class=\"no_stripe\"][vc_column_text]We have a mission to simplify Wealth creation in Nigeria through creative, ethical and transparent methods.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Our vision\" font_container=\"tag:h4|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" css=\".vc_custom_1495177056728{margin-bottom: 28px !important;}\" el_class=\"no_stripe\"][vc_column_text]Our vision is to be the platform of choice for transparent Investment solutions in Nigeria.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][stm_sidebar sidebar=\"311\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1451762600590{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','9-revision-v1','','','2017-05-20 20:39:43','2017-05-20 20:39:43','',9,'http://www.saucestudiosng.com/mellanby/uncategorized/9-revision-v1/',0,'revision','',0),(1501,1,'2017-05-20 20:42:53','2017-05-20 20:42:53',' ','','','publish','closed','closed','','1501','','','2017-05-24 14:46:44','2017-05-24 14:46:44','',0,'http://www.saucestudiosng.com/mellanby/?p=1501',3,'nav_menu_item','',0),(1502,1,'2017-05-20 20:43:32','2017-05-20 20:43:32','[vc_row css=\".vc_custom_1495571592099{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column][vc_gallery images=\"1579,1580,1581,1582,1583,1584,1585\" img_size=\"300x300\"][/vc_column][/vc_row]','Gallery','','publish','closed','closed','','gallery','','','2017-05-23 20:33:13','2017-05-23 20:33:13','',0,'http://www.saucestudiosng.com/mellanby/?page_id=1502',0,'page','',0),(1503,1,'2017-05-20 20:43:32','2017-05-20 20:43:32','','Gallery','','inherit','closed','closed','','1502-revision-v1','','','2017-05-20 20:43:32','2017-05-20 20:43:32','',1502,'http://www.saucestudiosng.com/mellanby/uncategorized/1502-revision-v1/',0,'revision','',0),(1504,1,'2017-05-21 01:31:57','2017-05-21 01:31:57','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495330315357{margin-bottom: 0px !important;padding-top: 30px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1450692516354{margin-bottom: 60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1453273274030{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495055555166{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"Business Concept\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495054619398{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text]The Mellanby Trust Company (TMTC) Limited was incorporated in 2013 as a full service Asset Management company involved in providing Investment Advisory and services in Traditional investment markets like; Government Securities, Quoted Equities and Real Estate. We have extensive competence in providing investment outlets and advisory in Alternative Investment markets like; Commodities, Entertainment, Currencies, as well as Capital Raising services for Commercial Banks, Microfinance Banks, Leasing Companies and start-up SMEs. TMTC operates out of Lagos and licensed by the Securities & Exchange Commission (SEC) to operate as a Funds/Portfolio Manager.[/vc_column_text][vc_empty_space][vc_btn title=\"About Us\" style=\"flat\" color=\"inverse\" size=\"lg\" align=\"left\" link=\"url:%23|||\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"1305\" img_size=\"full\" alignment=\"center\" css_animation=\"bounceIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495145549668{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column width=\"2/3\"][vc_custom_heading text=\"TMTC Asset Management Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:40px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128115303{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Traditional\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Government Securities</li>\r\n <li>Quoted Equities</li>\r\n <li>Real Estate</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Alternative\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Commodities Trading</li>\r\n <li>Foreign Currency Trading</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Advisory Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:45px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128134214{margin-bottom: 28px !important;}\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Capital Raising Advisory</li>\r\n <li>Investment & Financial Asset Management Advisory</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column][/vc_row][vc_row css=\".vc_custom_1495055600474{margin-bottom: 37px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495053307320{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #ffffff !important;}\"][vc_column][stm_image_carousel grayscale=\"yes\" img_size=\"180x96\" images=\"1021,115,114,113,112,111,110\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg\" css=\".vc_custom_1495054081347{margin-bottom: 0px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1451300723020{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-21 01:31:57','2017-05-21 01:31:57','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1505,1,'2017-05-21 08:19:28','2017-05-21 08:19:28','','lenin','','inherit','open','closed','','lenin','','','2017-05-21 08:19:28','2017-05-21 08:19:28','',1492,'http://www.saucestudiosng.com/mellanby/wp-content/uploads/2017/05/lenin.png',0,'attachment','image/png',0),(1506,1,'2017-05-21 08:21:23','2017-05-21 08:21:23','[vc_row css=\".vc_custom_1451991003825{margin-bottom: 100px !important;}\"][vc_column width=\"3/4\"][vc_custom_heading source=\"post_title\" use_theme_fonts=\"yes\" css=\".vc_custom_1452247174165{margin-bottom: 30px !important;}\"][stm_staff_list count=\"8\"][/vc_column][vc_column width=\"1/4\"][stm_sidebar sidebar=\"311\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1451762600590{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row]','Our team','','inherit','closed','closed','','440-revision-v1','','','2017-05-21 08:21:23','2017-05-21 08:21:23','',440,'http://www.saucestudiosng.com/mellanby/uncategorized/440-revision-v1/',0,'revision','',0),(1513,1,'2017-05-21 09:15:07','2017-05-21 09:15:07','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495330315357{margin-bottom: 0px !important;padding-top: 30px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1450692516354{margin-bottom: 60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1453273274030{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495055555166{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"Business Concept\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495054619398{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text]The Mellanby Trust Company (TMTC) Limited was incorporated in 2013 as a full service Asset Management company involved in providing Investment Advisory and services in Traditional investment markets like; Government Securities, Quoted Equities and Real Estate. We have extensive competence in providing investment outlets and advisory in Alternative Investment markets like; Commodities, Entertainment, Currencies, as well as Capital Raising services for Commercial Banks, Microfinance Banks, Leasing Companies and start-up SMEs. TMTC operates out of Lagos and licensed by the Securities & Exchange Commission (SEC) to operate as a Funds/Portfolio Manager.[/vc_column_text][vc_empty_space][vc_btn title=\"About Us\" style=\"flat\" color=\"inverse\" size=\"lg\" align=\"left\" link=\"url:%23|||\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"1305\" img_size=\"full\" alignment=\"center\" css_animation=\"bounceIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495145549668{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column width=\"2/3\"][vc_custom_heading text=\"TMTC Asset Management Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:40px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128115303{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Traditional\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Government Securities</li>\r\n <li>Quoted Equities</li>\r\n <li>Real Estate</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Alternative\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Commodities Trading</li>\r\n <li>Foreign Currency Trading</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Advisory Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:45px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128134214{margin-bottom: 28px !important;}\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Capital Raising Advisory</li>\r\n <li>Investment & Financial Asset Management Advisory</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column][/vc_row][vc_row css=\".vc_custom_1495055600474{margin-bottom: 37px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495053307320{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #ffffff !important;}\"][vc_column][stm_image_carousel grayscale=\"yes\" img_size=\"180x96\" images=\"1021,115,114,113,112,111,110\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg\" css=\".vc_custom_1495054081347{margin-bottom: 0px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495358084771{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\" el_class=\"hide\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-21 09:15:07','2017-05-21 09:15:07','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1514,1,'2017-05-21 09:32:24','2017-05-21 09:32:24','','logo','','inherit','open','closed','','logo','','','2017-05-21 09:32:24','2017-05-21 09:32:24','',0,'http://www.saucestudiosng.com/mellanby/wp-content/uploads/2017/05/logo.png',0,'attachment','image/png',0),(1523,1,'2017-05-21 10:17:15','2017-05-21 10:17:15','','lagos','','inherit','open','closed','','lagos','','','2017-05-21 10:17:15','2017-05-21 10:17:15','',1024,'http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/lagos.png',0,'attachment','image/png',0),(1524,1,'2017-05-21 10:17:37','2017-05-21 10:17:37','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495330315357{margin-bottom: 0px !important;padding-top: 30px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1450692516354{margin-bottom: 60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Investment?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1495360569552{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495055555166{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"Business Concept\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495054619398{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text]The Mellanby Trust Company (TMTC) Limited was incorporated in 2013 as a full service Asset Management company involved in providing Investment Advisory and services in Traditional investment markets like; Government Securities, Quoted Equities and Real Estate. We have extensive competence in providing investment outlets and advisory in Alternative Investment markets like; Commodities, Entertainment, Currencies, as well as Capital Raising services for Commercial Banks, Microfinance Banks, Leasing Companies and start-up SMEs. TMTC operates out of Lagos and licensed by the Securities & Exchange Commission (SEC) to operate as a Funds/Portfolio Manager.[/vc_column_text][vc_empty_space][vc_btn title=\"About Us\" style=\"flat\" color=\"inverse\" size=\"lg\" align=\"left\" link=\"url:%23|||\"][vc_empty_space][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"1523\" img_size=\"full\" alignment=\"center\" css_animation=\"bounceIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495145549668{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column width=\"2/3\"][vc_custom_heading text=\"TMTC Asset Management Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:40px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128115303{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Traditional\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Government Securities</li>\r\n <li>Quoted Equities</li>\r\n <li>Real Estate</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Alternative\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Commodities Trading</li>\r\n <li>Foreign Currency Trading</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Advisory Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:45px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128134214{margin-bottom: 28px !important;}\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Capital Raising Advisory</li>\r\n <li>Investment & Financial Asset Management Advisory</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column][/vc_row][vc_row css=\".vc_custom_1495055600474{margin-bottom: 37px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495053307320{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #ffffff !important;}\"][vc_column][stm_image_carousel grayscale=\"yes\" img_size=\"180x96\" images=\"1021,115,114,113,112,111,110\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg\" css=\".vc_custom_1495054081347{margin-bottom: 0px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495358084771{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\" el_class=\"hide\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-21 10:17:37','2017-05-21 10:17:37','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1525,1,'2017-05-21 10:19:39','2017-05-21 10:19:39','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495330315357{margin-bottom: 0px !important;padding-top: 30px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1450692516354{margin-bottom: 60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Investment?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1495360569552{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495055555166{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Business Concept\" font_container=\"tag:h2|font_size:45px|text_align:center|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495054619398{margin-bottom: 28px !important;}\"][vc_column_text]The Mellanby Trust Company (TMTC) Limited was incorporated in 2013 as a full service Asset Management company involved in providing Investment Advisory and services in Traditional investment markets like; Government Securities, Quoted Equities and Real Estate. We have extensive competence in providing investment outlets and advisory in Alternative Investment markets like; Commodities, Entertainment, Currencies, as well as Capital Raising services for Commercial Banks, Microfinance Banks, Leasing Companies and start-up SMEs. TMTC operates out of Lagos and licensed by the Securities & Exchange Commission (SEC) to operate as a Funds/Portfolio Manager.[/vc_column_text][vc_empty_space][vc_btn title=\"About Us\" style=\"flat\" color=\"inverse\" size=\"lg\" align=\"left\" link=\"url:%23|||\"][vc_empty_space][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"1523\" img_size=\"full\" alignment=\"center\" css_animation=\"bounceIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495145549668{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column width=\"2/3\"][vc_custom_heading text=\"TMTC Asset Management Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:40px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128115303{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Traditional\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Government Securities</li>\r\n <li>Quoted Equities</li>\r\n <li>Real Estate</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Alternative\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Commodities Trading</li>\r\n <li>Foreign Currency Trading</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Advisory Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:45px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128134214{margin-bottom: 28px !important;}\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Capital Raising Advisory</li>\r\n <li>Investment & Financial Asset Management Advisory</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column][/vc_row][vc_row css=\".vc_custom_1495055600474{margin-bottom: 37px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495053307320{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #ffffff !important;}\"][vc_column][stm_image_carousel grayscale=\"yes\" img_size=\"180x96\" images=\"1021,115,114,113,112,111,110\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg\" css=\".vc_custom_1495054081347{margin-bottom: 0px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495358084771{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\" el_class=\"hide\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-21 10:19:39','2017-05-21 10:19:39','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1526,1,'2017-05-21 10:20:38','2017-05-21 10:20:38','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495330315357{margin-bottom: 0px !important;padding-top: 30px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1450692516354{margin-bottom: 60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Investment?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1495360569552{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495055555166{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Business Concept\" font_container=\"tag:h2|font_size:35px|text_align:left|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495362025940{margin-bottom: 28px !important;}\"][vc_column_text]The Mellanby Trust Company (TMTC) Limited was incorporated in 2013 as a full service Asset Management company involved in providing Investment Advisory and services in Traditional investment markets like; Government Securities, Quoted Equities and Real Estate. We have extensive competence in providing investment outlets and advisory in Alternative Investment markets like; Commodities, Entertainment, Currencies, as well as Capital Raising services for Commercial Banks, Microfinance Banks, Leasing Companies and start-up SMEs. TMTC operates out of Lagos and licensed by the Securities & Exchange Commission (SEC) to operate as a Funds/Portfolio Manager.[/vc_column_text][vc_empty_space][vc_btn title=\"About Us\" style=\"flat\" color=\"inverse\" size=\"lg\" align=\"left\" link=\"url:%23|||\"][vc_empty_space][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space][vc_single_image image=\"1523\" img_size=\"full\" alignment=\"center\" css_animation=\"bounceIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495145549668{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column width=\"2/3\"][vc_custom_heading text=\"TMTC Asset Management Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:40px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128115303{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Traditional\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Government Securities</li>\r\n <li>Quoted Equities</li>\r\n <li>Real Estate</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Alternative\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Commodities Trading</li>\r\n <li>Foreign Currency Trading</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Advisory Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:45px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128134214{margin-bottom: 28px !important;}\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Capital Raising Advisory</li>\r\n <li>Investment & Financial Asset Management Advisory</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column][/vc_row][vc_row css=\".vc_custom_1495055600474{margin-bottom: 37px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495053307320{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #ffffff !important;}\"][vc_column][stm_image_carousel grayscale=\"yes\" img_size=\"180x96\" images=\"1021,115,114,113,112,111,110\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg\" css=\".vc_custom_1495054081347{margin-bottom: 0px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495358084771{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\" el_class=\"hide\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-21 10:20:38','2017-05-21 10:20:38','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1527,1,'2017-05-21 10:21:59','2017-05-21 10:21:59','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495330315357{margin-bottom: 0px !important;padding-top: 30px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Investment?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1495360569552{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495362100031{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Business Concept\" font_container=\"tag:h2|font_size:35px|text_align:left|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495362025940{margin-bottom: 28px !important;}\"][vc_column_text]The Mellanby Trust Company (TMTC) Limited was incorporated in 2013 as a full service Asset Management company involved in providing Investment Advisory and services in Traditional investment markets like; Government Securities, Quoted Equities and Real Estate. We have extensive competence in providing investment outlets and advisory in Alternative Investment markets like; Commodities, Entertainment, Currencies, as well as Capital Raising services for Commercial Banks, Microfinance Banks, Leasing Companies and start-up SMEs. TMTC operates out of Lagos and licensed by the Securities & Exchange Commission (SEC) to operate as a Funds/Portfolio Manager.[/vc_column_text][vc_empty_space][vc_btn title=\"About Us\" style=\"flat\" color=\"inverse\" size=\"lg\" align=\"left\" link=\"url:%23|||\"][vc_empty_space][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space][vc_single_image image=\"1523\" img_size=\"full\" alignment=\"center\" css_animation=\"bounceIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495145549668{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #f2f2f2 !important;}\"][vc_column width=\"2/3\"][vc_custom_heading text=\"TMTC Asset Management Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:40px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128115303{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Traditional\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Government Securities</li>\r\n <li>Quoted Equities</li>\r\n <li>Real Estate</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Alternative\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Commodities Trading</li>\r\n <li>Foreign Currency Trading</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Advisory Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:45px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128134214{margin-bottom: 28px !important;}\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Capital Raising Advisory</li>\r\n <li>Investment & Financial Asset Management Advisory</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column][/vc_row][vc_row css=\".vc_custom_1495055600474{margin-bottom: 37px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495053307320{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #ffffff !important;}\"][vc_column][stm_image_carousel grayscale=\"yes\" img_size=\"180x96\" images=\"1021,115,114,113,112,111,110\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg\" css=\".vc_custom_1495054081347{margin-bottom: 0px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495358084771{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\" el_class=\"hide\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-21 10:21:59','2017-05-21 10:21:59','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1528,1,'2017-05-21 10:23:04','2017-05-21 10:23:04','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495330315357{margin-bottom: 0px !important;padding-top: 30px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Investment?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1495360569552{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495362100031{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Business Concept\" font_container=\"tag:h2|font_size:35px|text_align:left|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495362025940{margin-bottom: 28px !important;}\"][vc_column_text]The Mellanby Trust Company (TMTC) Limited was incorporated in 2013 as a full service Asset Management company involved in providing Investment Advisory and services in Traditional investment markets like; Government Securities, Quoted Equities and Real Estate. We have extensive competence in providing investment outlets and advisory in Alternative Investment markets like; Commodities, Entertainment, Currencies, as well as Capital Raising services for Commercial Banks, Microfinance Banks, Leasing Companies and start-up SMEs. TMTC operates out of Lagos and licensed by the Securities & Exchange Commission (SEC) to operate as a Funds/Portfolio Manager.[/vc_column_text][vc_empty_space][vc_btn title=\"About Us\" style=\"flat\" color=\"inverse\" size=\"lg\" align=\"left\" link=\"url:%23|||\"][vc_empty_space][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space][vc_single_image image=\"1523\" img_size=\"full\" alignment=\"center\" css_animation=\"bounceIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495362178806{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #ffffff !important;}\"][vc_column width=\"2/3\"][vc_custom_heading text=\"TMTC Asset Management Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:40px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128115303{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Traditional\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Government Securities</li>\r\n <li>Quoted Equities</li>\r\n <li>Real Estate</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Alternative\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Commodities Trading</li>\r\n <li>Foreign Currency Trading</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Advisory Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:45px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128134214{margin-bottom: 28px !important;}\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Capital Raising Advisory</li>\r\n <li>Investment & Financial Asset Management Advisory</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column][/vc_row][vc_row css=\".vc_custom_1495055600474{margin-bottom: 37px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495053307320{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #ffffff !important;}\"][vc_column][stm_image_carousel grayscale=\"yes\" img_size=\"180x96\" images=\"1021,115,114,113,112,111,110\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg\" css=\".vc_custom_1495054081347{margin-bottom: 0px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495358084771{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\" el_class=\"hide\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-21 10:23:04','2017-05-21 10:23:04','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1529,1,'2017-05-21 10:47:27','2017-05-21 10:47:27','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495330315357{margin-bottom: 0px !important;padding-top: 30px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Investment?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1495360569552{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495362100031{padding-top: 53px !important;padding-bottom: 70px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Business Concept\" font_container=\"tag:h2|font_size:35px|text_align:left|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495362025940{margin-bottom: 28px !important;}\"][vc_column_text]The Mellanby Trust Company (TMTC) Limited was incorporated in 2013 as a full service Asset Management company involved in providing Investment Advisory and services in Traditional investment markets like; Government Securities, Quoted Equities and Real Estate. We have extensive competence in providing investment outlets and advisory in Alternative Investment markets like; Commodities, Entertainment, Currencies, as well as Capital Raising services for Commercial Banks, Microfinance Banks, Leasing Companies and start-up SMEs. TMTC operates out of Lagos and licensed by the Securities & Exchange Commission (SEC) to operate as a Funds/Portfolio Manager.[/vc_column_text][vc_empty_space][vc_btn title=\"About Us\" style=\"flat\" color=\"inverse\" size=\"lg\" align=\"left\" link=\"url:%23|||\"][vc_empty_space][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space][vc_single_image image=\"1523\" img_size=\"full\" alignment=\"center\" css_animation=\"bounceIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495362178806{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #ffffff !important;}\"][vc_column width=\"2/3\"][vc_custom_heading text=\"TMTC Asset Management Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:40px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128115303{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Traditional\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Government Securities</li>\r\n <li>Quoted Equities</li>\r\n <li>Real Estate</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Alternative\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Commodities Trading</li>\r\n <li>Foreign Currency Trading</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Advisory Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:45px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128134214{margin-bottom: 28px !important;}\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Capital Raising Advisory</li>\r\n <li>Investment & Financial Asset Management Advisory</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column][/vc_row][vc_row css=\".vc_custom_1495055600474{margin-bottom: 37px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495363579802{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"PARTNERS\" font_container=\"tag:h2|text_align:center\" css=\".vc_custom_1495363643060{margin-bottom: 20px !important;}\"][stm_image_carousel grayscale=\"yes\" img_size=\"180x96\" images=\"1021,115,114,113,112,111,110\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg\" css=\".vc_custom_1495054081347{margin-bottom: 0px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495358084771{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\" el_class=\"hide\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-21 10:47:27','2017-05-21 10:47:27','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1530,1,'2017-05-21 10:49:00','2017-05-21 10:49:00','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495330315357{margin-bottom: 0px !important;padding-top: 30px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Investment?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1495360569552{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495363736541{padding-top: 53px !important;padding-bottom: 30px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Business Concept\" font_container=\"tag:h2|font_size:35px|text_align:left|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495362025940{margin-bottom: 28px !important;}\"][vc_column_text]The Mellanby Trust Company (TMTC) Limited was incorporated in 2013 as a full service Asset Management company involved in providing Investment Advisory and services in Traditional investment markets like; Government Securities, Quoted Equities and Real Estate. We have extensive competence in providing investment outlets and advisory in Alternative Investment markets like; Commodities, Entertainment, Currencies, as well as Capital Raising services for Commercial Banks, Microfinance Banks, Leasing Companies and start-up SMEs. TMTC operates out of Lagos and licensed by the Securities & Exchange Commission (SEC) to operate as a Funds/Portfolio Manager.[/vc_column_text][vc_empty_space][vc_btn title=\"About Us\" style=\"flat\" color=\"inverse\" size=\"lg\" align=\"left\" link=\"url:%23|||\"][vc_empty_space][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space][vc_single_image image=\"1523\" img_size=\"full\" alignment=\"center\" css_animation=\"bounceIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495362178806{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #ffffff !important;}\"][vc_column width=\"2/3\"][vc_custom_heading text=\"TMTC Asset Management Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:40px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128115303{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Traditional\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Government Securities</li>\r\n <li>Quoted Equities</li>\r\n <li>Real Estate</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Alternative\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Commodities Trading</li>\r\n <li>Foreign Currency Trading</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Advisory Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:45px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128134214{margin-bottom: 28px !important;}\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Capital Raising Advisory</li>\r\n <li>Investment & Financial Asset Management Advisory</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column][/vc_row][vc_row css=\".vc_custom_1495055600474{margin-bottom: 37px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495363579802{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"PARTNERS\" font_container=\"tag:h2|text_align:center\" css=\".vc_custom_1495363643060{margin-bottom: 20px !important;}\"][stm_image_carousel grayscale=\"yes\" img_size=\"180x96\" images=\"1021,115,114,113,112,111,110\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg\" css=\".vc_custom_1495054081347{margin-bottom: 0px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495358084771{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\" el_class=\"hide\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-21 10:49:00','2017-05-21 10:49:00','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1531,1,'2017-05-21 10:54:50','2017-05-21 10:54:50','[vc_row css=\".vc_custom_1485423383193{margin-bottom: 20px !important;}\"][vc_column css=\".vc_custom_1485424286916{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-4\"][vc_column_text el_class=\"border_base_color\" css=\".vc_custom_1495363852453{margin-bottom: 28px !important;border-bottom-width: 3px !important;padding-bottom: 32px !important;border-bottom-color: #002e5b !important;border-bottom-style: solid !important;}\"]<span style=\"font-family: Montserrat; color: #444444; font-size: 16px; letter-spacing: -0.4px;\">Please let us know if you have a question, want to leave a comment, or would like further information about The Mellanby Trust Company.</span>[/vc_column_text][stm_contacts_widget style=\"style_4\" email=\"wura.alade@imperialportfolioltd.com\" title=\"contact details\" address=\"The Mellanby Trust Company (TMTC) Limited\n21, Ajasa Street, Onikan, Lagos\" phone=\"234 (0) 803 851 5646\"][/vc_column][vc_column css=\".vc_custom_1485424295749{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-8\"][contact-form-7 id=\"1173\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1485423323752{margin-bottom: -60px !important;}\"][vc_column][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDYzMDQuODI5OTg2MTMxMjcxJTIxMmQtMTIyLjQ3NDY5NjgwMzMwOTIlMjEzZDM3LjgwMzc0NzUyMTYwNDQzJTIxMm0zJTIxMWYwJTIxMmYwJTIxM2YwJTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ODA4NTg2ZTYzMDI2MTVhMSUyNTNBMHg4NmJkMTMwMjUxNzU3YzAwJTIxMnNTdG9yZXklMkJBdmUlMjUyQyUyQlNhbiUyQkZyYW5jaXNjbyUyNTJDJTJCQ0ElMkI5NDEyOSUyMTVlMCUyMTNtMiUyMTFzZW4lMjEyc3VzJTIxNHYxNDM1ODI2NDMyMDUxJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIzODJweCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMHN0eWxlJTNEJTIyYm9yZGVyJTNBMCUyMiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][/vc_column_text][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','1171-autosave-v1','','','2017-05-21 10:54:50','2017-05-21 10:54:50','',1171,'http://www.saucestudiosng.com/mellanby/uncategorized/1171-autosave-v1/',0,'revision','',0),(1532,1,'2017-05-21 10:57:00','2017-05-21 10:57:00','[vc_row css=\".vc_custom_1485423383193{margin-bottom: 20px !important;}\"][vc_column css=\".vc_custom_1485424286916{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-4\"][vc_column_text el_class=\"border_base_color\" css=\".vc_custom_1495363852453{margin-bottom: 28px !important;border-bottom-width: 3px !important;padding-bottom: 32px !important;border-bottom-color: #002e5b !important;border-bottom-style: solid !important;}\"]<span style=\"font-family: Montserrat; color: #444444; font-size: 16px; letter-spacing: -0.4px;\">Please let us know if you have a question, want to leave a comment, or would like further information about The Mellanby Trust Company.</span>[/vc_column_text][stm_contacts_widget style=\"style_4\" email=\"wura.alade@imperialportfolioltd.com\" title=\"contact details\" address=\"The Mellanby Trust Company (TMTC) Limited\r\n21, Ajasa Street, Onikan, Lagos\" phone=\"234 (0) 803 851 5646\"][/vc_column][vc_column css=\".vc_custom_1485424295749{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-8\"][contact-form-7 id=\"508\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1485423323752{margin-bottom: -60px !important;}\"][vc_column][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDYzMDQuODI5OTg2MTMxMjcxJTIxMmQtMTIyLjQ3NDY5NjgwMzMwOTIlMjEzZDM3LjgwMzc0NzUyMTYwNDQzJTIxMm0zJTIxMWYwJTIxMmYwJTIxM2YwJTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ODA4NTg2ZTYzMDI2MTVhMSUyNTNBMHg4NmJkMTMwMjUxNzU3YzAwJTIxMnNTdG9yZXklMkJBdmUlMjUyQyUyQlNhbiUyQkZyYW5jaXNjbyUyNTJDJTJCQ0ElMkI5NDEyOSUyMTVlMCUyMTNtMiUyMTFzZW4lMjEyc3VzJTIxNHYxNDM1ODI2NDMyMDUxJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIzODJweCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMHN0eWxlJTNEJTIyYm9yZGVyJTNBMCUyMiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][/vc_column_text][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','1171-revision-v1','','','2017-05-21 10:57:00','2017-05-21 10:57:00','',1171,'http://www.saucestudiosng.com/mellanby/uncategorized/1171-revision-v1/',0,'revision','',0),(1533,1,'2017-05-21 11:05:55','2017-05-21 11:05:55','[vc_row css=\".vc_custom_1485423383193{margin-bottom: 20px !important;}\"][vc_column css=\".vc_custom_1485424286916{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-4\"][vc_column_text el_class=\"border_base_color\" css=\".vc_custom_1495363852453{margin-bottom: 28px !important;border-bottom-width: 3px !important;padding-bottom: 32px !important;border-bottom-color: #002e5b !important;border-bottom-style: solid !important;}\"]<span style=\"font-family: Montserrat; color: #444444; font-size: 16px; letter-spacing: -0.4px;\">Please let us know if you have a question, want to leave a comment, or would like further information about The Mellanby Trust Company.</span>[/vc_column_text][stm_contacts_widget style=\"style_4\" email=\"wura.alade@imperialportfolioltd.com\" title=\"contact details\" address=\"The Mellanby Trust Company (TMTC) Limited\r\n21, Ajasa Street, Onikan, Lagos\" phone=\"234 (0) 803 851 5646\"][/vc_column][vc_column css=\".vc_custom_1485424295749{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-8\"][contact-form-7 id=\"508\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1485423323752{margin-bottom: -60px !important;}\"][vc_column][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDM5NjQuNjAwMzEzMTM3Njg1JTIxMmQzLjQwMjEwNDUxNDc3MDMyOTUlMjEzZDYuNDQ1MzM0NTk1MzM2OTklMjEybTMlMjExZjAlMjEyZjAlMjEzZjAlMjEzbTIlMjExaTEwMjQlMjEyaTc2OCUyMTRmMTMuMSUyMTNtMyUyMTFtMiUyMTFzMHgxMDNiOGIyM2Y2NTk5ZmNkJTI1M0EweDliOTQ5NjU5OGE3OWNjOWQlMjEyc0FqYXNhJTJCU3QlMjUyQyUyQk9uaWthbiUyQkVudmlyb24lMjUyQyUyQkxhZ29zJTIxNWUwJTIxM20yJTIxMXNlbiUyMTJzbmclMjE0djE0OTUzNjQ3MzYxNjklMjIlMjB3aWR0aCUzRCUyMjYwMCUyMiUyMGhlaWdodCUzRCUyMjQ1MCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMHN0eWxlJTNEJTIyYm9yZGVyJTNBMCUyMiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][/vc_column_text][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','1171-revision-v1','','','2017-05-21 11:05:55','2017-05-21 11:05:55','',1171,'http://www.saucestudiosng.com/mellanby/uncategorized/1171-revision-v1/',0,'revision','',0),(1534,1,'2017-05-21 16:40:59','2017-05-21 16:40:59','','Mellanby Banner1','','inherit','open','closed','','mellanby-banner1','','','2017-05-21 16:40:59','2017-05-21 16:40:59','',0,'http://www.saucestudiosng.com/mellanby/wp-content/uploads/2017/05/Mellanby-Banner1.png',0,'attachment','image/png',0),(1535,1,'2017-05-21 16:42:13','2017-05-21 16:42:13','','Mellanby Banner2','','inherit','open','closed','','mellanby-banner2','','','2017-05-21 16:42:13','2017-05-21 16:42:13','',0,'http://www.saucestudiosng.com/mellanby/wp-content/uploads/2017/05/Mellanby-Banner2.png',0,'attachment','image/png',0),(1547,1,'2017-05-23 18:47:45','2017-05-23 18:47:45','','lagos','','inherit','open','closed','','lagos-2','','','2017-05-23 18:48:07','2017-05-23 18:48:07','',1024,'http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/lagos-1.png',0,'attachment','image/png',0),(1548,1,'2017-05-23 18:54:33','2017-05-23 18:54:33','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495330315357{margin-bottom: 0px !important;padding-top: 30px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Investment?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1495360569552{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495363736541{padding-top: 53px !important;padding-bottom: 30px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Business Concept\" font_container=\"tag:h2|font_size:35px|text_align:left|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495362025940{margin-bottom: 28px !important;}\"][vc_column_text]The Mellanby Trust Company (TMTC) Limited was incorporated in 2013 as a full service Asset Management company involved in providing Investment Advisory and services in Traditional investment markets such as Government securities, Quoted Equities and Real Estate. We have extensive competence in providing investment outlets and advisory in Alternative Investment markets such as Commodities, Entertainment, Currencies, as well as Capital Raising Advisory Services for Commercial Banks, Microfinance Banks, Leasing Companies and start-up SMEs. TMTC operates out of Lagos and is licensed by the Securities & Exchange Commission (SEC) to operate as a Funds/Portfolio Manager.[/vc_column_text][vc_empty_space][vc_btn title=\"About Us\" style=\"flat\" color=\"inverse\" size=\"lg\" align=\"left\" link=\"url:%23|||\"][vc_empty_space][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space][vc_single_image image=\"1547\" img_size=\"full\" alignment=\"center\" css_animation=\"bounceIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495362178806{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #ffffff !important;}\"][vc_column width=\"2/3\"][vc_custom_heading text=\"TMTC Asset Management Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:40px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128115303{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Traditional\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Government Securities Trading</li>\r\n <li>Quoted Equities trading</li>\r\n <li>Real Estate Investments</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Alternative\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Commodities Trading</li>\r\n <li>Foreign Currency Trading</li>\r\n <li>Entertainment</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Advisory Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:45px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128134214{margin-bottom: 28px !important;}\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Capital Raising Advisory</li>\r\n <li>Financial/Investment Advisory</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column][/vc_row][vc_row css=\".vc_custom_1495055600474{margin-bottom: 37px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495363579802{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"PARTNERS\" font_container=\"tag:h2|text_align:center\" css=\".vc_custom_1495363643060{margin-bottom: 20px !important;}\"][stm_image_carousel grayscale=\"yes\" img_size=\"180x96\" images=\"1021,115,114,113,112,111,110\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg\" css=\".vc_custom_1495054081347{margin-bottom: 0px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495358084771{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\" el_class=\"hide\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-23 18:54:33','2017-05-23 18:54:33','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1549,1,'2017-05-23 18:57:33','2017-05-23 18:57:33','[vc_row css=\".vc_custom_1451991003825{margin-bottom: 100px !important;}\"][vc_column offset=\"vc_col-lg-9 vc_col-md-9\"][rev_slider alias=\"about_us_slider\"][vc_column_text css=\".vc_custom_1495176886485{margin-top: 40px !important;}\"]\r\n<h3>Company overview</h3>\r\nThe Mellanby Trust Company (TMTC) Limited was incorporated in 2013 as a full service Asset Management company involved in providing Investment Advisory and services in Traditional investment markets like; Government Securities, Quoted Equities and Real Estate. We have extensive competence in providing investment outlets and advisory in Alternative Investment markets like; Commodities, Entertainment, Currencies, as well as Capital Raising services for Commercial Banks, Microfinance Banks, Leasing Companies and start-up SMEs. TMTC operates out of Lagos and licensed by the Securities & Exchange Commission (SEC) to operate as a Funds/Portfolio Manager.\r\n\r\nWe create wealth for our numerous clients by pooling together the resources of different shades of investors under a professionally controlled management with the aim of creating, preserving and propagating wealth. Our business model focuses on channeling investment funds into Sovereign and Corporate Debt securities as well as the creation of specialist products designed for funding business growth all with the primary minimum benchmark of exceeding year-on-year inflationary trends.\r\n\r\nThe corporate philosophy guiding the Company’s culture is predicated on the three C’s of; <strong>Conservatism</strong>, <strong>Creativity</strong> and <strong>Confidentiality</strong>. These core values have direct bearing on our corporate Vision and Mission and are geared towards fostering lasting client relationships.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Our vision\" font_container=\"tag:h4|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" css=\".vc_custom_1495177056728{margin-bottom: 28px !important;}\" el_class=\"no_stripe\"][vc_column_text]To be the platform of choice for transparent investment solutions in Nigeria.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Our mission\" font_container=\"tag:h4|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" css=\".vc_custom_1495176998965{margin-bottom: 15px !important;}\" el_class=\"no_stripe\"][vc_column_text]To simplify wealth creation in Nigeria through creative, ethical and transparent means[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][stm_sidebar sidebar=\"311\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1451762600590{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','9-revision-v1','','','2017-05-23 18:57:33','2017-05-23 18:57:33','',9,'http://www.saucestudiosng.com/mellanby/uncategorized/9-revision-v1/',0,'revision','',0),(1550,1,'2017-05-23 19:04:55','2017-05-23 19:04:55','[vc_row css=\".vc_custom_1451991003825{margin-bottom: 100px !important;}\"][vc_column width=\"3/4\"][vc_column_text css=\".vc_custom_1495566150947{margin-bottom: 52px !important;}\"]\r\n<h2>Mellanby Alternative Fixed Income Fund (MAFIF)</h2>\r\nThis is the company’s flagship investment product targeted primarily at investing in tradable Government Securities and un-tradeable alternative fixed income assets in a 70% to 30% ratio.[/vc_column_text][vc_column_text css=\".vc_custom_1495566230096{margin-top: 30px !important;margin-bottom: 52px !important;}\"]\r\n<h2>The Mellanby Entertainment Fund</h2>\r\nTThis product provides an avenue for private clients to diversify their investment holdings into Creative Content/The Arts within the Nigerian Entertainment space. This sector is clearly on the rise as Nigeria’s profile impacts the global arena and the product seeks to tap into an industry which is setting records in Africa despite a recessionary.\r\n<h4>**Note: The product is for Qualified Individual Clients under our Private Wealth Management Suite.</h4>\r\n[/vc_column_text][vc_column_text css=\".vc_custom_1495180061545{margin-top: 30px !important;margin-bottom: 52px !important;}\"]\r\n<h2>IPL Commodity Fund</h2>\r\nThe Fund targets the Agribusiness potential inherent in the Nigerian economy by investing and trading in harvested Agricultural commodities and/or re-financing produce Related Agricultural debt. Most Nigerian agricultural Commodities are seasonal, hence IPL’s model involves Local and international trading in a variety of cash crops “In-season” during their peak periods of production/harvest. IPL offers Fixed income investment in the commodity export Receivables of the Coopers Commodities Company (a subsidiary of Imperial Portfolio Limited) on a Fixed Income basis under The Alternative Investment Class.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][stm_sidebar sidebar=\"311\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1451762600590{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row]','Products','','inherit','closed','closed','','408-revision-v1','','','2017-05-23 19:04:55','2017-05-23 19:04:55','',408,'http://www.saucestudiosng.com/mellanby/uncategorized/408-revision-v1/',0,'revision','',0),(1551,1,'2017-05-24 12:29:10','2017-05-24 12:29:10','[vc_row css=\".vc_custom_1451991003825{margin-bottom: 100px !important;}\"][vc_column width=\"3/4\"][vc_custom_heading text=\"INDEPENDENT ADVISORY BOARD\" font_container=\"tag:h4|text_align:left\" use_theme_fonts=\"yes\" css=\".vc_custom_1495567964812{margin-bottom: 20px !important;}\"][vc_column_text css=\".vc_custom_1495628947958{margin-bottom: 30px !important;}\"]TMTC’s advisory board (AdBoard) was created to provide management with sector specific experience to guide its investment decisions devoid of sentiments from other stakeholders. Its Advisory Board is purely Advice-giving and members do not have any equity in the company. The members of the AdBoard include the following:[/vc_column_text][stm_staff_list category=\"advisory-member\" count=\"8\"][/vc_column][vc_column width=\"1/4\"][stm_sidebar sidebar=\"311\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1451762600590{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row]','Our team','','inherit','closed','closed','','440-autosave-v1','','','2017-05-24 12:29:10','2017-05-24 12:29:10','',440,'http://www.saucestudiosng.com/mellanby/uncategorized/440-autosave-v1/',0,'revision','',0),(1552,1,'2017-05-23 19:20:06','2017-05-23 19:20:06','[vc_row css=\".vc_custom_1451991003825{margin-bottom: 100px !important;}\"][vc_column width=\"3/4\"][vc_custom_heading text=\"INDEPENDENT ADVISORY BOARD\" use_theme_fonts=\"yes\" css=\".vc_custom_1495566761486{margin-bottom: 30px !important;}\" subtitle=\"TMTC’s advisory board (AdBoard) was created to provide management with sector specific experience to guide its investment decisions devoid of sentiments from the existing Board of Directors. Its Advisory Board is purely Advice-giving and members do not have any equity in the company. The members of the AdBoard include the following; \"][stm_staff_list count=\"8\"][/vc_column][vc_column width=\"1/4\"][stm_sidebar sidebar=\"311\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1451762600590{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row]','Our team','','inherit','closed','closed','','440-revision-v1','','','2017-05-23 19:20:06','2017-05-23 19:20:06','',440,'http://www.saucestudiosng.com/mellanby/uncategorized/440-revision-v1/',0,'revision','',0),(1553,1,'2017-05-23 19:21:55','2017-05-23 19:21:55','[vc_row css=\".vc_custom_1451991003825{margin-bottom: 100px !important;}\"][vc_column width=\"3/4\"][vc_custom_heading text=\"INDEPENDENT ADVISORY BOARD\" font_container=\"tag:h4|text_align:left\" use_theme_fonts=\"yes\" css=\".vc_custom_1495567313606{margin-bottom: 40px !important;}\" subtitle=\"TMTC’s advisory board (AdBoard) was created to provide management with sector specific experience to guide its investment decisions devoid of sentiments from the existing Board of Directors. Its Advisory Board is purely Advice-giving and members do not have any equity in the company. The members of the AdBoard include the following; \"][stm_staff_list count=\"8\"][/vc_column][vc_column width=\"1/4\"][stm_sidebar sidebar=\"311\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1451762600590{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row]','Our team','','inherit','closed','closed','','440-revision-v1','','','2017-05-23 19:21:55','2017-05-23 19:21:55','',440,'http://www.saucestudiosng.com/mellanby/uncategorized/440-revision-v1/',0,'revision','',0),(1554,1,'2017-05-23 19:23:51','2017-05-23 19:23:51','[vc_row css=\".vc_custom_1451991003825{margin-bottom: 100px !important;}\"][vc_column width=\"3/4\"][vc_custom_heading text=\"INDEPENDENT ADVISORY BOARD\" font_container=\"tag:h4|text_align:left\" use_theme_fonts=\"yes\" css=\".vc_custom_1495567313606{margin-bottom: 40px !important;}\" subtitle=\"TMTC’s advisory board (AdBoard) was created to provide management with sector specific experience to guide its investment decisions devoid of sentiments from the existing Board of Directors. Its Advisory Board is purely Advice-giving and members do not have any equity in the company. The members of the AdBoard include the following; \"][stm_staff_list category=\"advisory-member\" count=\"8\"][/vc_column][vc_column width=\"1/4\"][stm_sidebar sidebar=\"311\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1451762600590{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row]','Our team','','inherit','closed','closed','','440-revision-v1','','','2017-05-23 19:23:51','2017-05-23 19:23:51','',440,'http://www.saucestudiosng.com/mellanby/uncategorized/440-revision-v1/',0,'revision','',0),(1557,1,'2017-05-23 19:32:46','2017-05-23 19:32:46','[vc_row css=\".vc_custom_1451991003825{margin-bottom: 100px !important;}\"][vc_column width=\"3/4\"][vc_custom_heading text=\"INDEPENDENT ADVISORY BOARD\" font_container=\"tag:h4|text_align:left\" use_theme_fonts=\"yes\" css=\".vc_custom_1495567964812{margin-bottom: 20px !important;}\"][vc_column_text css=\".vc_custom_1495567945550{margin-bottom: 30px !important;}\"]TMTC’s advisory board (AdBoard) was created to provide management with sector specific experience to guide its investment decisions devoid of sentiments from the existing Board of Directors. Its Advisory Board is purely Advice-giving and members do not have any equity in the company. The members of the AdBoard include the following;[/vc_column_text][stm_staff_list category=\"advisory-member\" count=\"8\"][/vc_column][vc_column width=\"1/4\"][stm_sidebar sidebar=\"311\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1451762600590{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row]','Our team','','inherit','closed','closed','','440-revision-v1','','','2017-05-23 19:32:46','2017-05-23 19:32:46','',440,'http://www.saucestudiosng.com/mellanby/uncategorized/440-revision-v1/',0,'revision','',0),(1558,1,'2017-05-23 19:34:18','2017-05-23 19:34:18','[vc_row css=\".vc_custom_1451991003825{margin-bottom: 100px !important;}\"][vc_column width=\"3/4\"][vc_custom_heading text=\"Key Management Team \" font_container=\"tag:h4|text_align:left\" use_theme_fonts=\"yes\" css=\".vc_custom_1495568496757{margin-bottom: 20px !important;}\"][stm_staff_list category=\"management-team\" count=\"8\"][/vc_column][vc_column width=\"1/4\"][stm_sidebar sidebar=\"311\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"Contact us\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1495664337571{margin-bottom: 0px !important;}\" btn_link=\"url:%2Fcontact|||\"][/vc_cta][/vc_column][/vc_row]','Management Team','','publish','closed','closed','','management-team','','','2017-05-24 22:19:00','2017-05-24 22:19:00','',0,'http://www.saucestudiosng.com/mellanby/?page_id=1558',0,'page','',0),(1559,1,'2017-05-23 19:34:18','2017-05-23 19:34:18','[vc_row css=\".vc_custom_1451991003825{margin-bottom: 100px !important;}\"][vc_column width=\"3/4\"][vc_custom_heading text=\"Management Team \" font_container=\"tag:h4|text_align:left\" use_theme_fonts=\"yes\" css=\".vc_custom_1495568046571{margin-bottom: 20px !important;}\"][stm_staff_list category=\"management-team\" count=\"8\"][/vc_column][vc_column width=\"1/4\"][stm_sidebar sidebar=\"311\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1451762600590{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row]','Management Team','','inherit','closed','closed','','1558-revision-v1','','','2017-05-23 19:34:18','2017-05-23 19:34:18','',1558,'http://www.saucestudiosng.com/mellanby/uncategorized/1558-revision-v1/',0,'revision','',0),(1560,1,'2017-05-23 19:35:40','2017-05-23 19:35:40','[vc_row css=\".vc_custom_1451991003825{margin-bottom: 100px !important;}\"][vc_column width=\"3/4\"][vc_custom_heading text=\"Board Members \" font_container=\"tag:h4|text_align:left\" use_theme_fonts=\"yes\" css=\".vc_custom_1495568129287{margin-bottom: 20px !important;}\"][stm_staff_list category=\"board-member\" count=\"8\"][/vc_column][vc_column width=\"1/4\"][stm_sidebar sidebar=\"311\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"Contact us\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1495663697099{margin-bottom: 0px !important;}\" btn_link=\"url:%2Fcontact|||\"][/vc_cta][/vc_column][/vc_row]','Board Members','','publish','closed','closed','','board-members','','','2017-05-24 22:08:20','2017-05-24 22:08:20','',0,'http://www.saucestudiosng.com/mellanby/?page_id=1560',0,'page','',0),(1561,1,'2017-05-23 19:35:40','2017-05-23 19:35:40','[vc_row css=\".vc_custom_1451991003825{margin-bottom: 100px !important;}\"][vc_column width=\"3/4\"][vc_custom_heading text=\"Board Members \" font_container=\"tag:h4|text_align:left\" use_theme_fonts=\"yes\" css=\".vc_custom_1495568129287{margin-bottom: 20px !important;}\"][stm_staff_list category=\"board-member\" count=\"8\"][/vc_column][vc_column width=\"1/4\"][stm_sidebar sidebar=\"311\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1451762600590{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row]','Board Members','','inherit','closed','closed','','1560-revision-v1','','','2017-05-23 19:35:40','2017-05-23 19:35:40','',1560,'http://www.saucestudiosng.com/mellanby/uncategorized/1560-revision-v1/',0,'revision','',0),(1562,1,'2017-05-23 19:38:56','2017-05-23 19:38:56',' ','','','publish','closed','closed','','1562','','','2017-05-24 14:47:20','2017-05-24 14:47:20','',0,'http://www.saucestudiosng.com/mellanby/?p=1562',7,'nav_menu_item','',0),(1563,1,'2017-05-23 19:38:56','2017-05-23 19:38:56',' ','','','publish','closed','closed','','1563','','','2017-05-24 14:47:20','2017-05-24 14:47:20','',0,'http://www.saucestudiosng.com/mellanby/?p=1563',6,'nav_menu_item','',0),(1564,1,'2017-05-23 19:41:38','2017-05-23 19:41:38','[vc_row css=\".vc_custom_1451991003825{margin-bottom: 100px !important;}\"][vc_column width=\"3/4\"][vc_custom_heading text=\"Key Management Team \" font_container=\"tag:h4|text_align:left\" use_theme_fonts=\"yes\" css=\".vc_custom_1495568496757{margin-bottom: 20px !important;}\"][stm_staff_list category=\"management-team\" count=\"8\"][/vc_column][vc_column width=\"1/4\"][stm_sidebar sidebar=\"311\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1451762600590{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row]','Management Team','','inherit','closed','closed','','1558-revision-v1','','','2017-05-23 19:41:38','2017-05-23 19:41:38','',1558,'http://www.saucestudiosng.com/mellanby/uncategorized/1558-revision-v1/',0,'revision','',0),(1565,1,'2017-05-23 19:57:16','2017-05-23 19:57:16','[vc_row css=\".vc_custom_1495179181302{margin-bottom: 100px !important;padding-top: 50px !important;}\"][vc_column width=\"3/4\"][vc_row_inner css=\".vc_custom_1452152300724{margin-bottom: 46px !important;}\"][vc_column_inner][vc_custom_heading text=\"LONGONOT FINANCE\" font_container=\"tag:h4|text_align:left\"][vc_column_text]TMTC is currently into a strategic partnership with <strong>Longonot</strong> Finance. A specialist financial advisor operating out of The Hague, Netherlands and is headed by Dieter Portman. They have successfully raised capital in southern Africa and eastern Africa as well as in Nigeria where they have raised $20m for a notable Leasing company. Longonot is primarily aimed at providing advisory and fund arrangement solutions for; Banks, Micro-finance Banks, Leasing companies, Agriculture and for projects in Alternative/Renewable Energy.\r\n\r\nTMTC also has a strategic collaboration with the Nigeria Soya Bean Association of one of the major soya bean growing states in Nigeria to purchase soya bean harvests across the state at agreed forward prices for local and export sales.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1495569280918{margin-bottom: 46px !important;}\"][vc_column_inner][vc_custom_heading text=\"OUTSPIRE BUSINESS SOLUTIONS\" font_container=\"tag:h4|text_align:left\"][vc_column_text]<strong>OUTSPIRE Business Solutions</strong> is a subsidiary of TMTC that provides Specialist and General Training.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1495569280918{margin-bottom: 46px !important;}\"][vc_column_inner][vc_custom_heading text=\"Coopers Commodities Company Limited \" font_container=\"tag:h4|text_align:left\"][vc_column_text]<strong>Coopers Commodities Company Limited </strong> is the Commodities trading subsidiary of The Mellanby Trust Company Limited and is the project implementer of the <strong>Coopers Greene Initiative ( a product targeted at partnering with Farmers to properly grow, harvest and provide Off-take for Nigerian farmers)</strong>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][stm_sidebar sidebar=\"311\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1451762600590{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row]','Partnerships','','inherit','closed','closed','','390-revision-v1','','','2017-05-23 19:57:16','2017-05-23 19:57:16','',390,'http://www.saucestudiosng.com/mellanby/uncategorized/390-revision-v1/',0,'revision','',0),(1566,1,'2017-05-23 20:00:47','2017-05-23 20:00:47','','coopers','','inherit','open','closed','','coopers','','','2017-05-23 20:00:47','2017-05-23 20:00:47','',1024,'http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/coopers.png',0,'attachment','image/png',0),(1567,1,'2017-05-23 20:00:48','2017-05-23 20:00:48','','longonot','','inherit','open','closed','','longonot','','','2017-05-23 20:00:48','2017-05-23 20:00:48','',1024,'http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/longonot.png',0,'attachment','image/png',0),(1568,1,'2017-05-23 20:00:49','2017-05-23 20:00:49','','outspire','','inherit','open','closed','','outspire','','','2017-05-23 20:00:49','2017-05-23 20:00:49','',1024,'http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/outspire.png',0,'attachment','image/png',0),(1569,1,'2017-05-23 20:01:03','2017-05-23 20:01:03','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495330315357{margin-bottom: 0px !important;padding-top: 30px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Investment?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1495360569552{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495363736541{padding-top: 53px !important;padding-bottom: 30px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Business Concept\" font_container=\"tag:h2|font_size:35px|text_align:left|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495362025940{margin-bottom: 28px !important;}\"][vc_column_text]The Mellanby Trust Company (TMTC) Limited was incorporated in 2013 as a full service Asset Management company involved in providing Investment Advisory and services in Traditional investment markets such as Government securities, Quoted Equities and Real Estate. We have extensive competence in providing investment outlets and advisory in Alternative Investment markets such as Commodities, Entertainment, Currencies, as well as Capital Raising Advisory Services for Commercial Banks, Microfinance Banks, Leasing Companies and start-up SMEs. TMTC operates out of Lagos and is licensed by the Securities & Exchange Commission (SEC) to operate as a Funds/Portfolio Manager.[/vc_column_text][vc_empty_space][vc_btn title=\"About Us\" style=\"flat\" color=\"inverse\" size=\"lg\" align=\"left\" link=\"url:%23|||\"][vc_empty_space][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space][vc_single_image image=\"1547\" img_size=\"full\" alignment=\"center\" css_animation=\"bounceIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495362178806{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #ffffff !important;}\"][vc_column width=\"2/3\"][vc_custom_heading text=\"TMTC Asset Management Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:40px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128115303{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Traditional\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Government Securities Trading</li>\r\n <li>Quoted Equities trading</li>\r\n <li>Real Estate Investments</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Alternative\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Commodities Trading</li>\r\n <li>Foreign Currency Trading</li>\r\n <li>Entertainment</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Advisory Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:45px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128134214{margin-bottom: 28px !important;}\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Capital Raising Advisory</li>\r\n <li>Financial/Investment Advisory</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column][/vc_row][vc_row css=\".vc_custom_1495055600474{margin-bottom: 37px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495363579802{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"PARTNERS\" font_container=\"tag:h2|text_align:center\" css=\".vc_custom_1495363643060{margin-bottom: 20px !important;}\"][stm_image_carousel grayscale=\"yes\" img_size=\"180x96\" images=\"1566,1567,1568\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg\" css=\".vc_custom_1495054081347{margin-bottom: 0px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495358084771{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\" el_class=\"hide\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-23 20:01:03','2017-05-23 20:01:03','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1570,1,'2017-05-23 20:03:08','2017-05-23 20:03:08','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495330315357{margin-bottom: 0px !important;padding-top: 30px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Investment?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1495360569552{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495363736541{padding-top: 53px !important;padding-bottom: 30px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Business Concept\" font_container=\"tag:h2|font_size:35px|text_align:left|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495362025940{margin-bottom: 28px !important;}\"][vc_column_text]The Mellanby Trust Company (TMTC) Limited was incorporated in 2013 as a full service Asset Management company involved in providing Investment Advisory and services in Traditional investment markets such as Government securities, Quoted Equities and Real Estate. We have extensive competence in providing investment outlets and advisory in Alternative Investment markets such as Commodities, Entertainment, Currencies, as well as Capital Raising Advisory Services for Commercial Banks, Microfinance Banks, Leasing Companies and start-up SMEs. TMTC operates out of Lagos and is licensed by the Securities & Exchange Commission (SEC) to operate as a Funds/Portfolio Manager.[/vc_column_text][vc_empty_space][vc_btn title=\"About Us\" style=\"flat\" color=\"inverse\" size=\"lg\" align=\"left\" link=\"url:%23|||\"][vc_empty_space][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space][vc_single_image image=\"1547\" img_size=\"full\" alignment=\"center\" css_animation=\"bounceIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495362178806{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #ffffff !important;}\"][vc_column width=\"2/3\"][vc_custom_heading text=\"TMTC Asset Management Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:40px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128115303{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Traditional\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Government Securities Trading</li>\r\n <li>Quoted Equities trading</li>\r\n <li>Real Estate Investments</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Alternative\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Commodities Trading</li>\r\n <li>Foreign Currency Trading</li>\r\n <li>Entertainment</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Advisory Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:45px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128134214{margin-bottom: 28px !important;}\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Capital Raising Advisory</li>\r\n <li>Financial/Investment Advisory</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column][/vc_row][vc_row css=\".vc_custom_1495055600474{margin-bottom: 37px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495363579802{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"PARTNERS\" font_container=\"tag:h2|text_align:center\" css=\".vc_custom_1495363643060{margin-bottom: 20px !important;}\"][stm_image_carousel grayscale=\"yes\" img_size=\"full\" images=\"1566,1567,1568\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg\" css=\".vc_custom_1495054081347{margin-bottom: 0px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495358084771{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\" el_class=\"hide\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-23 20:03:08','2017-05-23 20:03:08','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1571,1,'2017-05-23 20:12:24','2017-05-23 20:12:24','','coopers','','inherit','open','closed','','coopers-2','','','2017-05-23 20:12:24','2017-05-23 20:12:24','',1024,'http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/coopers-1.png',0,'attachment','image/png',0),(1572,1,'2017-05-23 20:12:25','2017-05-23 20:12:25','','longonot','','inherit','open','closed','','longonot-2','','','2017-05-23 20:12:25','2017-05-23 20:12:25','',1024,'http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/longonot-1.png',0,'attachment','image/png',0),(1573,1,'2017-05-23 20:12:26','2017-05-23 20:12:26','','outspire','','inherit','open','closed','','outspire-2','','','2017-05-23 20:12:26','2017-05-23 20:12:26','',1024,'http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/outspire-1.png',0,'attachment','image/png',0),(1574,1,'2017-05-23 20:12:45','2017-05-23 20:12:45','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495330315357{margin-bottom: 0px !important;padding-top: 30px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Investment?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1495360569552{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495363736541{padding-top: 53px !important;padding-bottom: 30px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Business Concept\" font_container=\"tag:h2|font_size:35px|text_align:left|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495362025940{margin-bottom: 28px !important;}\"][vc_column_text]The Mellanby Trust Company (TMTC) Limited was incorporated in 2013 as a full service Asset Management company involved in providing Investment Advisory and services in Traditional investment markets such as Government securities, Quoted Equities and Real Estate. We have extensive competence in providing investment outlets and advisory in Alternative Investment markets such as Commodities, Entertainment, Currencies, as well as Capital Raising Advisory Services for Commercial Banks, Microfinance Banks, Leasing Companies and start-up SMEs. TMTC operates out of Lagos and is licensed by the Securities & Exchange Commission (SEC) to operate as a Funds/Portfolio Manager.[/vc_column_text][vc_empty_space][vc_btn title=\"About Us\" style=\"flat\" color=\"inverse\" size=\"lg\" align=\"left\" link=\"url:%23|||\"][vc_empty_space][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space][vc_single_image image=\"1547\" img_size=\"full\" alignment=\"center\" css_animation=\"bounceIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495362178806{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #ffffff !important;}\"][vc_column width=\"2/3\"][vc_custom_heading text=\"TMTC Asset Management Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:40px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128115303{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Traditional\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Government Securities Trading</li>\r\n <li>Quoted Equities trading</li>\r\n <li>Real Estate Investments</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Alternative\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Commodities Trading</li>\r\n <li>Foreign Currency Trading</li>\r\n <li>Entertainment</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Advisory Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:45px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128134214{margin-bottom: 28px !important;}\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Capital Raising Advisory</li>\r\n <li>Financial/Investment Advisory</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column][/vc_row][vc_row css=\".vc_custom_1495055600474{margin-bottom: 37px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495363579802{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"PARTNERS\" font_container=\"tag:h2|text_align:center\" css=\".vc_custom_1495363643060{margin-bottom: 20px !important;}\"][stm_image_carousel grayscale=\"yes\" img_size=\"full\" images=\"1571,1572,1573\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg\" css=\".vc_custom_1495054081347{margin-bottom: 0px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495358084771{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\" el_class=\"hide\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-23 20:12:45','2017-05-23 20:12:45','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1575,1,'2017-05-23 20:13:31','2017-05-23 20:13:31','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495330315357{margin-bottom: 0px !important;padding-top: 30px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Investment?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1495360569552{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495363736541{padding-top: 53px !important;padding-bottom: 30px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Business Concept\" font_container=\"tag:h2|font_size:35px|text_align:left|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495362025940{margin-bottom: 28px !important;}\"][vc_column_text]The Mellanby Trust Company (TMTC) Limited was incorporated in 2013 as a full service Asset Management company involved in providing Investment Advisory and services in Traditional investment markets such as Government securities, Quoted Equities and Real Estate. We have extensive competence in providing investment outlets and advisory in Alternative Investment markets such as Commodities, Entertainment, Currencies, as well as Capital Raising Advisory Services for Commercial Banks, Microfinance Banks, Leasing Companies and start-up SMEs. TMTC operates out of Lagos and is licensed by the Securities & Exchange Commission (SEC) to operate as a Funds/Portfolio Manager.[/vc_column_text][vc_empty_space][vc_btn title=\"About Us\" style=\"flat\" color=\"inverse\" size=\"lg\" align=\"left\" link=\"url:%23|||\"][vc_empty_space][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space][vc_single_image image=\"1547\" img_size=\"full\" alignment=\"center\" css_animation=\"bounceIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495362178806{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #ffffff !important;}\"][vc_column width=\"2/3\"][vc_custom_heading text=\"TMTC Asset Management Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:40px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128115303{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Traditional\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Government Securities Trading</li>\r\n <li>Quoted Equities trading</li>\r\n <li>Real Estate Investments</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Alternative\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Commodities Trading</li>\r\n <li>Foreign Currency Trading</li>\r\n <li>Entertainment</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Advisory Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:45px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128134214{margin-bottom: 28px !important;}\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Capital Raising Advisory</li>\r\n <li>Financial/Investment Advisory</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column][/vc_row][vc_row css=\".vc_custom_1495055600474{margin-bottom: 37px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495363579802{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"PARTNERS\" font_container=\"tag:h2|text_align:center\" css=\".vc_custom_1495363643060{margin-bottom: 20px !important;}\"][stm_image_carousel grayscale=\"yes\" img_size=\"full\" items=\"3\" items_small_desktop=\"3\" items_tablet=\"3\" images=\"1571,1572,1573\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg\" css=\".vc_custom_1495054081347{margin-bottom: 0px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495358084771{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\" el_class=\"hide\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-23 20:13:31','2017-05-23 20:13:31','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1578,1,'2017-05-23 20:24:11','2017-05-23 20:24:11','[vc_row][vc_column][vc_gallery][/vc_column][/vc_row]','Gallery','','inherit','closed','closed','','1502-autosave-v1','','','2017-05-23 20:24:11','2017-05-23 20:24:11','',1502,'http://www.saucestudiosng.com/mellanby/uncategorized/1502-autosave-v1/',0,'revision','',0),(1579,1,'2017-05-23 20:26:49','2017-05-23 20:26:49','','Soya Field TGX……. IITA','Soya Field TGX……. IITA','inherit','open','closed','','soya','','','2017-05-23 20:29:29','2017-05-23 20:29:29','',1502,'http://www.saucestudiosng.com/mellanby/wp-content/uploads/2017/05/soya.jpg',0,'attachment','image/jpeg',0),(1580,1,'2017-05-23 20:26:51','2017-05-23 20:26:51','','Soya Field TGX 1987 - 10F (IITA)','Soya Field TGX 1987 - 10F (IITA) ','inherit','open','closed','','soya2','','','2017-05-23 20:29:12','2017-05-23 20:29:12','',1502,'http://www.saucestudiosng.com/mellanby/wp-content/uploads/2017/05/soya2.jpg',0,'attachment','image/jpeg',0),(1581,1,'2017-05-23 20:26:52','2017-05-23 20:26:52','','Off-take Meeting: Apple & Pears, Shagamu','Off-take Meeting: Apple & Pears, Shagamu','inherit','open','closed','','applepears','','','2017-05-23 20:28:52','2017-05-23 20:28:52','',1502,'http://www.saucestudiosng.com/mellanby/wp-content/uploads/2017/05/applepears.jpg',0,'attachment','image/jpeg',0),(1582,1,'2017-05-23 20:26:55','2017-05-23 20:26:55','','Coopers Commodities Staff @ MOU signing','Coopers Commodities Staff @ MOU signing','inherit','open','closed','','coopermou','','','2017-05-23 20:29:35','2017-05-23 20:29:35','',1502,'http://www.saucestudiosng.com/mellanby/wp-content/uploads/2017/05/coopermou.jpg',0,'attachment','image/jpeg',0),(1583,1,'2017-05-23 20:26:56','2017-05-23 20:26:56','','Coopers Commodities Staff @ MOU signing','Coopers Commodities Staff @ MOU signing ','inherit','open','closed','','coopersc','','','2017-05-23 20:29:40','2017-05-23 20:29:40','',1502,'http://www.saucestudiosng.com/mellanby/wp-content/uploads/2017/05/coopersc.jpg',0,'attachment','image/jpeg',0),(1584,1,'2017-05-23 20:26:59','2017-05-23 20:26:59','','Inspecting a Soya field with Prof. Ojo (IITA)','Inspecting a Soya field with Prof. Ojo (IITA)','inherit','open','closed','','iita','','','2017-05-23 20:29:44','2017-05-23 20:29:44','',1502,'http://www.saucestudiosng.com/mellanby/wp-content/uploads/2017/05/iita.jpg',0,'attachment','image/jpeg',0),(1585,1,'2017-05-23 20:27:01','2017-05-23 20:27:01','','NSA Chairman sigining MOU','Inspecting a Soya field with Prof. Ojo (IITA)','inherit','open','closed','','nsa','','','2017-05-23 20:29:50','2017-05-23 20:29:50','',1502,'http://www.saucestudiosng.com/mellanby/wp-content/uploads/2017/05/nsa.jpg',0,'attachment','image/jpeg',0),(1586,1,'2017-05-23 20:30:26','2017-05-23 20:30:26','[vc_row][vc_column][vc_gallery images=\"1579,1580,1581,1582,1583,1584,1585\" img_size=\"300x300\"][/vc_column][/vc_row]','Gallery','','inherit','closed','closed','','1502-revision-v1','','','2017-05-23 20:30:26','2017-05-23 20:30:26','',1502,'http://www.saucestudiosng.com/mellanby/uncategorized/1502-revision-v1/',0,'revision','',0),(1587,1,'2017-05-23 20:31:28','2017-05-23 20:31:28','[vc_row css=\".vc_custom_1495571486652{margin-bottom: 50px !important;}\"][vc_column][vc_gallery images=\"1579,1580,1581,1582,1583,1584,1585\" img_size=\"300x300\"][/vc_column][/vc_row]','Gallery','','inherit','closed','closed','','1502-revision-v1','','','2017-05-23 20:31:28','2017-05-23 20:31:28','',1502,'http://www.saucestudiosng.com/mellanby/uncategorized/1502-revision-v1/',0,'revision','',0),(1588,1,'2017-05-23 20:33:13','2017-05-23 20:33:13','[vc_row css=\".vc_custom_1495571592099{margin-top: 40px !important;margin-bottom: 50px !important;}\"][vc_column][vc_gallery images=\"1579,1580,1581,1582,1583,1584,1585\" img_size=\"300x300\"][/vc_column][/vc_row]','Gallery','','inherit','closed','closed','','1502-revision-v1','','','2017-05-23 20:33:13','2017-05-23 20:33:13','',1502,'http://www.saucestudiosng.com/mellanby/uncategorized/1502-revision-v1/',0,'revision','',0),(1589,1,'2017-05-23 20:37:48','2017-05-23 20:37:48',' ','','','publish','closed','closed','','1589','','','2017-05-24 14:46:44','2017-05-24 14:46:44','',0,'http://www.saucestudiosng.com/mellanby/?p=1589',4,'nav_menu_item','',0),(1590,1,'2017-05-24 12:29:32','2017-05-24 12:29:32','[vc_row css=\".vc_custom_1451991003825{margin-bottom: 100px !important;}\"][vc_column width=\"3/4\"][vc_custom_heading text=\"INDEPENDENT ADVISORY BOARD\" font_container=\"tag:h4|text_align:left\" use_theme_fonts=\"yes\" css=\".vc_custom_1495567964812{margin-bottom: 20px !important;}\"][vc_column_text css=\".vc_custom_1495628947958{margin-bottom: 30px !important;}\"]TMTC’s advisory board (AdBoard) was created to provide management with sector specific experience to guide its investment decisions devoid of sentiments from other stakeholders. Its Advisory Board is purely Advice-giving and members do not have any equity in the company. The members of the AdBoard include the following:[/vc_column_text][stm_staff_list category=\"advisory-member\" count=\"8\"][/vc_column][vc_column width=\"1/4\"][stm_sidebar sidebar=\"311\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1451762600590{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row]','Our team','','inherit','closed','closed','','440-revision-v1','','','2017-05-24 12:29:32','2017-05-24 12:29:32','',440,'http://www.saucestudiosng.com/mellanby/uncategorized/440-revision-v1/',0,'revision','',0),(1591,1,'2017-05-24 12:53:16','2017-05-24 12:53:16','[vc_row css=\".vc_custom_1485423383193{margin-bottom: 20px !important;}\"][vc_column css=\".vc_custom_1485424286916{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-4\"][vc_column_text el_class=\"border_base_color\" css=\".vc_custom_1495363852453{margin-bottom: 28px !important;border-bottom-width: 3px !important;padding-bottom: 32px !important;border-bottom-color: #002e5b !important;border-bottom-style: solid !important;}\"]<span style=\"font-family: Montserrat; color: #444444; font-size: 16px; letter-spacing: -0.4px;\">Please let us know if you have a question, want to leave a comment, or would like further information about The Mellanby Trust Company.</span>[/vc_column_text][stm_contacts_widget style=\"style_4\" class=\"contact_\" email=\"clarify@mellanbytrust.com, cgi@mellanbytrust.com\" title=\"contact details\" address=\"The Mellanby Trust Company (TMTC) Limited\r\n21, Ajasa Street, Onikan, Lagos\" phone=\"234 (0) 803 851 5646\" phone_two=\" 01-2772097\"][/vc_column][vc_column css=\".vc_custom_1485424295749{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-8\"][contact-form-7 id=\"508\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1485423323752{margin-bottom: -60px !important;}\"][vc_column][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDM5NjQuNjAwMzEzMTM3Njg1JTIxMmQzLjQwMjEwNDUxNDc3MDMyOTUlMjEzZDYuNDQ1MzM0NTk1MzM2OTklMjEybTMlMjExZjAlMjEyZjAlMjEzZjAlMjEzbTIlMjExaTEwMjQlMjEyaTc2OCUyMTRmMTMuMSUyMTNtMyUyMTFtMiUyMTFzMHgxMDNiOGIyM2Y2NTk5ZmNkJTI1M0EweDliOTQ5NjU5OGE3OWNjOWQlMjEyc0FqYXNhJTJCU3QlMjUyQyUyQk9uaWthbiUyQkVudmlyb24lMjUyQyUyQkxhZ29zJTIxNWUwJTIxM20yJTIxMXNlbiUyMTJzbmclMjE0djE0OTUzNjQ3MzYxNjklMjIlMjB3aWR0aCUzRCUyMjYwMCUyMiUyMGhlaWdodCUzRCUyMjQ1MCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMHN0eWxlJTNEJTIyYm9yZGVyJTNBMCUyMiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][/vc_column_text][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','1171-revision-v1','','','2017-05-24 12:53:16','2017-05-24 12:53:16','',1171,'http://www.saucestudiosng.com/mellanby/uncategorized/1171-revision-v1/',0,'revision','',0),(1592,1,'2017-05-24 13:03:38','2017-05-24 13:03:38','[vc_row css=\".vc_custom_1451991003825{margin-bottom: 100px !important;}\"][vc_column width=\"3/4\"][vc_column_text css=\".vc_custom_1495566150947{margin-bottom: 52px !important;}\"]\r\n<h2>Mellanby Alternative Fixed Income Fund (MAFIF)</h2>\r\nThis is the company’s flagship investment product targeted primarily at investing in tradable Government Securities and un-tradeable alternative fixed income assets in a 70% to 30% ratio.[/vc_column_text][vc_column_text css=\".vc_custom_1495631006202{margin-top: 30px !important;margin-bottom: 52px !important;}\"]\r\n<h2>The Mellanby Entertainment Fund</h2>\r\nThis product provides an avenue for private clients to diversify their investment holdings into Creative Content/The Arts within the Nigerian Entertainment space. This sector is clearly on the rise as Nigeria’s profile impacts the global arena and the product seeks to tap into an industry which is setting records in Africa despite a recessionary period at the end.\r\n<h5>**Note: The product is for Qualified Individual Clients under our Private Wealth Management product Suite.</h5>\r\n[/vc_column_text][vc_column_text css=\".vc_custom_1495180061545{margin-top: 30px !important;margin-bottom: 52px !important;}\"]\r\n<h2>IPL Commodity Fund</h2>\r\nThe Fund targets the Agribusiness potential inherent in the Nigerian economy by investing and trading in harvested Agricultural commodities and/or re-financing produce Related Agricultural debt. Most Nigerian agricultural Commodities are seasonal, hence IPL’s model involves Local and international trading in a variety of cash crops “In-season” during their peak periods of production/harvest. IPL offers Fixed income investment in the commodity export Receivables of the Coopers Commodities Company (a subsidiary of Imperial Portfolio Limited) on a Fixed Income basis under The Alternative Investment Class.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][stm_sidebar sidebar=\"311\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1451762600590{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row]','Products','','inherit','closed','closed','','408-revision-v1','','','2017-05-24 13:03:38','2017-05-24 13:03:38','',408,'http://www.saucestudiosng.com/mellanby/uncategorized/408-revision-v1/',0,'revision','',0),(1593,1,'2017-05-24 14:43:00','2017-05-24 14:43:00','[vc_row css=\".vc_custom_1495179181302{margin-bottom: 100px !important;padding-top: 50px !important;}\"][vc_column width=\"3/4\"][vc_row_inner css=\".vc_custom_1452152300724{margin-bottom: 46px !important;}\"][vc_column_inner][vc_custom_heading text=\"LONGONOT FINANCE\" font_container=\"tag:h4|text_align:left\"][vc_column_text]TMTC is currently into a strategic partnership with <strong>Longonot</strong> Finance. A specialist financial advisor operating out of The Hague, Netherlands and is headed by Dieter Portman. They have successfully raised capital in southern Africa and eastern Africa as well as in Nigeria where they have raised $20m for a notable Leasing company. Longonot is primarily aimed at providing advisory and fund arrangement solutions for; Banks, Micro-finance Banks, Leasing companies, Agriculture and for projects in Alternative/Renewable Energy.\r\n\r\nTMTC also has a strategic collaboration with the Nigeria Soya Bean Association of one of the major soya bean growing states in Nigeria to purchase soya bean harvests across the state at agreed forward prices for local and export sales.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1452152300724{margin-bottom: 46px !important;}\"][vc_column_inner][vc_custom_heading text=\"Nigeria Soya Bean Association\" font_container=\"tag:h4|text_align:left\"][vc_column_text]TMTC also has a strategic collaboration with the Nigeria Soya Bean Association Benue State. One of the major soya bean growing states in Nigeria to purchase soya bean harvests across the state at agreed forward prices for local and export sales.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1452152300724{margin-bottom: 46px !important;}\"][vc_column_inner][vc_custom_heading text=\"Absolute Nectar Limited\" font_container=\"tag:h4|text_align:left\"][vc_column_text]Absolute Nectar Limited is a Multimedia/Entertainment company and is currently in partnership with The Mellanby Trust Company (formerly Imperial Portfolio Limited) to produce a proprietary comedy content on traffic in Lagos called “<strong>Go Slow</strong>”. The Pilot episode of the series was signed to <strong>Iroko TV</strong> for an initial period and attracted over 17,000 views within two months of release and is on track to deliver a full quarter of the content for airing. The pilot episode was nominated for Best Comic Short Film by the Abuja International Film Festival in 2016.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1495569280918{margin-bottom: 46px !important;}\"][vc_column_inner][vc_custom_heading text=\"OUTSPIRE BUSINESS SOLUTIONS\" font_container=\"tag:h4|text_align:left\"][vc_column_text]<strong>OUTSPIRE Business Solutions</strong> is a subsidiary of TMTC that provides Specialist and General Training.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1495569280918{margin-bottom: 46px !important;}\"][vc_column_inner][vc_custom_heading text=\"Coopers Commodities Company Limited \" font_container=\"tag:h4|text_align:left\"][vc_column_text]<strong>Coopers Commodities Company Limited </strong> is the Commodities trading subsidiary of The Mellanby Trust Company Limited and is the project implementer of the <strong>Coopers Greene Initiative ( a product targeted at partnering with Farmers to properly grow, harvest and provide Off-take for Nigerian farmers)</strong>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][stm_sidebar sidebar=\"311\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1451762600590{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row]','Partnerships','','inherit','closed','closed','','390-revision-v1','','','2017-05-24 14:43:00','2017-05-24 14:43:00','',390,'http://www.saucestudiosng.com/mellanby/uncategorized/390-revision-v1/',0,'revision','',0),(1594,1,'2017-05-24 14:45:31','2017-05-24 14:45:31','[vc_row css=\".vc_custom_1495179181302{margin-bottom: 100px !important;padding-top: 50px !important;}\"][vc_column width=\"3/4\"][vc_row_inner css=\".vc_custom_1495569280918{margin-bottom: 46px !important;}\"][vc_column_inner][vc_custom_heading text=\"OUTSPIRE BUSINESS SOLUTIONS\" font_container=\"tag:h4|text_align:left\"][vc_column_text]<strong>OUTSPIRE Business Solutions</strong> is a subsidiary of TMTC that provides Specialist and General Training.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1495569280918{margin-bottom: 46px !important;}\"][vc_column_inner][vc_custom_heading text=\"Coopers Commodities Company Limited \" font_container=\"tag:h4|text_align:left\"][vc_column_text]<strong>Coopers Commodities Company Limited </strong> is the Commodities trading subsidiary of The Mellanby Trust Company Limited and is the project implementer of the <strong>Coopers Greene Initiative ( a product targeted at partnering with Farmers to properly grow, harvest and provide Off-take for Nigerian farmers)</strong>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][stm_sidebar sidebar=\"311\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"Contact us\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1495664975737{margin-bottom: 0px !important;}\" btn_link=\"url:%2Fcontact|||\"][/vc_cta][/vc_column][/vc_row]','Subsidiaries','','publish','closed','closed','','subsidiaries','','','2017-05-24 22:29:39','2017-05-24 22:29:39','',0,'http://www.saucestudiosng.com/mellanby/?page_id=1594',0,'page','',0),(1595,1,'2017-05-24 14:45:31','2017-05-24 14:45:31','[vc_row css=\".vc_custom_1495179181302{margin-bottom: 100px !important;padding-top: 50px !important;}\"][vc_column width=\"3/4\"][vc_row_inner css=\".vc_custom_1495569280918{margin-bottom: 46px !important;}\"][vc_column_inner][vc_custom_heading text=\"OUTSPIRE BUSINESS SOLUTIONS\" font_container=\"tag:h4|text_align:left\"][vc_column_text]<strong>OUTSPIRE Business Solutions</strong> is a subsidiary of TMTC that provides Specialist and General Training.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1495569280918{margin-bottom: 46px !important;}\"][vc_column_inner][vc_custom_heading text=\"Coopers Commodities Company Limited \" font_container=\"tag:h4|text_align:left\"][vc_column_text]<strong>Coopers Commodities Company Limited </strong> is the Commodities trading subsidiary of The Mellanby Trust Company Limited and is the project implementer of the <strong>Coopers Greene Initiative ( a product targeted at partnering with Farmers to properly grow, harvest and provide Off-take for Nigerian farmers)</strong>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][stm_sidebar sidebar=\"311\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1451762600590{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row]','Subsidiaries','','inherit','closed','closed','','1594-revision-v1','','','2017-05-24 14:45:31','2017-05-24 14:45:31','',1594,'http://www.saucestudiosng.com/mellanby/uncategorized/1594-revision-v1/',0,'revision','',0),(1596,1,'2017-05-24 14:46:35','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2017-05-24 14:46:35','0000-00-00 00:00:00','',0,'http://www.saucestudiosng.com/mellanby/?p=1596',1,'nav_menu_item','',0),(1597,1,'2017-05-24 14:47:20','2017-05-24 14:47:20',' ','','','publish','closed','closed','','1597','','','2017-05-24 14:47:20','2017-05-24 14:47:20','',0,'http://www.saucestudiosng.com/mellanby/?p=1597',4,'nav_menu_item','',0),(1600,1,'2017-05-24 16:41:42','2017-05-24 16:41:42','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495644097855{margin-top: 40px !important;margin-bottom: 0px !important;padding-top: 30px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Investment?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1495360569552{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495363736541{padding-top: 53px !important;padding-bottom: 30px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Business Concept\" font_container=\"tag:h2|font_size:35px|text_align:left|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495362025940{margin-bottom: 28px !important;}\"][vc_column_text]The Mellanby Trust Company (TMTC) Limited was incorporated in 2013 as a full service Asset Management company involved in providing Investment Advisory and services in Traditional investment markets such as Government securities, Quoted Equities and Real Estate. We have extensive competence in providing investment outlets and advisory in Alternative Investment markets such as Commodities, Entertainment, Currencies, as well as Capital Raising Advisory Services for Commercial Banks, Microfinance Banks, Leasing Companies and start-up SMEs. TMTC operates out of Lagos and is licensed by the Securities & Exchange Commission (SEC) to operate as a Funds/Portfolio Manager.[/vc_column_text][vc_empty_space][vc_btn title=\"About Us\" style=\"flat\" color=\"inverse\" size=\"lg\" align=\"left\" link=\"url:%23|||\"][vc_empty_space][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space][vc_single_image image=\"1547\" img_size=\"full\" alignment=\"center\" css_animation=\"bounceIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495362178806{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #ffffff !important;}\"][vc_column width=\"2/3\"][vc_custom_heading text=\"TMTC Asset Management Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:40px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128115303{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Traditional\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Government Securities Trading</li>\r\n <li>Quoted Equities trading</li>\r\n <li>Real Estate Investments</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Alternative\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Commodities Trading</li>\r\n <li>Foreign Currency Trading</li>\r\n <li>Entertainment</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Advisory Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:45px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128134214{margin-bottom: 28px !important;}\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Capital Raising Advisory</li>\r\n <li>Financial/Investment Advisory</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column][/vc_row][vc_row css=\".vc_custom_1495055600474{margin-bottom: 37px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495363579802{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"PARTNERS\" font_container=\"tag:h2|text_align:center\" css=\".vc_custom_1495363643060{margin-bottom: 20px !important;}\"][stm_image_carousel grayscale=\"yes\" img_size=\"full\" items=\"3\" items_small_desktop=\"3\" items_tablet=\"3\" images=\"1571,1572,1573\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg\" css=\".vc_custom_1495054081347{margin-bottom: 0px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495358084771{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\" el_class=\"hide\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-24 16:41:42','2017-05-24 16:41:42','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1601,1,'2017-05-24 16:57:57','2017-05-24 16:57:57','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495644097855{margin-top: 40px !important;margin-bottom: 0px !important;padding-top: 30px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Investment?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1495360569552{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495363736541{padding-top: 53px !important;padding-bottom: 30px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Business Concept\" font_container=\"tag:h2|font_size:35px|text_align:left|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495362025940{margin-bottom: 28px !important;}\"][vc_column_text]The Mellanby Trust Company (TMTC) Limited was incorporated in 2013 as a full service Asset Management company involved in providing Investment Advisory and services in Traditional investment markets such as Government securities, Quoted Equities and Real Estate. We have extensive competence in providing investment outlets and advisory in Alternative Investment markets such as Commodities, Entertainment, Currencies, as well as Capital Raising Advisory Services for Commercial Banks, Microfinance Banks, Leasing Companies and start-up SMEs. TMTC operates out of Lagos and is licensed by the Securities & Exchange Commission (SEC) to operate as a Funds/Portfolio Manager.[/vc_column_text][vc_empty_space][vc_btn title=\"About Us\" style=\"flat\" color=\"inverse\" size=\"lg\" align=\"left\" link=\"url:%23|||\"][vc_empty_space][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space][vc_single_image image=\"1547\" img_size=\"full\" alignment=\"center\" css_animation=\"bounceIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495362178806{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #ffffff !important;}\"][vc_column width=\"2/3\"][vc_custom_heading text=\"TMTC Asset Management Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:40px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128115303{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Traditional\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Government Securities Trading</li>\r\n <li>Quoted Equities trading</li>\r\n <li>Real Estate Investments</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Alternative\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Commodities Trading</li>\r\n <li>Foreign Currency Trading</li>\r\n <li>Entertainment</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Advisory Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:45px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128134214{margin-bottom: 28px !important;}\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Capital Raising Advisory</li>\r\n <li>Financial/Investment Advisory</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column][/vc_row][vc_row css=\".vc_custom_1495055600474{margin-bottom: 37px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495363579802{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"PARTNERS\" font_container=\"tag:h2|text_align:center\" css=\".vc_custom_1495363643060{margin-bottom: 20px !important;}\"][stm_image_carousel grayscale=\"yes\" img_size=\"full\" items=\"3\" items_small_desktop=\"3\" items_tablet=\"3\" images=\"1571,1572,1573\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg hide\" css=\".vc_custom_1495645071565{margin-bottom: 0px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495358084771{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\" el_class=\"hide\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-24 16:57:57','2017-05-24 16:57:57','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1602,1,'2017-05-24 17:01:58','2017-05-24 17:01:58','','coopers logo','','inherit','open','closed','','coopers-logo','','','2017-05-24 17:01:58','2017-05-24 17:01:58','',1024,'http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/coopers-logo.png',0,'attachment','image/png',0),(1603,1,'2017-05-24 17:02:04','2017-05-24 17:02:04','','outspire','','inherit','open','closed','','outspire-3','','','2017-05-24 17:02:04','2017-05-24 17:02:04','',1024,'http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/outspire-2.png',0,'attachment','image/png',0),(1604,1,'2017-05-24 17:03:32','2017-05-24 17:03:32','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495644097855{margin-top: 40px !important;margin-bottom: 0px !important;padding-top: 30px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Investment?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1495360569552{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495363736541{padding-top: 53px !important;padding-bottom: 30px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Business Concept\" font_container=\"tag:h2|font_size:35px|text_align:left|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495362025940{margin-bottom: 28px !important;}\"][vc_column_text]The Mellanby Trust Company (TMTC) Limited was incorporated in 2013 as a full service Asset Management company involved in providing Investment Advisory and services in Traditional investment markets such as Government securities, Quoted Equities and Real Estate. We have extensive competence in providing investment outlets and advisory in Alternative Investment markets such as Commodities, Entertainment, Currencies, as well as Capital Raising Advisory Services for Commercial Banks, Microfinance Banks, Leasing Companies and start-up SMEs. TMTC operates out of Lagos and is licensed by the Securities & Exchange Commission (SEC) to operate as a Funds/Portfolio Manager.[/vc_column_text][vc_empty_space][vc_btn title=\"About Us\" style=\"flat\" color=\"inverse\" size=\"lg\" align=\"left\" link=\"url:%23|||\"][vc_empty_space][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space][vc_single_image image=\"1547\" img_size=\"full\" alignment=\"center\" css_animation=\"bounceIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495362178806{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #ffffff !important;}\"][vc_column width=\"2/3\"][vc_custom_heading text=\"TMTC Asset Management Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:40px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128115303{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Traditional\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Government Securities Trading</li>\r\n <li>Quoted Equities trading</li>\r\n <li>Real Estate Investments</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Alternative\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Commodities Trading</li>\r\n <li>Foreign Currency Trading</li>\r\n <li>Entertainment</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Advisory Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:45px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128134214{margin-bottom: 28px !important;}\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Capital Raising Advisory</li>\r\n <li>Financial/Investment Advisory</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column][/vc_row][vc_row css=\".vc_custom_1495055600474{margin-bottom: 37px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495363579802{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"PARTNERS\" font_container=\"tag:h2|text_align:center\" css=\".vc_custom_1495363643060{margin-bottom: 20px !important;}\"][stm_image_carousel grayscale=\"yes\" img_size=\"full\" items=\"3\" items_small_desktop=\"3\" items_tablet=\"3\" images=\"1602,1603\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg hide\" css=\".vc_custom_1495645071565{margin-bottom: 0px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495358084771{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\" el_class=\"hide\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-24 17:03:32','2017-05-24 17:03:32','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1607,1,'2017-05-24 21:07:26','2017-05-24 21:07:26','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495644097855{margin-top: 40px !important;margin-bottom: 0px !important;padding-top: 30px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Investment?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1495360569552{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495363736541{padding-top: 53px !important;padding-bottom: 30px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Business Concept\" font_container=\"tag:h2|font_size:35px|text_align:left|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495362025940{margin-bottom: 28px !important;}\"][vc_column_text]The Mellanby Trust Company (TMTC) Limited was incorporated in 2013 as a full service Asset Management company involved in providing Investment Advisory and services in Traditional investment markets such as Government securities, Quoted Equities and Real Estate. We have extensive competence in providing investment outlets and advisory in Alternative Investment markets such as Commodities, Entertainment, Currencies, as well as Capital Raising Advisory Services for Commercial Banks, Microfinance Banks, Leasing Companies and start-up SMEs. TMTC operates out of Lagos and is licensed by the Securities & Exchange Commission (SEC) to operate as a Funds/Portfolio Manager.[/vc_column_text][vc_empty_space][vc_btn title=\"About Us\" style=\"flat\" color=\"inverse\" size=\"lg\" align=\"left\" link=\"url:%23|||\"][vc_empty_space][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space][vc_single_image image=\"1547\" img_size=\"full\" alignment=\"center\" css_animation=\"bounceIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495362178806{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #ffffff !important;}\"][vc_column width=\"2/3\"][vc_custom_heading text=\"TMTC Asset Management Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:40px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128115303{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Traditional\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Government Securities Trading</li>\r\n <li>Quoted Equities trading</li>\r\n <li>Real Estate Investments</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Alternative\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Commodities Trading</li>\r\n <li>Foreign Currency Trading</li>\r\n <li>Entertainment</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Advisory Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:45px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128134214{margin-bottom: 28px !important;}\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Capital Raising Advisory</li>\r\n <li>Financial/Investment Advisory</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column][/vc_row][vc_row css=\".vc_custom_1495055600474{margin-bottom: 37px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495363579802{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"PARTNERS\" font_container=\"tag:h2|text_align:center\" css=\".vc_custom_1495363643060{margin-bottom: 20px !important;}\"][stm_image_carousel grayscale=\"yes\" img_size=\"300x100\" items=\"3\" items_small_desktop=\"3\" items_tablet=\"3\" images=\"1602,1603\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg hide\" css=\".vc_custom_1495645071565{margin-bottom: 0px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495358084771{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\" el_class=\"hide\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-24 21:07:26','2017-05-24 21:07:26','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1608,1,'2017-05-24 21:12:04','2017-05-24 21:12:04','','lgo','','inherit','open','closed','','lgo','','','2017-05-24 21:12:04','2017-05-24 21:12:04','',1024,'http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/lgo.png',0,'attachment','image/png',0),(1609,1,'2017-05-24 21:12:36','2017-05-24 21:12:36','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495644097855{margin-top: 40px !important;margin-bottom: 0px !important;padding-top: 30px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Investment?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1495360569552{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495363736541{padding-top: 53px !important;padding-bottom: 30px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Business Concept\" font_container=\"tag:h2|font_size:35px|text_align:left|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495362025940{margin-bottom: 28px !important;}\"][vc_column_text]The Mellanby Trust Company (TMTC) Limited was incorporated in 2013 as a full service Asset Management company involved in providing Investment Advisory and services in Traditional investment markets such as Government securities, Quoted Equities and Real Estate. We have extensive competence in providing investment outlets and advisory in Alternative Investment markets such as Commodities, Entertainment, Currencies, as well as Capital Raising Advisory Services for Commercial Banks, Microfinance Banks, Leasing Companies and start-up SMEs. TMTC operates out of Lagos and is licensed by the Securities & Exchange Commission (SEC) to operate as a Funds/Portfolio Manager.[/vc_column_text][vc_empty_space][vc_btn title=\"About Us\" style=\"flat\" color=\"inverse\" size=\"lg\" align=\"left\" link=\"url:%23|||\"][vc_empty_space][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space][vc_single_image image=\"1547\" img_size=\"full\" alignment=\"center\" css_animation=\"bounceIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495362178806{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #ffffff !important;}\"][vc_column width=\"2/3\"][vc_custom_heading text=\"TMTC Asset Management Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:40px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128115303{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Traditional\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Government Securities Trading</li>\r\n <li>Quoted Equities trading</li>\r\n <li>Real Estate Investments</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Alternative\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Commodities Trading</li>\r\n <li>Foreign Currency Trading</li>\r\n <li>Entertainment</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Advisory Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:45px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128134214{margin-bottom: 28px !important;}\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Capital Raising Advisory</li>\r\n <li>Financial/Investment Advisory</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column][/vc_row][vc_row css=\".vc_custom_1495055600474{margin-bottom: 37px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495363579802{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"PARTNERS\" font_container=\"tag:h2|text_align:center\" css=\".vc_custom_1495363643060{margin-bottom: 20px !important;}\"][stm_image_carousel grayscale=\"yes\" img_size=\"300x100\" items=\"3\" items_small_desktop=\"3\" items_tablet=\"3\" images=\"1608,1602,1603\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg hide\" css=\".vc_custom_1495645071565{margin-bottom: 0px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495358084771{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\" el_class=\"hide\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-24 21:12:36','2017-05-24 21:12:36','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1610,1,'2017-05-24 21:14:24','2017-05-24 21:14:24','','nectar','','inherit','open','closed','','nectar','','','2017-05-24 21:14:24','2017-05-24 21:14:24','',1024,'http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/nectar.png',0,'attachment','image/png',0),(1611,1,'2017-05-24 21:14:36','2017-05-24 21:14:36','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495644097855{margin-top: 40px !important;margin-bottom: 0px !important;padding-top: 30px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Investment?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1495360569552{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495363736541{padding-top: 53px !important;padding-bottom: 30px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Business Concept\" font_container=\"tag:h2|font_size:35px|text_align:left|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495362025940{margin-bottom: 28px !important;}\"][vc_column_text]The Mellanby Trust Company (TMTC) Limited was incorporated in 2013 as a full service Asset Management company involved in providing Investment Advisory and services in Traditional investment markets such as Government securities, Quoted Equities and Real Estate. We have extensive competence in providing investment outlets and advisory in Alternative Investment markets such as Commodities, Entertainment, Currencies, as well as Capital Raising Advisory Services for Commercial Banks, Microfinance Banks, Leasing Companies and start-up SMEs. TMTC operates out of Lagos and is licensed by the Securities & Exchange Commission (SEC) to operate as a Funds/Portfolio Manager.[/vc_column_text][vc_empty_space][vc_btn title=\"About Us\" style=\"flat\" color=\"inverse\" size=\"lg\" align=\"left\" link=\"url:%23|||\"][vc_empty_space][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space][vc_single_image image=\"1547\" img_size=\"full\" alignment=\"center\" css_animation=\"bounceIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495362178806{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #ffffff !important;}\"][vc_column width=\"2/3\"][vc_custom_heading text=\"TMTC Asset Management Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:40px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128115303{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Traditional\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Government Securities Trading</li>\r\n <li>Quoted Equities trading</li>\r\n <li>Real Estate Investments</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Alternative\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Commodities Trading</li>\r\n <li>Foreign Currency Trading</li>\r\n <li>Entertainment</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Advisory Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:45px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128134214{margin-bottom: 28px !important;}\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Capital Raising Advisory</li>\r\n <li>Financial/Investment Advisory</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column][/vc_row][vc_row css=\".vc_custom_1495055600474{margin-bottom: 37px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495363579802{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"PARTNERS\" font_container=\"tag:h2|text_align:center\" css=\".vc_custom_1495363643060{margin-bottom: 20px !important;}\"][stm_image_carousel grayscale=\"yes\" img_size=\"300x100\" items=\"3\" items_small_desktop=\"3\" items_tablet=\"3\" images=\"1602,1603,1610\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg hide\" css=\".vc_custom_1495645071565{margin-bottom: 0px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495358084771{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\" el_class=\"hide\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-24 21:14:36','2017-05-24 21:14:36','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1612,1,'2017-05-24 21:37:05','2017-05-24 21:37:05','','IMAGES-1-','','inherit','open','closed','','images-1','','','2017-05-24 21:37:05','2017-05-24 21:37:05','',0,'http://www.saucestudiosng.com/mellanby/wp-content/uploads/2017/05/IMAGES-1-.png',0,'attachment','image/png',0),(1614,1,'2017-05-24 21:39:37','2017-05-24 21:39:37','','about','','inherit','open','closed','','about','','','2017-05-24 21:39:37','2017-05-24 21:39:37','',0,'http://www.saucestudiosng.com/mellanby/wp-content/uploads/2017/05/about.png',0,'attachment','image/png',0),(1615,1,'2017-05-24 21:49:48','2017-05-24 21:49:48','','business_man','','inherit','open','closed','','business_man','','','2017-05-24 21:49:48','2017-05-24 21:49:48','',0,'http://www.saucestudiosng.com/mellanby/wp-content/uploads/2017/05/business_man.png',0,'attachment','image/png',0),(1616,1,'2017-05-24 22:01:16','2017-05-24 22:01:16','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495644097855{margin-top: 40px !important;margin-bottom: 0px !important;padding-top: 30px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Investment?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1495360569552{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495363736541{padding-top: 53px !important;padding-bottom: 30px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Business Concept\" font_container=\"tag:h2|font_size:35px|text_align:left|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495362025940{margin-bottom: 28px !important;}\"][vc_column_text]The Mellanby Trust Company (TMTC) Limited was incorporated in 2013 as a full service Asset Management company involved in providing Investment Advisory and services in Traditional investment markets such as Government securities, Quoted Equities and Real Estate. We have extensive competence in providing investment outlets and advisory in Alternative Investment markets such as Commodities, Entertainment, Currencies, as well as Capital Raising Advisory Services for Commercial Banks, Microfinance Banks, Leasing Companies and Brownfield SMEs. TMTC operates out of Lagos and is licensed by the Securities & Exchange Commission (SEC) to operate as a Funds/Portfolio Manager.[/vc_column_text][vc_empty_space][vc_btn title=\"About Us\" style=\"flat\" color=\"inverse\" size=\"lg\" align=\"left\" link=\"url:%23|||\"][vc_empty_space][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space][vc_single_image image=\"1547\" img_size=\"full\" alignment=\"center\" css_animation=\"bounceIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495362178806{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #ffffff !important;}\"][vc_column width=\"2/3\"][vc_custom_heading text=\"TMTC Asset Management Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:40px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128115303{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Traditional\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Government Securities Trading</li>\r\n <li>Quoted Equities trading</li>\r\n <li>Real Estate Investments</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Alternative\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Commodities Trading</li>\r\n <li>Foreign Currency Trading</li>\r\n <li>Entertainment</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Advisory Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:45px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128134214{margin-bottom: 28px !important;}\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Capital Raising Advisory</li>\r\n <li>Financial/Investment Advisory</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column][/vc_row][vc_row css=\".vc_custom_1495055600474{margin-bottom: 37px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495363579802{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"PARTNERS\" font_container=\"tag:h2|text_align:center\" css=\".vc_custom_1495363643060{margin-bottom: 20px !important;}\"][stm_image_carousel grayscale=\"yes\" img_size=\"300x100\" items=\"3\" items_small_desktop=\"3\" items_tablet=\"3\" images=\"1602,1603,1610\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg hide\" css=\".vc_custom_1495645071565{margin-bottom: 0px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495358084771{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\" el_class=\"hide\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-24 22:01:16','2017-05-24 22:01:16','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1617,1,'2017-05-24 22:03:41','2017-05-24 22:03:41','[vc_row css=\".vc_custom_1451991003825{margin-bottom: 100px !important;}\"][vc_column offset=\"vc_col-lg-9 vc_col-md-9\"][rev_slider alias=\"about_us_slider\"][vc_column_text css=\".vc_custom_1495663419041{margin-top: 40px !important;}\"]\r\n<h3>Company overview</h3>\r\nThe Mellanby Trust Company (TMTC) Limited was incorporated in 2013 as a full service Asset Management company involved in providing Investment Advisory and services in Traditional investment markets like; Government Securities, Quoted Equities and Real Estate. We have extensive competence in providing investment outlets and advisory in Alternative Investment markets like; Commodities, Entertainment, Currencies, as well as Capital Raising services for Commercial Banks, Microfinance Banks, Leasing Companies and Brownfield SMEs. TMTC operates out of Lagos and licensed by the Securities & Exchange Commission (SEC) to operate as a Funds/Portfolio Manager.\r\n\r\nWe create wealth for our numerous clients by pooling together the resources of different shades of investors under a professionally controlled management with the aim of creating, preserving and propagating wealth. Our business model focuses on channeling investment funds into Sovereign and Corporate Debt securities as well as the creation of specialist products designed for funding business growth all with the primary minimum benchmark of exceeding year-on-year inflationary trends.\r\n\r\nThe corporate philosophy guiding the Company’s culture is predicated on the three C’s of; <strong>Conservatism</strong>, <strong>Creativity</strong> and <strong>Confidentiality</strong>. These core values have direct bearing on our corporate Vision and Mission and are geared towards fostering lasting client relationships.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Our vision\" font_container=\"tag:h4|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" css=\".vc_custom_1495177056728{margin-bottom: 28px !important;}\" el_class=\"no_stripe\"][vc_column_text]To be the platform of choice for transparent investment solutions in Nigeria.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Our mission\" font_container=\"tag:h4|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" css=\".vc_custom_1495176998965{margin-bottom: 15px !important;}\" el_class=\"no_stripe\"][vc_column_text]To simplify wealth creation in Nigeria through creative, ethical and transparent means[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][stm_sidebar sidebar=\"311\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"get a quote\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1451762600590{margin-bottom: 0px !important;}\"][/vc_cta][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','9-revision-v1','','','2017-05-24 22:03:41','2017-05-24 22:03:41','',9,'http://www.saucestudiosng.com/mellanby/uncategorized/9-revision-v1/',0,'revision','',0),(1618,1,'2017-05-24 22:05:43','2017-05-24 22:05:43','[vc_row css=\".vc_custom_1485423383193{margin-bottom: 20px !important;}\"][vc_column css=\".vc_custom_1485424286916{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-4\"][vc_column_text el_class=\"border_base_color\" css=\".vc_custom_1495363852453{margin-bottom: 28px !important;border-bottom-width: 3px !important;padding-bottom: 32px !important;border-bottom-color: #002e5b !important;border-bottom-style: solid !important;}\"]<span style=\"font-family: Montserrat; color: #444444; font-size: 16px; letter-spacing: -0.4px;\">Please let us know if you have a question, want to leave a comment, or would like further information about The Mellanby Trust Company.</span>[/vc_column_text][stm_contacts_widget style=\"style_4\" class=\"contact_\" email=\"clarify@mellanbytrust.com, cgi@mellanbytrust.com\" title=\"contact details\" address=\"The Mellanby Trust Company (TMTC) Limited\r\n21, Ajasa Street, Onikan, Lagos\" phone=\" 01-2772097\"][/vc_column][vc_column css=\".vc_custom_1485424295749{margin-bottom: 30px !important;}\" offset=\"vc_col-lg-8\"][contact-form-7 id=\"508\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1485423323752{margin-bottom: -60px !important;}\"][vc_column][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDM5NjQuNjAwMzEzMTM3Njg1JTIxMmQzLjQwMjEwNDUxNDc3MDMyOTUlMjEzZDYuNDQ1MzM0NTk1MzM2OTklMjEybTMlMjExZjAlMjEyZjAlMjEzZjAlMjEzbTIlMjExaTEwMjQlMjEyaTc2OCUyMTRmMTMuMSUyMTNtMyUyMTFtMiUyMTFzMHgxMDNiOGIyM2Y2NTk5ZmNkJTI1M0EweDliOTQ5NjU5OGE3OWNjOWQlMjEyc0FqYXNhJTJCU3QlMjUyQyUyQk9uaWthbiUyQkVudmlyb24lMjUyQyUyQkxhZ29zJTIxNWUwJTIxM20yJTIxMXNlbiUyMTJzbmclMjE0djE0OTUzNjQ3MzYxNjklMjIlMjB3aWR0aCUzRCUyMjYwMCUyMiUyMGhlaWdodCUzRCUyMjQ1MCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMHN0eWxlJTNEJTIyYm9yZGVyJTNBMCUyMiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][/vc_column_text][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','1171-revision-v1','','','2017-05-24 22:05:43','2017-05-24 22:05:43','',1171,'http://www.saucestudiosng.com/mellanby/uncategorized/1171-revision-v1/',0,'revision','',0),(1619,1,'2017-05-24 22:07:14','2017-05-24 22:07:14','[vc_row css=\".vc_custom_1451991003825{margin-bottom: 100px !important;}\"][vc_column offset=\"vc_col-lg-9 vc_col-md-9\"][rev_slider alias=\"about_us_slider\"][vc_column_text css=\".vc_custom_1495663419041{margin-top: 40px !important;}\"]\r\n<h3>Company overview</h3>\r\nThe Mellanby Trust Company (TMTC) Limited was incorporated in 2013 as a full service Asset Management company involved in providing Investment Advisory and services in Traditional investment markets like; Government Securities, Quoted Equities and Real Estate. We have extensive competence in providing investment outlets and advisory in Alternative Investment markets like; Commodities, Entertainment, Currencies, as well as Capital Raising services for Commercial Banks, Microfinance Banks, Leasing Companies and Brownfield SMEs. TMTC operates out of Lagos and licensed by the Securities & Exchange Commission (SEC) to operate as a Funds/Portfolio Manager.\r\n\r\nWe create wealth for our numerous clients by pooling together the resources of different shades of investors under a professionally controlled management with the aim of creating, preserving and propagating wealth. Our business model focuses on channeling investment funds into Sovereign and Corporate Debt securities as well as the creation of specialist products designed for funding business growth all with the primary minimum benchmark of exceeding year-on-year inflationary trends.\r\n\r\nThe corporate philosophy guiding the Company’s culture is predicated on the three C’s of; <strong>Conservatism</strong>, <strong>Creativity</strong> and <strong>Confidentiality</strong>. These core values have direct bearing on our corporate Vision and Mission and are geared towards fostering lasting client relationships.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Our vision\" font_container=\"tag:h4|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" css=\".vc_custom_1495177056728{margin-bottom: 28px !important;}\" el_class=\"no_stripe\"][vc_column_text]To be the platform of choice for transparent investment solutions in Nigeria.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Our mission\" font_container=\"tag:h4|text_align:left|color:%23222222\" use_theme_fonts=\"yes\" css=\".vc_custom_1495176998965{margin-bottom: 15px !important;}\" el_class=\"no_stripe\"][vc_column_text]To simplify wealth creation in Nigeria through creative, ethical and transparent means[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\" offset=\"vc_hidden-sm vc_hidden-xs\"][stm_sidebar sidebar=\"311\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"Contact Us\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1495663630600{margin-bottom: 0px !important;}\" btn_link=\"url:%2Fcontact%2F|||\"][/vc_cta][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','9-revision-v1','','','2017-05-24 22:07:14','2017-05-24 22:07:14','',9,'http://www.saucestudiosng.com/mellanby/uncategorized/9-revision-v1/',0,'revision','',0),(1620,1,'2017-05-24 22:08:20','2017-05-24 22:08:20','[vc_row css=\".vc_custom_1451991003825{margin-bottom: 100px !important;}\"][vc_column width=\"3/4\"][vc_custom_heading text=\"Board Members \" font_container=\"tag:h4|text_align:left\" use_theme_fonts=\"yes\" css=\".vc_custom_1495568129287{margin-bottom: 20px !important;}\"][stm_staff_list category=\"board-member\" count=\"8\"][/vc_column][vc_column width=\"1/4\"][stm_sidebar sidebar=\"311\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"Contact us\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1495663697099{margin-bottom: 0px !important;}\" btn_link=\"url:%2Fcontact|||\"][/vc_cta][/vc_column][/vc_row]','Board Members','','inherit','closed','closed','','1560-revision-v1','','','2017-05-24 22:08:20','2017-05-24 22:08:20','',1560,'http://www.saucestudiosng.com/mellanby/uncategorized/1560-revision-v1/',0,'revision','',0),(1621,1,'2017-05-24 22:19:00','2017-05-24 22:19:00','[vc_row css=\".vc_custom_1451991003825{margin-bottom: 100px !important;}\"][vc_column width=\"3/4\"][vc_custom_heading text=\"Key Management Team \" font_container=\"tag:h4|text_align:left\" use_theme_fonts=\"yes\" css=\".vc_custom_1495568496757{margin-bottom: 20px !important;}\"][stm_staff_list category=\"management-team\" count=\"8\"][/vc_column][vc_column width=\"1/4\"][stm_sidebar sidebar=\"311\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"Contact us\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1495664337571{margin-bottom: 0px !important;}\" btn_link=\"url:%2Fcontact|||\"][/vc_cta][/vc_column][/vc_row]','Management Team','','inherit','closed','closed','','1558-revision-v1','','','2017-05-24 22:19:00','2017-05-24 22:19:00','',1558,'http://www.saucestudiosng.com/mellanby/uncategorized/1558-revision-v1/',0,'revision','',0),(1622,1,'2017-05-24 22:20:17','2017-05-24 22:20:17','[vc_row css=\".vc_custom_1451991003825{margin-bottom: 100px !important;}\"][vc_column width=\"3/4\"][vc_custom_heading text=\"INDEPENDENT ADVISORY BOARD\" font_container=\"tag:h4|text_align:left\" use_theme_fonts=\"yes\" css=\".vc_custom_1495567964812{margin-bottom: 20px !important;}\"][vc_column_text css=\".vc_custom_1495628947958{margin-bottom: 30px !important;}\"]TMTC’s advisory board (AdBoard) was created to provide management with sector specific experience to guide its investment decisions devoid of sentiments from other stakeholders. Its Advisory Board is purely Advice-giving and members do not have any equity in the company. The members of the AdBoard include the following:[/vc_column_text][stm_staff_list category=\"advisory-member\" count=\"8\"][/vc_column][vc_column width=\"1/4\"][stm_sidebar sidebar=\"311\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"Contact us\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1495664414563{margin-bottom: 0px !important;}\" btn_link=\"url:%2Fcontact|||\"][/vc_cta][/vc_column][/vc_row]','Our team','','inherit','closed','closed','','440-revision-v1','','','2017-05-24 22:20:17','2017-05-24 22:20:17','',440,'http://www.saucestudiosng.com/mellanby/uncategorized/440-revision-v1/',0,'revision','',0),(1623,1,'2017-05-24 22:27:55','2017-05-24 22:27:55','[vc_row css=\".vc_custom_1495179181302{margin-bottom: 100px !important;padding-top: 50px !important;}\"][vc_column width=\"3/4\"][vc_row_inner css=\".vc_custom_1452152300724{margin-bottom: 46px !important;}\"][vc_column_inner][vc_custom_heading text=\"LONGONOT FINANCE\" font_container=\"tag:h4|text_align:left\"][vc_column_text]TMTC is currently into a strategic partnership with <strong>Longonot</strong> Finance. A specialist financial advisor operating out of The Hague, Netherlands and is headed by Dieter Portman. They have successfully raised capital in southern Africa and eastern Africa as well as in Nigeria where they have raised $20m for a notable Leasing company. Longonot is primarily aimed at providing advisory and fund arrangement solutions for; Banks, Micro-finance Banks, Leasing companies, Agriculture and for projects in Alternative/Renewable Energy.\r\n\r\nTMTC also has a strategic collaboration with the Nigeria Soya Bean Association of one of the major soya bean growing states in Nigeria to purchase soya bean harvests across the state at agreed forward prices for local and export sales.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1452152300724{margin-bottom: 46px !important;}\"][vc_column_inner][vc_custom_heading text=\"Nigeria Soya Bean Association\" font_container=\"tag:h4|text_align:left\"][vc_column_text]TMTC also has a strategic collaboration with the Nigeria Soya Bean Association Benue State. One of the major soya bean growing states in Nigeria to purchase soya bean harvests across the state at agreed forward prices for local and export sales.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1452152300724{margin-bottom: 46px !important;}\"][vc_column_inner][vc_custom_heading text=\"Absolute Nectar Limited\" font_container=\"tag:h4|text_align:left\"][vc_column_text]Absolute Nectar Limited is a Multimedia/Entertainment company and is currently in partnership with The Mellanby Trust Company (formerly Imperial Portfolio Limited) to produce a proprietary comedy content on traffic in Lagos called “<strong>Go Slow</strong>”. The Pilot episode of the series was signed to <strong>Iroko TV</strong> for an initial period and attracted over 17,000 views within two months of release and is on track to deliver a full quarter of the content for airing. The pilot episode was nominated for Best Comic Short Film by the Abuja International Film Festival in 2016.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1495569280918{margin-bottom: 46px !important;}\"][vc_column_inner][vc_custom_heading text=\"OUTSPIRE BUSINESS SOLUTIONS\" font_container=\"tag:h4|text_align:left\"][vc_column_text]<strong>OUTSPIRE Business Solutions</strong> is a subsidiary of TMTC that provides Specialist and General Training.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1495569280918{margin-bottom: 46px !important;}\"][vc_column_inner][vc_custom_heading text=\"Coopers Commodities Company Limited \" font_container=\"tag:h4|text_align:left\"][vc_column_text]<strong>Coopers Commodities Company Limited </strong> is the Commodities trading subsidiary of The Mellanby Trust Company Limited and is the project implementer of the <strong>Coopers Greene Initiative ( a product targeted at partnering with Farmers to properly grow, harvest and provide Off-take for Nigerian farmers)</strong>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][stm_sidebar sidebar=\"311\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"Contact us\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1495664870849{margin-bottom: 0px !important;}\" btn_link=\"url:%2Fcontact|||\"][/vc_cta][/vc_column][/vc_row]','Partnerships','','inherit','closed','closed','','390-revision-v1','','','2017-05-24 22:27:55','2017-05-24 22:27:55','',390,'http://www.saucestudiosng.com/mellanby/uncategorized/390-revision-v1/',0,'revision','',0),(1624,1,'2017-05-24 22:28:52','2017-05-24 22:28:52','[vc_row css=\".vc_custom_1451991003825{margin-bottom: 100px !important;}\"][vc_column width=\"3/4\"][vc_column_text css=\".vc_custom_1495566150947{margin-bottom: 52px !important;}\"]\r\n<h2>Mellanby Alternative Fixed Income Fund (MAFIF)</h2>\r\nThis is the company’s flagship investment product targeted primarily at investing in tradable Government Securities and un-tradeable alternative fixed income assets in a 70% to 30% ratio.[/vc_column_text][vc_column_text css=\".vc_custom_1495631006202{margin-top: 30px !important;margin-bottom: 52px !important;}\"]\r\n<h2>The Mellanby Entertainment Fund</h2>\r\nThis product provides an avenue for private clients to diversify their investment holdings into Creative Content/The Arts within the Nigerian Entertainment space. This sector is clearly on the rise as Nigeria’s profile impacts the global arena and the product seeks to tap into an industry which is setting records in Africa despite a recessionary period at the end.\r\n<h5>**Note: The product is for Qualified Individual Clients under our Private Wealth Management product Suite.</h5>\r\n[/vc_column_text][vc_column_text css=\".vc_custom_1495180061545{margin-top: 30px !important;margin-bottom: 52px !important;}\"]\r\n<h2>IPL Commodity Fund</h2>\r\nThe Fund targets the Agribusiness potential inherent in the Nigerian economy by investing and trading in harvested Agricultural commodities and/or re-financing produce Related Agricultural debt. Most Nigerian agricultural Commodities are seasonal, hence IPL’s model involves Local and international trading in a variety of cash crops “In-season” during their peak periods of production/harvest. IPL offers Fixed income investment in the commodity export Receivables of the Coopers Commodities Company (a subsidiary of Imperial Portfolio Limited) on a Fixed Income basis under The Alternative Investment Class.[/vc_column_text][/vc_column][vc_column width=\"1/4\"][stm_sidebar sidebar=\"311\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"Contact us\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1495664929281{margin-bottom: 0px !important;}\" btn_link=\"url:%2Fcontact|||\"][/vc_cta][/vc_column][/vc_row]','Products','','inherit','closed','closed','','408-revision-v1','','','2017-05-24 22:28:52','2017-05-24 22:28:52','',408,'http://www.saucestudiosng.com/mellanby/uncategorized/408-revision-v1/',0,'revision','',0),(1625,1,'2017-05-24 22:29:39','2017-05-24 22:29:39','[vc_row css=\".vc_custom_1495179181302{margin-bottom: 100px !important;padding-top: 50px !important;}\"][vc_column width=\"3/4\"][vc_row_inner css=\".vc_custom_1495569280918{margin-bottom: 46px !important;}\"][vc_column_inner][vc_custom_heading text=\"OUTSPIRE BUSINESS SOLUTIONS\" font_container=\"tag:h4|text_align:left\"][vc_column_text]<strong>OUTSPIRE Business Solutions</strong> is a subsidiary of TMTC that provides Specialist and General Training.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1495569280918{margin-bottom: 46px !important;}\"][vc_column_inner][vc_custom_heading text=\"Coopers Commodities Company Limited \" font_container=\"tag:h4|text_align:left\"][vc_column_text]<strong>Coopers Commodities Company Limited </strong> is the Commodities trading subsidiary of The Mellanby Trust Company Limited and is the project implementer of the <strong>Coopers Greene Initiative ( a product targeted at partnering with Farmers to properly grow, harvest and provide Off-take for Nigerian farmers)</strong>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][stm_sidebar sidebar=\"311\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\" css=\".vc_custom_1451889219674{margin-bottom: -60px !important;}\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Plan Consultant?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"Contact us\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1495664975737{margin-bottom: 0px !important;}\" btn_link=\"url:%2Fcontact|||\"][/vc_cta][/vc_column][/vc_row]','Subsidiaries','','inherit','closed','closed','','1594-revision-v1','','','2017-05-24 22:29:39','2017-05-24 22:29:39','',1594,'http://www.saucestudiosng.com/mellanby/uncategorized/1594-revision-v1/',0,'revision','',0),(1639,1,'2017-05-25 01:53:05','2017-05-25 01:53:05','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495644097855{margin-top: 40px !important;margin-bottom: 0px !important;padding-top: 30px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Investment?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"Contact us\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1495677183228{margin-bottom: 0px !important;}\" btn_link=\"url:%2Fcontact|||\"][/vc_cta][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495363736541{padding-top: 53px !important;padding-bottom: 30px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Business Concept\" font_container=\"tag:h2|font_size:35px|text_align:left|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495362025940{margin-bottom: 28px !important;}\"][vc_column_text]The Mellanby Trust Company (TMTC) Limited was incorporated in 2013 as a full service Asset Management company involved in providing Investment Advisory and services in Traditional investment markets such as Government securities, Quoted Equities and Real Estate. We have extensive competence in providing investment outlets and advisory in Alternative Investment markets such as Commodities, Entertainment, Currencies, as well as Capital Raising Advisory Services for Commercial Banks, Microfinance Banks, Leasing Companies and Brownfield SMEs. TMTC operates out of Lagos and is licensed by the Securities & Exchange Commission (SEC) to operate as a Funds/Portfolio Manager.[/vc_column_text][vc_empty_space][vc_btn title=\"About Us\" style=\"flat\" color=\"inverse\" size=\"lg\" align=\"left\" link=\"url:%23|||\"][vc_empty_space][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space][vc_single_image image=\"1547\" img_size=\"full\" alignment=\"center\" css_animation=\"bounceIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495362178806{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #ffffff !important;}\"][vc_column width=\"2/3\"][vc_custom_heading text=\"TMTC Asset Management Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:40px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128115303{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Traditional\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Government Securities Trading</li>\r\n <li>Quoted Equities trading</li>\r\n <li>Real Estate Investments</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Alternative\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Commodities Trading</li>\r\n <li>Foreign Currency Trading</li>\r\n <li>Entertainment</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Advisory Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:45px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128134214{margin-bottom: 28px !important;}\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Capital Raising Advisory</li>\r\n <li>Financial/Investment Advisory</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column][/vc_row][vc_row css=\".vc_custom_1495055600474{margin-bottom: 37px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495363579802{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"PARTNERS\" font_container=\"tag:h2|text_align:center\" css=\".vc_custom_1495363643060{margin-bottom: 20px !important;}\"][stm_image_carousel grayscale=\"yes\" img_size=\"300x100\" items=\"3\" items_small_desktop=\"3\" items_tablet=\"3\" images=\"1602,1603,1610\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg hide\" css=\".vc_custom_1495645071565{margin-bottom: 0px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495358084771{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\" el_class=\"hide\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-25 01:53:05','2017-05-25 01:53:05','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1640,1,'2017-05-25 01:56:16','2017-05-25 01:56:16','','coopers','','inherit','open','closed','','coopers-3','','','2017-05-25 01:56:16','2017-05-25 01:56:16','',1024,'http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/coopers-2.png',0,'attachment','image/png',0),(1641,1,'2017-05-25 01:56:30','2017-05-25 01:56:30','[vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1495644097855{margin-top: 40px !important;margin-bottom: 0px !important;padding-top: 30px !important;}\"][vc_column][rev_slider_vc alias=\"main_slider\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"third_bg_color\"][vc_column][vc_cta h2=\"Looking for a First-Class Business Investment?\" h2_font_container=\"font_size:20px|color:%23000000|line_height:24px\" h2_use_theme_fonts=\"yes\" shape=\"square\" style=\"flat\" add_button=\"right\" btn_title=\"Contact us\" btn_style=\"flat\" btn_color=\"theme_style_2\" btn_align=\"right\" btn_i_align=\"right\" btn_i_icon_fontawesome=\"fa fa-chevron-right\" use_custom_fonts_h2=\"true\" btn_button_block=\"true\" btn_add_icon=\"true\" el_class=\"third_bg_color\" css=\".vc_custom_1495677183228{margin-bottom: 0px !important;}\" btn_link=\"url:%2Fcontact|||\"][/vc_cta][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495363736541{padding-top: 53px !important;padding-bottom: 30px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Business Concept\" font_container=\"tag:h2|font_size:35px|text_align:left|line_height:60px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495362025940{margin-bottom: 28px !important;}\"][vc_column_text]The Mellanby Trust Company (TMTC) Limited was incorporated in 2013 as a full service Asset Management company involved in providing Investment Advisory and services in Traditional investment markets such as Government securities, Quoted Equities and Real Estate. We have extensive competence in providing investment outlets and advisory in Alternative Investment markets such as Commodities, Entertainment, Currencies, as well as Capital Raising Advisory Services for Commercial Banks, Microfinance Banks, Leasing Companies and Brownfield SMEs. TMTC operates out of Lagos and is licensed by the Securities & Exchange Commission (SEC) to operate as a Funds/Portfolio Manager.[/vc_column_text][vc_empty_space][vc_btn title=\"About Us\" style=\"flat\" color=\"inverse\" size=\"lg\" align=\"left\" link=\"url:%23|||\"][vc_empty_space][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_empty_space][vc_single_image image=\"1547\" img_size=\"full\" alignment=\"center\" css_animation=\"bounceIn\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495362178806{padding-top: 40px !important;padding-bottom: 40px !important;background-color: #ffffff !important;}\"][vc_column width=\"2/3\"][vc_custom_heading text=\"TMTC Asset Management Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:40px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128115303{margin-bottom: 28px !important;}\"][vc_row_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Traditional\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Government Securities Trading</li>\r\n <li>Quoted Equities trading</li>\r\n <li>Real Estate Investments</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][vc_column_inner width=\"1/2\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Alternative\" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Commodities Trading</li>\r\n <li>Foreign Currency Trading</li>\r\n <li>Entertainment</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/3\"][vc_custom_heading text=\"Advisory Services\" font_container=\"tag:div|font_size:36px|text_align:center|line_height:45px\" use_theme_fonts=\"yes\" css_animation=\"fadeInDown\" el_class=\"base_font_color\" css=\".vc_custom_1495128134214{margin-bottom: 28px !important;}\"][stm_icon_box hide_title_line=\"hide_title_line\" enable_hexagon=\"enable\" enable_hexagon_animation=\"enable\" add_link=\"enable\" icon=\"stm-nokia_outline\" style=\"icon_left\" icon_size=\"15\" icon_width=\"78\" title=\"Asset Management \" link=\"url:%23|||\"]\r\n<ul>\r\n <li>Capital Raising Advisory</li>\r\n <li>Financial/Investment Advisory</li>\r\n</ul>\r\n[/stm_icon_box][/vc_column][/vc_row][vc_row css=\".vc_custom_1495055600474{margin-bottom: 37px !important;padding-top: 30px !important;padding-bottom: 30px !important;}\"][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-monitor\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Macro Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]The fund is a semi-discretionally managed fund targeted at providing structured funding for Corporations/SME’s.[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.05\"][stm_info_box style=\"style_3\" title_icon=\"stm-chart-refresh\" icon=\"fa fa-chevron-right\" title=\"IPL COMMODITY FUND\" image=\"33\" link=\"url:%23|title:read%20more|\"]The IPL Commodity fund is a sustainable long-term investment outlet created by IPL as an alternative asset...[/stm_info_box][/stm_animation_block][/vc_column][vc_column width=\"1/3\"][stm_animation_block animation=\"fadeInUp\" animation_duration=\"1\" animation_delay=\"0.1\"][stm_info_box style=\"style_3\" title_icon=\"stm-earth\" icon=\"fa fa-chevron-right\" title=\"The Mellanby Alternative Fixed Income Fund\" image=\"33\" link=\"url:%23|title:read%20more|\"]This is the flagship fixed income product of IMPERIAL and its features include[/stm_info_box][/stm_animation_block][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495363579802{padding-top: 41px !important;padding-bottom: 42px !important;background-color: #f2f2f2 !important;}\"][vc_column][vc_custom_heading text=\"PARTNERS\" font_container=\"tag:h2|text_align:center\" css=\".vc_custom_1495363643060{margin-bottom: 20px !important;}\"][stm_image_carousel grayscale=\"yes\" img_size=\"300x100\" items=\"3\" items_small_desktop=\"3\" items_tablet=\"3\" images=\"1603,1610,1640\" el_class=\"no_paddings\" link=\"url:http%3A%2F%2Fconsulting.stylemixthemes.com/demo%2Fcompany-overview%2Four-partners%2F||\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" el_class=\"overlay_2 fixed_bg hide\" css=\".vc_custom_1495645071565{margin-bottom: 0px !important;padding-top: 66px !important;padding-bottom: 66px !important;background-image: url(http://www.saucestudiosng.com/mellanby/wp-content/uploads/2015/12/placeholder.gif?id=122) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_custom_heading text=\"To help entrepreneurs get their act together\r\n<mark>before they talk to investors.</mark>\" font_container=\"tag:div|font_size:28px|text_align:center|color:%23ffffff|line_height:34px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1495358084771{margin-bottom: 0px !important;padding-top: 96px !important;padding-bottom: 80px !important;background-color: #222222 !important;}\" el_class=\"hide\"][vc_column width=\"1/3\"][vc_custom_heading text=\"request a call back.\" font_container=\"tag:div|font_size:36px|text_align:left|color:%23ffffff|line_height:38px\" google_fonts=\"font_family:Poppins%3A300%2Cregular%2C500%2C600%2C700|font_style:700%20bold%3A700%3Anormal\" css=\".vc_custom_1451044003374{margin-bottom: 19px !important;}\"][vc_column_text]<span style=\"color: #ffffff; font-size: 13px; line-height: 22px;\">Would you like to speak to one of our financial advisers over the phone? Just submit your details and we’ll be in touch shortly. You can also email us if you would prefer.</span>[/vc_column_text][/vc_column][vc_column width=\"2/3\"][contact-form-7 id=\"1029\"][/vc_column][/vc_row]','home','','inherit','closed','closed','','1024-revision-v1','','','2017-05-25 01:56:30','2017-05-25 01:56:30','',1024,'http://www.saucestudiosng.com/mellanby/uncategorized/1024-revision-v1/',0,'revision','',0),(1643,1,'2018-06-09 10:34:13','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2018-06-09 10:34:13','0000-00-00 00:00:00','',0,'http://www.mellanbytrust.com/?p=1643',0,'post','',0),(1644,1,'2018-06-09 10:37:31','2018-06-09 10:37:31','{\n \"mellanby::logo\": {\n \"value\": \"http://www.mellanbytrust.com/wp-content/uploads/2017/05/logo.png\",\n \"type\": \"theme_mod\",\n \"user_id\": 1\n },\n \"mellanby::dark_logo\": {\n \"value\": \"http://www.mellanbytrust.com/wp-content/uploads/2017/05/logo.png\",\n \"type\": \"theme_mod\",\n \"user_id\": 1\n }\n}','','','trash','closed','closed','','768349ca-feb0-4a65-a0e0-c4495b327f31','','','2018-06-09 10:37:31','2018-06-09 10:37:31','',0,'http://www.mellanbytrust.com/?p=1644',0,'customize_changeset','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_css` -- DROP TABLE IF EXISTS `wp_revslider_css`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_css` ( `id` int(9) NOT NULL AUTO_INCREMENT, `handle` text NOT NULL, `settings` longtext, `hover` longtext, `params` longtext NOT NULL, `advanced` longtext, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=110 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_css` -- LOCK TABLES `wp_revslider_css` WRITE; /*!40000 ALTER TABLE `wp_revslider_css` DISABLE KEYS */; INSERT INTO `wp_revslider_css` VALUES (1,'.tp-caption.medium_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"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\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"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\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"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\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"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\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"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\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#000\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"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\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#fff\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"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\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"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\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"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\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"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\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"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\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"padding-top\":\"1px\",\"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\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"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)\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px 4px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\",\"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\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"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\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"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\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(27,'.tp-caption.lightgrey_divider','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}','{\"idle\":{\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\"},\"hover\":\"\"}'),(28,'.tp-caption.large_bold_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(29,'.tp-caption.medium_bg_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(30,'.tp-caption.medium_bold_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(31,'.tp-caption.medium_light_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(32,'.tp-caption.medium_bg_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(33,'.tp-caption.medium_bold_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(34,'.tp-caption.medium_bg_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(35,'.tp-caption.grassfloor','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}','{\"idle\":{\"width\":\"4000px\",\"height\":\"150px\"},\"hover\":\"\"}'),(36,'.tp-caption.large_bold_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(37,'.tp-caption.medium_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(38,'.tp-caption.mediumlarge_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(39,'.tp-caption.mediumlarge_light_white_center','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(40,'.tp-caption.medium_bg_asbestos','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(41,'.tp-caption.medium_light_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(42,'.tp-caption.large_bold_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(43,'.tp-caption.mediumlarge_light_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(44,'.tp-caption.small_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(45,'.tp-caption.roundedimage','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(46,'.tp-caption.large_bg_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(47,'.tp-caption.mediumwhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(48,'.tp-caption.MarkerDisplay','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ff0000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"font-style\":\"normal\",\"font-family\":\"Permanent Marker\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(49,'.tp-caption.Restaurant-Display','{\"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\":\"\"}'),(50,'.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\":\"\"}'),(51,'.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\":\"\"}'),(52,'.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\":\"\"}'),(53,'.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\":\"\"}'),(54,'.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\":\"\"}'),(55,'.tp-caption.Furniture-LogoText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"160px\",\"line-height\":\"150px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(56,'.tp-caption.Furniture-Plus','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0.5\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"6px\",\"7px\",\"4px\",\"7px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\",\"box-shadow\":\"rgba(0,0,0,0.1) 0 1px 3px\"},\"hover\":\"\"}'),(57,'.tp-caption.Furniture-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(58,'.tp-caption.Furniture-Subtitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(59,'.tp-caption.Gym-Display','{\"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\":\"\"}'),(60,'.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\":\"\"}'),(61,'.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\":\"\"}'),(62,'.tp-caption.Fashion-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"20px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(63,'.tp-caption.Fashion-BigDisplay','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(64,'.tp-caption.Fashion-TextBlock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"40px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(65,'.tp-caption.Sports-Display','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"13px\"},\"hover\":\"\"}'),(66,'.tp-caption.Sports-DisplayFat','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":[\"\"],\"hover\":\"\"}'),(67,'.tp-caption.Sports-Subline','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"32px\",\"line-height\":\"32px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"4px\"},\"hover\":\"\"}'),(68,'.tp-caption.Instagram-Caption','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(69,'.tp-caption.News-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"60px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(70,'.tp-caption.News-Subtitle','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0px\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"300\",\"easing\":\"Power3.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"24px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(71,'.tp-caption.Photography-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}'),(72,'.tp-caption.Photography-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#777777\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(73,'.tp-caption.Photography-ImageHover','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"1000\",\"easing\":\"Power3.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(74,'.tp-caption.Photography-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#00ffde\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(75,'.tp-caption.Photography-Textblock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(76,'.tp-caption.Photography-Subline-2','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(77,'.tp-caption.Photography-ImageHover2','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Back.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Arial\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(78,'.tp-caption.WebProduct-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(79,'.tp-caption.WebProduct-SubTitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(80,'.tp-caption.WebProduct-Content','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(81,'.tp-caption.WebProduct-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(82,'.tp-caption.WebProduct-Title-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(83,'.tp-caption.WebProduct-SubTitle-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(84,'.tp-caption.WebProduct-Content-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(85,'.tp-caption.FatRounded','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"20px\",\"22px\",\"20px\",\"25px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.5\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(86,'.tp-caption.NotGeneric-Title','{\"translated\":5,\"type\":\"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\":\"70px\",\"line-height\":\"70px\",\"font-weight\":\"800\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 0px 10px 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"[object Object]\",\"hover\":\"\"}'),(87,'.tp-caption.NotGeneric-SubTitle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"4px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(88,'.tp-caption.NotGeneric-CallToAction','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 30px 10px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(89,'.tp-caption.NotGeneric-Icon','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"default\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(90,'.tp-caption.NotGeneric-Menuitem','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"27px 30px 27px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(91,'.tp-caption.MarkerStyle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Permanent Marker\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"text-align\":\"left\",\"0\":\"\"},\"hover\":\"\"}'),(92,'.tp-caption.Gym-Menuitem','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(93,'.tp-caption.Newspaper-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#FFFFFF\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"17px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(94,'.tp-caption.Newspaper-Subtitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#a8d8ee\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(95,'.tp-caption.Newspaper-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(96,'.tp-caption.Newspaper-Title-Centered','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"center\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(97,'.tp-caption.Hero-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(98,'.tp-caption.Video-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(99,'.tp-caption.Video-SubTitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"12px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.35\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(100,'.tp-caption.NotGeneric-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(101,'.tp-caption.NotGeneric-BigButton','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"27px\",\"30px\",\"27px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(102,'.tp-caption.WebProduct-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"48px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0px\",\"40px\",\"0px\",\"40px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),(103,'.tp-caption.Restaurant-Button','{\"hover\":\"true\",\"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\":\"\"}'),(104,'.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\":\"\"}'),(105,'.tp-caption.Gym-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"0\",\"border-color\":\"#8bc027\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power2.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(106,'.tp-caption.Sports-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(107,'.tp-caption.Sports-Button-Red','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#db1c22\",\"background-transparency\":\"1\",\"border-color\":\"#db1c22\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(108,'.tp-caption.Photography-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),(109,'.tp-caption.Newspaper-Button-2','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'); /*!40000 ALTER TABLE `wp_revslider_css` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_layer_animations` -- DROP TABLE IF EXISTS `wp_revslider_layer_animations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_layer_animations` ( `id` int(9) NOT NULL AUTO_INCREMENT, `handle` text NOT NULL, `params` text NOT NULL, `settings` text, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_layer_animations` -- LOCK TABLES `wp_revslider_layer_animations` WRITE; /*!40000 ALTER TABLE `wp_revslider_layer_animations` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_revslider_layer_animations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_navigations` -- DROP TABLE IF EXISTS `wp_revslider_navigations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_navigations` ( `id` int(9) NOT NULL AUTO_INCREMENT, `name` varchar(191) NOT NULL, `handle` varchar(191) NOT NULL, `css` longtext NOT NULL, `markup` longtext NOT NULL, `settings` longtext, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_navigations` -- LOCK TABLES `wp_revslider_navigations` WRITE; /*!40000 ALTER TABLE `wp_revslider_navigations` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_revslider_navigations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_sliders` -- DROP TABLE IF EXISTS `wp_revslider_sliders`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_sliders` ( `id` int(9) NOT NULL AUTO_INCREMENT, `title` tinytext NOT NULL, `alias` tinytext, `params` longtext NOT NULL, `settings` text, `type` varchar(191) NOT NULL DEFAULT '', UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_sliders` -- LOCK TABLES `wp_revslider_sliders` WRITE; /*!40000 ALTER TABLE `wp_revslider_sliders` DISABLE KEYS */; INSERT INTO `wp_revslider_sliders` VALUES (1,'Main Slider','main_slider','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"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\":\"Main Slider\",\"alias\":\"main_slider\",\"shortcode\":\"[rev_slider alias=\\\\\\\"main_slider\\\\\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"auto\",\"width\":\"1170\",\"height\":\"574\",\"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_blur_start\":\"0\",\"def-kb_blur_end\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"blank\",\"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\":\"1\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"label_presetheight\":\"off\",\"waitforinit\":\"off\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progressbar_color\":\"rgba(0,0,0,0.15)\",\"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:\\/\\/www.saucestudiosng.com\\/mellanby\\/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\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"on\",\"rtl_arrows\":\"off\",\"navigation_arrow_style\":\"\",\"navigation_arrows_preset\":\"default\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"on\",\"arrows_under_hidden\":\"769\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"1024\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"210\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"210\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"off\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"navigation_bullets_preset\":\"default\",\"ph-round-bullets-hover-bullet-bg-color-def\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-bullets-border-size-custom-def\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-border-color-color-def\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-bullet-bg-bottom-color-def\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-bullet-bg-top-color-def\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-size-custom-def\":\"off\",\"ph-round-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_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_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\",\"touchenabled_desktop\":\"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\",\"showalllayers_carousel\":\"off\",\"carousel_easing\":\"Power3.easeInOut\",\"carousel_speed\":\"800\",\"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\",\"fade_scrolleffect\":\"off\",\"blur_scrolleffect\":\"off\",\"grayscale_scrolleffect\":\"off\",\"scrolleffect_maxblur\":\"10\",\"scrolleffect_bg\":\"off\",\"scrolleffect_layers\":\"off\",\"scrolleffect_parallax_layers\":\"off\",\"scrolleffect_static_layers\":\"off\",\"scrolleffect_static_parallax_layers\":\"off\",\"scrolleffect_direction\":\"both\",\"scrolleffect_tilt\":\"30\",\"scrolleffect_multiplicator\":\"1.3\",\"scrolleffect_multiplicator_layers\":\"1.3\",\"scrolleffect_off_mobile\":\"on\",\"lazy_load_type\":\"none\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"allow_android_html5_autoplay\":\"on\",\"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\":5}',''),(2,'About Us Slider','about_us_slider','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-access-token\":\"\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"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\":\"\",\"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\":\"About Us Slider\",\"alias\":\"about_us_slider\",\"shortcode\":\"[rev_slider alias=\\\\\\\"about_us_slider\\\\\\\"]\",\"slider-type\":\"carousel\",\"slider_type\":\"auto\",\"width\":\"825\",\"height\":\"407\",\"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\",\"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\":\"on\",\"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:\\/\\/www.saucestudiosng.com\\/mellanby\\/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\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"enable_bullets\":\"on\",\"navigation_bullets_style\":\"\",\"bullets_space\":\"20\",\"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\":\"40\",\"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\":\"round\",\"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\",\"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\",\"lazy_load_type\":\"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\",\"custom_css\":\"\",\"custom_javascript\":\"\",\"version\":\"\"}','{\"version\":\"5.0.7\"}',''); /*!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=13 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_slides` -- LOCK TABLES `wp_revslider_slides` WRITE; /*!40000 ALTER TABLE `wp_revslider_slides` DISABLE KEYS */; INSERT INTO `wp_revslider_slides` VALUES (1,1,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_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\":\"percentage\",\"bg_position_x\":\"0\",\"bg_position_y\":\"25\",\"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\":\"5000\",\"state\":\"unpublished\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"http:\\/\\/www.saucestudiosng.com\\/mellanby\\/wp-content\\/\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"random\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"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:\\/\\/www.saucestudiosng.com\\/mellanby\\/wp-content\\/uploads\\/revslider\\/main_slider\\/slide_1-2.jpg\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"media-filter-type\":\"none\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"image_id\":\"\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"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\"}','[{\"text\":\"Helping companies \\nnavigate change.\\n\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":40},\"top\":{\"desktop\":66},\"internal_class\":\"\",\"hover\":false,\"alias\":\"helping companies na...\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"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\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"Fashion-BigDisplay\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"width\":683,\"height\":30,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"36px\"},\"line-height\":{\"desktop\":\"30px\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#000000\"},\"letter-spacing\":{\"desktop\":\"\"}},\"x_start\":\"inherit\",\"y_start\":\"-50px\",\"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\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"text-transform\":\"none\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"overflow\":\"visible\",\"parallax\":\"-\",\"display\":\"block\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"zindex\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":\"0\",\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"addedToStage\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":500,\"delay\":0,\"split\":\"none\",\"split_direction\":\"forward\",\"split_extratime\":0,\"splitdelay\":\"10\",\"speed\":1000,\"animation\":\"sft\",\"easing\":\"Power2.easeInOut\",\"sfxcolor\":\"#ffffff\",\"time_relative\":500,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":5000,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"split_direction\":\"forward\",\"splitdelay\":\"10\",\"speed\":300,\"animation\":\"fadeout\",\"easing\":\"nothing\",\"sfxcolor\":\"#ffffff\",\"time_relative\":3500,\"sfx_effect\":\"\"}},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"min_height\":\"40px\",\"display\":\"block\",\"link_follow\":\"follow\",\"css-position\":\"relative\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"left\"},\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"p_uid\":-1,\"zIndex\":5,\"toggle_inverse_content\":false,\"displaymode\":true,\"attrWrapperID\":\"\",\"attrWrapperClasses\":\"\",\"attrTabindex\":\"\",\"column_break_at\":\"mobile\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"<i class=\\\"stm-compass consulting-rev-title-icon\\\"><\\/i>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":38},\"top\":{\"desktop\":13},\"internal_class\":\"\",\"hover\":false,\"alias\":\"<i class=\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"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\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"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\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"width\":20,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"rgba(255, 255, 255, 1)\"},\"letter-spacing\":{\"desktop\":\"\"}},\"x_start\":\"inherit\",\"y_start\":\"30px\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"text-transform\":\"none\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"overflow\":\"visible\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"rgba(0, 0, 0, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"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\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"zindex\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":\"1\",\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"orig-anim\":\"Short-from-Bottom\",\"orig-anim-handle\":\"sfb\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"addedToStage\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":500,\"delay\":0,\"split\":\"none\",\"split_direction\":\"forward\",\"split_extratime\":0,\"splitdelay\":\"10\",\"speed\":1000,\"animation\":\"custom\",\"easing\":\"Power2.easeInOut\",\"sfxcolor\":\"#ffffff\",\"time_relative\":500,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":5000,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"split_direction\":\"forward\",\"splitdelay\":\"10\",\"speed\":300,\"animation\":\"fadeout\",\"easing\":\"nothing\",\"sfxcolor\":\"#ffffff\",\"time_relative\":3500,\"sfx_effect\":\"\"}},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"min_height\":\"40px\",\"display\":\"block\",\"link_follow\":\"follow\",\"css-position\":\"relative\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"left\"},\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"p_uid\":-1,\"zIndex\":6,\"toggle_inverse_content\":false,\"displaymode\":true,\"attrWrapperID\":\"\",\"attrWrapperClasses\":\"\",\"attrTabindex\":\"\",\"column_break_at\":\"mobile\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(2,1,3,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_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 top\",\"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\":\"5000\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"http:\\/\\/www.saucestudiosng.com\\/mellanby\\/wp-content\\/\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"random\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"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:\\/\\/www.saucestudiosng.com\\/mellanby\\/wp-content\\/uploads\\/revslider\\/fullscreen-main-slider\\/slide_1-2.jpg\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"media-filter-type\":\"none\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"image_id\":\"1268\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"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\",\"0\":\"Remove\"}','[{\"text\":\"<div class=\\\"consulting-rev-title\\\">\\n<mark>TMTC<\\/mark>\\n<\\/div>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":48},\"top\":{\"desktop\":9},\"internal_class\":\"\",\"hover\":false,\"alias\":\"helping companies na...\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"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\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"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\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"width\":53,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"rgba(255, 255, 255, 1)\"},\"letter-spacing\":{\"desktop\":\"\"}},\"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\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"text-transform\":\"none\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"overflow\":\"visible\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"rgba(0, 0, 0, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"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\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"zindex\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"addedToStage\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":500,\"delay\":0,\"split\":\"none\",\"split_direction\":\"forward\",\"split_extratime\":0,\"splitdelay\":\"10\",\"speed\":1000,\"animation\":\"sfl\",\"easing\":\"Power2.easeInOut\",\"sfxcolor\":\"#ffffff\",\"time_relative\":500,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":5000,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"split_direction\":\"forward\",\"splitdelay\":\"10\",\"speed\":300,\"animation\":\"fadeout\",\"easing\":\"nothing\",\"sfxcolor\":\"#ffffff\",\"time_relative\":3500,\"sfx_effect\":\"\"}},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"min_height\":\"40px\",\"display\":\"block\",\"link_follow\":\"follow\",\"css-position\":\"relative\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"left\"},\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"p_uid\":-1,\"zIndex\":5,\"toggle_inverse_content\":false,\"displaymode\":true,\"attrWrapperID\":\"\",\"attrWrapperClasses\":\"\",\"attrTabindex\":\"\",\"column_break_at\":\"mobile\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"<div class=\\\"consulting-rev-text\\\">Your strategic advantage in alternative markets<\\/div>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":3,\"left\":{\"desktop\":26},\"top\":{\"desktop\":88},\"internal_class\":\"\",\"hover\":false,\"alias\":\"We look forward to g...\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"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\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"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\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"width\":439,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"rgba(255, 255, 255, 1)\"},\"letter-spacing\":{\"desktop\":\"\"}},\"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\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"text-transform\":\"none\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"overflow\":\"visible\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"rgba(0, 0, 0, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"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\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"zindex\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"addedToStage\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":500,\"delay\":0,\"split\":\"none\",\"split_direction\":\"forward\",\"split_extratime\":0,\"splitdelay\":\"10\",\"speed\":1000,\"animation\":\"sfr\",\"easing\":\"Power2.easeInOut\",\"sfxcolor\":\"#ffffff\",\"time_relative\":500,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":5000,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"split_direction\":\"forward\",\"splitdelay\":\"10\",\"speed\":300,\"animation\":\"fadeout\",\"easing\":\"nothing\",\"sfxcolor\":\"#ffffff\",\"time_relative\":3500,\"sfx_effect\":\"\"}},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"min_height\":\"40px\",\"display\":\"block\",\"link_follow\":\"follow\",\"css-position\":\"relative\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"left\"},\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"p_uid\":-1,\"zIndex\":6,\"toggle_inverse_content\":false,\"displaymode\":true,\"attrWrapperID\":\"\",\"attrWrapperClasses\":\"\",\"attrTabindex\":\"\",\"column_break_at\":\"mobile\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(3,1,5,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_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\":\"5000\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"http:\\/\\/www.saucestudiosng.com\\/mellanby\\/wp-content\\/\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"random\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"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:\\/\\/www.saucestudiosng.com\\/mellanby\\/wp-content\\/uploads\\/2017\\/05\\/Mellanby-Banner2.png\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"media-filter-type\":\"none\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"image_id\":\"1535\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"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\",\"0\":\"Remove\"}','[{\"text\":\"<div class=\\\"consulting-rev-title\\\">\\n<mark>Experience counts<\\/mark>\\n<\\/div>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":42},\"top\":{\"desktop\":39},\"internal_class\":\"\",\"hover\":false,\"alias\":\"helping companies na...\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"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\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"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\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"width\":171,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"rgba(255, 255, 255, 1)\"},\"letter-spacing\":{\"desktop\":\"\"}},\"x_start\":\"inherit\",\"y_start\":\"-50px\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"text-transform\":\"none\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"overflow\":\"visible\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"rgba(0, 0, 0, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"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\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"zindex\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"addedToStage\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":500,\"delay\":0,\"split\":\"none\",\"split_direction\":\"forward\",\"split_extratime\":0,\"splitdelay\":\"10\",\"speed\":1000,\"animation\":\"sft\",\"easing\":\"Power2.easeInOut\",\"sfxcolor\":\"#ffffff\",\"time_relative\":500,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":5000,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"split_direction\":\"forward\",\"splitdelay\":\"10\",\"speed\":300,\"animation\":\"fadeout\",\"easing\":\"nothing\",\"sfxcolor\":\"#ffffff\",\"time_relative\":3500,\"sfx_effect\":\"\"}},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"min_height\":\"40px\",\"display\":\"block\",\"link_follow\":\"follow\",\"css-position\":\"relative\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"left\"},\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"p_uid\":-1,\"zIndex\":5,\"toggle_inverse_content\":false,\"displaymode\":true,\"attrWrapperID\":\"\",\"attrWrapperClasses\":\"\",\"attrTabindex\":\"\",\"column_break_at\":\"mobile\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"<div class=\\\"consulting-rev-text\\\">So do We\\u2026..TMTC<\\/div>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":3,\"left\":{\"desktop\":48},\"top\":{\"desktop\":98},\"internal_class\":\"\",\"hover\":false,\"alias\":\"We look forward to g...\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"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\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"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\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"width\":167,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"rgba(255, 255, 255, 1)\"},\"letter-spacing\":{\"desktop\":\"\"}},\"x_start\":\"inherit\",\"y_start\":\"50px\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"text-transform\":\"none\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"overflow\":\"visible\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"rgba(0, 0, 0, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"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\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"zindex\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"addedToStage\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":500,\"delay\":0,\"split\":\"none\",\"split_direction\":\"forward\",\"split_extratime\":0,\"splitdelay\":\"10\",\"speed\":1000,\"animation\":\"sfb\",\"easing\":\"Power2.easeInOut\",\"sfxcolor\":\"#ffffff\",\"time_relative\":500,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":5000,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"split_direction\":\"forward\",\"splitdelay\":\"10\",\"speed\":300,\"animation\":\"fadeout\",\"easing\":\"nothing\",\"sfxcolor\":\"#ffffff\",\"time_relative\":3500,\"sfx_effect\":\"\"}},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"min_height\":\"40px\",\"display\":\"block\",\"link_follow\":\"follow\",\"css-position\":\"relative\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"left\"},\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"p_uid\":-1,\"zIndex\":6,\"toggle_inverse_content\":false,\"displaymode\":true,\"attrWrapperID\":\"\",\"attrWrapperClasses\":\"\",\"attrTabindex\":\"\",\"column_break_at\":\"mobile\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(5,2,2,'{\"background_type\":\"solid\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#f9f9f9\",\"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_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\":\"0\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"http:\\/\\/www.saucestudiosng.com\\/mellanby\\/wp-content\\/\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"slidehorizontal\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"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\":\"#f9f9f9\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.saucestudiosng.com\\/mellanby\\/wp-content\\/\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"media-filter-type\":\"none\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"image_id\":\"\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"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-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\",\"0\":\"Remove\"}','[{\"text\":\"<div class=\\\"consulting-rev-title-3\\\">\\nMeet our<br\\/>\\nbrilliant minds!\\n<\\/div>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":67},\"top\":{\"desktop\":80},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Consulting WPcTrader...\",\"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\":\"\",\"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_end\":\"last\",\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"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\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"width\":-1,\"height\":-1,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"rgba(34, 34, 34, 1)\"},\"letter-spacing\":{}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"vertical-align\":\"top\",\"text-transform\":\"none\",\"parallax\":\"-\",\"blurfilter\":0,\"grayscalefilter\":0,\"overflow\":\"visible\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"rgba(0, 0, 0, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"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\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"blurfilter\":0,\"grayscalefilter\":0,\"zindex\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"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\":[],\"link_follow\":[]},\"addedToStage\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":500,\"delay\":0,\"split\":\"none\",\"split_direction\":\"forward\",\"split_extratime\":0,\"splitdelay\":\"10\",\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"sfxcolor\":\"#ffffff\",\"time_relative\":500},\"frame_999\":{\"time\":9000.00061035,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"split_direction\":\"forward\",\"splitdelay\":\"10\",\"speed\":300,\"animation\":\"fadeout\",\"easing\":\"nothing\",\"sfxcolor\":\"#ffffff\",\"time_relative\":8200.00061035}},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"min_height\":\"40\",\"display\":\"block\",\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"css-position\":\"relative\",\"margin\":{\"desktop\":[0,0,0,0]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"left\"},\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"p_uid\":-1,\"zIndex\":5},{\"text\":\"<a href=\\\"\\/our-team\\/\\\" class=\\\"button icon_right bordered theme_style_2\\\">learn more <i class=\\\"fa fa-chevron-right\\\"><\\/i><\\/a>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":4,\"left\":{\"desktop\":67},\"top\":{\"desktop\":272},\"internal_class\":\"\",\"hover\":false,\"alias\":\"discover cTrader \",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"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\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"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\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"width\":-1,\"height\":-1,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"rgba(255, 255, 255, 1)\"},\"letter-spacing\":{\"desktop\":\"\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"text-transform\":\"none\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"overflow\":\"visible\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"rgba(0, 0, 0, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"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\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"zindex\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":false,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"addedToStage\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":500,\"delay\":0,\"split\":\"none\",\"split_direction\":\"forward\",\"split_extratime\":0,\"splitdelay\":\"10\",\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"sfxcolor\":\"#ffffff\",\"time_relative\":500,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":8900.00061035,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"split_direction\":\"forward\",\"splitdelay\":\"10\",\"speed\":300,\"animation\":\"fadeout\",\"easing\":\"nothing\",\"sfxcolor\":\"#ffffff\",\"time_relative\":8100.00061035,\"sfx_effect\":\"\"}},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"min_height\":\"40px\",\"display\":\"block\",\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"css-position\":\"relative\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"left\"},\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"p_uid\":-1,\"zIndex\":7,\"toggle_inverse_content\":false,\"displaymode\":true,\"attrWrapperID\":\"\",\"attrWrapperClasses\":\"\",\"attrTabindex\":\"\",\"column_break_at\":\"mobile\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"style\":\"\",\"text\":\"Image 5\",\"type\":\"image\",\"image_url\":\"http:\\/\\/www.saucestudiosng.com\\/mellanby\\/wp-content\\/uploads\\/2017\\/05\\/business_man.png\",\"scaleX\":{\"desktop\":\"436px\"},\"scaleY\":{\"desktop\":\"407px\"},\"originalWidth\":436,\"originalHeight\":407,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":18},\"top\":{\"desktop\":2},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 5\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"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\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"right\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"width\":436,\"height\":407,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"rgba(255, 255, 255, 1)\"},\"letter-spacing\":{\"desktop\":\"\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"text-transform\":\"none\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"overflow\":\"visible\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"rgba(255, 255, 255, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"zindex\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"addedToStage\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":500,\"delay\":0,\"split\":\"none\",\"split_direction\":\"forward\",\"split_extratime\":0,\"splitdelay\":\"10\",\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"sfxcolor\":\"#ffffff\",\"time_relative\":500,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000.00061035,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"split_direction\":\"forward\",\"splitdelay\":\"10\",\"speed\":300,\"animation\":\"fadeout\",\"easing\":\"nothing\",\"sfxcolor\":\"#ffffff\",\"time_relative\":8200.00061035,\"sfx_effect\":\"\"}},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"min_height\":\"40px\",\"display\":\"block\",\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"css-position\":\"relative\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"left\"},\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"p_uid\":-1,\"zIndex\":8,\"toggle_inverse_content\":false,\"displaymode\":true,\"attrWrapperID\":\"\",\"attrWrapperClasses\":\"\",\"attrTabindex\":\"\",\"column_break_at\":\"mobile\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(11,1,4,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Remove\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_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 top\",\"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\":\"5000\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"http:\\/\\/www.saucestudiosng.com\\/mellanby\\/wp-content\\/\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"random\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"default\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"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:\\/\\/www.saucestudiosng.com\\/mellanby\\/wp-content\\/uploads\\/2017\\/05\\/Mellanby-Banner1.png\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"media-filter-type\":\"none\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"image_id\":\"1534\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"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\",\"0\":\"Remove\"}','[{\"text\":\"<div class=\\\"consulting-rev-title\\\">\\n<mark>Whats your ROR?<\\/mark>\\n<\\/div>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":86},\"top\":{\"desktop\":-47},\"internal_class\":\"\",\"hover\":false,\"alias\":\"helping companies na...\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"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\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"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\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"width\":161,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"rgba(255, 255, 255, 1)\"},\"letter-spacing\":{\"desktop\":\"\"}},\"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\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"text-transform\":\"none\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"overflow\":\"visible\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"rgba(0, 0, 0, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"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\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"zindex\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"static_start\":\"1\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"addedToStage\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":500,\"delay\":0,\"split\":\"none\",\"split_direction\":\"forward\",\"split_extratime\":0,\"splitdelay\":\"10\",\"speed\":1000,\"animation\":\"sfl\",\"easing\":\"Power2.easeInOut\",\"sfxcolor\":\"#ffffff\",\"time_relative\":500,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":5000,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"split_direction\":\"forward\",\"splitdelay\":\"10\",\"speed\":300,\"animation\":\"fadeout\",\"easing\":\"nothing\",\"sfxcolor\":\"#ffffff\",\"time_relative\":3500,\"sfx_effect\":\"\"}},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"min_height\":\"40px\",\"display\":\"block\",\"link_follow\":\"follow\",\"css-position\":\"relative\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"left\"},\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"p_uid\":-1,\"zIndex\":5,\"toggle_inverse_content\":false,\"displaymode\":true,\"attrWrapperID\":\"\",\"attrWrapperClasses\":\"\",\"attrTabindex\":\"\",\"column_break_at\":\"mobile\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"<div class=\\\"consulting-rev-text\\\">Return on Relationship leading you to market leadership<\\/div>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":3,\"left\":{\"desktop\":66},\"top\":{\"desktop\":32},\"internal_class\":\"\",\"hover\":false,\"alias\":\"We look forward to g...\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"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\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"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\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"width\":526,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"rgba(255, 255, 255, 1)\"},\"letter-spacing\":{\"desktop\":\"\"}},\"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\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"text-transform\":\"none\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"overflow\":\"visible\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"rgba(0, 0, 0, 1)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"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\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"zindex\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"addedToStage\":true,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":500,\"delay\":0,\"split\":\"none\",\"split_direction\":\"forward\",\"split_extratime\":0,\"splitdelay\":\"10\",\"speed\":1000,\"animation\":\"sfr\",\"easing\":\"Power2.easeInOut\",\"sfxcolor\":\"#ffffff\",\"time_relative\":500,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":5000,\"delay\":0,\"split\":\"none\",\"split_extratime\":0,\"split_direction\":\"forward\",\"splitdelay\":\"10\",\"speed\":300,\"animation\":\"fadeout\",\"easing\":\"nothing\",\"sfxcolor\":\"#ffffff\",\"time_relative\":3500,\"sfx_effect\":\"\"}},\"isDemo\":false,\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"layer_blend_mode\":\"normal\",\"min_height\":\"40px\",\"display\":\"block\",\"link_follow\":\"follow\",\"css-position\":\"relative\",\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"left\"},\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_end\":\"0\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"p_uid\":-1,\"zIndex\":6,\"toggle_inverse_content\":false,\"displaymode\":true,\"attrWrapperID\":\"\",\"attrWrapperClasses\":\"\",\"attrTabindex\":\"\",\"column_break_at\":\"mobile\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(12,1,1,'{\"background_type\":\"youtube\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"Ipqv4F9SkAQ\",\"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\":\"twoxtwo\",\"video_ratio\":\"4:3\",\"video_start_at\":\"00:10\",\"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\",\"media-filter-type\":\"none\",\"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_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"\",\"title\":\"Slide\",\"delay\":\"0\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"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\":\"https:\\/\\/img.youtube.com\\/vi\\/Ipqv4F9SkAQ\\/sddefault.jpg\",\"0\":\"Remove\"}','[{\"text\":\"Africa Rising\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":0,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":0,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000.00061035,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":8700.00061035,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":110},\"top\":{\"desktop\":235},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"Experience counts\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"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_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"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\",\"css-position\":\"relative\",\"width\":372,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"60px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_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\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Open Sans\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"overflow\":\"visible\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_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,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":5,\"addedToStage\":true,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\" Lets help you Plug In\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":0,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":0,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":9000.00061035,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":8700.00061035,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":88},\"top\":{\"desktop\":302},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\" Lets help you Plug ...\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"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_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"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\",\"css-position\":\"relative\",\"width\":193,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"40px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_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\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Open Sans\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"overflow\":\"visible\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_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,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":6,\"addedToStage\":true,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'); /*!40000 ALTER TABLE `wp_revslider_slides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_static_slides` -- DROP TABLE IF EXISTS `wp_revslider_static_slides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_static_slides` ( `id` int(9) NOT NULL AUTO_INCREMENT, `slider_id` int(9) NOT NULL, `params` longtext NOT NULL, `layers` longtext NOT NULL, `settings` text NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB 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 */; /*!40000 ALTER TABLE `wp_revslider_static_slides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (1,2,0),(2,2,0),(3,2,0),(4,2,0),(5,2,0),(6,2,0),(7,2,0),(461,44,0),(1189,40,0),(1190,40,0),(1201,41,0),(1204,41,0),(1205,41,0),(1207,41,0),(1212,42,0),(1213,42,0),(1214,42,0),(1215,42,0),(1216,42,0),(1217,42,0),(1218,42,0),(1219,42,0),(1259,40,0),(1484,40,0),(1487,44,0),(1489,44,0),(1490,45,0),(1491,45,0),(1492,46,0),(1493,46,0),(1494,46,0),(1501,40,0),(1562,41,0),(1563,41,0),(1589,40,0),(1597,41,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=47 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,0),(2,2,'link_category','',0,7),(3,3,'category','',0,0),(4,4,'category','',0,0),(5,5,'category','',0,0),(6,6,'category','',0,0),(7,7,'category','',0,0),(8,8,'category','',0,0),(9,9,'category','',0,0),(10,10,'category','',0,0),(11,11,'post_tag','',0,0),(12,12,'post_tag','',0,0),(13,13,'post_tag','',0,0),(14,14,'post_tag','',0,0),(15,15,'post_tag','',0,0),(16,16,'post_tag','',0,0),(17,17,'post_tag','',0,0),(18,18,'post_tag','',0,0),(19,19,'post_tag','',0,0),(20,20,'post_tag','',0,0),(21,21,'post_tag','',0,0),(22,22,'post_tag','',0,0),(23,23,'post_tag','',0,0),(24,24,'post_tag','',0,0),(25,25,'post_tag','',0,0),(26,26,'post_tag','',0,0),(27,27,'post_tag','',0,0),(28,28,'stm_portfolio_category','',0,0),(29,29,'stm_testimonials_category','',0,0),(30,30,'stm_works_category','',0,0),(31,31,'stm_works_category','',0,0),(32,32,'stm_works_category','',0,0),(33,33,'stm_works_category','',0,0),(34,34,'stm_portfolio_category','',0,0),(35,35,'stm_testimonials_category','',0,0),(36,36,'stm_works_category','',0,0),(37,37,'stm_portfolio_category','',0,0),(38,38,'stm_works_category','',0,0),(40,40,'nav_menu','',0,6),(41,41,'nav_menu','',0,7),(42,42,'nav_menu','',0,8),(43,43,'nav_menu','',0,0),(44,44,'stm_staff_category','',0,3),(45,45,'stm_staff_category','',0,2),(46,46,'stm_staff_category','',0,3); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_termmeta` -- DROP TABLE IF EXISTS `wp_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_termmeta` -- LOCK TABLES `wp_termmeta` WRITE; /*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=47 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,'Blogroll','blogroll',0),(3,'Business plans','business-plans',0),(4,'Competitive research','competitive-research-analysis',0),(5,'Economics','economics',0),(6,'Finance & accounting','finance-accounting',0),(7,'Franchising','franchising',0),(8,'Funding trends','funding-trends',0),(9,'Innovation','innovation',0),(10,'International','international',0),(11,'401K','401k',0),(12,'advisors','advisors',0),(13,'benchmarks','benchmarks',0),(14,'consulting','consulting',0),(15,'finance','finance',0),(16,'ideas','ideas',0),(17,'inventors','inventors',0),(18,'market','market',0),(19,'millenials','millenials',0),(20,'online services','online-services',0),(21,'performance','performance',0),(22,'personal finance','personal-finance',0),(23,'planning','planning',0),(24,'portfolios','portfolios',0),(25,'themeforest','themeforest',0),(26,'tips','tips',0),(27,'wealth','wealth',0),(28,'Advanced Analytics','advanced-analytics',0),(29,'Base','base',0),(30,'Business Services','business-services',0),(31,'Consumer Products','consumer-products',0),(32,'Energy & Environment','energy-environment',0),(33,'Financial Services','financial-services',0),(34,'Financial Services','financial-services',0),(35,'Secondary','secondary',0),(36,'Surface Transport & Logistics','surface-transport-logistics',0),(37,'Surface Transport & Logistics','surface-transport-logistics',0),(38,'Travel & Aviation','travel-aviation',0),(40,'Main Menu','main-menu',0),(41,'Sidebar Menu 1','sidebar-menu-1',0),(42,'Sidebar Menu 2','sidebar-menu-2',0),(43,'Sidebar Menu 3','sidebar-menu-3',0),(44,'Advisory Member','advisory-member',0),(45,'Board Member','board-member',0),(46,'Management Team','management-team',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=29 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,'first_name',''),(2,1,'last_name',''),(3,1,'nickname','admin'),(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,'aim',''),(10,1,'yim',''),(11,1,'jabber',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),(13,1,'wp_user_level','10'),(14,1,'session_tokens','a:1:{s:64:\"af078bc846c758c9490c2f48eb2ded1d556727a3ba75a9d2ff54c7aa7b354052\";a:4:{s:10:\"expiration\";i:1529072365;s:2:\"ip\";s:13:\"41.58.218.192\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36\";s:5:\"login\";i:1528899565;}}'),(15,1,'wp_dashboard_quick_press_last_post_id','1643'),(16,1,'tgmpa_dismissed_notice_tgmpa','1'),(17,1,'show_admin_bar_front','false'),(18,1,'locale',''),(19,1,'booked_phone',''),(20,1,'nav_menu_recently_edited','41'),(21,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(22,1,'metaboxhidden_nav-menus','a:17:{i:0;s:23:\"add-post-type-stm_event\";i:1;s:26:\"add-post-type-event_member\";i:2;s:25:\"add-post-type-stm_service\";i:3;s:25:\"add-post-type-stm_careers\";i:4;s:23:\"add-post-type-stm_staff\";i:5;s:23:\"add-post-type-stm_works\";i:6;s:30:\"add-post-type-stm_testimonials\";i:7;s:28:\"add-post-type-stm_vc_sidebar\";i:8;s:27:\"add-post-type-stm_portfolio\";i:9;s:12:\"add-post_tag\";i:10;s:29:\"add-stm_testimonials_category\";i:11;s:22:\"add-stm_event_category\";i:12;s:24:\"add-stm_service_category\";i:13;s:22:\"add-stm_works_category\";i:14;s:22:\"add-stm_staff_category\";i:15;s:26:\"add-stm_portfolio_category\";i:16;s:27:\"add-booked_custom_calendars\";}'),(23,1,'dismissed_wp_pointers','vc_pointers_backend_editor'),(25,1,'closedpostboxes_page','a:1:{i:0;s:12:\"revisionsdiv\";}'),(26,1,'metaboxhidden_page','a:5:{i:0;s:10:\"postcustom\";i:1;s:16:\"commentstatusdiv\";i:2;s:11:\"commentsdiv\";i:3;s:7:\"slugdiv\";i:4;s:9:\"authordiv\";}'),(27,1,'wp_user-settings','libraryContent=browse'),(28,1,'wp_user-settings-time','1528540652'); /*!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,'toyin','$P$B6DJH3t1.5m5Ec7WwdRnm1tgWyT4qa/','admin','niyotla@gmail.com','','2017-05-16 20:54:47','',0,'admin'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database 'mellanby' -- /*!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 2021-12-29 7:48:03